Merge branch 'master' of github.com:owncloud/core into vcategories_db
This commit is contained in:
commit
fd709fc021
|
@ -1,3 +1,11 @@
|
|||
<IfModule mod_fcgid.c>
|
||||
<IfModule mod_setenvif.c>
|
||||
<IfModule mod_headers.c>
|
||||
SetEnvIfNoCase ^Authorization$ "(.+)" XAUTHORIZATION=$1
|
||||
RequestHeader set XAuthorization %{XAUTHORIZATION}e env=XAUTHORIZATION
|
||||
</IfModule>
|
||||
</IfModule>
|
||||
</IfModule>
|
||||
ErrorDocument 403 /core/templates/403.php
|
||||
ErrorDocument 404 /core/templates/404.php
|
||||
<IfModule mod_php5.c>
|
||||
|
@ -12,6 +20,7 @@ php_value memory_limit 512M
|
|||
RewriteEngine on
|
||||
RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
|
||||
RewriteRule ^.well-known/host-meta /public.php?service=host-meta [QSA,L]
|
||||
RewriteRule ^.well-known/host-meta.json /public.php?service=host-meta-json [QSA,L]
|
||||
RewriteRule ^.well-known/carddav /remote.php/carddav/ [R]
|
||||
RewriteRule ^.well-known/caldav /remote.php/caldav/ [R]
|
||||
RewriteRule ^apps/calendar/caldav.php remote.php/caldav/ [QSA,L]
|
||||
|
|
|
@ -375,4 +375,7 @@ $(document).ready(function(){
|
|||
FileList.lastAction();
|
||||
}
|
||||
});
|
||||
$(window).unload(function (){
|
||||
$(window).trigger('beforeunload');
|
||||
});
|
||||
});
|
||||
|
|
|
@ -201,7 +201,7 @@ $(document).ready(function() {
|
|||
var totalSize=0;
|
||||
if(files){
|
||||
for(var i=0;i<files.length;i++){
|
||||
if(files[i].size ==0 || files[i].type== '')
|
||||
if(files[i].size ==0 && files[i].type== '')
|
||||
{
|
||||
OC.dialogs.alert(t('files', 'Unable to upload your file as it is a directory or has 0 bytes'), t('files', 'Upload Error'));
|
||||
return;
|
||||
|
@ -274,7 +274,7 @@ $(document).ready(function() {
|
|||
var fileName = files[i].name
|
||||
var dropTarget = $(e.originalEvent.target).closest('tr');
|
||||
if(dropTarget && dropTarget.attr('data-type') === 'dir') { // drag&drop upload to folder
|
||||
var dirName = dropTarget.attr('data-file');
|
||||
var dirName = dropTarget.attr('data-file')
|
||||
var jqXHR = $('.file_upload_start').fileupload('send', {files: files[i],
|
||||
formData: function(form) {
|
||||
var formArray = form.serializeArray();
|
||||
|
|
|
@ -37,16 +37,6 @@
|
|||
"{count} folders" => "{count} carpetes",
|
||||
"1 file" => "1 fitxer",
|
||||
"{count} files" => "{count} fitxers",
|
||||
"seconds ago" => "segons enrere",
|
||||
"1 minute ago" => "fa 1 minut",
|
||||
"{minutes} minutes ago" => "fa {minutes} minuts",
|
||||
"today" => "avui",
|
||||
"yesterday" => "ahir",
|
||||
"{days} days ago" => "fa {days} dies",
|
||||
"last month" => "el mes passat",
|
||||
"months ago" => "mesos enrere",
|
||||
"last year" => "l'any passat",
|
||||
"years ago" => "anys enrere",
|
||||
"File handling" => "Gestió de fitxers",
|
||||
"Maximum upload size" => "Mida màxima de pujada",
|
||||
"max. possible: " => "màxim possible:",
|
||||
|
|
|
@ -37,16 +37,6 @@
|
|||
"{count} folders" => "{count} složky",
|
||||
"1 file" => "1 soubor",
|
||||
"{count} files" => "{count} soubory",
|
||||
"seconds ago" => "před pár sekundami",
|
||||
"1 minute ago" => "před 1 minutou",
|
||||
"{minutes} minutes ago" => "před {minutes} minutami",
|
||||
"today" => "dnes",
|
||||
"yesterday" => "včera",
|
||||
"{days} days ago" => "před {days} dny",
|
||||
"last month" => "minulý měsíc",
|
||||
"months ago" => "před pár měsíci",
|
||||
"last year" => "minulý rok",
|
||||
"years ago" => "před pár lety",
|
||||
"File handling" => "Zacházení se soubory",
|
||||
"Maximum upload size" => "Maximální velikost pro odesílání",
|
||||
"max. possible: " => "největší možná: ",
|
||||
|
|
|
@ -37,16 +37,6 @@
|
|||
"{count} folders" => "{count} mapper",
|
||||
"1 file" => "1 fil",
|
||||
"{count} files" => "{count} filer",
|
||||
"seconds ago" => "sekunder siden",
|
||||
"1 minute ago" => "1 minut siden",
|
||||
"{minutes} minutes ago" => "{minutes} minutter siden",
|
||||
"today" => "i dag",
|
||||
"yesterday" => "i går",
|
||||
"{days} days ago" => "{days} dage siden",
|
||||
"last month" => "sidste måned",
|
||||
"months ago" => "måneder siden",
|
||||
"last year" => "sidste år",
|
||||
"years ago" => "år siden",
|
||||
"File handling" => "Filhåndtering",
|
||||
"Maximum upload size" => "Maksimal upload-størrelse",
|
||||
"max. possible: " => "max. mulige: ",
|
||||
|
|
|
@ -37,16 +37,6 @@
|
|||
"{count} folders" => "{count} Ordner",
|
||||
"1 file" => "1 Datei",
|
||||
"{count} files" => "{count} Dateien",
|
||||
"seconds ago" => "Gerade eben",
|
||||
"1 minute ago" => "vor einer Minute",
|
||||
"{minutes} minutes ago" => "Vor {minutes} Minuten",
|
||||
"today" => "Heute",
|
||||
"yesterday" => "Gestern",
|
||||
"{days} days ago" => "Vor {days} Tag(en)",
|
||||
"last month" => "Letzten Monat",
|
||||
"months ago" => "Monate her",
|
||||
"last year" => "Letztes Jahr",
|
||||
"years ago" => "Jahre her",
|
||||
"File handling" => "Dateibehandlung",
|
||||
"Maximum upload size" => "Maximale Upload-Größe",
|
||||
"max. possible: " => "maximal möglich:",
|
||||
|
|
|
@ -37,16 +37,6 @@
|
|||
"{count} folders" => "{count} Ordner",
|
||||
"1 file" => "1 Datei",
|
||||
"{count} files" => "{count} Dateien",
|
||||
"seconds ago" => "Gerade eben",
|
||||
"1 minute ago" => "Vor 1 Minute",
|
||||
"{minutes} minutes ago" => "Vor {minutes} Minuten",
|
||||
"today" => "Heute",
|
||||
"yesterday" => "Gestern",
|
||||
"{days} days ago" => "Vor {days} Tage(en)",
|
||||
"last month" => "Letzten Monat",
|
||||
"months ago" => "Vor Monaten",
|
||||
"last year" => "Letztes Jahr",
|
||||
"years ago" => "Vor Jahren",
|
||||
"File handling" => "Dateibehandlung",
|
||||
"Maximum upload size" => "Maximale Upload-Größe",
|
||||
"max. possible: " => "maximal möglich:",
|
||||
|
|
|
@ -37,16 +37,6 @@
|
|||
"{count} folders" => "{count} φάκελοι",
|
||||
"1 file" => "1 αρχείο",
|
||||
"{count} files" => "{count} αρχεία",
|
||||
"seconds ago" => "δευτερόλεπτα πριν",
|
||||
"1 minute ago" => "1 λεπτό πριν",
|
||||
"{minutes} minutes ago" => "{minutes} λεπτά πριν",
|
||||
"today" => "σήμερα",
|
||||
"yesterday" => "χτες",
|
||||
"{days} days ago" => "{days} ημέρες πριν",
|
||||
"last month" => "τελευταίο μήνα",
|
||||
"months ago" => "μήνες πριν",
|
||||
"last year" => "τελευταίο χρόνο",
|
||||
"years ago" => "χρόνια πριν",
|
||||
"File handling" => "Διαχείριση αρχείων",
|
||||
"Maximum upload size" => "Μέγιστο μέγεθος αποστολής",
|
||||
"max. possible: " => "μέγιστο δυνατό:",
|
||||
|
|
|
@ -26,14 +26,6 @@
|
|||
"Name" => "Nomo",
|
||||
"Size" => "Grando",
|
||||
"Modified" => "Modifita",
|
||||
"seconds ago" => "sekundoj antaŭe",
|
||||
"1 minute ago" => "antaŭ 1 minuto",
|
||||
"today" => "hodiaŭ",
|
||||
"yesterday" => "hieraŭ",
|
||||
"last month" => "lastamonate",
|
||||
"months ago" => "monatoj antaŭe",
|
||||
"last year" => "lastajare",
|
||||
"years ago" => "jaroj antaŭe",
|
||||
"File handling" => "Dosieradministro",
|
||||
"Maximum upload size" => "Maksimuma alŝutogrando",
|
||||
"max. possible: " => "maks. ebla: ",
|
||||
|
|
|
@ -37,16 +37,6 @@
|
|||
"{count} folders" => "{count} carpetas",
|
||||
"1 file" => "1 archivo",
|
||||
"{count} files" => "{count} archivos",
|
||||
"seconds ago" => "hace segundos",
|
||||
"1 minute ago" => "hace 1 minuto",
|
||||
"{minutes} minutes ago" => "hace {minutes} minutos",
|
||||
"today" => "hoy",
|
||||
"yesterday" => "ayer",
|
||||
"{days} days ago" => "hace {days} días",
|
||||
"last month" => "mes pasado",
|
||||
"months ago" => "hace meses",
|
||||
"last year" => "año pasado",
|
||||
"years ago" => "hace años",
|
||||
"File handling" => "Tratamiento de archivos",
|
||||
"Maximum upload size" => "Tamaño máximo de subida",
|
||||
"max. possible: " => "máx. posible:",
|
||||
|
|
|
@ -37,16 +37,6 @@
|
|||
"{count} folders" => "{count} directorios",
|
||||
"1 file" => "1 archivo",
|
||||
"{count} files" => "{count} archivos",
|
||||
"seconds ago" => "segundos atrás",
|
||||
"1 minute ago" => "hace 1 minuto",
|
||||
"{minutes} minutes ago" => "hace {minutes} minutos",
|
||||
"today" => "hoy",
|
||||
"yesterday" => "ayer",
|
||||
"{days} days ago" => "hace {days} días",
|
||||
"last month" => "el mes pasado",
|
||||
"months ago" => "meses atrás",
|
||||
"last year" => "el año pasado",
|
||||
"years ago" => "años atrás",
|
||||
"File handling" => "Tratamiento de archivos",
|
||||
"Maximum upload size" => "Tamaño máximo de subida",
|
||||
"max. possible: " => "máx. posible:",
|
||||
|
|
|
@ -37,16 +37,6 @@
|
|||
"{count} folders" => "{count} kausta",
|
||||
"1 file" => "1 fail",
|
||||
"{count} files" => "{count} faili",
|
||||
"seconds ago" => "sekundit tagasi",
|
||||
"1 minute ago" => "1 minut tagasi",
|
||||
"{minutes} minutes ago" => "{minutes} minutit tagasi",
|
||||
"today" => "täna",
|
||||
"yesterday" => "eile",
|
||||
"{days} days ago" => "{days} päeva tagasi",
|
||||
"last month" => "viimasel kuul",
|
||||
"months ago" => "kuu tagasi",
|
||||
"last year" => "viimasel aastal",
|
||||
"years ago" => "aastat tagasi",
|
||||
"File handling" => "Failide käsitlemine",
|
||||
"Maximum upload size" => "Maksimaalne üleslaadimise suurus",
|
||||
"max. possible: " => "maks. võimalik: ",
|
||||
|
|
|
@ -26,14 +26,6 @@
|
|||
"Name" => "Izena",
|
||||
"Size" => "Tamaina",
|
||||
"Modified" => "Aldatuta",
|
||||
"seconds ago" => "segundu",
|
||||
"1 minute ago" => "orain dela minutu 1",
|
||||
"today" => "gaur",
|
||||
"yesterday" => "atzo",
|
||||
"last month" => "joan den hilabetean",
|
||||
"months ago" => "hilabete",
|
||||
"last year" => "joan den urtean",
|
||||
"years ago" => "urte",
|
||||
"File handling" => "Fitxategien kudeaketa",
|
||||
"Maximum upload size" => "Igo daitekeen gehienezko tamaina",
|
||||
"max. possible: " => "max, posiblea:",
|
||||
|
|
|
@ -21,14 +21,6 @@
|
|||
"Name" => "نام",
|
||||
"Size" => "اندازه",
|
||||
"Modified" => "تغییر یافته",
|
||||
"seconds ago" => "ثانیهها پیش",
|
||||
"1 minute ago" => "1 دقیقه پیش",
|
||||
"today" => "امروز",
|
||||
"yesterday" => "دیروز",
|
||||
"last month" => "ماه قبل",
|
||||
"months ago" => "ماههای قبل",
|
||||
"last year" => "سال قبل",
|
||||
"years ago" => "سالهای قبل",
|
||||
"File handling" => "اداره پرونده ها",
|
||||
"Maximum upload size" => "حداکثر اندازه بارگزاری",
|
||||
"max. possible: " => "حداکثرمقدارممکن:",
|
||||
|
|
|
@ -29,16 +29,6 @@
|
|||
"{count} folders" => "{count} kansiota",
|
||||
"1 file" => "1 tiedosto",
|
||||
"{count} files" => "{count} tiedostoa",
|
||||
"seconds ago" => "sekuntia sitten",
|
||||
"1 minute ago" => "1 minuutti sitten",
|
||||
"{minutes} minutes ago" => "{minutes} minuuttia sitten",
|
||||
"today" => "tänään",
|
||||
"yesterday" => "eilen",
|
||||
"{days} days ago" => "{days} päivää sitten",
|
||||
"last month" => "viime kuussa",
|
||||
"months ago" => "kuukautta sitten",
|
||||
"last year" => "viime vuonna",
|
||||
"years ago" => "vuotta sitten",
|
||||
"File handling" => "Tiedostonhallinta",
|
||||
"Maximum upload size" => "Lähetettävän tiedoston suurin sallittu koko",
|
||||
"max. possible: " => "suurin mahdollinen:",
|
||||
|
|
|
@ -37,16 +37,6 @@
|
|||
"{count} folders" => "{count} dossiers",
|
||||
"1 file" => "1 fichier",
|
||||
"{count} files" => "{count} fichiers",
|
||||
"seconds ago" => "secondes passées",
|
||||
"1 minute ago" => "Il y a une minute",
|
||||
"{minutes} minutes ago" => "Il y a {minutes} minutes",
|
||||
"today" => "aujourd'hui",
|
||||
"yesterday" => "hier",
|
||||
"{days} days ago" => "Il y a {days} jours",
|
||||
"last month" => "mois dernier",
|
||||
"months ago" => "mois passés",
|
||||
"last year" => "année dernière",
|
||||
"years ago" => "années passées",
|
||||
"File handling" => "Gestion des fichiers",
|
||||
"Maximum upload size" => "Taille max. d'envoi",
|
||||
"max. possible: " => "Max. possible :",
|
||||
|
|
|
@ -24,14 +24,6 @@
|
|||
"Name" => "Nome",
|
||||
"Size" => "Tamaño",
|
||||
"Modified" => "Modificado",
|
||||
"seconds ago" => "hai segundos",
|
||||
"1 minute ago" => "hai 1 minuto",
|
||||
"today" => "hoxe",
|
||||
"yesterday" => "onte",
|
||||
"last month" => "último mes",
|
||||
"months ago" => "meses atrás",
|
||||
"last year" => "último ano",
|
||||
"years ago" => "anos atrás",
|
||||
"File handling" => "Manexo de ficheiro",
|
||||
"Maximum upload size" => "Tamaño máximo de envío",
|
||||
"max. possible: " => "máx. posible: ",
|
||||
|
|
|
@ -18,14 +18,6 @@
|
|||
"Name" => "שם",
|
||||
"Size" => "גודל",
|
||||
"Modified" => "זמן שינוי",
|
||||
"seconds ago" => "שניות",
|
||||
"1 minute ago" => "לפני דקה אחת",
|
||||
"today" => "היום",
|
||||
"yesterday" => "אתמול",
|
||||
"last month" => "חודש שעבר",
|
||||
"months ago" => "חודשים",
|
||||
"last year" => "שנה שעברה",
|
||||
"years ago" => "שנים",
|
||||
"File handling" => "טיפול בקבצים",
|
||||
"Maximum upload size" => "גודל העלאה מקסימלי",
|
||||
"max. possible: " => "המרבי האפשרי: ",
|
||||
|
|
|
@ -26,13 +26,6 @@
|
|||
"Name" => "Naziv",
|
||||
"Size" => "Veličina",
|
||||
"Modified" => "Zadnja promjena",
|
||||
"seconds ago" => "sekundi prije",
|
||||
"today" => "danas",
|
||||
"yesterday" => "jučer",
|
||||
"last month" => "prošli mjesec",
|
||||
"months ago" => "mjeseci",
|
||||
"last year" => "prošlu godinu",
|
||||
"years ago" => "godina",
|
||||
"File handling" => "datoteka za rukovanje",
|
||||
"Maximum upload size" => "Maksimalna veličina prijenosa",
|
||||
"max. possible: " => "maksimalna moguća: ",
|
||||
|
|
|
@ -21,14 +21,6 @@
|
|||
"Name" => "Név",
|
||||
"Size" => "Méret",
|
||||
"Modified" => "Módosítva",
|
||||
"seconds ago" => "másodperccel ezelőtt",
|
||||
"1 minute ago" => "1 perccel ezelőtt",
|
||||
"today" => "ma",
|
||||
"yesterday" => "tegnap",
|
||||
"last month" => "múlt hónapban",
|
||||
"months ago" => "hónappal ezelőtt",
|
||||
"last year" => "tavaly",
|
||||
"years ago" => "évvel ezelőtt",
|
||||
"File handling" => "Fájlkezelés",
|
||||
"Maximum upload size" => "Maximális feltölthető fájlméret",
|
||||
"max. possible: " => "max. lehetséges",
|
||||
|
|
|
@ -21,14 +21,6 @@
|
|||
"Name" => "Nama",
|
||||
"Size" => "Ukuran",
|
||||
"Modified" => "Dimodifikasi",
|
||||
"seconds ago" => "beberapa detik yang lalu",
|
||||
"1 minute ago" => "1 menit lalu",
|
||||
"today" => "hari ini",
|
||||
"yesterday" => "kemarin",
|
||||
"last month" => "bulan kemarin",
|
||||
"months ago" => "beberapa bulan lalu",
|
||||
"last year" => "tahun kemarin",
|
||||
"years ago" => "beberapa tahun lalu",
|
||||
"File handling" => "Penanganan berkas",
|
||||
"Maximum upload size" => "Ukuran unggah maksimum",
|
||||
"max. possible: " => "Kemungkinan maks:",
|
||||
|
|
|
@ -37,16 +37,6 @@
|
|||
"{count} folders" => "{count} cartelle",
|
||||
"1 file" => "1 file",
|
||||
"{count} files" => "{count} file",
|
||||
"seconds ago" => "secondi fa",
|
||||
"1 minute ago" => "1 minuto fa",
|
||||
"{minutes} minutes ago" => "{minutes} minuti fa",
|
||||
"today" => "oggi",
|
||||
"yesterday" => "ieri",
|
||||
"{days} days ago" => "{days} giorni fa",
|
||||
"last month" => "mese scorso",
|
||||
"months ago" => "mesi fa",
|
||||
"last year" => "anno scorso",
|
||||
"years ago" => "anni fa",
|
||||
"File handling" => "Gestione file",
|
||||
"Maximum upload size" => "Dimensione massima upload",
|
||||
"max. possible: " => "numero mass.: ",
|
||||
|
|
|
@ -37,16 +37,6 @@
|
|||
"{count} folders" => "{count} フォルダ",
|
||||
"1 file" => "1 ファイル",
|
||||
"{count} files" => "{count} ファイル",
|
||||
"seconds ago" => "秒前",
|
||||
"1 minute ago" => "1 分前",
|
||||
"{minutes} minutes ago" => "{minutes} 分前",
|
||||
"today" => "今日",
|
||||
"yesterday" => "昨日",
|
||||
"{days} days ago" => "{days} 日前",
|
||||
"last month" => "一月前",
|
||||
"months ago" => "月前",
|
||||
"last year" => "一年前",
|
||||
"years ago" => "年前",
|
||||
"File handling" => "ファイル操作",
|
||||
"Maximum upload size" => "最大アップロードサイズ",
|
||||
"max. possible: " => "最大容量: ",
|
||||
|
|
|
@ -37,16 +37,6 @@
|
|||
"{count} folders" => "{count} საქაღალდე",
|
||||
"1 file" => "1 ფაილი",
|
||||
"{count} files" => "{count} ფაილი",
|
||||
"seconds ago" => "წამის წინ",
|
||||
"1 minute ago" => "1 წუთის წინ",
|
||||
"{minutes} minutes ago" => "{minutes} წუთის წინ",
|
||||
"today" => "დღეს",
|
||||
"yesterday" => "გუშინ",
|
||||
"{days} days ago" => "{days} დღის წინ",
|
||||
"last month" => "გასულ თვეში",
|
||||
"months ago" => "თვის წინ",
|
||||
"last year" => "გასულ წელს",
|
||||
"years ago" => "წლის წინ",
|
||||
"File handling" => "ფაილის დამუშავება",
|
||||
"Maximum upload size" => "მაქსიმუმ ატვირთის ზომა",
|
||||
"max. possible: " => "მაქს. შესაძლებელი:",
|
||||
|
|
|
@ -37,16 +37,6 @@
|
|||
"{count} folders" => "{count} aplankalai",
|
||||
"1 file" => "1 failas",
|
||||
"{count} files" => "{count} failai",
|
||||
"seconds ago" => "prieš sekundę",
|
||||
"1 minute ago" => "Prieš 1 minutę",
|
||||
"{minutes} minutes ago" => "Prieš {count} minutes",
|
||||
"today" => "šiandien",
|
||||
"yesterday" => "vakar",
|
||||
"{days} days ago" => "Prieš {days} dienas",
|
||||
"last month" => "praeitą mėnesį",
|
||||
"months ago" => "prieš mėnesį",
|
||||
"last year" => "praeitais metais",
|
||||
"years ago" => "prieš metus",
|
||||
"File handling" => "Failų tvarkymas",
|
||||
"Maximum upload size" => "Maksimalus įkeliamo failo dydis",
|
||||
"max. possible: " => "maks. galima:",
|
||||
|
|
|
@ -36,16 +36,6 @@
|
|||
"{count} folders" => "{count} mapper",
|
||||
"1 file" => "1 fil",
|
||||
"{count} files" => "{count} filer",
|
||||
"seconds ago" => "sekunder siden",
|
||||
"1 minute ago" => "1 minutt siden",
|
||||
"{minutes} minutes ago" => "{minutes} minutter siden",
|
||||
"today" => "i dag",
|
||||
"yesterday" => "i går",
|
||||
"{days} days ago" => "{days} dager siden",
|
||||
"last month" => "forrige måned",
|
||||
"months ago" => "måneder siden",
|
||||
"last year" => "forrige år",
|
||||
"years ago" => "år siden",
|
||||
"File handling" => "Filhåndtering",
|
||||
"Maximum upload size" => "Maksimum opplastingsstørrelse",
|
||||
"max. possible: " => "max. mulige:",
|
||||
|
|
|
@ -37,16 +37,6 @@
|
|||
"{count} folders" => "{count} mappen",
|
||||
"1 file" => "1 bestand",
|
||||
"{count} files" => "{count} bestanden",
|
||||
"seconds ago" => "seconden geleden",
|
||||
"1 minute ago" => "1 minuut geleden",
|
||||
"{minutes} minutes ago" => "{minutes} minuten geleden",
|
||||
"today" => "vandaag",
|
||||
"yesterday" => "gisteren",
|
||||
"{days} days ago" => "{days} dagen geleden",
|
||||
"last month" => "vorige maand",
|
||||
"months ago" => "maanden geleden",
|
||||
"last year" => "vorig jaar",
|
||||
"years ago" => "jaar geleden",
|
||||
"File handling" => "Bestand",
|
||||
"Maximum upload size" => "Maximale bestandsgrootte voor uploads",
|
||||
"max. possible: " => "max. mogelijk: ",
|
||||
|
@ -58,6 +48,7 @@
|
|||
"New" => "Nieuw",
|
||||
"Text file" => "Tekstbestand",
|
||||
"Folder" => "Map",
|
||||
"From link" => "From link",
|
||||
"Upload" => "Upload",
|
||||
"Cancel upload" => "Upload afbreken",
|
||||
"Nothing in here. Upload something!" => "Er bevindt zich hier niets. Upload een bestand!",
|
||||
|
|
|
@ -26,14 +26,6 @@
|
|||
"Name" => "Nom",
|
||||
"Size" => "Talha",
|
||||
"Modified" => "Modificat",
|
||||
"seconds ago" => "secondas",
|
||||
"1 minute ago" => "1 minuta a",
|
||||
"today" => "uèi",
|
||||
"yesterday" => "ièr",
|
||||
"last month" => "mes passat",
|
||||
"months ago" => "meses",
|
||||
"last year" => "an passat",
|
||||
"years ago" => "ans",
|
||||
"File handling" => "Manejament de fichièr",
|
||||
"Maximum upload size" => "Talha maximum d'amontcargament",
|
||||
"max. possible: " => "max. possible: ",
|
||||
|
|
|
@ -37,16 +37,6 @@
|
|||
"{count} folders" => "{count} foldery",
|
||||
"1 file" => "1 plik",
|
||||
"{count} files" => "{count} pliki",
|
||||
"seconds ago" => "sekund temu",
|
||||
"1 minute ago" => "1 minute temu",
|
||||
"{minutes} minutes ago" => "{minutes} minut temu",
|
||||
"today" => "dziś",
|
||||
"yesterday" => "wczoraj",
|
||||
"{days} days ago" => "{days} dni temu",
|
||||
"last month" => "ostani miesiąc",
|
||||
"months ago" => "miesięcy temu",
|
||||
"last year" => "ostatni rok",
|
||||
"years ago" => "lat temu",
|
||||
"File handling" => "Zarządzanie plikami",
|
||||
"Maximum upload size" => "Maksymalny rozmiar wysyłanego pliku",
|
||||
"max. possible: " => "max. możliwych",
|
||||
|
|
|
@ -37,16 +37,6 @@
|
|||
"{count} folders" => "{count} pastas",
|
||||
"1 file" => "1 arquivo",
|
||||
"{count} files" => "{count} arquivos",
|
||||
"seconds ago" => "segundos atrás",
|
||||
"1 minute ago" => "1 minuto atrás",
|
||||
"{minutes} minutes ago" => "{minutes} minutos atrás",
|
||||
"today" => "hoje",
|
||||
"yesterday" => "ontem",
|
||||
"{days} days ago" => "{days} dias atrás",
|
||||
"last month" => "último mês",
|
||||
"months ago" => "meses atrás",
|
||||
"last year" => "último ano",
|
||||
"years ago" => "anos atrás",
|
||||
"File handling" => "Tratamento de Arquivo",
|
||||
"Maximum upload size" => "Tamanho máximo para carregar",
|
||||
"max. possible: " => "max. possível:",
|
||||
|
|
|
@ -37,16 +37,6 @@
|
|||
"{count} folders" => "{count} pastas",
|
||||
"1 file" => "1 ficheiro",
|
||||
"{count} files" => "{count} ficheiros",
|
||||
"seconds ago" => "há segundos",
|
||||
"1 minute ago" => "há 1 minuto",
|
||||
"{minutes} minutes ago" => "há {minutes} minutos",
|
||||
"today" => "hoje",
|
||||
"yesterday" => "ontem",
|
||||
"{days} days ago" => "há {days} dias",
|
||||
"last month" => "mês passado",
|
||||
"months ago" => "há meses",
|
||||
"last year" => "ano passado",
|
||||
"years ago" => "há anos",
|
||||
"File handling" => "Manuseamento de ficheiros",
|
||||
"Maximum upload size" => "Tamanho máximo de envio",
|
||||
"max. possible: " => "max. possivel: ",
|
||||
|
|
|
@ -26,14 +26,6 @@
|
|||
"Name" => "Nume",
|
||||
"Size" => "Dimensiune",
|
||||
"Modified" => "Modificat",
|
||||
"seconds ago" => "secunde în urmă",
|
||||
"1 minute ago" => "1 minut în urmă",
|
||||
"today" => "astăzi",
|
||||
"yesterday" => "ieri",
|
||||
"last month" => "ultima lună",
|
||||
"months ago" => "luni în urmă",
|
||||
"last year" => "ultimul an",
|
||||
"years ago" => "ani în urmă",
|
||||
"File handling" => "Manipulare fișiere",
|
||||
"Maximum upload size" => "Dimensiune maximă admisă la încărcare",
|
||||
"max. possible: " => "max. posibil:",
|
||||
|
|
|
@ -37,16 +37,6 @@
|
|||
"{count} folders" => "{count} папок",
|
||||
"1 file" => "1 файл",
|
||||
"{count} files" => "{count} файлов",
|
||||
"seconds ago" => "несколько секунд назад",
|
||||
"1 minute ago" => "1 минуту назад",
|
||||
"{minutes} minutes ago" => "{minutes} минут назад",
|
||||
"today" => "сегодня",
|
||||
"yesterday" => "вчера",
|
||||
"{days} days ago" => "{days} дней назад",
|
||||
"last month" => "в прошлом месяце",
|
||||
"months ago" => "несколько месяцев назад",
|
||||
"last year" => "в прошлом году",
|
||||
"years ago" => "несколько лет назад",
|
||||
"File handling" => "Управление файлами",
|
||||
"Maximum upload size" => "Максимальный размер загружаемого файла",
|
||||
"max. possible: " => "макс. возможно: ",
|
||||
|
@ -58,6 +48,7 @@
|
|||
"New" => "Новый",
|
||||
"Text file" => "Текстовый файл",
|
||||
"Folder" => "Папка",
|
||||
"From link" => "Из ссылки",
|
||||
"Upload" => "Загрузить",
|
||||
"Cancel upload" => "Отмена загрузки",
|
||||
"Nothing in here. Upload something!" => "Здесь ничего нет. Загрузите что-нибудь!",
|
||||
|
|
|
@ -37,16 +37,6 @@
|
|||
"{count} folders" => "{количество} папок",
|
||||
"1 file" => "1 файл",
|
||||
"{count} files" => "{количество} файлов",
|
||||
"seconds ago" => "секунд назад",
|
||||
"1 minute ago" => "1 минуту назад",
|
||||
"{minutes} minutes ago" => "{minutes} минут назад",
|
||||
"today" => "сегодня",
|
||||
"yesterday" => "вчера",
|
||||
"{days} days ago" => "{days} дней назад",
|
||||
"last month" => "в прошлом месяце",
|
||||
"months ago" => "месяцев назад",
|
||||
"last year" => "в прошлом году",
|
||||
"years ago" => "лет назад",
|
||||
"File handling" => "Работа с файлами",
|
||||
"Maximum upload size" => "Максимальный размер загружаемого файла",
|
||||
"max. possible: " => "Максимально возможный",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"There is no error, the file uploaded with success" => "නිවැරදි ව ගොනුව උඩුගත කෙරිනි",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "php.ini හි upload_max_filesize නියමයට වඩා උඩුගත කළ ගොනුව විශාලයි",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "උඩුගත කළ ගොනුවේ විශාලත්වය HTML පෝරමයේ නියම කළ ඇති MAX_FILE_SIZE විශාලත්වයට වඩා වැඩිය",
|
||||
"The uploaded file was only partially uploaded" => "උඩුගත කළ ගොනුවේ කොටසක් පමණක් උඩුගත විය",
|
||||
"No file was uploaded" => "කිසිදු ගොනවක් උඩුගත නොවිනි",
|
||||
"Missing a temporary folder" => "තාවකාලික ෆොල්ඩරයක් සොයාගත නොහැක",
|
||||
|
@ -13,33 +14,37 @@
|
|||
"suggest name" => "නමක් යෝජනා කරන්න",
|
||||
"cancel" => "අත් හරින්න",
|
||||
"undo" => "නිෂ්ප්රභ කරන්න",
|
||||
"generating ZIP-file, it may take some time." => "ගොනුවක් සෑදෙමින් පවතී. කෙටි වේලාවක් ගත විය හැක",
|
||||
"Upload Error" => "උඩුගත කිරීමේ දෝශයක්",
|
||||
"1 file uploading" => "1 ගොනුවක් උඩගත කෙරේ",
|
||||
"Upload cancelled." => "උඩුගත කිරීම අත් හරින්න ලදී",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." => "උඩුගතකිරීමක් සිදුවේ. පිටුව හැර යාමෙන් එය නැවතෙනු ඇත",
|
||||
"Invalid name, '/' is not allowed." => "අවලංගු නමක්. '/' ට අවසර නැත",
|
||||
"error while scanning" => "පරීක්ෂා කිරීමේදී දෝෂයක්",
|
||||
"Name" => "නම",
|
||||
"Size" => "ප්රමාණය",
|
||||
"Modified" => "වෙනස් කළ",
|
||||
"1 folder" => "1 ෆොල්ඩරයක්",
|
||||
"1 file" => "1 ගොනුවක්",
|
||||
"seconds ago" => "තත්පරයන්ට පෙර",
|
||||
"1 minute ago" => "1 මිනිත්තුවකට පෙර",
|
||||
"today" => "අද",
|
||||
"yesterday" => "පෙර දින",
|
||||
"last month" => "පෙර මාසයේ",
|
||||
"months ago" => "මාස කීපයකට පෙර",
|
||||
"last year" => "පෙර අවුරුද්දේ",
|
||||
"years ago" => "අවුරුදු කීපයකට පෙර",
|
||||
"File handling" => "ගොනු පරිහරණය",
|
||||
"Maximum upload size" => "උඩුගත කිරීමක උපරිම ප්රමාණය",
|
||||
"max. possible: " => "හැකි උපරිමය:",
|
||||
"Needed for multi-file and folder downloads." => "බහු-ගොනු හා ෆොල්ඩර බාගත කිරීමට අවශ්යයි",
|
||||
"Enable ZIP-download" => "ZIP-බාගත කිරීම් සක්රිය කරන්න",
|
||||
"0 is unlimited" => "0 යනු සීමාවක් නැති බවය",
|
||||
"Maximum input size for ZIP files" => "ZIP ගොනු සඳහා දැමිය හැකි උපරිම විශාලතවය",
|
||||
"Save" => "සුරකින්න",
|
||||
"New" => "නව",
|
||||
"Text file" => "පෙළ ගොනුව",
|
||||
"Folder" => "ෆෝල්ඩරය",
|
||||
"From link" => "යොමුවෙන්",
|
||||
"Upload" => "උඩුගත කිරීම",
|
||||
"Cancel upload" => "උඩුගත කිරීම අත් හරින්න",
|
||||
"Nothing in here. Upload something!" => "මෙහි කිසිවක් නොමැත. යමක් උඩුගත කරන්න",
|
||||
"Share" => "බෙදාහදාගන්න",
|
||||
"Download" => "බාගත කිරීම",
|
||||
"Upload too large" => "උඩුගත කිරීම විශාල වැඩිය",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "ඔබ උඩුගත කිරීමට තැත් කරන ගොනු මෙම සේවාදායකයා උඩුගත කිරීමට ඉඩදී ඇති උපරිම ගොනු විශාලත්වයට වඩා වැඩිය"
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "ඔබ උඩුගත කිරීමට තැත් කරන ගොනු මෙම සේවාදායකයා උඩුගත කිරීමට ඉඩදී ඇති උපරිම ගොනු විශාලත්වයට වඩා වැඩිය",
|
||||
"Files are being scanned, please wait." => "ගොනු පරික්ෂා කෙරේ. මඳක් රැඳී සිටින්න",
|
||||
"Current scanning" => "වර්තමාන පරික්ෂාව"
|
||||
);
|
||||
|
|
|
@ -37,16 +37,6 @@
|
|||
"{count} folders" => "{count} priečinkov",
|
||||
"1 file" => "1 súbor",
|
||||
"{count} files" => "{count} súborov",
|
||||
"seconds ago" => "pred sekundami",
|
||||
"1 minute ago" => "pred minútou",
|
||||
"{minutes} minutes ago" => "pred {minutes} minútami",
|
||||
"today" => "dnes",
|
||||
"yesterday" => "včera",
|
||||
"{days} days ago" => "pred {days} dňami",
|
||||
"last month" => "minulý mesiac",
|
||||
"months ago" => "pred mesiacmi",
|
||||
"last year" => "minulý rok",
|
||||
"years ago" => "pred rokmi",
|
||||
"File handling" => "Nastavenie správanie k súborom",
|
||||
"Maximum upload size" => "Maximálna veľkosť odosielaného súboru",
|
||||
"max. possible: " => "najväčšie možné:",
|
||||
|
|
|
@ -31,14 +31,6 @@
|
|||
"Modified" => "Spremenjeno",
|
||||
"1 folder" => "1 mapa",
|
||||
"1 file" => "1 datoteka",
|
||||
"seconds ago" => "sekund nazaj",
|
||||
"1 minute ago" => "Pred 1 minuto",
|
||||
"today" => "danes",
|
||||
"yesterday" => "včeraj",
|
||||
"last month" => "zadnji mesec",
|
||||
"months ago" => "mesecev nazaj",
|
||||
"last year" => "lansko leto",
|
||||
"years ago" => "let nazaj",
|
||||
"File handling" => "Upravljanje z datotekami",
|
||||
"Maximum upload size" => "Največja velikost za pošiljanja",
|
||||
"max. possible: " => "največ mogoče:",
|
||||
|
|
|
@ -5,19 +5,57 @@
|
|||
"The uploaded file was only partially uploaded" => "Послати фајл је само делимично отпремљен!",
|
||||
"No file was uploaded" => "Ниједан фајл није послат",
|
||||
"Missing a temporary folder" => "Недостаје привремена фасцикла",
|
||||
"Failed to write to disk" => "Није успело записивање на диск",
|
||||
"Files" => "Фајлови",
|
||||
"Unshare" => "Укини дељење",
|
||||
"Delete" => "Обриши",
|
||||
"Rename" => "Преименуј",
|
||||
"{new_name} already exists" => "{new_name} већ постоји",
|
||||
"replace" => "замени",
|
||||
"suggest name" => "предложи назив",
|
||||
"cancel" => "поништи",
|
||||
"replaced {new_name}" => "замењена са {new_name}",
|
||||
"undo" => "врати",
|
||||
"replaced {new_name} with {old_name}" => "замењено {new_name} са {old_name}",
|
||||
"unshared {files}" => "укинуто дељење над {files}",
|
||||
"deleted {files}" => "обриши {files}",
|
||||
"generating ZIP-file, it may take some time." => "генерисање ЗИП датотеке, потрајаће неко време.",
|
||||
"Unable to upload your file as it is a directory or has 0 bytes" => "Није могуће послати датотеку или зато што је директоријуму или јој је величина 0 бајта",
|
||||
"Upload Error" => "Грешка у слању",
|
||||
"Pending" => "На чекању",
|
||||
"1 file uploading" => "1 датотека се шаље",
|
||||
"{count} files uploading" => "Шаље се {count} датотека",
|
||||
"Upload cancelled." => "Слање је прекинуто.",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." => "Слање датотеке је у току. Ако сада напустите страну слање ће бити прекинуто.",
|
||||
"Invalid name, '/' is not allowed." => "Грешка у имену, '/' није дозвољено.",
|
||||
"{count} files scanned" => "{count} датотека се скенира",
|
||||
"error while scanning" => "грешка у скенирању",
|
||||
"Name" => "Име",
|
||||
"Size" => "Величина",
|
||||
"Modified" => "Задња измена",
|
||||
"1 folder" => "1 директоријум",
|
||||
"{count} folders" => "{count} директоријума",
|
||||
"1 file" => "1 датотека",
|
||||
"{count} files" => "{count} датотека",
|
||||
"File handling" => "Рад са датотекама",
|
||||
"Maximum upload size" => "Максимална величина пошиљке",
|
||||
"max. possible: " => "макс. величина:",
|
||||
"Needed for multi-file and folder downloads." => "Неопходно за вишеструко преузимања датотека и директоријума.",
|
||||
"Enable ZIP-download" => "Укључи преузимање у ЗИП-у",
|
||||
"0 is unlimited" => "0 је неограничено",
|
||||
"Maximum input size for ZIP files" => "Максимална величина ЗИП датотека",
|
||||
"Save" => "Сними",
|
||||
"New" => "Нови",
|
||||
"Text file" => "текстуални фајл",
|
||||
"Folder" => "фасцикла",
|
||||
"From link" => "Са линка",
|
||||
"Upload" => "Пошаљи",
|
||||
"Cancel upload" => "Прекини слање",
|
||||
"Nothing in here. Upload something!" => "Овде нема ничег. Пошаљите нешто!",
|
||||
"Share" => "Дељење",
|
||||
"Download" => "Преузми",
|
||||
"Upload too large" => "Пошиљка је превелика",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Фајлови које желите да пошаљете превазилазе ограничење максималне величине пошиљке на овом серверу."
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Фајлови које желите да пошаљете превазилазе ограничење максималне величине пошиљке на овом серверу.",
|
||||
"Files are being scanned, please wait." => "Скенирање датотека у току, молим вас сачекајте.",
|
||||
"Current scanning" => "Тренутно се скенира"
|
||||
);
|
||||
|
|
|
@ -37,16 +37,6 @@
|
|||
"{count} folders" => "{count} mappar",
|
||||
"1 file" => "1 fil",
|
||||
"{count} files" => "{count} filer",
|
||||
"seconds ago" => "sekunder sedan",
|
||||
"1 minute ago" => "1 minut sedan",
|
||||
"{minutes} minutes ago" => "{minutes} minuter sedan",
|
||||
"today" => "i dag",
|
||||
"yesterday" => "i går",
|
||||
"{days} days ago" => "{days} dagar sedan",
|
||||
"last month" => "förra månaden",
|
||||
"months ago" => "månader sedan",
|
||||
"last year" => "förra året",
|
||||
"years ago" => "år sedan",
|
||||
"File handling" => "Filhantering",
|
||||
"Maximum upload size" => "Maximal storlek att ladda upp",
|
||||
"max. possible: " => "max. möjligt:",
|
||||
|
|
|
@ -37,16 +37,6 @@
|
|||
"{count} folders" => "{எண்ணிக்கை} கோப்புறைகள்",
|
||||
"1 file" => "1 கோப்பு",
|
||||
"{count} files" => "{எண்ணிக்கை} கோப்புகள்",
|
||||
"seconds ago" => "செக்கன்களுக்கு முன்",
|
||||
"1 minute ago" => "1 நிமிடத்திற்கு முன் ",
|
||||
"{minutes} minutes ago" => "{நிமிடங்கள்} நிமிடங்களுக்கு முன் ",
|
||||
"today" => "இன்று",
|
||||
"yesterday" => "நேற்று",
|
||||
"{days} days ago" => "{நாட்கள்} நாட்களுக்கு முன்",
|
||||
"last month" => "கடந்த மாதம்",
|
||||
"months ago" => "மாதங்களுக்கு முன",
|
||||
"last year" => "கடந்த வருடம்",
|
||||
"years ago" => "வருடங்களுக்கு முன்",
|
||||
"File handling" => "கோப்பு கையாளுதல்",
|
||||
"Maximum upload size" => "பதிவேற்றக்கூடிய ஆகக்கூடிய அளவு ",
|
||||
"max. possible: " => "ஆகக் கூடியது:",
|
||||
|
|
|
@ -37,16 +37,6 @@
|
|||
"{count} folders" => "{count} โฟลเดอร์",
|
||||
"1 file" => "1 ไฟล์",
|
||||
"{count} files" => "{count} ไฟล์",
|
||||
"seconds ago" => "วินาที ก่อนหน้านี้",
|
||||
"1 minute ago" => "1 นาทีก่อนหน้านี้",
|
||||
"{minutes} minutes ago" => "{minutes} นาทีก่อนหน้านี้",
|
||||
"today" => "วันนี้",
|
||||
"yesterday" => "เมื่อวานนี้",
|
||||
"{days} days ago" => "{day} วันก่อนหน้านี้",
|
||||
"last month" => "เดือนที่แล้ว",
|
||||
"months ago" => "เดือน ที่ผ่านมา",
|
||||
"last year" => "ปีที่แล้ว",
|
||||
"years ago" => "ปี ที่ผ่านมา",
|
||||
"File handling" => "การจัดกาไฟล์",
|
||||
"Maximum upload size" => "ขนาดไฟล์สูงสุดที่อัพโหลดได้",
|
||||
"max. possible: " => "จำนวนสูงสุดที่สามารถทำได้: ",
|
||||
|
|
|
@ -18,14 +18,6 @@
|
|||
"Name" => "Ім'я",
|
||||
"Size" => "Розмір",
|
||||
"Modified" => "Змінено",
|
||||
"seconds ago" => "секунди тому",
|
||||
"1 minute ago" => "1 хвилину тому",
|
||||
"today" => "сьогодні",
|
||||
"yesterday" => "вчора",
|
||||
"last month" => "минулого місяця",
|
||||
"months ago" => "місяці тому",
|
||||
"last year" => "минулого року",
|
||||
"years ago" => "роки тому",
|
||||
"Maximum upload size" => "Максимальний розмір відвантажень",
|
||||
"max. possible: " => "макс.можливе:",
|
||||
"0 is unlimited" => "0 є безліміт",
|
||||
|
|
|
@ -37,16 +37,6 @@
|
|||
"{count} folders" => "{count} thư mục",
|
||||
"1 file" => "1 tập tin",
|
||||
"{count} files" => "{count} tập tin",
|
||||
"seconds ago" => "giây trước",
|
||||
"1 minute ago" => "1 phút trước",
|
||||
"{minutes} minutes ago" => "{minutes} phút trước",
|
||||
"today" => "hôm nay",
|
||||
"yesterday" => "hôm qua",
|
||||
"{days} days ago" => "{days} ngày trước",
|
||||
"last month" => "tháng trước",
|
||||
"months ago" => "tháng trước",
|
||||
"last year" => "năm trước",
|
||||
"years ago" => "năm trước",
|
||||
"File handling" => "Xử lý tập tin",
|
||||
"Maximum upload size" => "Kích thước tối đa ",
|
||||
"max. possible: " => "tối đa cho phép",
|
||||
|
@ -58,6 +48,7 @@
|
|||
"New" => "Mới",
|
||||
"Text file" => "Tập tin văn bản",
|
||||
"Folder" => "Folder",
|
||||
"From link" => "Từ liên kết",
|
||||
"Upload" => "Tải lên",
|
||||
"Cancel upload" => "Hủy upload",
|
||||
"Nothing in here. Upload something!" => "Không có gì ở đây .Hãy tải lên một cái gì đó !",
|
||||
|
|
|
@ -10,30 +10,33 @@
|
|||
"Unshare" => "取消共享",
|
||||
"Delete" => "删除",
|
||||
"Rename" => "重命名",
|
||||
"{new_name} already exists" => "{new_name} 已存在",
|
||||
"replace" => "替换",
|
||||
"suggest name" => "推荐名称",
|
||||
"cancel" => "取消",
|
||||
"replaced {new_name}" => "已替换 {new_name}",
|
||||
"undo" => "撤销",
|
||||
"replaced {new_name} with {old_name}" => "已用 {old_name} 替换 {new_name}",
|
||||
"unshared {files}" => "未分享的 {files}",
|
||||
"deleted {files}" => "已删除的 {files}",
|
||||
"generating ZIP-file, it may take some time." => "正在生成ZIP文件,这可能需要点时间",
|
||||
"Unable to upload your file as it is a directory or has 0 bytes" => "不能上传你指定的文件,可能因为它是个文件夹或者大小为0",
|
||||
"Upload Error" => "上传错误",
|
||||
"Pending" => "Pending",
|
||||
"1 file uploading" => "1 个文件正在上传",
|
||||
"{count} files uploading" => "{count} 个文件正在上传",
|
||||
"Upload cancelled." => "上传取消了",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." => "文件正在上传。关闭页面会取消上传。",
|
||||
"Invalid name, '/' is not allowed." => "非法文件名,\"/\"是不被许可的",
|
||||
"{count} files scanned" => "{count} 个文件已扫描",
|
||||
"error while scanning" => "扫描出错",
|
||||
"Name" => "名字",
|
||||
"Size" => "大小",
|
||||
"Modified" => "修改日期",
|
||||
"seconds ago" => "秒前",
|
||||
"1 minute ago" => "1 分钟前",
|
||||
"today" => "今天",
|
||||
"yesterday" => "昨天",
|
||||
"last month" => "上个月",
|
||||
"months ago" => "月前",
|
||||
"last year" => "去年",
|
||||
"years ago" => "年前",
|
||||
"1 folder" => "1 个文件夹",
|
||||
"{count} folders" => "{count} 个文件夹",
|
||||
"1 file" => "1 个文件",
|
||||
"{count} files" => "{count} 个文件",
|
||||
"File handling" => "文件处理中",
|
||||
"Maximum upload size" => "最大上传大小",
|
||||
"max. possible: " => "最大可能",
|
||||
|
@ -45,6 +48,7 @@
|
|||
"New" => "新建",
|
||||
"Text file" => "文本文档",
|
||||
"Folder" => "文件夹",
|
||||
"From link" => "来自链接",
|
||||
"Upload" => "上传",
|
||||
"Cancel upload" => "取消上传",
|
||||
"Nothing in here. Upload something!" => "这里没有东西.上传点什么!",
|
||||
|
|
|
@ -37,16 +37,6 @@
|
|||
"{count} folders" => "{count} 个文件夹",
|
||||
"1 file" => "1 个文件",
|
||||
"{count} files" => "{count} 个文件",
|
||||
"seconds ago" => "秒前",
|
||||
"1 minute ago" => "一分钟前",
|
||||
"{minutes} minutes ago" => "{minutes} 分钟前",
|
||||
"today" => "今天",
|
||||
"yesterday" => "昨天",
|
||||
"{days} days ago" => "{days} 天前",
|
||||
"last month" => "上月",
|
||||
"months ago" => "月前",
|
||||
"last year" => "去年",
|
||||
"years ago" => "年前",
|
||||
"File handling" => "文件处理",
|
||||
"Maximum upload size" => "最大上传大小",
|
||||
"max. possible: " => "最大允许: ",
|
||||
|
|
|
@ -21,14 +21,6 @@
|
|||
"Name" => "名稱",
|
||||
"Size" => "大小",
|
||||
"Modified" => "修改",
|
||||
"seconds ago" => "幾秒前",
|
||||
"1 minute ago" => "1 分鐘前",
|
||||
"today" => "今天",
|
||||
"yesterday" => "昨天",
|
||||
"last month" => "上個月",
|
||||
"months ago" => "幾個月前",
|
||||
"last year" => "去年",
|
||||
"years ago" => "幾年前",
|
||||
"File handling" => "檔案處理",
|
||||
"Maximum upload size" => "最大上傳容量",
|
||||
"max. possible: " => "最大允許: ",
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
"Error configuring Dropbox storage" => "Lỗi cấu hình lưu trữ Dropbox ",
|
||||
"Grant access" => "Cấp quyền truy cập",
|
||||
"Fill out all required fields" => "Điền vào tất cả các trường bắt buộc",
|
||||
"Please provide a valid Dropbox app key and secret." => "Xin vui lòng cung cấp một ứng dụng Dropbox hợp lệ và mã bí mật.",
|
||||
"Error configuring Google Drive storage" => "Lỗi cấu hình lưu trữ Google Drive",
|
||||
"External Storage" => "Lưu trữ ngoài",
|
||||
"Mount point" => "Điểm gắn",
|
||||
|
|
|
@ -4,15 +4,32 @@
|
|||
"Base DN" => "DN base",
|
||||
"You can specify Base DN for users and groups in the Advanced tab" => "Pode especificar o ND Base para utilizadores e grupos no separador Avançado",
|
||||
"User DN" => "DN do utilizador",
|
||||
"The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." => "O DN to cliente ",
|
||||
"Password" => "Palavra-passe",
|
||||
"For anonymous access, leave DN and Password empty." => "Para acesso anónimo, deixe DN e a Palavra-passe vazios.",
|
||||
"User Login Filter" => "Filtro de login de utilizador",
|
||||
"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action." => "Define o filtro a aplicar, para aquando de uma tentativa de login. %%uid substitui o nome de utilizador utilizado.",
|
||||
"use %%uid placeholder, e.g. \"uid=%%uid\"" => "Use a variável %%uid , exemplo: \"uid=%%uid\"",
|
||||
"User List Filter" => "Utilizar filtro",
|
||||
"Defines the filter to apply, when retrieving users." => "Defina o filtro a aplicar, ao recuperar utilizadores.",
|
||||
"without any placeholder, e.g. \"objectClass=person\"." => "Sem variável. Exemplo: \"objectClass=pessoa\".",
|
||||
"Group Filter" => "Filtrar por grupo",
|
||||
"Defines the filter to apply, when retrieving groups." => "Defina o filtro a aplicar, ao recuperar grupos.",
|
||||
"without any placeholder, e.g. \"objectClass=posixGroup\"." => "Sem nenhuma variável. Exemplo: \"objectClass=posixGroup\".",
|
||||
"Port" => "Porto",
|
||||
"Base User Tree" => "Base da árvore de utilizadores.",
|
||||
"Base Group Tree" => "Base da árvore de grupos.",
|
||||
"Group-Member association" => "Associar utilizador ao grupo.",
|
||||
"Use TLS" => "Usar TLS",
|
||||
"Do not use it for SSL connections, it will fail." => "Não use para ligações SSL, irá falhar.",
|
||||
"Case insensitve LDAP server (Windows)" => "Servidor LDAP (Windows) não sensível a maiúsculas.",
|
||||
"Turn off SSL certificate validation." => "Desligar a validação de certificado SSL.",
|
||||
"If connection only works with this option, import the LDAP server's SSL certificate in your ownCloud server." => "Se a ligação apenas funcionar com está opção, importe o certificado SSL do servidor LDAP para o seu servidor do ownCloud.",
|
||||
"Not recommended, use for testing only." => "Não recomendado, utilizado apenas para testes!",
|
||||
"User Display Name Field" => "Mostrador do nome de utilizador.",
|
||||
"The LDAP attribute to use to generate the user`s ownCloud name." => "Atributo LDAP para gerar o nome de utilizador do ownCloud.",
|
||||
"Group Display Name Field" => "Mostrador do nome do grupo.",
|
||||
"The LDAP attribute to use to generate the groups`s ownCloud name." => "Atributo LDAP para gerar o nome do grupo do ownCloud.",
|
||||
"in bytes" => "em bytes",
|
||||
"in seconds. A change empties the cache." => "em segundos. Uma alteração esvazia a cache.",
|
||||
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Deixe vazio para nome de utilizador (padrão). De outro modo, especifique um atributo LDAP/AD.",
|
||||
|
|
|
@ -1,13 +1,37 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Host" => "Máy chủ",
|
||||
"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Bạn có thể bỏ qua các giao thức, ngoại trừ SSL. Sau đó bắt đầu với ldaps://",
|
||||
"Base DN" => "DN cơ bản",
|
||||
"You can specify Base DN for users and groups in the Advanced tab" => "Bạn có thể chỉ định DN cơ bản cho người dùng và các nhóm trong tab Advanced",
|
||||
"User DN" => "Người dùng DN",
|
||||
"The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." => "Các DN của người sử dụng đã được thực hiện, ví dụ như uid =agent , dc = example, dc = com. Để truy cập nặc danh ,DN và mật khẩu trống.",
|
||||
"Password" => "Mật khẩu",
|
||||
"For anonymous access, leave DN and Password empty." => "Cho phép truy cập nặc danh , DN và mật khẩu trống.",
|
||||
"User Login Filter" => "Lọc người dùng đăng nhập",
|
||||
"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action." => "Xác định các bộ lọc để áp dụng, khi đăng nhập . uid%% thay thế tên người dùng trong các lần đăng nhập.",
|
||||
"use %%uid placeholder, e.g. \"uid=%%uid\"" => "use %%uid placeholder, e.g. \"uid=%%uid\"",
|
||||
"User List Filter" => "Lọc danh sách thành viên",
|
||||
"Defines the filter to apply, when retrieving users." => "Xác định các bộ lọc để áp dụng, khi người dụng sử dụng.",
|
||||
"without any placeholder, e.g. \"objectClass=person\"." => "mà không giữ chỗ nào, ví dụ như \"objectClass = person\".",
|
||||
"Group Filter" => "Bộ lọc nhóm",
|
||||
"Defines the filter to apply, when retrieving groups." => "Xác định các bộ lọc để áp dụng, khi nhóm sử dụng.",
|
||||
"without any placeholder, e.g. \"objectClass=posixGroup\"." => "mà không giữ chỗ nào, ví dụ như \"objectClass = osixGroup\".",
|
||||
"Port" => "Cổng",
|
||||
"Base User Tree" => "Cây người dùng cơ bản",
|
||||
"Base Group Tree" => "Cây nhóm cơ bản",
|
||||
"Group-Member association" => "Nhóm thành viên Cộng đồng",
|
||||
"Use TLS" => "Sử dụng TLS",
|
||||
"Do not use it for SSL connections, it will fail." => "Kết nối SSL bị lỗi. ",
|
||||
"Case insensitve LDAP server (Windows)" => "Trường hợp insensitve LDAP máy chủ (Windows)",
|
||||
"Turn off SSL certificate validation." => "Tắt xác thực chứng nhận SSL",
|
||||
"If connection only works with this option, import the LDAP server's SSL certificate in your ownCloud server." => "Nếu kết nối chỉ hoạt động với tùy chọn này, vui lòng import LDAP certificate SSL trong máy chủ ownCloud của bạn.",
|
||||
"Not recommended, use for testing only." => "Không khuyến khích, Chỉ sử dụng để thử nghiệm.",
|
||||
"User Display Name Field" => "Hiển thị tên người sử dụng",
|
||||
"The LDAP attribute to use to generate the user`s ownCloud name." => "Các thuộc tính LDAP sử dụng để tạo tên người dùng ownCloud.",
|
||||
"Group Display Name Field" => "Hiển thị tên nhóm",
|
||||
"The LDAP attribute to use to generate the groups`s ownCloud name." => "Các thuộc tính LDAP sử dụng để tạo các nhóm ownCloud.",
|
||||
"in bytes" => "Theo Byte",
|
||||
"in seconds. A change empties the cache." => "trong vài giây. Một sự thay đổi bộ nhớ cache.",
|
||||
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Để trống tên người dùng (mặc định). Nếu không chỉ định thuộc tính LDAP/AD",
|
||||
"Help" => "Giúp đỡ"
|
||||
);
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"WebDAV URL: http://" => "Adreça WebDAV: http://"
|
||||
);
|
|
@ -0,0 +1,3 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"WebDAV URL: http://" => "URL WebDAV: http://"
|
||||
);
|
|
@ -0,0 +1,3 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"WebDAV URL: http://" => "WebDAV Link: http://"
|
||||
);
|
|
@ -0,0 +1,3 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"WebDAV URL: http://" => "WebDAV URL: http://"
|
||||
);
|
|
@ -0,0 +1,3 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"WebDAV URL: http://" => "WebDAV URL: http://"
|
||||
);
|
|
@ -0,0 +1,3 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"WebDAV URL: http://" => "WebDAV URL: http://"
|
||||
);
|
|
@ -0,0 +1,3 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"WebDAV URL: http://" => "WebDAV-osoite: http://"
|
||||
);
|
|
@ -0,0 +1,3 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"WebDAV URL: http://" => "URL WebDAV: http://"
|
||||
);
|
|
@ -0,0 +1,3 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"WebDAV URL: http://" => "WebDAV URL: http://"
|
||||
);
|
|
@ -0,0 +1,3 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"WebDAV URL: http://" => "WebDAV URL: http://"
|
||||
);
|
|
@ -0,0 +1,3 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"WebDAV URL: http://" => "WebDAV URL: http://"
|
||||
);
|
|
@ -0,0 +1,3 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"WebDAV URL: http://" => "WebDAV URL: http://"
|
||||
);
|
|
@ -0,0 +1,3 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"WebDAV URL: http://" => "WebDAV URL: http://"
|
||||
);
|
|
@ -3,6 +3,16 @@
|
|||
"No category to add?" => "No voleu afegir cap categoria?",
|
||||
"This category already exists: " => "Aquesta categoria ja existeix:",
|
||||
"Settings" => "Arranjament",
|
||||
"seconds ago" => "segons enrere",
|
||||
"1 minute ago" => "fa 1 minut",
|
||||
"{minutes} minutes ago" => "fa {minutes} minuts",
|
||||
"today" => "avui",
|
||||
"yesterday" => "ahir",
|
||||
"{days} days ago" => "fa {days} dies",
|
||||
"last month" => "el mes passat",
|
||||
"months ago" => "mesos enrere",
|
||||
"last year" => "l'any passat",
|
||||
"years ago" => "anys enrere",
|
||||
"Choose" => "Escull",
|
||||
"Cancel" => "Cancel·la",
|
||||
"No" => "No",
|
||||
|
|
|
@ -3,6 +3,16 @@
|
|||
"No category to add?" => "Žádná kategorie k přidání?",
|
||||
"This category already exists: " => "Tato kategorie již existuje: ",
|
||||
"Settings" => "Nastavení",
|
||||
"seconds ago" => "před pár vteřinami",
|
||||
"1 minute ago" => "před minutou",
|
||||
"{minutes} minutes ago" => "před {minutes} minutami",
|
||||
"today" => "dnes",
|
||||
"yesterday" => "včera",
|
||||
"{days} days ago" => "před {days} dny",
|
||||
"last month" => "minulý mesíc",
|
||||
"months ago" => "před měsíci",
|
||||
"last year" => "minulý rok",
|
||||
"years ago" => "před lety",
|
||||
"Choose" => "Vybrat",
|
||||
"Cancel" => "Zrušit",
|
||||
"No" => "Ne",
|
||||
|
|
|
@ -3,6 +3,16 @@
|
|||
"No category to add?" => "Ingen kategori at tilføje?",
|
||||
"This category already exists: " => "Denne kategori eksisterer allerede: ",
|
||||
"Settings" => "Indstillinger",
|
||||
"seconds ago" => "sekunder siden",
|
||||
"1 minute ago" => "1 minut siden",
|
||||
"{minutes} minutes ago" => "{minutes} minutter siden",
|
||||
"today" => "i dag",
|
||||
"yesterday" => "i går",
|
||||
"{days} days ago" => "{days} dage siden",
|
||||
"last month" => "sidste måned",
|
||||
"months ago" => "måneder siden",
|
||||
"last year" => "sidste år",
|
||||
"years ago" => "år siden",
|
||||
"Choose" => "Vælg",
|
||||
"Cancel" => "Fortryd",
|
||||
"No" => "Nej",
|
||||
|
|
|
@ -3,6 +3,16 @@
|
|||
"No category to add?" => "Keine Kategorie hinzuzufügen?",
|
||||
"This category already exists: " => "Kategorie existiert bereits:",
|
||||
"Settings" => "Einstellungen",
|
||||
"seconds ago" => "Gerade eben",
|
||||
"1 minute ago" => "vor einer Minute",
|
||||
"{minutes} minutes ago" => "Vor {minutes} Minuten",
|
||||
"today" => "Heute",
|
||||
"yesterday" => "Gestern",
|
||||
"{days} days ago" => "Vor {days} Tag(en)",
|
||||
"last month" => "Letzten Monat",
|
||||
"months ago" => "Vor wenigen Monaten",
|
||||
"last year" => "Letztes Jahr",
|
||||
"years ago" => "Vor wenigen Jahren",
|
||||
"Choose" => "Auswählen",
|
||||
"Cancel" => "Abbrechen",
|
||||
"No" => "Nein",
|
||||
|
|
|
@ -3,6 +3,16 @@
|
|||
"No category to add?" => "Keine Kategorie hinzuzufügen?",
|
||||
"This category already exists: " => "Kategorie existiert bereits:",
|
||||
"Settings" => "Einstellungen",
|
||||
"seconds ago" => "Gerade eben",
|
||||
"1 minute ago" => "Vor 1 Minute",
|
||||
"{minutes} minutes ago" => "Vor {minutes} Minuten",
|
||||
"today" => "Heute",
|
||||
"yesterday" => "Gestern",
|
||||
"{days} days ago" => "Vor {days} Tage(en)",
|
||||
"last month" => "Letzten Monat",
|
||||
"months ago" => "Vor Monaten",
|
||||
"last year" => "Letztes Jahr",
|
||||
"years ago" => "Vor Jahren",
|
||||
"Choose" => "Auswählen",
|
||||
"Cancel" => "Abbrechen",
|
||||
"No" => "Nein",
|
||||
|
|
|
@ -3,6 +3,16 @@
|
|||
"No category to add?" => "Δεν έχετε να προστέσθέσεται μια κα",
|
||||
"This category already exists: " => "Αυτή η κατηγορία υπάρχει ήδη",
|
||||
"Settings" => "Ρυθμίσεις",
|
||||
"seconds ago" => "δευτερόλεπτα πριν",
|
||||
"1 minute ago" => "1 λεπτό πριν",
|
||||
"{minutes} minutes ago" => "{minutes} λεπτά πριν",
|
||||
"today" => "σήμερα",
|
||||
"yesterday" => "χτες",
|
||||
"{days} days ago" => "{days} ημέρες πριν",
|
||||
"last month" => "τελευταίο μήνα",
|
||||
"months ago" => "μήνες πριν",
|
||||
"last year" => "τελευταίο χρόνο",
|
||||
"years ago" => "χρόνια πριν",
|
||||
"Choose" => "Επιλέξτε",
|
||||
"Cancel" => "Ακύρωση",
|
||||
"No" => "Όχι",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
"No category to add?" => "Ĉu neniu kategorio estas aldonota?",
|
||||
"This category already exists: " => "Ĉi tiu kategorio jam ekzistas: ",
|
||||
"Settings" => "Agordo",
|
||||
"seconds ago" => "sekundoj antaŭe",
|
||||
"1 minute ago" => "antaŭ 1 minuto",
|
||||
"today" => "hodiaŭ",
|
||||
"yesterday" => "hieraŭ",
|
||||
"last month" => "lastamonate",
|
||||
"months ago" => "monatoj antaŭe",
|
||||
"last year" => "lastajare",
|
||||
"years ago" => "jaroj antaŭe",
|
||||
"Choose" => "Elekti",
|
||||
"Cancel" => "Nuligi",
|
||||
"No" => "Ne",
|
||||
|
|
|
@ -3,6 +3,16 @@
|
|||
"No category to add?" => "¿Ninguna categoría para añadir?",
|
||||
"This category already exists: " => "Esta categoría ya existe: ",
|
||||
"Settings" => "Ajustes",
|
||||
"seconds ago" => "hace segundos",
|
||||
"1 minute ago" => "hace 1 minuto",
|
||||
"{minutes} minutes ago" => "hace {minutes} minutos",
|
||||
"today" => "hoy",
|
||||
"yesterday" => "ayer",
|
||||
"{days} days ago" => "hace {days} días",
|
||||
"last month" => "mes pasado",
|
||||
"months ago" => "hace meses",
|
||||
"last year" => "año pasado",
|
||||
"years ago" => "hace años",
|
||||
"Choose" => "Seleccionar",
|
||||
"Cancel" => "Cancelar",
|
||||
"No" => "No",
|
||||
|
|
|
@ -3,6 +3,16 @@
|
|||
"No category to add?" => "¿Ninguna categoría para añadir?",
|
||||
"This category already exists: " => "Esta categoría ya existe: ",
|
||||
"Settings" => "Ajustes",
|
||||
"seconds ago" => "segundos atrás",
|
||||
"1 minute ago" => "hace 1 minuto",
|
||||
"{minutes} minutes ago" => "hace {minutes} minutos",
|
||||
"today" => "hoy",
|
||||
"yesterday" => "ayer",
|
||||
"{days} days ago" => "hace {days} días",
|
||||
"last month" => "el mes pasado",
|
||||
"months ago" => "meses atrás",
|
||||
"last year" => "el año pasado",
|
||||
"years ago" => "años atrás",
|
||||
"Choose" => "Elegir",
|
||||
"Cancel" => "Cancelar",
|
||||
"No" => "No",
|
||||
|
|
|
@ -3,6 +3,16 @@
|
|||
"No category to add?" => "Pole kategooriat, mida lisada?",
|
||||
"This category already exists: " => "See kategooria on juba olemas: ",
|
||||
"Settings" => "Seaded",
|
||||
"seconds ago" => "sekundit tagasi",
|
||||
"1 minute ago" => "1 minut tagasi",
|
||||
"{minutes} minutes ago" => "{minutes} minutit tagasi",
|
||||
"today" => "täna",
|
||||
"yesterday" => "eile",
|
||||
"{days} days ago" => "{days} päeva tagasi",
|
||||
"last month" => "viimasel kuul",
|
||||
"months ago" => "kuu tagasi",
|
||||
"last year" => "viimasel aastal",
|
||||
"years ago" => "aastat tagasi",
|
||||
"Choose" => "Vali",
|
||||
"Cancel" => "Loobu",
|
||||
"No" => "Ei",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
"No category to add?" => "Ez dago gehitzeko kategoriarik?",
|
||||
"This category already exists: " => "Kategoria hau dagoeneko existitzen da:",
|
||||
"Settings" => "Ezarpenak",
|
||||
"seconds ago" => "segundu",
|
||||
"1 minute ago" => "orain dela minutu 1",
|
||||
"today" => "gaur",
|
||||
"yesterday" => "atzo",
|
||||
"last month" => "joan den hilabetean",
|
||||
"months ago" => "hilabete",
|
||||
"last year" => "joan den urtean",
|
||||
"years ago" => "urte",
|
||||
"Choose" => "Aukeratu",
|
||||
"Cancel" => "Ezeztatu",
|
||||
"No" => "Ez",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
"No category to add?" => "آیا گروه دیگری برای افزودن ندارید",
|
||||
"This category already exists: " => "این گروه از قبل اضافه شده",
|
||||
"Settings" => "تنظیمات",
|
||||
"seconds ago" => "ثانیهها پیش",
|
||||
"1 minute ago" => "1 دقیقه پیش",
|
||||
"today" => "امروز",
|
||||
"yesterday" => "دیروز",
|
||||
"last month" => "ماه قبل",
|
||||
"months ago" => "ماههای قبل",
|
||||
"last year" => "سال قبل",
|
||||
"years ago" => "سالهای قبل",
|
||||
"Cancel" => "منصرف شدن",
|
||||
"No" => "نه",
|
||||
"Yes" => "بله",
|
||||
|
|
|
@ -3,6 +3,16 @@
|
|||
"No category to add?" => "Ei lisättävää luokkaa?",
|
||||
"This category already exists: " => "Tämä luokka on jo olemassa: ",
|
||||
"Settings" => "Asetukset",
|
||||
"seconds ago" => "sekuntia sitten",
|
||||
"1 minute ago" => "1 minuutti sitten",
|
||||
"{minutes} minutes ago" => "{minutes} minuuttia sitten",
|
||||
"today" => "tänään",
|
||||
"yesterday" => "eilen",
|
||||
"{days} days ago" => "{days} päivää sitten",
|
||||
"last month" => "viime kuussa",
|
||||
"months ago" => "kuukautta sitten",
|
||||
"last year" => "viime vuonna",
|
||||
"years ago" => "vuotta sitten",
|
||||
"Choose" => "Valitse",
|
||||
"Cancel" => "Peru",
|
||||
"No" => "Ei",
|
||||
|
|
|
@ -3,6 +3,16 @@
|
|||
"No category to add?" => "Pas de catégorie à ajouter ?",
|
||||
"This category already exists: " => "Cette catégorie existe déjà : ",
|
||||
"Settings" => "Paramètres",
|
||||
"seconds ago" => "il y a quelques secondes",
|
||||
"1 minute ago" => "il y a une minute",
|
||||
"{minutes} minutes ago" => "il y a {minutes} minutes",
|
||||
"today" => "aujourd'hui",
|
||||
"yesterday" => "hier",
|
||||
"{days} days ago" => "il y a {days} jours",
|
||||
"last month" => "le mois dernier",
|
||||
"months ago" => "il y a plusieurs mois",
|
||||
"last year" => "l'année dernière",
|
||||
"years ago" => "il y a plusieurs années",
|
||||
"Choose" => "Choisir",
|
||||
"Cancel" => "Annuler",
|
||||
"No" => "Non",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
"No category to add?" => "Sen categoría que engadir?",
|
||||
"This category already exists: " => "Esta categoría xa existe: ",
|
||||
"Settings" => "Preferencias",
|
||||
"seconds ago" => "hai segundos",
|
||||
"1 minute ago" => "hai 1 minuto",
|
||||
"today" => "hoxe",
|
||||
"yesterday" => "onte",
|
||||
"last month" => "último mes",
|
||||
"months ago" => "meses atrás",
|
||||
"last year" => "último ano",
|
||||
"years ago" => "anos atrás",
|
||||
"Cancel" => "Cancelar",
|
||||
"No" => "Non",
|
||||
"Yes" => "Si",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
"No category to add?" => "אין קטגוריה להוספה?",
|
||||
"This category already exists: " => "קטגוריה זאת כבר קיימת: ",
|
||||
"Settings" => "הגדרות",
|
||||
"seconds ago" => "שניות",
|
||||
"1 minute ago" => "לפני דקה אחת",
|
||||
"today" => "היום",
|
||||
"yesterday" => "אתמול",
|
||||
"last month" => "חודש שעבר",
|
||||
"months ago" => "חודשים",
|
||||
"last year" => "שנה שעברה",
|
||||
"years ago" => "שנים",
|
||||
"Cancel" => "ביטול",
|
||||
"No" => "לא",
|
||||
"Yes" => "כן",
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Password" => "पासवर्ड",
|
||||
"Use the following link to reset your password: {link}" => "आगे दिये गये लिंक का उपयोग पासवर्ड बदलने के लिये किजीये: {link}",
|
||||
"You will receive a link to reset your password via Email." => "पासवर्ड बदलने कि लिंक आपको ई-मेल द्वारा भेजी जायेगी|",
|
||||
"Username" => "प्रयोक्ता का नाम",
|
||||
"Your password was reset" => "आपका पासवर्ड बदला गया है",
|
||||
"New password" => "नया पासवर्ड",
|
||||
"Cloud not found" => "क्लौड नहीं मिला ",
|
||||
"Create an <strong>admin account</strong>" => "व्यवस्थापक खाता बनाएँ",
|
||||
"Advanced" => "उन्नत",
|
||||
|
|
|
@ -3,6 +3,13 @@
|
|||
"No category to add?" => "Nemate kategorija koje možete dodati?",
|
||||
"This category already exists: " => "Ova kategorija već postoji: ",
|
||||
"Settings" => "Postavke",
|
||||
"seconds ago" => "sekundi prije",
|
||||
"today" => "danas",
|
||||
"yesterday" => "jučer",
|
||||
"last month" => "prošli mjesec",
|
||||
"months ago" => "mjeseci",
|
||||
"last year" => "prošlu godinu",
|
||||
"years ago" => "godina",
|
||||
"Choose" => "Izaberi",
|
||||
"Cancel" => "Odustani",
|
||||
"No" => "Ne",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
"No category to add?" => "Nincs hozzáadandó kategória?",
|
||||
"This category already exists: " => "Ez a kategória már létezik",
|
||||
"Settings" => "Beállítások",
|
||||
"seconds ago" => "másodperccel ezelőtt",
|
||||
"1 minute ago" => "1 perccel ezelőtt",
|
||||
"today" => "ma",
|
||||
"yesterday" => "tegnap",
|
||||
"last month" => "múlt hónapban",
|
||||
"months ago" => "hónappal ezelőtt",
|
||||
"last year" => "tavaly",
|
||||
"years ago" => "évvel ezelőtt",
|
||||
"Cancel" => "Mégse",
|
||||
"No" => "Nem",
|
||||
"Yes" => "Igen",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
"No category to add?" => "Tidak ada kategori yang akan ditambahkan?",
|
||||
"This category already exists: " => "Kategori ini sudah ada:",
|
||||
"Settings" => "Setelan",
|
||||
"seconds ago" => "beberapa detik yang lalu",
|
||||
"1 minute ago" => "1 menit lalu",
|
||||
"today" => "hari ini",
|
||||
"yesterday" => "kemarin",
|
||||
"last month" => "bulan kemarin",
|
||||
"months ago" => "beberapa bulan lalu",
|
||||
"last year" => "tahun kemarin",
|
||||
"years ago" => "beberapa tahun lalu",
|
||||
"Choose" => "pilih",
|
||||
"Cancel" => "Batalkan",
|
||||
"No" => "Tidak",
|
||||
|
|
|
@ -3,6 +3,16 @@
|
|||
"No category to add?" => "Nessuna categoria da aggiungere?",
|
||||
"This category already exists: " => "Questa categoria esiste già: ",
|
||||
"Settings" => "Impostazioni",
|
||||
"seconds ago" => "secondi fa",
|
||||
"1 minute ago" => "Un minuto fa",
|
||||
"{minutes} minutes ago" => "{minutes} minuti fa",
|
||||
"today" => "oggi",
|
||||
"yesterday" => "ieri",
|
||||
"{days} days ago" => "{days} giorni fa",
|
||||
"last month" => "mese scorso",
|
||||
"months ago" => "mesi fa",
|
||||
"last year" => "anno scorso",
|
||||
"years ago" => "anni fa",
|
||||
"Choose" => "Scegli",
|
||||
"Cancel" => "Annulla",
|
||||
"No" => "No",
|
||||
|
|
|
@ -3,6 +3,16 @@
|
|||
"No category to add?" => "追加するカテゴリはありませんか?",
|
||||
"This category already exists: " => "このカテゴリはすでに存在します: ",
|
||||
"Settings" => "設定",
|
||||
"seconds ago" => "秒前",
|
||||
"1 minute ago" => "1 分前",
|
||||
"{minutes} minutes ago" => "{minutes} 分前",
|
||||
"today" => "今日",
|
||||
"yesterday" => "昨日",
|
||||
"{days} days ago" => "{days} 日前",
|
||||
"last month" => "一月前",
|
||||
"months ago" => "月前",
|
||||
"last year" => "一年前",
|
||||
"years ago" => "年前",
|
||||
"Choose" => "選択",
|
||||
"Cancel" => "キャンセル",
|
||||
"No" => "いいえ",
|
||||
|
|
|
@ -3,6 +3,16 @@
|
|||
"No category to add?" => "არ არის კატეგორია დასამატებლად?",
|
||||
"This category already exists: " => "კატეგორია უკვე არსებობს",
|
||||
"Settings" => "პარამეტრები",
|
||||
"seconds ago" => "წამის წინ",
|
||||
"1 minute ago" => "1 წუთის წინ",
|
||||
"{minutes} minutes ago" => "{minutes} წუთის წინ",
|
||||
"today" => "დღეს",
|
||||
"yesterday" => "გუშინ",
|
||||
"{days} days ago" => "{days} დღის წინ",
|
||||
"last month" => "გასულ თვეში",
|
||||
"months ago" => "თვის წინ",
|
||||
"last year" => "ბოლო წელს",
|
||||
"years ago" => "წლის წინ",
|
||||
"Choose" => "არჩევა",
|
||||
"Cancel" => "უარყოფა",
|
||||
"No" => "არა",
|
||||
|
|
|
@ -3,6 +3,16 @@
|
|||
"No category to add?" => "Nepridėsite jokios kategorijos?",
|
||||
"This category already exists: " => "Tokia kategorija jau yra:",
|
||||
"Settings" => "Nustatymai",
|
||||
"seconds ago" => "prieš sekundę",
|
||||
"1 minute ago" => "Prieš 1 minutę",
|
||||
"{minutes} minutes ago" => "Prieš {count} minutes",
|
||||
"today" => "šiandien",
|
||||
"yesterday" => "vakar",
|
||||
"{days} days ago" => "Prieš {days} dienas",
|
||||
"last month" => "praeitą mėnesį",
|
||||
"months ago" => "prieš mėnesį",
|
||||
"last year" => "praeitais metais",
|
||||
"years ago" => "prieš metus",
|
||||
"Choose" => "Pasirinkite",
|
||||
"Cancel" => "Atšaukti",
|
||||
"No" => "Ne",
|
||||
|
|
|
@ -3,6 +3,16 @@
|
|||
"No category to add?" => "Ingen kategorier å legge til?",
|
||||
"This category already exists: " => "Denne kategorien finnes allerede:",
|
||||
"Settings" => "Innstillinger",
|
||||
"seconds ago" => "sekunder siden",
|
||||
"1 minute ago" => "1 minutt siden",
|
||||
"{minutes} minutes ago" => "{minutes} minutter siden",
|
||||
"today" => "i dag",
|
||||
"yesterday" => "i går",
|
||||
"{days} days ago" => "{days} dager siden",
|
||||
"last month" => "forrige måned",
|
||||
"months ago" => "måneder siden",
|
||||
"last year" => "forrige år",
|
||||
"years ago" => "år siden",
|
||||
"Choose" => "Velg",
|
||||
"Cancel" => "Avbryt",
|
||||
"No" => "Nei",
|
||||
|
|
|
@ -3,6 +3,16 @@
|
|||
"No category to add?" => "Geen categorie toevoegen?",
|
||||
"This category already exists: " => "Deze categorie bestaat al.",
|
||||
"Settings" => "Instellingen",
|
||||
"seconds ago" => "seconden geleden",
|
||||
"1 minute ago" => "1 minuut geleden",
|
||||
"{minutes} minutes ago" => "{minutes} minuten geleden",
|
||||
"today" => "vandaag",
|
||||
"yesterday" => "gisteren",
|
||||
"{days} days ago" => "{days} dagen geleden",
|
||||
"last month" => "vorige maand",
|
||||
"months ago" => "maanden geleden",
|
||||
"last year" => "vorig jaar",
|
||||
"years ago" => "jaar geleden",
|
||||
"Choose" => "Kies",
|
||||
"Cancel" => "Annuleren",
|
||||
"No" => "Nee",
|
||||
|
@ -38,6 +48,8 @@
|
|||
"ownCloud password reset" => "ownCloud wachtwoord herstellen",
|
||||
"Use the following link to reset your password: {link}" => "Gebruik de volgende link om je wachtwoord te resetten: {link}",
|
||||
"You will receive a link to reset your password via Email." => "U ontvangt een link om uw wachtwoord opnieuw in te stellen via e-mail.",
|
||||
"Reset email send." => "Reset e-mail verstuurd.",
|
||||
"Request failed!" => "Verzoek gefaald!",
|
||||
"Username" => "Gebruikersnaam",
|
||||
"Request reset" => "Resetaanvraag",
|
||||
"Your password was reset" => "Je wachtwoord is gewijzigd",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
"No category to add?" => "Pas de categoria d'ajustar ?",
|
||||
"This category already exists: " => "La categoria exista ja :",
|
||||
"Settings" => "Configuracion",
|
||||
"seconds ago" => "segonda a",
|
||||
"1 minute ago" => "1 minuta a",
|
||||
"today" => "uèi",
|
||||
"yesterday" => "ièr",
|
||||
"last month" => "mes passat",
|
||||
"months ago" => "meses a",
|
||||
"last year" => "an passat",
|
||||
"years ago" => "ans a",
|
||||
"Choose" => "Causís",
|
||||
"Cancel" => "Anulla",
|
||||
"No" => "Non",
|
||||
|
|
|
@ -3,6 +3,16 @@
|
|||
"No category to add?" => "Brak kategorii",
|
||||
"This category already exists: " => "Ta kategoria już istnieje",
|
||||
"Settings" => "Ustawienia",
|
||||
"seconds ago" => "sekund temu",
|
||||
"1 minute ago" => "1 minute temu",
|
||||
"{minutes} minutes ago" => "{minutes} minut temu",
|
||||
"today" => "dziś",
|
||||
"yesterday" => "wczoraj",
|
||||
"{days} days ago" => "{days} dni temu",
|
||||
"last month" => "ostani miesiąc",
|
||||
"months ago" => "miesięcy temu",
|
||||
"last year" => "ostatni rok",
|
||||
"years ago" => "lat temu",
|
||||
"Choose" => "Wybierz",
|
||||
"Cancel" => "Anuluj",
|
||||
"No" => "Nie",
|
||||
|
|
|
@ -3,6 +3,16 @@
|
|||
"No category to add?" => "Nenhuma categoria adicionada?",
|
||||
"This category already exists: " => "Essa categoria já existe",
|
||||
"Settings" => "Configurações",
|
||||
"seconds ago" => "segundos atrás",
|
||||
"1 minute ago" => "1 minuto atrás",
|
||||
"{minutes} minutes ago" => "{minutes} minutos atrás",
|
||||
"today" => "hoje",
|
||||
"yesterday" => "ontem",
|
||||
"{days} days ago" => "{days} dias atrás",
|
||||
"last month" => "último mês",
|
||||
"months ago" => "meses atrás",
|
||||
"last year" => "último ano",
|
||||
"years ago" => "anos atrás",
|
||||
"Choose" => "Escolha",
|
||||
"Cancel" => "Cancelar",
|
||||
"No" => "Não",
|
||||
|
|
|
@ -3,6 +3,16 @@
|
|||
"No category to add?" => "Nenhuma categoria para adicionar?",
|
||||
"This category already exists: " => "Esta categoria já existe:",
|
||||
"Settings" => "Definições",
|
||||
"seconds ago" => "Minutos atrás",
|
||||
"1 minute ago" => "Falta 1 minuto",
|
||||
"{minutes} minutes ago" => "{minutes} minutos atrás",
|
||||
"today" => "hoje",
|
||||
"yesterday" => "ontem",
|
||||
"{days} days ago" => "{days} dias atrás",
|
||||
"last month" => "ultímo mês",
|
||||
"months ago" => "meses atrás",
|
||||
"last year" => "ano passado",
|
||||
"years ago" => "anos atrás",
|
||||
"Choose" => "Escolha",
|
||||
"Cancel" => "Cancelar",
|
||||
"No" => "Não",
|
||||
|
@ -38,6 +48,7 @@
|
|||
"ownCloud password reset" => "Reposição da password ownCloud",
|
||||
"Use the following link to reset your password: {link}" => "Use o seguinte endereço para repor a sua password: {link}",
|
||||
"You will receive a link to reset your password via Email." => "Vai receber um endereço para repor a sua password",
|
||||
"Reset email send." => "E-mail de reinicialização enviado.",
|
||||
"Request failed!" => "O pedido falhou!",
|
||||
"Username" => "Utilizador",
|
||||
"Request reset" => "Pedir reposição",
|
||||
|
@ -55,6 +66,8 @@
|
|||
"Edit categories" => "Editar categorias",
|
||||
"Add" => "Adicionar",
|
||||
"Security Warning" => "Aviso de Segurança",
|
||||
"No secure random number generator is available, please enable the PHP OpenSSL extension." => "Não existe nenhum gerador seguro de números aleatórios, por favor, active a extensão OpenSSL no PHP.",
|
||||
"Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "Sem nenhum gerador seguro de números aleatórios, uma pessoa mal intencionada pode prever a sua password, reiniciar as seguranças adicionais e tomar conta da sua conta. ",
|
||||
"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "A sua pasta com os dados e os seus ficheiros estão provavelmente acessíveis a partir das internet. Sugerimos veementemente que configure o seu servidor web de maneira a que a pasta com os dados deixe de ficar acessível, ou mova a pasta com os dados para fora da raiz de documentos do servidor web.",
|
||||
"Create an <strong>admin account</strong>" => "Criar uma <strong>conta administrativa</strong>",
|
||||
"Advanced" => "Avançado",
|
||||
|
@ -88,6 +101,7 @@
|
|||
"December" => "Dezembro",
|
||||
"web services under your control" => "serviços web sob o seu controlo",
|
||||
"Log out" => "Sair",
|
||||
"Automatic logon rejected!" => "Login automático rejeitado!",
|
||||
"If you did not change your password recently, your account may be compromised!" => "Se não mudou a sua palavra-passe recentemente, a sua conta pode ter sido comprometida!",
|
||||
"Please change your password to secure your account again." => "Por favor mude a sua palavra-passe para assegurar a sua conta de novo.",
|
||||
"Lost your password?" => "Esqueceu a sua password?",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
"No category to add?" => "Nici o categorie de adăugat?",
|
||||
"This category already exists: " => "Această categorie deja există:",
|
||||
"Settings" => "Configurări",
|
||||
"seconds ago" => "secunde în urmă",
|
||||
"1 minute ago" => "1 minut în urmă",
|
||||
"today" => "astăzi",
|
||||
"yesterday" => "ieri",
|
||||
"last month" => "ultima lună",
|
||||
"months ago" => "luni în urmă",
|
||||
"last year" => "ultimul an",
|
||||
"years ago" => "ani în urmă",
|
||||
"Choose" => "Alege",
|
||||
"Cancel" => "Anulare",
|
||||
"No" => "Nu",
|
||||
|
|
|
@ -3,6 +3,16 @@
|
|||
"No category to add?" => "Нет категорий для добавления?",
|
||||
"This category already exists: " => "Эта категория уже существует: ",
|
||||
"Settings" => "Настройки",
|
||||
"seconds ago" => "несколько секунд назад",
|
||||
"1 minute ago" => "1 минуту назад",
|
||||
"{minutes} minutes ago" => "{minutes} минут назад",
|
||||
"today" => "сегодня",
|
||||
"yesterday" => "вчера",
|
||||
"{days} days ago" => "{days} дней назад",
|
||||
"last month" => "в прошлом месяце",
|
||||
"months ago" => "несколько месяцев назад",
|
||||
"last year" => "в прошлом году",
|
||||
"years ago" => "несколько лет назад",
|
||||
"Choose" => "Выбрать",
|
||||
"Cancel" => "Отмена",
|
||||
"No" => "Нет",
|
||||
|
|
|
@ -3,6 +3,16 @@
|
|||
"No category to add?" => "Нет категории для добавления?",
|
||||
"This category already exists: " => "Эта категория уже существует:",
|
||||
"Settings" => "Настройки",
|
||||
"seconds ago" => "секунд назад",
|
||||
"1 minute ago" => " 1 минуту назад",
|
||||
"{minutes} minutes ago" => "{минуты} минут назад",
|
||||
"today" => "сегодня",
|
||||
"yesterday" => "вчера",
|
||||
"{days} days ago" => "{дни} дней назад",
|
||||
"last month" => "в прошлом месяце",
|
||||
"months ago" => "месяц назад",
|
||||
"last year" => "в прошлом году",
|
||||
"years ago" => "лет назад",
|
||||
"Choose" => "Выбрать",
|
||||
"Cancel" => "Отмена",
|
||||
"No" => "Нет",
|
||||
|
|
|
@ -1,6 +1,14 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Application name not provided." => "යෙදුම් නාමය සපයා නැත.",
|
||||
"Settings" => "සැකසුම්",
|
||||
"seconds ago" => "තත්පරයන්ට පෙර",
|
||||
"1 minute ago" => "1 මිනිත්තුවකට පෙර",
|
||||
"today" => "අද",
|
||||
"yesterday" => "ඊයේ",
|
||||
"last month" => "පෙර මාසයේ",
|
||||
"months ago" => "මාස කීපයකට පෙර",
|
||||
"last year" => "පෙර අවුරුද්දේ",
|
||||
"years ago" => "අවුරුදු කීපයකට පෙර",
|
||||
"Choose" => "තෝරන්න",
|
||||
"Cancel" => "එපා",
|
||||
"No" => "නැහැ",
|
||||
|
@ -19,15 +27,20 @@
|
|||
"can edit" => "සංස්කරණය කළ හැක",
|
||||
"access control" => "ප්රවේශ පාලනය",
|
||||
"create" => "සදන්න",
|
||||
"update" => "යාවත්කාලීන කරන්න",
|
||||
"delete" => "මකන්න",
|
||||
"share" => "බෙදාහදාගන්න",
|
||||
"Password protected" => "මුර පදයකින් ආරක්ශාකර ඇත",
|
||||
"Error unsetting expiration date" => "කල් ඉකුත් දිනය ඉවත් කිරීමේ දෝෂයක්",
|
||||
"Error setting expiration date" => "කල් ඉකුත් දිනය ස්ථාපනය කිරීමේ දෝෂයක්",
|
||||
"ownCloud password reset" => "ownCloud මුරපදය ප්රත්යාරම්භ කරන්න",
|
||||
"You will receive a link to reset your password via Email." => "ඔබගේ මුරපදය ප්රත්යාරම්භ කිරීම සඳහා යොමුව විද්යුත් තැපෑලෙන් ලැබෙනු ඇත",
|
||||
"Request failed!" => "ඉල්ලීම අසාර්ථකයි!",
|
||||
"Username" => "පරිශීලක නම",
|
||||
"Your password was reset" => "ඔබේ මුරපදය ප්රත්යාරම්භ කරන ලදී",
|
||||
"To login page" => "පිවිසුම් පිටුවට",
|
||||
"New password" => "නව මුර පදයක්",
|
||||
"Reset password" => "මුරපදය ප්රත්යාරම්භ කරන්න",
|
||||
"Personal" => "පෞද්ගලික",
|
||||
"Users" => "පරිශීලකයන්",
|
||||
"Apps" => "යෙදුම්",
|
||||
|
@ -39,9 +52,11 @@
|
|||
"Add" => "එක් කරන්න",
|
||||
"Security Warning" => "ආරක්ෂක නිවේදනයක්",
|
||||
"Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "ආරක්ෂිත අහඹු සංඛ්යා උත්පාදකයක් නොමැති නම් ඔබගේ ගිණුමට පහරදෙන අයකුට එහි මුරපද යළි පිහිටුවීමට අවශ්ය ටෝකන පහසුවෙන් සොයාගෙන ඔබගේ ගිණුම පැහැරගත හැක.",
|
||||
"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "ඔබගේ දත්ත ඩිරෙක්ටරිය හා ගොනුවලට අන්තර්ජාලයෙන් පිවිසිය හැක. ownCloud සපයා ඇති .htaccess ගොනුව ක්රියාකරන්නේ නැත. අපි තරයේ කියා සිටිනුයේ නම්, මෙම දත්ත හා ගොනු එසේ පිවිසීමට නොහැකි වන ලෙස ඔබේ වෙබ් සේවාදායකයා වින්යාස කරන ලෙස හෝ එම ඩිරෙක්ටරිය වෙබ් මූලයෙන් පිටතට ගෙනයන ලෙසය.",
|
||||
"Advanced" => "දියුණු/උසස්",
|
||||
"Data folder" => "දත්ත ෆෝල්ඩරය",
|
||||
"Configure the database" => "දත්ත සමුදාය හැඩගැසීම",
|
||||
"will be used" => "භාවිතා වනු ඇත",
|
||||
"Database user" => "දත්තගබඩා භාවිතාකරු",
|
||||
"Database password" => "දත්තගබඩාවේ මුරපදය",
|
||||
"Database name" => "දත්තගබඩාවේ නම",
|
||||
|
|
|
@ -3,6 +3,16 @@
|
|||
"No category to add?" => "Žiadna kategória pre pridanie?",
|
||||
"This category already exists: " => "Táto kategória už existuje:",
|
||||
"Settings" => "Nastavenia",
|
||||
"seconds ago" => "pred sekundami",
|
||||
"1 minute ago" => "pred minútou",
|
||||
"{minutes} minutes ago" => "pred {minutes} minútami",
|
||||
"today" => "dnes",
|
||||
"yesterday" => "včera",
|
||||
"{days} days ago" => "pred {days} dňami",
|
||||
"last month" => "minulý mesiac",
|
||||
"months ago" => "pred mesiacmi",
|
||||
"last year" => "minulý rok",
|
||||
"years ago" => "pred rokmi",
|
||||
"Choose" => "Výber",
|
||||
"Cancel" => "Zrušiť",
|
||||
"No" => "Nie",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
"No category to add?" => "Ni kategorije za dodajanje?",
|
||||
"This category already exists: " => "Ta kategorija že obstaja:",
|
||||
"Settings" => "Nastavitve",
|
||||
"seconds ago" => "sekund nazaj",
|
||||
"1 minute ago" => "Pred 1 minuto",
|
||||
"today" => "danes",
|
||||
"yesterday" => "včeraj",
|
||||
"last month" => "zadnji mesec",
|
||||
"months ago" => "mesecev nazaj",
|
||||
"last year" => "lansko leto",
|
||||
"years ago" => "let nazaj",
|
||||
"Choose" => "Izbor",
|
||||
"Cancel" => "Prekliči",
|
||||
"No" => "Ne",
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue