diff --git a/l10n/cs.js b/l10n/cs.js index ca0142e7e6..9de7358d9b 100644 --- a/l10n/cs.js +++ b/l10n/cs.js @@ -28,6 +28,8 @@ OC.L10N.register( "Only template files can be uploaded" : "Je možné nahrávat pouze soubory obsahující šablony", "Invalid file provided" : "Poskytnut neplatný soubor", "Template not found" : "Šablona nenalezena", + "Unable to determine the proper file extension for %1$s" : "Nebylo možné zjistit správnou příponu souboru pro %1$s", + "Unable to fetch information on %1$s" : "Nedaří se získat informaci o %1$s", "Portable Document Format (.pdf)" : "Přenositelný formát dokumentů (.pdf)", "Image (.png)" : "Obrázek (.png)", "Image (.svg)" : "Obrázek (.svg)", diff --git a/l10n/cs.json b/l10n/cs.json index 20319ce7e3..c5208dff72 100644 --- a/l10n/cs.json +++ b/l10n/cs.json @@ -26,6 +26,8 @@ "Only template files can be uploaded" : "Je možné nahrávat pouze soubory obsahující šablony", "Invalid file provided" : "Poskytnut neplatný soubor", "Template not found" : "Šablona nenalezena", + "Unable to determine the proper file extension for %1$s" : "Nebylo možné zjistit správnou příponu souboru pro %1$s", + "Unable to fetch information on %1$s" : "Nedaří se získat informaci o %1$s", "Portable Document Format (.pdf)" : "Přenositelný formát dokumentů (.pdf)", "Image (.png)" : "Obrázek (.png)", "Image (.svg)" : "Obrázek (.svg)", diff --git a/l10n/de.js b/l10n/de.js index 0ec1013feb..6acec232c0 100644 --- a/l10n/de.js +++ b/l10n/de.js @@ -29,6 +29,7 @@ OC.L10N.register( "Invalid file provided" : "Ungültige Datei zur Verfügung gestellt", "Template not found" : "Vorlage nicht gefunden", "Unable to determine the proper file extension for %1$s" : "Dateierweiterung von \"%1$s\" kann nicht erkannt werden", + "Unable to fetch information on %1$s" : "Informationen über %1$s können nicht abgerufen werden", "Portable Document Format (.pdf)" : "Portables Dokumentenformat (.pdf)", "Image (.png)" : "Bild (.png)", "Image (.svg)" : "Bild (.svg)", diff --git a/l10n/de.json b/l10n/de.json index b3d47cabe0..8064ab4f0f 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -27,6 +27,7 @@ "Invalid file provided" : "Ungültige Datei zur Verfügung gestellt", "Template not found" : "Vorlage nicht gefunden", "Unable to determine the proper file extension for %1$s" : "Dateierweiterung von \"%1$s\" kann nicht erkannt werden", + "Unable to fetch information on %1$s" : "Informationen über %1$s können nicht abgerufen werden", "Portable Document Format (.pdf)" : "Portables Dokumentenformat (.pdf)", "Image (.png)" : "Bild (.png)", "Image (.svg)" : "Bild (.svg)", diff --git a/l10n/ga.js b/l10n/ga.js index 04448671fb..614d288655 100644 --- a/l10n/ga.js +++ b/l10n/ga.js @@ -29,6 +29,7 @@ OC.L10N.register( "Invalid file provided" : "Comhad neamhbhailí curtha ar fáil", "Template not found" : "Teimpléad gan aimsiú", "Unable to determine the proper file extension for %1$s" : "Ní féidir an síneadh cuí comhaid a chinneadh le haghaidh %1$s", + "Unable to fetch information on %1$s" : "Ní féidir faisnéis a fháil ar %1$s", "Portable Document Format (.pdf)" : "Formáid Doiciméad Iniompartha (.pdf)", "Image (.png)" : "Íomhá (.png)", "Image (.svg)" : "Íomhá (.svg)", diff --git a/l10n/ga.json b/l10n/ga.json index f363e1f43b..19ce4f7d37 100644 --- a/l10n/ga.json +++ b/l10n/ga.json @@ -27,6 +27,7 @@ "Invalid file provided" : "Comhad neamhbhailí curtha ar fáil", "Template not found" : "Teimpléad gan aimsiú", "Unable to determine the proper file extension for %1$s" : "Ní féidir an síneadh cuí comhaid a chinneadh le haghaidh %1$s", + "Unable to fetch information on %1$s" : "Ní féidir faisnéis a fháil ar %1$s", "Portable Document Format (.pdf)" : "Formáid Doiciméad Iniompartha (.pdf)", "Image (.png)" : "Íomhá (.png)", "Image (.svg)" : "Íomhá (.svg)", diff --git a/l10n/gl.js b/l10n/gl.js index 124ca34f8f..51e392f5d5 100644 --- a/l10n/gl.js +++ b/l10n/gl.js @@ -29,6 +29,7 @@ OC.L10N.register( "Invalid file provided" : "O ficheiro fornecido non é válido", "Template not found" : "Non se atopou o modelo", "Unable to determine the proper file extension for %1$s" : "Non é posíbel determinar a extensión de ficheiro axeitada para %1$s", + "Unable to fetch information on %1$s" : "Non é posíbel recuperar información sobre %1$s", "Portable Document Format (.pdf)" : "Formato de documento portábel (.pdf)", "Image (.png)" : "Imaxe (.png)", "Image (.svg)" : "Imaxe (.svg)", diff --git a/l10n/gl.json b/l10n/gl.json index b203495188..b9f96796b3 100644 --- a/l10n/gl.json +++ b/l10n/gl.json @@ -27,6 +27,7 @@ "Invalid file provided" : "O ficheiro fornecido non é válido", "Template not found" : "Non se atopou o modelo", "Unable to determine the proper file extension for %1$s" : "Non é posíbel determinar a extensión de ficheiro axeitada para %1$s", + "Unable to fetch information on %1$s" : "Non é posíbel recuperar información sobre %1$s", "Portable Document Format (.pdf)" : "Formato de documento portábel (.pdf)", "Image (.png)" : "Imaxe (.png)", "Image (.svg)" : "Imaxe (.svg)", diff --git a/l10n/lt_LT.js b/l10n/lt_LT.js index c492ef0459..0c24393e91 100644 --- a/l10n/lt_LT.js +++ b/l10n/lt_LT.js @@ -25,6 +25,8 @@ OC.L10N.register( "File is too big" : "Failas yra per didelis", "Invalid file provided" : "Pateiktas neteisingas failas", "Template not found" : "Šablonas nerastas", + "Text (.rtf)" : "Tekstas (.rtf)", + "Text (.txt)" : "Tekstas (.txt)", "New document" : "Naujas dokumentas", "New spreadsheet" : "Nauja skaičiuoklė", "New presentation" : "Nauja pateiktis", @@ -53,6 +55,7 @@ OC.L10N.register( "I will setup my own server" : "Aš nusistatysiu asmeninį serverį", "Advanced settings" : "Išplėstiniai nustatymai", "Select groups" : "Pasirinkti grupes", + "Custom Fonts" : "Tinkinti šriftai", "Available fonts" : "Prieinami šriftai", "Custom fonts documentation" : "Tinkintų šriftų dokumentacija", "Secure view enables you to secure documents by embedding a watermark" : "Saugusis rodinys leidžia jums apsaugoti dokumentus įterpiant vandenženklį", @@ -66,13 +69,20 @@ OC.L10N.register( "Cancel" : "Atsisakyti", "Save as" : "Įrašyti kaip", "Save As" : "Įrašyti kaip", + "Zotero account settings" : "„Zotero“ paskyros nustatymai", + "Zotero API key" : "„Zotero“ API raktas", "Submit" : "Pateikti", "Select a template directory" : "Pasirinkite šablonų katalogą", "Select a personal template folder" : "Pasirinkti asmeninių šablonų aplanką", + "Zotero" : "„Zotero“", + "Settings saved successfully." : "Nustatymai sėkmingai įrašyti.", + "Failed to save settings." : "Nepavyko įrašyti nustatymų.", + "Unexpected error occurred." : "Įvyko netikėta klaida.", "Description" : "Aprašas", "Add new token" : "Pridėti naują prieigos raktą", "Delete this font" : "Ištrinti šį šriftą", "No results" : "Rezultatų nėra", + "Select file" : "Pasirinkti failą", "Document loading failed" : "Nepavyko įkelti dokumento", "Close" : "Užverti", "Edit" : "Taisyti", diff --git a/l10n/lt_LT.json b/l10n/lt_LT.json index b2ff4d28be..da64237a4c 100644 --- a/l10n/lt_LT.json +++ b/l10n/lt_LT.json @@ -23,6 +23,8 @@ "File is too big" : "Failas yra per didelis", "Invalid file provided" : "Pateiktas neteisingas failas", "Template not found" : "Šablonas nerastas", + "Text (.rtf)" : "Tekstas (.rtf)", + "Text (.txt)" : "Tekstas (.txt)", "New document" : "Naujas dokumentas", "New spreadsheet" : "Nauja skaičiuoklė", "New presentation" : "Nauja pateiktis", @@ -51,6 +53,7 @@ "I will setup my own server" : "Aš nusistatysiu asmeninį serverį", "Advanced settings" : "Išplėstiniai nustatymai", "Select groups" : "Pasirinkti grupes", + "Custom Fonts" : "Tinkinti šriftai", "Available fonts" : "Prieinami šriftai", "Custom fonts documentation" : "Tinkintų šriftų dokumentacija", "Secure view enables you to secure documents by embedding a watermark" : "Saugusis rodinys leidžia jums apsaugoti dokumentus įterpiant vandenženklį", @@ -64,13 +67,20 @@ "Cancel" : "Atsisakyti", "Save as" : "Įrašyti kaip", "Save As" : "Įrašyti kaip", + "Zotero account settings" : "„Zotero“ paskyros nustatymai", + "Zotero API key" : "„Zotero“ API raktas", "Submit" : "Pateikti", "Select a template directory" : "Pasirinkite šablonų katalogą", "Select a personal template folder" : "Pasirinkti asmeninių šablonų aplanką", + "Zotero" : "„Zotero“", + "Settings saved successfully." : "Nustatymai sėkmingai įrašyti.", + "Failed to save settings." : "Nepavyko įrašyti nustatymų.", + "Unexpected error occurred." : "Įvyko netikėta klaida.", "Description" : "Aprašas", "Add new token" : "Pridėti naują prieigos raktą", "Delete this font" : "Ištrinti šį šriftą", "No results" : "Rezultatų nėra", + "Select file" : "Pasirinkti failą", "Document loading failed" : "Nepavyko įkelti dokumento", "Close" : "Užverti", "Edit" : "Taisyti",