mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
L10N: Removed unused strings
This commit is contained in:
parent
c77487994e
commit
3e45b9cf1e
9 changed files with 0 additions and 162 deletions
|
@ -795,10 +795,6 @@
|
|||
#define STRING_FEEDBACK_EXPIRED "Aufgabe {1} '{2}' ist abgelaufen und wurde gelöscht."
|
||||
#define STRING_FEEDBACK_BACKLOG "Lokale Änderungen. Datenabgleich erforderlich."
|
||||
|
||||
// File
|
||||
#define STRING_FILE_PERMS "Taskwarrior hat die erforderlichen Rechte auf '{1}' nicht."
|
||||
#define STRING_FILE_TRUNCATE "Could not truncate file: {1} {2}"
|
||||
|
||||
// helpers
|
||||
#define STRING_HELPER_PROJECT_CHANGE "The project '{1}' has changed."
|
||||
#define STRING_HELPER_PROJECT_COMPL "Project '{1}' is {2}% complete"
|
||||
|
@ -817,15 +813,6 @@
|
|||
#define STRING_HOOK_ERROR_SAME2 "Hook Error: JSON must be for the same task: {1} != {2}"
|
||||
#define STRING_HOOK_ERROR_NOFEEDBACK "Hook Error: Expected feedback from a failing hook script."
|
||||
|
||||
// JSON
|
||||
#define STRING_JSON_MISSING_VALUE "Fehler: Fehlender Wert nach ',' an Position {1}"
|
||||
#define STRING_JSON_MISSING_VALUE2 "Fehler: Fehlender Wert an Position {1}"
|
||||
#define STRING_JSON_MISSING_BRACKET "Fehler: Fehlendes ']' an Position {1}"
|
||||
#define STRING_JSON_MISSING_BRACE "Fehler: Fehlendes '}' an Position {1}"
|
||||
#define STRING_JSON_MISSING_COLON "Fehler: Fehlendes ':' an Position {1}"
|
||||
#define STRING_JSON_MISSING_OPEN "Fehler: '{' oder '[' an Position {1} erwartet"
|
||||
#define STRING_JSON_EXTRA_CHARACTERS "Fehler: Überschüssige Zeichen an position {1} gefunden"
|
||||
|
||||
// Record
|
||||
#define STRING_RECORD_EMPTY "Leerer Datensatz in der Eingabe."
|
||||
#define STRING_RECORD_JUNK_AT_EOL "Unerkannte Zeichen am Ende der Eingabe."
|
||||
|
@ -1014,17 +1001,12 @@
|
|||
*/
|
||||
|
||||
// util
|
||||
#define STRING_UTIL_CONFIRM_YN " (ja/nein) "
|
||||
#define STRING_UTIL_CONFIRM_YES "ja"
|
||||
#define STRING_UTIL_CONFIRM_YES_U "Ja"
|
||||
#define STRING_UTIL_CONFIRM_NO "nein"
|
||||
#define STRING_UTIL_CONFIRM_ALL "alle"
|
||||
#define STRING_UTIL_CONFIRM_ALL_U "Alle"
|
||||
#define STRING_UTIL_CONFIRM_QUIT "abbrechen"
|
||||
#define STRING_UTIL_GIBIBYTES "GiB"
|
||||
#define STRING_UTIL_MEBIBYTES "MiB"
|
||||
#define STRING_UTIL_KIBIBYTES "KiB"
|
||||
#define STRING_UTIL_BYTES "B"
|
||||
|
||||
// Legacy
|
||||
#define STRING_LEGACY_PRIORITY "Legacy attribute found. Please change '{1}' to '{2}'."
|
||||
|
|
|
@ -793,10 +793,6 @@
|
|||
#define STRING_FEEDBACK_EXPIRED "Task {1} '{2}' expired and was deleted."
|
||||
#define STRING_FEEDBACK_BACKLOG "There are local changes. Sync required."
|
||||
|
||||
// File
|
||||
#define STRING_FILE_PERMS "Taskwarrior does not have the correct permissions for '{1}'."
|
||||
#define STRING_FILE_TRUNCATE "Could not truncate file: {1} {2}"
|
||||
|
||||
// helpers
|
||||
#define STRING_HELPER_PROJECT_CHANGE "The project '{1}' has changed."
|
||||
#define STRING_HELPER_PROJECT_COMPL "Project '{1}' is {2}% complete"
|
||||
|
@ -815,15 +811,6 @@
|
|||
#define STRING_HOOK_ERROR_SAME2 "Hook Error: JSON must be for the same task: {1} != {2}"
|
||||
#define STRING_HOOK_ERROR_NOFEEDBACK "Hook Error: Expected feedback from a failing hook script."
|
||||
|
||||
// JSON
|
||||
#define STRING_JSON_MISSING_VALUE "Error: missing value after ',' at position {1}"
|
||||
#define STRING_JSON_MISSING_VALUE2 "Error: missing value at position {1}"
|
||||
#define STRING_JSON_MISSING_BRACKET "Error: missing ']' at position {1}"
|
||||
#define STRING_JSON_MISSING_BRACE "Error: missing '}' at position {1}"
|
||||
#define STRING_JSON_MISSING_COLON "Error: missing ':' at position {1}"
|
||||
#define STRING_JSON_MISSING_OPEN "Error: expected '{' or '[' at position {1}"
|
||||
#define STRING_JSON_EXTRA_CHARACTERS "Error: extra characters found at position {1}"
|
||||
|
||||
// Record
|
||||
#define STRING_RECORD_EMPTY "Empty record in input."
|
||||
#define STRING_RECORD_JUNK_AT_EOL "Unrecognized characters at end of line."
|
||||
|
@ -1009,17 +996,12 @@
|
|||
*/
|
||||
|
||||
// util
|
||||
#define STRING_UTIL_CONFIRM_YN " (yes/no) "
|
||||
#define STRING_UTIL_CONFIRM_YES "yes"
|
||||
#define STRING_UTIL_CONFIRM_YES_U "Yes"
|
||||
#define STRING_UTIL_CONFIRM_NO "no"
|
||||
#define STRING_UTIL_CONFIRM_ALL "all"
|
||||
#define STRING_UTIL_CONFIRM_ALL_U "All"
|
||||
#define STRING_UTIL_CONFIRM_QUIT "quit"
|
||||
#define STRING_UTIL_GIBIBYTES "GiB"
|
||||
#define STRING_UTIL_MEBIBYTES "MiB"
|
||||
#define STRING_UTIL_KIBIBYTES "KiB"
|
||||
#define STRING_UTIL_BYTES "B"
|
||||
|
||||
// Legacy
|
||||
#define STRING_LEGACY_PRIORITY "Legacy attribute found. Please change '{1}' to '{2}'."
|
||||
|
|
|
@ -795,10 +795,6 @@
|
|||
#define STRING_FEEDBACK_EXPIRED "Tasko {1} '{2}' fortempiĝis do estis viŝata."
|
||||
#define STRING_FEEDBACK_BACKLOG "Estas lokaj ŝanĝoj. Sinkronigo devita."
|
||||
|
||||
// File
|
||||
#define STRING_FILE_PERMS "Taskwarrior ne havas la bezonatan permeson por '{1}'."
|
||||
#define STRING_FILE_TRUNCATE "Could not truncate file: {1} {2}"
|
||||
|
||||
// helpers
|
||||
#define STRING_HELPER_PROJECT_CHANGE "The project '{1}' has changed."
|
||||
#define STRING_HELPER_PROJECT_COMPL "Project '{1}' is {2}% complete"
|
||||
|
@ -817,15 +813,6 @@
|
|||
#define STRING_HOOK_ERROR_SAME2 "Hook Error: JSON must be for the same task: {1} != {2}"
|
||||
#define STRING_HOOK_ERROR_NOFEEDBACK "Hook Error: Expected feedback from a failing hook script."
|
||||
|
||||
// JSON
|
||||
#define STRING_JSON_MISSING_VALUE "Eraro: mankas valoro post ',' ĉe pozicio {1}"
|
||||
#define STRING_JSON_MISSING_VALUE2 "Eraro: mankas valoro ĉe pozicio {1}"
|
||||
#define STRING_JSON_MISSING_BRACKET "Eraro: mankas ']' ĉe pozicio {1}"
|
||||
#define STRING_JSON_MISSING_BRACE "Eraro: mankas '}' ĉe pozicio {1}"
|
||||
#define STRING_JSON_MISSING_COLON "Eraro: mankas ':' ĉe pozicio {1}"
|
||||
#define STRING_JSON_MISSING_OPEN "Eraro: anticipis '{' aŭ '[' ĉe pozicio {1}"
|
||||
#define STRING_JSON_EXTRA_CHARACTERS "Eraro: trovis pliajn signojn ĉe pozicio {1}"
|
||||
|
||||
// Record
|
||||
#define STRING_RECORD_EMPTY "Malplena rikordo en la inigo."
|
||||
#define STRING_RECORD_JUNK_AT_EOL "Nekonataj signoj ĉe vicfino."
|
||||
|
@ -1011,17 +998,12 @@
|
|||
*/
|
||||
|
||||
// util
|
||||
#define STRING_UTIL_CONFIRM_YN " (jes/ne) "
|
||||
#define STRING_UTIL_CONFIRM_YES "jes"
|
||||
#define STRING_UTIL_CONFIRM_YES_U "Jes"
|
||||
#define STRING_UTIL_CONFIRM_NO "ne"
|
||||
#define STRING_UTIL_CONFIRM_ALL "ĉia"
|
||||
#define STRING_UTIL_CONFIRM_ALL_U "Ĉia"
|
||||
#define STRING_UTIL_CONFIRM_QUIT "eliru"
|
||||
#define STRING_UTIL_GIBIBYTES "GiB"
|
||||
#define STRING_UTIL_MEBIBYTES "MiB"
|
||||
#define STRING_UTIL_KIBIBYTES "KiB"
|
||||
#define STRING_UTIL_BYTES "B"
|
||||
|
||||
// Legacy
|
||||
#define STRING_LEGACY_PRIORITY "Legacy attribute found. Please change '{1}' to '{2}'."
|
||||
|
|
|
@ -804,10 +804,6 @@
|
|||
#define STRING_FEEDBACK_EXPIRED "La tarea {1} '{2}' caducó y fue eliminada."
|
||||
#define STRING_FEEDBACK_BACKLOG "Hay modificaciones locales. Se require una sincronización."
|
||||
|
||||
// File
|
||||
#define STRING_FILE_PERMS "Taskwarrior no tiene los permisos adecuados para '{1}'."
|
||||
#define STRING_FILE_TRUNCATE "Could not truncate file: {1} {2}"
|
||||
|
||||
// helpers
|
||||
#define STRING_HELPER_PROJECT_CHANGE "El proyecto '{1}' ha cambiado."
|
||||
#define STRING_HELPER_PROJECT_COMPL "El proyecto '{1}' está completado en un {2}%"
|
||||
|
@ -826,15 +822,6 @@
|
|||
#define STRING_HOOK_ERROR_SAME2 "Hook Error: JSON debe ser para la misma tarea: {1} != {2}"
|
||||
#define STRING_HOOK_ERROR_NOFEEDBACK "Hook Error: se esperaba retro-alimentación desde un hook script que falló."
|
||||
|
||||
// JSON
|
||||
#define STRING_JSON_MISSING_VALUE "Error: falta valor después de ',' en posición {1}"
|
||||
#define STRING_JSON_MISSING_VALUE2 "Error: falta valor en posición {1}"
|
||||
#define STRING_JSON_MISSING_BRACKET "Error: falta ']' en posición {1}"
|
||||
#define STRING_JSON_MISSING_BRACE "Error: falta '}' en posición {1}"
|
||||
#define STRING_JSON_MISSING_COLON "Error: falta ':' en posición {1}"
|
||||
#define STRING_JSON_MISSING_OPEN "Error: se esperaba '{' or '[' en posición {1}"
|
||||
#define STRING_JSON_EXTRA_CHARACTERS "Error: encontrados caracteres extra en posición {1}"
|
||||
|
||||
// Record
|
||||
#define STRING_RECORD_EMPTY "Registro vacío en la entrada."
|
||||
#define STRING_RECORD_JUNK_AT_EOL "Caracteres no reconocidos al final de línea."
|
||||
|
@ -1036,17 +1023,12 @@
|
|||
*/
|
||||
|
||||
// util
|
||||
#define STRING_UTIL_CONFIRM_YN " (sí/no) "
|
||||
#define STRING_UTIL_CONFIRM_YES "sí"
|
||||
#define STRING_UTIL_CONFIRM_YES_U "Sí"
|
||||
#define STRING_UTIL_CONFIRM_NO "no" // |esp-ESP|==|eng-USA|
|
||||
#define STRING_UTIL_CONFIRM_ALL "todos"
|
||||
#define STRING_UTIL_CONFIRM_ALL_U "Todos"
|
||||
#define STRING_UTIL_CONFIRM_QUIT "canc"
|
||||
#define STRING_UTIL_GIBIBYTES "GiB" // |esp-ESP|==|eng-USA|
|
||||
#define STRING_UTIL_MEBIBYTES "MiB" // |esp-ESP|==|eng-USA|
|
||||
#define STRING_UTIL_KIBIBYTES "KiB" // |esp-ESP|==|eng-USA|
|
||||
#define STRING_UTIL_BYTES "B" // |esp-ESP|==|eng-USA|
|
||||
|
||||
// Legacy
|
||||
#define STRING_LEGACY_PRIORITY "Encontrado atributo anticuado. Por favor, cambie '{1}' a '{2}'."
|
||||
|
|
|
@ -795,10 +795,6 @@
|
|||
#define STRING_FEEDBACK_EXPIRED "Tâche {1} '{2}' a expiré et a été supprimée."
|
||||
#define STRING_FEEDBACK_BACKLOG "Il y a des changements locaux. Synchronisation requise."
|
||||
|
||||
// File
|
||||
#define STRING_FILE_PERMS "Taskwarrior does not have the correct permissions for '{1}'."
|
||||
#define STRING_FILE_TRUNCATE "Could not truncate file: {1} {2}"
|
||||
|
||||
// helpers
|
||||
#define STRING_HELPER_PROJECT_CHANGE "The project '{1}' has changed."
|
||||
#define STRING_HELPER_PROJECT_COMPL "Project '{1}' is {2}% complete"
|
||||
|
@ -817,15 +813,6 @@
|
|||
#define STRING_HOOK_ERROR_SAME2 "Hook Error: JSON must be for the same task: {1} != {2}"
|
||||
#define STRING_HOOK_ERROR_NOFEEDBACK "Hook Error: Expected feedback from a failing hook script."
|
||||
|
||||
// JSON
|
||||
#define STRING_JSON_MISSING_VALUE "Erreur : valeur manquante après ',' à la position {1}"
|
||||
#define STRING_JSON_MISSING_VALUE2 "Erreur : valeur manquante à la position {1}"
|
||||
#define STRING_JSON_MISSING_BRACKET "Erreur : il manque ']' à la position {1}"
|
||||
#define STRING_JSON_MISSING_BRACE "Erreur : il manque '}' à la position {1}"
|
||||
#define STRING_JSON_MISSING_COLON "Erreur : il manque ':' à la position {1}"
|
||||
#define STRING_JSON_MISSING_OPEN "Erreur : '{' or '[' attendu à la position {1}"
|
||||
#define STRING_JSON_EXTRA_CHARACTERS "Erreur : caractères superflus à la position {1}"
|
||||
|
||||
// Record
|
||||
#define STRING_RECORD_EMPTY "Empty record in input."
|
||||
#define STRING_RECORD_JUNK_AT_EOL "Unrecognized characters at end of line."
|
||||
|
@ -1011,17 +998,12 @@
|
|||
*/
|
||||
|
||||
// util
|
||||
#define STRING_UTIL_CONFIRM_YN " (oui/non) "
|
||||
#define STRING_UTIL_CONFIRM_YES "oui"
|
||||
#define STRING_UTIL_CONFIRM_YES_U "Oui"
|
||||
#define STRING_UTIL_CONFIRM_NO "non"
|
||||
#define STRING_UTIL_CONFIRM_ALL "tous"
|
||||
#define STRING_UTIL_CONFIRM_ALL_U "Tous"
|
||||
#define STRING_UTIL_CONFIRM_QUIT "quitter"
|
||||
#define STRING_UTIL_GIBIBYTES "Gio"
|
||||
#define STRING_UTIL_MEBIBYTES "Mio"
|
||||
#define STRING_UTIL_KIBIBYTES "kio"
|
||||
#define STRING_UTIL_BYTES "o"
|
||||
|
||||
// Legacy
|
||||
#define STRING_LEGACY_PRIORITY "Legacy attribute found. Please change '{1}' to '{2}'."
|
||||
|
|
|
@ -794,10 +794,6 @@
|
|||
#define STRING_FEEDBACK_EXPIRED "Il task {1} '{2}' è scaduto ed è stato eliminato"
|
||||
#define STRING_FEEDBACK_BACKLOG "There are local changes. Sync required."
|
||||
|
||||
// File
|
||||
#define STRING_FILE_PERMS "Taskwarrior non dispone dei permessi corretti per '{1}'."
|
||||
#define STRING_FILE_TRUNCATE "Could not truncate file: {1} {2}"
|
||||
|
||||
// helpers
|
||||
#define STRING_HELPER_PROJECT_CHANGE "Il progetto '{1}' è stato modificat."
|
||||
#define STRING_HELPER_PROJECT_COMPL "Il progetto '{1}' è {2}% completo"
|
||||
|
@ -816,15 +812,6 @@
|
|||
#define STRING_HOOK_ERROR_SAME2 "Hook Error: JSON must be for the same task: {1} != {2}"
|
||||
#define STRING_HOOK_ERROR_NOFEEDBACK "Hook Error: Expected feedback from a failing hook script."
|
||||
|
||||
// JSON
|
||||
#define STRING_JSON_MISSING_VALUE "Errore: mancato valore dopo ',' alla posizione {1}"
|
||||
#define STRING_JSON_MISSING_VALUE2 "Errore: mancato valore alla posizione {1}"
|
||||
#define STRING_JSON_MISSING_BRACKET "Errore: mancato ']' alla posizione {1}"
|
||||
#define STRING_JSON_MISSING_BRACE "Errore: mancato '}' alla posizione {1}"
|
||||
#define STRING_JSON_MISSING_COLON "Errore: mancato ':' alla posizione {1}"
|
||||
#define STRING_JSON_MISSING_OPEN "Errore: atteso '{' o '[' alla posizione {1}"
|
||||
#define STRING_JSON_EXTRA_CHARACTERS "Errore: caratteri in eccesso alla posizione {1}"
|
||||
|
||||
// Record
|
||||
#define STRING_RECORD_EMPTY "Voce vuota in ingresso."
|
||||
#define STRING_RECORD_JUNK_AT_EOL "Carattere non riconosciuto a fine riga."
|
||||
|
@ -1010,17 +997,12 @@
|
|||
*/
|
||||
|
||||
// util
|
||||
#define STRING_UTIL_CONFIRM_YN " (si/no) "
|
||||
#define STRING_UTIL_CONFIRM_YES "si"
|
||||
#define STRING_UTIL_CONFIRM_YES_U "Si"
|
||||
#define STRING_UTIL_CONFIRM_NO "no"
|
||||
#define STRING_UTIL_CONFIRM_ALL "tutti"
|
||||
#define STRING_UTIL_CONFIRM_ALL_U "Tutti"
|
||||
#define STRING_UTIL_CONFIRM_QUIT "esci"
|
||||
#define STRING_UTIL_GIBIBYTES "Gb"
|
||||
#define STRING_UTIL_MEBIBYTES "Mb"
|
||||
#define STRING_UTIL_KIBIBYTES "Kb"
|
||||
#define STRING_UTIL_BYTES "B"
|
||||
|
||||
// Legacy
|
||||
#define STRING_LEGACY_PRIORITY "Legacy attribute found. Please change '{1}' to '{2}'."
|
||||
|
|
|
@ -795,10 +795,6 @@
|
|||
#define STRING_FEEDBACK_EXPIRED "Task {1} '{2}' expired and was deleted."
|
||||
#define STRING_FEEDBACK_BACKLOG "There are local changes. Sync required."
|
||||
|
||||
// File
|
||||
#define STRING_FILE_PERMS "Taskwarrior does not have the correct permissions for '{1}'."
|
||||
#define STRING_FILE_TRUNCATE "Could not truncate file: {1} {2}"
|
||||
|
||||
// helpers
|
||||
#define STRING_HELPER_PROJECT_CHANGE "The project '{1}' has changed."
|
||||
#define STRING_HELPER_PROJECT_COMPL "Project '{1}' is {2}% complete"
|
||||
|
@ -817,15 +813,6 @@
|
|||
#define STRING_HOOK_ERROR_SAME2 "Hook Error: JSON must be for the same task: {1} != {2}"
|
||||
#define STRING_HOOK_ERROR_NOFEEDBACK "Hook Error: Expected feedback from a failing hook script."
|
||||
|
||||
// JSON
|
||||
#define STRING_JSON_MISSING_VALUE "Error: missing value after ',' at position {1}"
|
||||
#define STRING_JSON_MISSING_VALUE2 "Error: missing value at position {1}"
|
||||
#define STRING_JSON_MISSING_BRACKET "Error: missing ']' at position {1}"
|
||||
#define STRING_JSON_MISSING_BRACE "Error: missing '}' at position {1}"
|
||||
#define STRING_JSON_MISSING_COLON "Error: missing ':' at position {1}"
|
||||
#define STRING_JSON_MISSING_OPEN "Error: expected '{' or '[' at position {1}"
|
||||
#define STRING_JSON_EXTRA_CHARACTERS "Error: extra characters found at position {1}"
|
||||
|
||||
// Record
|
||||
#define STRING_RECORD_EMPTY "Empty record in input."
|
||||
#define STRING_RECORD_JUNK_AT_EOL "Unrecognized characters at end of line."
|
||||
|
@ -1011,17 +998,12 @@
|
|||
*/
|
||||
|
||||
// util
|
||||
#define STRING_UTIL_CONFIRM_YN " (yes/no) "
|
||||
#define STRING_UTIL_CONFIRM_YES "yes"
|
||||
#define STRING_UTIL_CONFIRM_YES_U "Yes"
|
||||
#define STRING_UTIL_CONFIRM_NO "no"
|
||||
#define STRING_UTIL_CONFIRM_ALL "all"
|
||||
#define STRING_UTIL_CONFIRM_ALL_U "All"
|
||||
#define STRING_UTIL_CONFIRM_QUIT "quit"
|
||||
#define STRING_UTIL_GIBIBYTES "GiB"
|
||||
#define STRING_UTIL_MEBIBYTES "MiB"
|
||||
#define STRING_UTIL_KIBIBYTES "KiB"
|
||||
#define STRING_UTIL_BYTES "B"
|
||||
|
||||
// Legacy
|
||||
#define STRING_LEGACY_PRIORITY "古い属性が見つかった。'{1}' を '{2}' に変更してください。"
|
||||
|
|
|
@ -795,10 +795,6 @@
|
|||
#define STRING_FEEDBACK_EXPIRED "Zadanie {1} '{2}' jest przedawnione i zostało usunięte."
|
||||
#define STRING_FEEDBACK_BACKLOG "Wykryto lokalne zmiany. Wymagana synchronizacja."
|
||||
|
||||
// File
|
||||
#define STRING_FILE_PERMS "Taskwarrior nie posiada praw dostępu do '{1}'."
|
||||
#define STRING_FILE_TRUNCATE "Could not truncate file: {1} {2}"
|
||||
|
||||
// helpers
|
||||
#define STRING_HELPER_PROJECT_CHANGE "The project '{1}' has changed."
|
||||
#define STRING_HELPER_PROJECT_COMPL "Project '{1}' is {2}% complete"
|
||||
|
@ -817,15 +813,6 @@
|
|||
#define STRING_HOOK_ERROR_SAME2 "Hook Error: JSON must be for the same task: {1} != {2}"
|
||||
#define STRING_HOOK_ERROR_NOFEEDBACK "Hook Error: Expected feedback from a failing hook script."
|
||||
|
||||
// JSON
|
||||
#define STRING_JSON_MISSING_VALUE "Błąd: brak wartości po ',' na pozycji {1}"
|
||||
#define STRING_JSON_MISSING_VALUE2 "Błąd: brak wartości na pozycji {1}"
|
||||
#define STRING_JSON_MISSING_BRACKET "Błąd: brak ']' na pozycji {1}"
|
||||
#define STRING_JSON_MISSING_BRACE "Błąd: brak '}' na pozycji {1}"
|
||||
#define STRING_JSON_MISSING_COLON "Błąd: brak ':' na pozycji {1}"
|
||||
#define STRING_JSON_MISSING_OPEN "Błąd: oczekiwany '{' lub '[' na pozycji {1}"
|
||||
#define STRING_JSON_EXTRA_CHARACTERS "Błąd: nadmiarowy znak na pozycji {1}"
|
||||
|
||||
// Record
|
||||
#define STRING_RECORD_EMPTY "Pusty wpis na wejściu."
|
||||
#define STRING_RECORD_JUNK_AT_EOL "Nierozpoznawalny znak na koncu lini."
|
||||
|
@ -1011,17 +998,12 @@
|
|||
*/
|
||||
|
||||
// util
|
||||
#define STRING_UTIL_CONFIRM_YN " (tak/nie) "
|
||||
#define STRING_UTIL_CONFIRM_YES "tak"
|
||||
#define STRING_UTIL_CONFIRM_YES_U "Tak"
|
||||
#define STRING_UTIL_CONFIRM_NO "nie"
|
||||
#define STRING_UTIL_CONFIRM_ALL "wszystko"
|
||||
#define STRING_UTIL_CONFIRM_ALL_U "Wszystko"
|
||||
#define STRING_UTIL_CONFIRM_QUIT "wyjście"
|
||||
#define STRING_UTIL_GIBIBYTES "GiB"
|
||||
#define STRING_UTIL_MEBIBYTES "MiB"
|
||||
#define STRING_UTIL_KIBIBYTES "KiB"
|
||||
#define STRING_UTIL_BYTES "B"
|
||||
|
||||
// Legacy
|
||||
#define STRING_LEGACY_PRIORITY "Legacy attribute found. Please change '{1}' to '{2}'."
|
||||
|
|
|
@ -795,10 +795,6 @@
|
|||
#define STRING_FEEDBACK_EXPIRED "Tarefa {1} '{2}' expirou e foi eliminada."
|
||||
#define STRING_FEEDBACK_BACKLOG "Há modificações locais. Necessário sincronizar (sync)."
|
||||
|
||||
// File
|
||||
#define STRING_FILE_PERMS "O taskwarrior não encontrou as permissões corretas em '{1}'."
|
||||
#define STRING_FILE_TRUNCATE "Could not truncate file: {1} {2}"
|
||||
|
||||
// helpers
|
||||
#define STRING_HELPER_PROJECT_CHANGE "The project '{1}' has changed."
|
||||
#define STRING_HELPER_PROJECT_COMPL "Project '{1}' is {2}% complete"
|
||||
|
@ -817,15 +813,6 @@
|
|||
#define STRING_HOOK_ERROR_SAME2 "Hook Error: JSON must be for the same task: {1} != {2}"
|
||||
#define STRING_HOOK_ERROR_NOFEEDBACK "Hook Error: Expected feedback from a failing hook script."
|
||||
|
||||
// JSON
|
||||
#define STRING_JSON_MISSING_VALUE "Erro: valor em falta após ',' na posição {1}"
|
||||
#define STRING_JSON_MISSING_VALUE2 "Erro: valor em falta na posição {1}"
|
||||
#define STRING_JSON_MISSING_BRACKET "Erro: ']' em falta na posição {1}"
|
||||
#define STRING_JSON_MISSING_BRACE "Erro: '}' em falta na posição {1}"
|
||||
#define STRING_JSON_MISSING_COLON "Erro: ':' em falta na posição {1}"
|
||||
#define STRING_JSON_MISSING_OPEN "Erro: esperado '{' ou '[' na posição {1}"
|
||||
#define STRING_JSON_EXTRA_CHARACTERS "Erro: caracteres extra encontrados na posição {1}"
|
||||
|
||||
// Record
|
||||
#define STRING_RECORD_EMPTY "Registo vazio na entrada fornecida."
|
||||
#define STRING_RECORD_JUNK_AT_EOL "Caracteres desconhecidos no fim da linha."
|
||||
|
@ -1011,17 +998,12 @@
|
|||
*/
|
||||
|
||||
// util
|
||||
#define STRING_UTIL_CONFIRM_YN " (sim/não) "
|
||||
#define STRING_UTIL_CONFIRM_YES "sim"
|
||||
#define STRING_UTIL_CONFIRM_YES_U "Sim"
|
||||
#define STRING_UTIL_CONFIRM_NO "não"
|
||||
#define STRING_UTIL_CONFIRM_ALL "todas"
|
||||
#define STRING_UTIL_CONFIRM_ALL_U "Todas"
|
||||
#define STRING_UTIL_CONFIRM_QUIT "Sair"
|
||||
#define STRING_UTIL_GIBIBYTES "GiB" // |por-PRT|==|eng-USA|
|
||||
#define STRING_UTIL_MEBIBYTES "MiB" // |por-PRT|==|eng-USA|
|
||||
#define STRING_UTIL_KIBIBYTES "KiB" // |por-PRT|==|eng-USA|
|
||||
#define STRING_UTIL_BYTES "B" // |por-PRT|==|eng-USA|
|
||||
|
||||
// Legacy
|
||||
#define STRING_LEGACY_PRIORITY "Legacy attribute found. Please change '{1}' to '{2}'."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue