mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-07 09:54:27 +02:00
regenerated all the strings
This commit is contained in:
parent
55986ad17d
commit
25ba6023d0
767 changed files with 7410 additions and 7962 deletions
|
@ -5,13 +5,12 @@ function string_plural_select_cs($n){
|
|||
$n = intval($n);
|
||||
if (($n==1)) { return 0; } else if (($n>=2 && $n<=4)) { return 1; } else { return 2; }
|
||||
}}
|
||||
;
|
||||
$a->strings["Upload a file"] = "Nahrát soubor";
|
||||
$a->strings["Drop files here to upload"] = "Přeneste sem soubory k nahrání";
|
||||
$a->strings["Cancel"] = "Zrušit";
|
||||
$a->strings["Failed"] = "Neúspěch";
|
||||
$a->strings["No files were uploaded."] = "Žádné soubory nebyly nahrány.";
|
||||
$a->strings["Uploaded file is empty"] = "Nahraný soubor je prázdný";
|
||||
$a->strings["Image exceeds size limit of "] = "Velikost obrázku překračuje limit velikosti";
|
||||
$a->strings["File has an invalid extension, it should be one of "] = "Soubor má neplatnou příponu, ta by měla být jednou z";
|
||||
$a->strings["Upload was cancelled, or server error encountered"] = "Nahrávání bylo zrušeno nebo došlo k chybě na serveru";
|
||||
$a->strings['Upload a file'] = 'Nahrát soubor';
|
||||
$a->strings['Drop files here to upload'] = 'Přeneste sem soubory k nahrání';
|
||||
$a->strings['Cancel'] = 'Zrušit';
|
||||
$a->strings['Failed'] = 'Neúspěch';
|
||||
$a->strings['No files were uploaded.'] = 'Žádné soubory nebyly nahrány.';
|
||||
$a->strings['Uploaded file is empty'] = 'Nahraný soubor je prázdný';
|
||||
$a->strings['Image exceeds size limit of '] = 'Velikost obrázku překračuje limit velikosti';
|
||||
$a->strings['File has an invalid extension, it should be one of '] = 'Soubor má neplatnou příponu, ta by měla být jednou z';
|
||||
$a->strings['Upload was cancelled, or server error encountered'] = 'Nahrávání bylo zrušeno nebo došlo k chybě na serveru';
|
||||
|
|
|
@ -5,13 +5,12 @@ function string_plural_select_de($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Select files for upload"] = "Dateien für den Upload auswählen";
|
||||
$a->strings["Drop files here to upload"] = "Ziehe die Dateien hierher, die du hochladen willst";
|
||||
$a->strings["Cancel"] = "Abbrechen";
|
||||
$a->strings["Failed"] = "Fehlgeschlagen";
|
||||
$a->strings["No files were uploaded."] = "Keine Dateien hochgeladen.";
|
||||
$a->strings["Uploaded file is empty"] = "Hochgeladene Datei ist leer";
|
||||
$a->strings["Image exceeds size limit of "] = "Die Bildgröße übersteigt das Limit von ";
|
||||
$a->strings["File has an invalid extension, it should be one of "] = "Die Dateiextension ist nicht erlaubt, sie muss eine der folgenden sein ";
|
||||
$a->strings["Upload was cancelled, or server error encountered"] = "Upload abgebrochen oder Serverfehler aufgetreten";
|
||||
$a->strings['Select files for upload'] = 'Dateien für den Upload auswählen';
|
||||
$a->strings['Drop files here to upload'] = 'Ziehe die Dateien hierher, die du hochladen willst';
|
||||
$a->strings['Cancel'] = 'Abbrechen';
|
||||
$a->strings['Failed'] = 'Fehlgeschlagen';
|
||||
$a->strings['No files were uploaded.'] = 'Keine Dateien hochgeladen.';
|
||||
$a->strings['Uploaded file is empty'] = 'Hochgeladene Datei ist leer';
|
||||
$a->strings['Image exceeds size limit of '] = 'Die Bildgröße übersteigt das Limit von ';
|
||||
$a->strings['File has an invalid extension, it should be one of '] = 'Die Dateiextension ist nicht erlaubt, sie muss eine der folgenden sein ';
|
||||
$a->strings['Upload was cancelled, or server error encountered'] = 'Upload abgebrochen oder Serverfehler aufgetreten';
|
||||
|
|
|
@ -5,13 +5,12 @@ function string_plural_select_es($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Upload a file"] = "Subir un archivo";
|
||||
$a->strings["Drop files here to upload"] = "Soltar archivos aquí para subir";
|
||||
$a->strings["Cancel"] = "Cancelar";
|
||||
$a->strings["Failed"] = "Fallido";
|
||||
$a->strings["No files were uploaded."] = "No se subió ningún archivo.";
|
||||
$a->strings["Uploaded file is empty"] = "El archivo subido está vacío";
|
||||
$a->strings["Image exceeds size limit of "] = "La imagen excede el tamaño de";
|
||||
$a->strings["File has an invalid extension, it should be one of "] = "El archivo tiene una extensión inválida, debería ser una de";
|
||||
$a->strings["Upload was cancelled, or server error encountered"] = "La subida fue cancelada, o el servidor tuvo un error";
|
||||
$a->strings['Upload a file'] = 'Subir un archivo';
|
||||
$a->strings['Drop files here to upload'] = 'Soltar archivos aquí para subir';
|
||||
$a->strings['Cancel'] = 'Cancelar';
|
||||
$a->strings['Failed'] = 'Fallido';
|
||||
$a->strings['No files were uploaded.'] = 'No se subió ningún archivo.';
|
||||
$a->strings['Uploaded file is empty'] = 'El archivo subido está vacío';
|
||||
$a->strings['Image exceeds size limit of '] = 'La imagen excede el tamaño de';
|
||||
$a->strings['File has an invalid extension, it should be one of '] = 'El archivo tiene una extensión inválida, debería ser una de';
|
||||
$a->strings['Upload was cancelled, or server error encountered'] = 'La subida fue cancelada, o el servidor tuvo un error';
|
||||
|
|
|
@ -5,12 +5,11 @@ function string_plural_select_fi_fi($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Upload a file"] = "Lähetä tiedosto";
|
||||
$a->strings["Cancel"] = "Peruuta";
|
||||
$a->strings["Failed"] = "Epäonnistui";
|
||||
$a->strings["No files were uploaded."] = "Tiedostoja ei lähetetty.";
|
||||
$a->strings["Uploaded file is empty"] = "Lähetetty tiedosto on tyhjä";
|
||||
$a->strings["Image exceeds size limit of "] = "Kuva ylittää kokorajoituksen ";
|
||||
$a->strings["File has an invalid extension, it should be one of "] = "Tiedostopääte on virheellinen. Sallitut tiedostopäätteet:";
|
||||
$a->strings["Upload was cancelled, or server error encountered"] = "Lataus peruutettu, tai palvelimessa tapahtui virhe.";
|
||||
$a->strings['Upload a file'] = 'Lähetä tiedosto';
|
||||
$a->strings['Cancel'] = 'Peruuta';
|
||||
$a->strings['Failed'] = 'Epäonnistui';
|
||||
$a->strings['No files were uploaded.'] = 'Tiedostoja ei lähetetty.';
|
||||
$a->strings['Uploaded file is empty'] = 'Lähetetty tiedosto on tyhjä';
|
||||
$a->strings['Image exceeds size limit of '] = 'Kuva ylittää kokorajoituksen ';
|
||||
$a->strings['File has an invalid extension, it should be one of '] = 'Tiedostopääte on virheellinen. Sallitut tiedostopäätteet:';
|
||||
$a->strings['Upload was cancelled, or server error encountered'] = 'Lataus peruutettu, tai palvelimessa tapahtui virhe.';
|
||||
|
|
|
@ -5,13 +5,12 @@ function string_plural_select_fr($n){
|
|||
$n = intval($n);
|
||||
return intval($n > 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Select files for upload"] = "Sélectionner les fichiers à télécharger";
|
||||
$a->strings["Drop files here to upload"] = "Glisser les fichiers ici pour uploader";
|
||||
$a->strings["Cancel"] = "Annuler";
|
||||
$a->strings["Failed"] = "Echec";
|
||||
$a->strings["No files were uploaded."] = "Aucun fichier téléchargé";
|
||||
$a->strings["Uploaded file is empty"] = "Le fichier téléchargé est vide";
|
||||
$a->strings["Image exceeds size limit of "] = "L'image dépasse la taille limite de ";
|
||||
$a->strings["File has an invalid extension, it should be one of "] = "Le fichier à une extension invalide, cela devrait être une de ces ";
|
||||
$a->strings["Upload was cancelled, or server error encountered"] = "Le téléchargement a été annulé ou le server a rencontré une erreur";
|
||||
$a->strings['Select files for upload'] = 'Sélectionner les fichiers à télécharger';
|
||||
$a->strings['Drop files here to upload'] = 'Glisser les fichiers ici pour uploader';
|
||||
$a->strings['Cancel'] = 'Annuler';
|
||||
$a->strings['Failed'] = 'Echec';
|
||||
$a->strings['No files were uploaded.'] = 'Aucun fichier téléchargé';
|
||||
$a->strings['Uploaded file is empty'] = 'Le fichier téléchargé est vide';
|
||||
$a->strings['Image exceeds size limit of '] = 'L\'image dépasse la taille limite de ';
|
||||
$a->strings['File has an invalid extension, it should be one of '] = 'Le fichier à une extension invalide, cela devrait être une de ces ';
|
||||
$a->strings['Upload was cancelled, or server error encountered'] = 'Le téléchargement a été annulé ou le server a rencontré une erreur';
|
||||
|
|
|
@ -5,13 +5,12 @@ function string_plural_select_hu($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Select files for upload"] = "Fájlok kijelölése a feltöltéshez";
|
||||
$a->strings["Drop files here to upload"] = "Húzzon ide fájlokat a feltöltéshez";
|
||||
$a->strings["Cancel"] = "Mégse";
|
||||
$a->strings["Failed"] = "Sikertelen";
|
||||
$a->strings["No files were uploaded."] = "Nem lettek fájlok feltöltve.";
|
||||
$a->strings["Uploaded file is empty"] = "A feltöltött fájl üres";
|
||||
$a->strings["Image exceeds size limit of %s"] = "A kép meghaladja a beállított %s méretkorlátot";
|
||||
$a->strings["File has an invalid extension, it should be one of %s."] = "A fájl érvénytelen kiterjesztéssel rendelkezik, %s egyikének kell lennie.";
|
||||
$a->strings["Upload was cancelled, or server error encountered"] = "A feltöltés meg lett szakítva vagy kiszolgálóhiba történt";
|
||||
$a->strings['Select files for upload'] = 'Fájlok kijelölése a feltöltéshez';
|
||||
$a->strings['Drop files here to upload'] = 'Húzzon ide fájlokat a feltöltéshez';
|
||||
$a->strings['Cancel'] = 'Mégse';
|
||||
$a->strings['Failed'] = 'Sikertelen';
|
||||
$a->strings['No files were uploaded.'] = 'Nem lettek fájlok feltöltve.';
|
||||
$a->strings['Uploaded file is empty'] = 'A feltöltött fájl üres';
|
||||
$a->strings['Image exceeds size limit of %s'] = 'A kép meghaladja a beállított %s méretkorlátot';
|
||||
$a->strings['File has an invalid extension, it should be one of %s.'] = 'A fájl érvénytelen kiterjesztéssel rendelkezik, %s egyikének kell lennie.';
|
||||
$a->strings['Upload was cancelled, or server error encountered'] = 'A feltöltés meg lett szakítva vagy kiszolgálóhiba történt';
|
||||
|
|
|
@ -5,13 +5,12 @@ function string_plural_select_it($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Select files for upload"] = "Seleziona file per il caricamento";
|
||||
$a->strings["Drop files here to upload"] = "Trascina un file qui per caricarlo";
|
||||
$a->strings["Cancel"] = "Annulla";
|
||||
$a->strings["Failed"] = "Caricamento fallito";
|
||||
$a->strings["No files were uploaded."] = "Nessun file è stato caricato.";
|
||||
$a->strings["Uploaded file is empty"] = "Il file caricato è vuoto";
|
||||
$a->strings["Image exceeds size limit of %s"] = "La dimensione dell'immagine supera il limite di %s";
|
||||
$a->strings["File has an invalid extension, it should be one of %s."] = "Il file ha un'estensione non valida, dovrebbe essere una tra %s.";
|
||||
$a->strings["Upload was cancelled, or server error encountered"] = "Il caricamento è stato cancellato, o si è verificato un errore sul server";
|
||||
$a->strings['Select files for upload'] = 'Seleziona file per il caricamento';
|
||||
$a->strings['Drop files here to upload'] = 'Trascina un file qui per caricarlo';
|
||||
$a->strings['Cancel'] = 'Annulla';
|
||||
$a->strings['Failed'] = 'Caricamento fallito';
|
||||
$a->strings['No files were uploaded.'] = 'Nessun file è stato caricato.';
|
||||
$a->strings['Uploaded file is empty'] = 'Il file caricato è vuoto';
|
||||
$a->strings['Image exceeds size limit of %s'] = 'La dimensione dell\'immagine supera il limite di %s';
|
||||
$a->strings['File has an invalid extension, it should be one of %s.'] = 'Il file ha un\'estensione non valida, dovrebbe essere una tra %s.';
|
||||
$a->strings['Upload was cancelled, or server error encountered'] = 'Il caricamento è stato cancellato, o si è verificato un errore sul server';
|
||||
|
|
|
@ -5,6 +5,5 @@ function string_plural_select_nl($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Upload a file"] = "Upload een bestand";
|
||||
$a->strings["Drop files here to upload"] = "Sleep uw bestanden hier om ze te uploaden";
|
||||
$a->strings['Upload a file'] = 'Upload een bestand';
|
||||
$a->strings['Drop files here to upload'] = 'Sleep uw bestanden hier om ze te uploaden';
|
||||
|
|
|
@ -5,13 +5,12 @@ function string_plural_select_pl($n){
|
|||
$n = intval($n);
|
||||
if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
|
||||
}}
|
||||
;
|
||||
$a->strings["Upload a file"] = "Prześlij plik";
|
||||
$a->strings["Drop files here to upload"] = "Upuść pliki tutaj, aby przesłać";
|
||||
$a->strings["Cancel"] = "Anuluj";
|
||||
$a->strings["Failed"] = "Nie powiodło się";
|
||||
$a->strings["No files were uploaded."] = "Żadne pliki nie zostały przesłane.";
|
||||
$a->strings["Uploaded file is empty"] = "Przesłany plik jest pusty";
|
||||
$a->strings["Image exceeds size limit of "] = "Obraz przekracza limit rozmiaru wynoszący";
|
||||
$a->strings["File has an invalid extension, it should be one of "] = "Plik ma nieprawidłowe rozszerzenie, powinno być jednym z nich";
|
||||
$a->strings["Upload was cancelled, or server error encountered"] = "Przesyłanie zostało anulowane lub wystąpił błąd serwera";
|
||||
$a->strings['Upload a file'] = 'Prześlij plik';
|
||||
$a->strings['Drop files here to upload'] = 'Upuść pliki tutaj, aby przesłać';
|
||||
$a->strings['Cancel'] = 'Anuluj';
|
||||
$a->strings['Failed'] = 'Nie powiodło się';
|
||||
$a->strings['No files were uploaded.'] = 'Żadne pliki nie zostały przesłane.';
|
||||
$a->strings['Uploaded file is empty'] = 'Przesłany plik jest pusty';
|
||||
$a->strings['Image exceeds size limit of '] = 'Obraz przekracza limit rozmiaru wynoszący';
|
||||
$a->strings['File has an invalid extension, it should be one of '] = 'Plik ma nieprawidłowe rozszerzenie, powinno być jednym z nich';
|
||||
$a->strings['Upload was cancelled, or server error encountered'] = 'Przesyłanie zostało anulowane lub wystąpił błąd serwera';
|
||||
|
|
|
@ -5,13 +5,12 @@ function string_plural_select_ro($n){
|
|||
$n = intval($n);
|
||||
if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; }
|
||||
}}
|
||||
;
|
||||
$a->strings["Upload a file"] = "Încărcați un fișier";
|
||||
$a->strings["Drop files here to upload"] = "Fixați fișierele aici pentru încărcare";
|
||||
$a->strings["Cancel"] = "Anulare";
|
||||
$a->strings["Failed"] = "Eșuat";
|
||||
$a->strings["No files were uploaded."] = "Nici un fișier nu a fost încărcat.";
|
||||
$a->strings["Uploaded file is empty"] = "Fișierul încărcat este gol";
|
||||
$a->strings["Image exceeds size limit of "] = "Dimensiunea imaginii depășește limita de";
|
||||
$a->strings["File has an invalid extension, it should be one of "] = "Fișierul are o extensie invalidă, acesta trebuie să fie una de tipul";
|
||||
$a->strings["Upload was cancelled, or server error encountered"] = "Încărcarea a fost anulată, sau a apărut o eroare de server";
|
||||
$a->strings['Upload a file'] = 'Încărcați un fișier';
|
||||
$a->strings['Drop files here to upload'] = 'Fixați fișierele aici pentru încărcare';
|
||||
$a->strings['Cancel'] = 'Anulare';
|
||||
$a->strings['Failed'] = 'Eșuat';
|
||||
$a->strings['No files were uploaded.'] = 'Nici un fișier nu a fost încărcat.';
|
||||
$a->strings['Uploaded file is empty'] = 'Fișierul încărcat este gol';
|
||||
$a->strings['Image exceeds size limit of '] = 'Dimensiunea imaginii depășește limita de';
|
||||
$a->strings['File has an invalid extension, it should be one of '] = 'Fișierul are o extensie invalidă, acesta trebuie să fie una de tipul';
|
||||
$a->strings['Upload was cancelled, or server error encountered'] = 'Încărcarea a fost anulată, sau a apărut o eroare de server';
|
||||
|
|
|
@ -5,13 +5,12 @@ function string_plural_select_ru($n){
|
|||
$n = intval($n);
|
||||
if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; }
|
||||
}}
|
||||
;
|
||||
$a->strings["Upload a file"] = "Загрузить файл";
|
||||
$a->strings["Drop files here to upload"] = "Перетащите сюда файлы для загрузки";
|
||||
$a->strings["Cancel"] = "Отмена";
|
||||
$a->strings["Failed"] = "Ошибка";
|
||||
$a->strings["No files were uploaded."] = "Файлы не были загружены.";
|
||||
$a->strings["Uploaded file is empty"] = "Загруженный файл пустой.";
|
||||
$a->strings["Image exceeds size limit of "] = "Изображение превышает ограничение в";
|
||||
$a->strings["File has an invalid extension, it should be one of "] = "У файла недопустимое расширение, оно должно быть";
|
||||
$a->strings["Upload was cancelled, or server error encountered"] = "Закачка отменена, либо возникла ошибка на сервере";
|
||||
$a->strings['Upload a file'] = 'Загрузить файл';
|
||||
$a->strings['Drop files here to upload'] = 'Перетащите сюда файлы для загрузки';
|
||||
$a->strings['Cancel'] = 'Отмена';
|
||||
$a->strings['Failed'] = 'Ошибка';
|
||||
$a->strings['No files were uploaded.'] = 'Файлы не были загружены.';
|
||||
$a->strings['Uploaded file is empty'] = 'Загруженный файл пустой.';
|
||||
$a->strings['Image exceeds size limit of '] = 'Изображение превышает ограничение в';
|
||||
$a->strings['File has an invalid extension, it should be one of '] = 'У файла недопустимое расширение, оно должно быть';
|
||||
$a->strings['Upload was cancelled, or server error encountered'] = 'Закачка отменена, либо возникла ошибка на сервере';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue