Merge branch 'master' of github.com:owncloud/core into vcategories_db

This commit is contained in:
Thomas Tanghus 2012-11-11 20:20:09 +01:00
commit fd709fc021
442 changed files with 8897 additions and 12445 deletions

View File

@ -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 403 /core/templates/403.php
ErrorDocument 404 /core/templates/404.php ErrorDocument 404 /core/templates/404.php
<IfModule mod_php5.c> <IfModule mod_php5.c>
@ -12,6 +20,7 @@ php_value memory_limit 512M
RewriteEngine on RewriteEngine on
RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteRule ^.well-known/host-meta /public.php?service=host-meta [QSA,L] 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/carddav /remote.php/carddav/ [R]
RewriteRule ^.well-known/caldav /remote.php/caldav/ [R] RewriteRule ^.well-known/caldav /remote.php/caldav/ [R]
RewriteRule ^apps/calendar/caldav.php remote.php/caldav/ [QSA,L] RewriteRule ^apps/calendar/caldav.php remote.php/caldav/ [QSA,L]

View File

@ -375,4 +375,7 @@ $(document).ready(function(){
FileList.lastAction(); FileList.lastAction();
} }
}); });
$(window).unload(function (){
$(window).trigger('beforeunload');
});
}); });

View File

@ -201,7 +201,7 @@ $(document).ready(function() {
var totalSize=0; var totalSize=0;
if(files){ if(files){
for(var i=0;i<files.length;i++){ 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')); OC.dialogs.alert(t('files', 'Unable to upload your file as it is a directory or has 0 bytes'), t('files', 'Upload Error'));
return; return;
@ -274,7 +274,7 @@ $(document).ready(function() {
var fileName = files[i].name var fileName = files[i].name
var dropTarget = $(e.originalEvent.target).closest('tr'); var dropTarget = $(e.originalEvent.target).closest('tr');
if(dropTarget && dropTarget.attr('data-type') === 'dir') { // drag&drop upload to folder 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], var jqXHR = $('.file_upload_start').fileupload('send', {files: files[i],
formData: function(form) { formData: function(form) {
var formArray = form.serializeArray(); var formArray = form.serializeArray();

View File

@ -37,16 +37,6 @@
"{count} folders" => "{count} carpetes", "{count} folders" => "{count} carpetes",
"1 file" => "1 fitxer", "1 file" => "1 fitxer",
"{count} files" => "{count} fitxers", "{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", "File handling" => "Gestió de fitxers",
"Maximum upload size" => "Mida màxima de pujada", "Maximum upload size" => "Mida màxima de pujada",
"max. possible: " => "màxim possible:", "max. possible: " => "màxim possible:",

View File

@ -37,16 +37,6 @@
"{count} folders" => "{count} složky", "{count} folders" => "{count} složky",
"1 file" => "1 soubor", "1 file" => "1 soubor",
"{count} files" => "{count} soubory", "{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", "File handling" => "Zacházení se soubory",
"Maximum upload size" => "Maximální velikost pro odesílání", "Maximum upload size" => "Maximální velikost pro odesílání",
"max. possible: " => "největší možná: ", "max. possible: " => "největší možná: ",

View File

@ -37,16 +37,6 @@
"{count} folders" => "{count} mapper", "{count} folders" => "{count} mapper",
"1 file" => "1 fil", "1 file" => "1 fil",
"{count} files" => "{count} filer", "{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", "File handling" => "Filhåndtering",
"Maximum upload size" => "Maksimal upload-størrelse", "Maximum upload size" => "Maksimal upload-størrelse",
"max. possible: " => "max. mulige: ", "max. possible: " => "max. mulige: ",

View File

@ -37,16 +37,6 @@
"{count} folders" => "{count} Ordner", "{count} folders" => "{count} Ordner",
"1 file" => "1 Datei", "1 file" => "1 Datei",
"{count} files" => "{count} Dateien", "{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", "File handling" => "Dateibehandlung",
"Maximum upload size" => "Maximale Upload-Größe", "Maximum upload size" => "Maximale Upload-Größe",
"max. possible: " => "maximal möglich:", "max. possible: " => "maximal möglich:",

View File

@ -37,16 +37,6 @@
"{count} folders" => "{count} Ordner", "{count} folders" => "{count} Ordner",
"1 file" => "1 Datei", "1 file" => "1 Datei",
"{count} files" => "{count} Dateien", "{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", "File handling" => "Dateibehandlung",
"Maximum upload size" => "Maximale Upload-Größe", "Maximum upload size" => "Maximale Upload-Größe",
"max. possible: " => "maximal möglich:", "max. possible: " => "maximal möglich:",

View File

@ -37,16 +37,6 @@
"{count} folders" => "{count} φάκελοι", "{count} folders" => "{count} φάκελοι",
"1 file" => "1 αρχείο", "1 file" => "1 αρχείο",
"{count} files" => "{count} αρχεία", "{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" => "Διαχείριση αρχείων", "File handling" => "Διαχείριση αρχείων",
"Maximum upload size" => "Μέγιστο μέγεθος αποστολής", "Maximum upload size" => "Μέγιστο μέγεθος αποστολής",
"max. possible: " => "μέγιστο δυνατό:", "max. possible: " => "μέγιστο δυνατό:",

View File

@ -26,14 +26,6 @@
"Name" => "Nomo", "Name" => "Nomo",
"Size" => "Grando", "Size" => "Grando",
"Modified" => "Modifita", "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", "File handling" => "Dosieradministro",
"Maximum upload size" => "Maksimuma alŝutogrando", "Maximum upload size" => "Maksimuma alŝutogrando",
"max. possible: " => "maks. ebla: ", "max. possible: " => "maks. ebla: ",

View File

@ -37,16 +37,6 @@
"{count} folders" => "{count} carpetas", "{count} folders" => "{count} carpetas",
"1 file" => "1 archivo", "1 file" => "1 archivo",
"{count} files" => "{count} archivos", "{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", "File handling" => "Tratamiento de archivos",
"Maximum upload size" => "Tamaño máximo de subida", "Maximum upload size" => "Tamaño máximo de subida",
"max. possible: " => "máx. posible:", "max. possible: " => "máx. posible:",

View File

@ -37,16 +37,6 @@
"{count} folders" => "{count} directorios", "{count} folders" => "{count} directorios",
"1 file" => "1 archivo", "1 file" => "1 archivo",
"{count} files" => "{count} archivos", "{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", "File handling" => "Tratamiento de archivos",
"Maximum upload size" => "Tamaño máximo de subida", "Maximum upload size" => "Tamaño máximo de subida",
"max. possible: " => "máx. posible:", "max. possible: " => "máx. posible:",

View File

@ -37,16 +37,6 @@
"{count} folders" => "{count} kausta", "{count} folders" => "{count} kausta",
"1 file" => "1 fail", "1 file" => "1 fail",
"{count} files" => "{count} faili", "{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", "File handling" => "Failide käsitlemine",
"Maximum upload size" => "Maksimaalne üleslaadimise suurus", "Maximum upload size" => "Maksimaalne üleslaadimise suurus",
"max. possible: " => "maks. võimalik: ", "max. possible: " => "maks. võimalik: ",

View File

@ -26,14 +26,6 @@
"Name" => "Izena", "Name" => "Izena",
"Size" => "Tamaina", "Size" => "Tamaina",
"Modified" => "Aldatuta", "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", "File handling" => "Fitxategien kudeaketa",
"Maximum upload size" => "Igo daitekeen gehienezko tamaina", "Maximum upload size" => "Igo daitekeen gehienezko tamaina",
"max. possible: " => "max, posiblea:", "max. possible: " => "max, posiblea:",

View File

@ -21,14 +21,6 @@
"Name" => "نام", "Name" => "نام",
"Size" => "اندازه", "Size" => "اندازه",
"Modified" => "تغییر یافته", "Modified" => "تغییر یافته",
"seconds ago" => "ثانیه‌ها پیش",
"1 minute ago" => "1 دقیقه پیش",
"today" => "امروز",
"yesterday" => "دیروز",
"last month" => "ماه قبل",
"months ago" => "ماه‌های قبل",
"last year" => "سال قبل",
"years ago" => "سال‌های قبل",
"File handling" => "اداره پرونده ها", "File handling" => "اداره پرونده ها",
"Maximum upload size" => "حداکثر اندازه بارگزاری", "Maximum upload size" => "حداکثر اندازه بارگزاری",
"max. possible: " => "حداکثرمقدارممکن:", "max. possible: " => "حداکثرمقدارممکن:",

View File

@ -29,16 +29,6 @@
"{count} folders" => "{count} kansiota", "{count} folders" => "{count} kansiota",
"1 file" => "1 tiedosto", "1 file" => "1 tiedosto",
"{count} files" => "{count} tiedostoa", "{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", "File handling" => "Tiedostonhallinta",
"Maximum upload size" => "Lähetettävän tiedoston suurin sallittu koko", "Maximum upload size" => "Lähetettävän tiedoston suurin sallittu koko",
"max. possible: " => "suurin mahdollinen:", "max. possible: " => "suurin mahdollinen:",

View File

@ -37,16 +37,6 @@
"{count} folders" => "{count} dossiers", "{count} folders" => "{count} dossiers",
"1 file" => "1 fichier", "1 file" => "1 fichier",
"{count} files" => "{count} fichiers", "{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", "File handling" => "Gestion des fichiers",
"Maximum upload size" => "Taille max. d'envoi", "Maximum upload size" => "Taille max. d'envoi",
"max. possible: " => "Max. possible :", "max. possible: " => "Max. possible :",

View File

@ -24,14 +24,6 @@
"Name" => "Nome", "Name" => "Nome",
"Size" => "Tamaño", "Size" => "Tamaño",
"Modified" => "Modificado", "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", "File handling" => "Manexo de ficheiro",
"Maximum upload size" => "Tamaño máximo de envío", "Maximum upload size" => "Tamaño máximo de envío",
"max. possible: " => "máx. posible: ", "max. possible: " => "máx. posible: ",

View File

@ -18,14 +18,6 @@
"Name" => "שם", "Name" => "שם",
"Size" => "גודל", "Size" => "גודל",
"Modified" => "זמן שינוי", "Modified" => "זמן שינוי",
"seconds ago" => "שניות",
"1 minute ago" => "לפני דקה אחת",
"today" => "היום",
"yesterday" => "אתמול",
"last month" => "חודש שעבר",
"months ago" => "חודשים",
"last year" => "שנה שעברה",
"years ago" => "שנים",
"File handling" => "טיפול בקבצים", "File handling" => "טיפול בקבצים",
"Maximum upload size" => "גודל העלאה מקסימלי", "Maximum upload size" => "גודל העלאה מקסימלי",
"max. possible: " => "המרבי האפשרי: ", "max. possible: " => "המרבי האפשרי: ",

View File

@ -26,13 +26,6 @@
"Name" => "Naziv", "Name" => "Naziv",
"Size" => "Veličina", "Size" => "Veličina",
"Modified" => "Zadnja promjena", "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", "File handling" => "datoteka za rukovanje",
"Maximum upload size" => "Maksimalna veličina prijenosa", "Maximum upload size" => "Maksimalna veličina prijenosa",
"max. possible: " => "maksimalna moguća: ", "max. possible: " => "maksimalna moguća: ",

View File

@ -21,14 +21,6 @@
"Name" => "Név", "Name" => "Név",
"Size" => "Méret", "Size" => "Méret",
"Modified" => "Módosítva", "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", "File handling" => "Fájlkezelés",
"Maximum upload size" => "Maximális feltölthető fájlméret", "Maximum upload size" => "Maximális feltölthető fájlméret",
"max. possible: " => "max. lehetséges", "max. possible: " => "max. lehetséges",

View File

@ -21,14 +21,6 @@
"Name" => "Nama", "Name" => "Nama",
"Size" => "Ukuran", "Size" => "Ukuran",
"Modified" => "Dimodifikasi", "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", "File handling" => "Penanganan berkas",
"Maximum upload size" => "Ukuran unggah maksimum", "Maximum upload size" => "Ukuran unggah maksimum",
"max. possible: " => "Kemungkinan maks:", "max. possible: " => "Kemungkinan maks:",

View File

@ -37,16 +37,6 @@
"{count} folders" => "{count} cartelle", "{count} folders" => "{count} cartelle",
"1 file" => "1 file", "1 file" => "1 file",
"{count} files" => "{count} 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", "File handling" => "Gestione file",
"Maximum upload size" => "Dimensione massima upload", "Maximum upload size" => "Dimensione massima upload",
"max. possible: " => "numero mass.: ", "max. possible: " => "numero mass.: ",

View File

@ -37,16 +37,6 @@
"{count} folders" => "{count} フォルダ", "{count} folders" => "{count} フォルダ",
"1 file" => "1 ファイル", "1 file" => "1 ファイル",
"{count} files" => "{count} ファイル", "{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" => "ファイル操作", "File handling" => "ファイル操作",
"Maximum upload size" => "最大アップロードサイズ", "Maximum upload size" => "最大アップロードサイズ",
"max. possible: " => "最大容量: ", "max. possible: " => "最大容量: ",

View File

@ -37,16 +37,6 @@
"{count} folders" => "{count} საქაღალდე", "{count} folders" => "{count} საქაღალდე",
"1 file" => "1 ფაილი", "1 file" => "1 ფაილი",
"{count} files" => "{count} ფაილი", "{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" => "ფაილის დამუშავება", "File handling" => "ფაილის დამუშავება",
"Maximum upload size" => "მაქსიმუმ ატვირთის ზომა", "Maximum upload size" => "მაქსიმუმ ატვირთის ზომა",
"max. possible: " => "მაქს. შესაძლებელი:", "max. possible: " => "მაქს. შესაძლებელი:",

View File

@ -37,16 +37,6 @@
"{count} folders" => "{count} aplankalai", "{count} folders" => "{count} aplankalai",
"1 file" => "1 failas", "1 file" => "1 failas",
"{count} files" => "{count} failai", "{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", "File handling" => "Failų tvarkymas",
"Maximum upload size" => "Maksimalus įkeliamo failo dydis", "Maximum upload size" => "Maksimalus įkeliamo failo dydis",
"max. possible: " => "maks. galima:", "max. possible: " => "maks. galima:",

View File

@ -36,16 +36,6 @@
"{count} folders" => "{count} mapper", "{count} folders" => "{count} mapper",
"1 file" => "1 fil", "1 file" => "1 fil",
"{count} files" => "{count} filer", "{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", "File handling" => "Filhåndtering",
"Maximum upload size" => "Maksimum opplastingsstørrelse", "Maximum upload size" => "Maksimum opplastingsstørrelse",
"max. possible: " => "max. mulige:", "max. possible: " => "max. mulige:",

View File

@ -37,16 +37,6 @@
"{count} folders" => "{count} mappen", "{count} folders" => "{count} mappen",
"1 file" => "1 bestand", "1 file" => "1 bestand",
"{count} files" => "{count} bestanden", "{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", "File handling" => "Bestand",
"Maximum upload size" => "Maximale bestandsgrootte voor uploads", "Maximum upload size" => "Maximale bestandsgrootte voor uploads",
"max. possible: " => "max. mogelijk: ", "max. possible: " => "max. mogelijk: ",
@ -58,6 +48,7 @@
"New" => "Nieuw", "New" => "Nieuw",
"Text file" => "Tekstbestand", "Text file" => "Tekstbestand",
"Folder" => "Map", "Folder" => "Map",
"From link" => "From link",
"Upload" => "Upload", "Upload" => "Upload",
"Cancel upload" => "Upload afbreken", "Cancel upload" => "Upload afbreken",
"Nothing in here. Upload something!" => "Er bevindt zich hier niets. Upload een bestand!", "Nothing in here. Upload something!" => "Er bevindt zich hier niets. Upload een bestand!",

View File

@ -26,14 +26,6 @@
"Name" => "Nom", "Name" => "Nom",
"Size" => "Talha", "Size" => "Talha",
"Modified" => "Modificat", "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", "File handling" => "Manejament de fichièr",
"Maximum upload size" => "Talha maximum d'amontcargament", "Maximum upload size" => "Talha maximum d'amontcargament",
"max. possible: " => "max. possible: ", "max. possible: " => "max. possible: ",

View File

@ -37,16 +37,6 @@
"{count} folders" => "{count} foldery", "{count} folders" => "{count} foldery",
"1 file" => "1 plik", "1 file" => "1 plik",
"{count} files" => "{count} pliki", "{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", "File handling" => "Zarządzanie plikami",
"Maximum upload size" => "Maksymalny rozmiar wysyłanego pliku", "Maximum upload size" => "Maksymalny rozmiar wysyłanego pliku",
"max. possible: " => "max. możliwych", "max. possible: " => "max. możliwych",

View File

@ -37,16 +37,6 @@
"{count} folders" => "{count} pastas", "{count} folders" => "{count} pastas",
"1 file" => "1 arquivo", "1 file" => "1 arquivo",
"{count} files" => "{count} arquivos", "{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", "File handling" => "Tratamento de Arquivo",
"Maximum upload size" => "Tamanho máximo para carregar", "Maximum upload size" => "Tamanho máximo para carregar",
"max. possible: " => "max. possível:", "max. possible: " => "max. possível:",

View File

@ -37,16 +37,6 @@
"{count} folders" => "{count} pastas", "{count} folders" => "{count} pastas",
"1 file" => "1 ficheiro", "1 file" => "1 ficheiro",
"{count} files" => "{count} ficheiros", "{count} files" => "{count} ficheiros",
"seconds ago" => "há segundos",
"1 minute ago" => "há 1 minuto",
"{minutes} minutes ago" => "{minutes} minutos",
"today" => "hoje",
"yesterday" => "ontem",
"{days} days ago" => "{days} dias",
"last month" => "mês passado",
"months ago" => "há meses",
"last year" => "ano passado",
"years ago" => "há anos",
"File handling" => "Manuseamento de ficheiros", "File handling" => "Manuseamento de ficheiros",
"Maximum upload size" => "Tamanho máximo de envio", "Maximum upload size" => "Tamanho máximo de envio",
"max. possible: " => "max. possivel: ", "max. possible: " => "max. possivel: ",

View File

@ -26,14 +26,6 @@
"Name" => "Nume", "Name" => "Nume",
"Size" => "Dimensiune", "Size" => "Dimensiune",
"Modified" => "Modificat", "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", "File handling" => "Manipulare fișiere",
"Maximum upload size" => "Dimensiune maximă admisă la încărcare", "Maximum upload size" => "Dimensiune maximă admisă la încărcare",
"max. possible: " => "max. posibil:", "max. possible: " => "max. posibil:",

View File

@ -37,16 +37,6 @@
"{count} folders" => "{count} папок", "{count} folders" => "{count} папок",
"1 file" => "1 файл", "1 file" => "1 файл",
"{count} files" => "{count} файлов", "{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" => "Управление файлами", "File handling" => "Управление файлами",
"Maximum upload size" => "Максимальный размер загружаемого файла", "Maximum upload size" => "Максимальный размер загружаемого файла",
"max. possible: " => "макс. возможно: ", "max. possible: " => "макс. возможно: ",
@ -58,6 +48,7 @@
"New" => "Новый", "New" => "Новый",
"Text file" => "Текстовый файл", "Text file" => "Текстовый файл",
"Folder" => "Папка", "Folder" => "Папка",
"From link" => "Из ссылки",
"Upload" => "Загрузить", "Upload" => "Загрузить",
"Cancel upload" => "Отмена загрузки", "Cancel upload" => "Отмена загрузки",
"Nothing in here. Upload something!" => "Здесь ничего нет. Загрузите что-нибудь!", "Nothing in here. Upload something!" => "Здесь ничего нет. Загрузите что-нибудь!",

View File

@ -37,16 +37,6 @@
"{count} folders" => "{количество} папок", "{count} folders" => "{количество} папок",
"1 file" => "1 файл", "1 file" => "1 файл",
"{count} files" => "{количество} файлов", "{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" => "Работа с файлами", "File handling" => "Работа с файлами",
"Maximum upload size" => "Максимальный размер загружаемого файла", "Maximum upload size" => "Максимальный размер загружаемого файла",
"max. possible: " => "Максимально возможный", "max. possible: " => "Максимально возможный",

View File

@ -1,6 +1,7 @@
<?php $TRANSLATIONS = array( <?php $TRANSLATIONS = array(
"There is no error, the file uploaded with success" => "නිවැරදි ව ගොනුව උඩුගත කෙරිනි", "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 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" => "උඩුගත කළ ගොනුවේ කොටසක් පමණක් උඩුගත විය", "The uploaded file was only partially uploaded" => "උඩුගත කළ ගොනුවේ කොටසක් පමණක් උඩුගත විය",
"No file was uploaded" => "කිසිදු ගොනවක් උඩුගත නොවිනි", "No file was uploaded" => "කිසිදු ගොනවක් උඩුගත නොවිනි",
"Missing a temporary folder" => "තාවකාලික ෆොල්ඩරයක් සොයාගත නොහැක", "Missing a temporary folder" => "තාවකාලික ෆොල්ඩරයක් සොයාගත නොහැක",
@ -13,33 +14,37 @@
"suggest name" => "නමක් යෝජනා කරන්න", "suggest name" => "නමක් යෝජනා කරන්න",
"cancel" => "අත් හරින්න", "cancel" => "අත් හරින්න",
"undo" => "නිෂ්ප්‍රභ කරන්න", "undo" => "නිෂ්ප්‍රභ කරන්න",
"generating ZIP-file, it may take some time." => "ගොනුවක් සෑදෙමින් පවතී. කෙටි වේලාවක් ගත විය හැක",
"Upload Error" => "උඩුගත කිරීමේ දෝශයක්", "Upload Error" => "උඩුගත කිරීමේ දෝශයක්",
"1 file uploading" => "1 ගොනුවක් උඩගත කෙරේ",
"Upload cancelled." => "උඩුගත කිරීම අත් හරින්න ලදී", "Upload cancelled." => "උඩුගත කිරීම අත් හරින්න ලදී",
"File upload is in progress. Leaving the page now will cancel the upload." => "උඩුගතකිරීමක් සිදුවේ. පිටුව හැර යාමෙන් එය නැවතෙනු ඇත",
"Invalid name, '/' is not allowed." => "අවලංගු නමක්. '/' ට අවසර නැත",
"error while scanning" => "පරීක්ෂා කිරීමේදී දෝෂයක්",
"Name" => "නම", "Name" => "නම",
"Size" => "ප්‍රමාණය", "Size" => "ප්‍රමාණය",
"Modified" => "වෙනස් කළ", "Modified" => "වෙනස් කළ",
"1 folder" => "1 ෆොල්ඩරයක්",
"1 file" => "1 ගොනුවක්", "1 file" => "1 ගොනුවක්",
"seconds ago" => "තත්පරයන්ට පෙර",
"1 minute ago" => "1 මිනිත්තුවකට පෙර",
"today" => "අද",
"yesterday" => "පෙර දින",
"last month" => "පෙර මාසයේ",
"months ago" => "මාස කීපයකට පෙර",
"last year" => "පෙර අවුරුද්දේ",
"years ago" => "අවුරුදු කීපයකට පෙර",
"File handling" => "ගොනු පරිහරණය", "File handling" => "ගොනු පරිහරණය",
"Maximum upload size" => "උඩුගත කිරීමක උපරිම ප්‍රමාණය", "Maximum upload size" => "උඩුගත කිරීමක උපරිම ප්‍රමාණය",
"max. possible: " => "හැකි උපරිමය:", "max. possible: " => "හැකි උපරිමය:",
"Needed for multi-file and folder downloads." => "බහු-ගොනු හා ෆොල්ඩර බාගත කිරීමට අවශ්‍යයි",
"Enable ZIP-download" => "ZIP-බාගත කිරීම් සක්‍රිය කරන්න",
"0 is unlimited" => "0 යනු සීමාවක් නැති බවය", "0 is unlimited" => "0 යනු සීමාවක් නැති බවය",
"Maximum input size for ZIP files" => "ZIP ගොනු සඳහා දැමිය හැකි උපරිම විශාලතවය",
"Save" => "සුරකින්න", "Save" => "සුරකින්න",
"New" => "නව", "New" => "නව",
"Text file" => "පෙළ ගොනුව", "Text file" => "පෙළ ගොනුව",
"Folder" => "ෆෝල්ඩරය", "Folder" => "ෆෝල්ඩරය",
"From link" => "යොමුවෙන්",
"Upload" => "උඩුගත කිරීම", "Upload" => "උඩුගත කිරීම",
"Cancel upload" => "උඩුගත කිරීම අත් හරින්න", "Cancel upload" => "උඩුගත කිරීම අත් හරින්න",
"Nothing in here. Upload something!" => "මෙහි කිසිවක් නොමැත. යමක් උඩුගත කරන්න", "Nothing in here. Upload something!" => "මෙහි කිසිවක් නොමැත. යමක් උඩුගත කරන්න",
"Share" => "බෙදාහදාගන්න", "Share" => "බෙදාහදාගන්න",
"Download" => "බාගත කිරීම", "Download" => "බාගත කිරීම",
"Upload too large" => "උඩුගත කිරීම විශාල වැඩිය", "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" => "වර්තමාන පරික්ෂාව"
); );

View File

@ -37,16 +37,6 @@
"{count} folders" => "{count} priečinkov", "{count} folders" => "{count} priečinkov",
"1 file" => "1 súbor", "1 file" => "1 súbor",
"{count} files" => "{count} súborov", "{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", "File handling" => "Nastavenie správanie k súborom",
"Maximum upload size" => "Maximálna veľkosť odosielaného súboru", "Maximum upload size" => "Maximálna veľkosť odosielaného súboru",
"max. possible: " => "najväčšie možné:", "max. possible: " => "najväčšie možné:",

View File

@ -31,14 +31,6 @@
"Modified" => "Spremenjeno", "Modified" => "Spremenjeno",
"1 folder" => "1 mapa", "1 folder" => "1 mapa",
"1 file" => "1 datoteka", "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", "File handling" => "Upravljanje z datotekami",
"Maximum upload size" => "Največja velikost za pošiljanja", "Maximum upload size" => "Največja velikost za pošiljanja",
"max. possible: " => "največ mogoče:", "max. possible: " => "največ mogoče:",

View File

@ -5,19 +5,57 @@
"The uploaded file was only partially uploaded" => "Послати фајл је само делимично отпремљен!", "The uploaded file was only partially uploaded" => "Послати фајл је само делимично отпремљен!",
"No file was uploaded" => "Ниједан фајл није послат", "No file was uploaded" => "Ниједан фајл није послат",
"Missing a temporary folder" => "Недостаје привремена фасцикла", "Missing a temporary folder" => "Недостаје привремена фасцикла",
"Failed to write to disk" => "Није успело записивање на диск",
"Files" => "Фајлови", "Files" => "Фајлови",
"Unshare" => "Укини дељење",
"Delete" => "Обриши", "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" => "Име", "Name" => "Име",
"Size" => "Величина", "Size" => "Величина",
"Modified" => "Задња измена", "Modified" => "Задња измена",
"1 folder" => "1 директоријум",
"{count} folders" => "{count} директоријума",
"1 file" => "1 датотека",
"{count} files" => "{count} датотека",
"File handling" => "Рад са датотекама",
"Maximum upload size" => "Максимална величина пошиљке", "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" => "Сними", "Save" => "Сними",
"New" => "Нови", "New" => "Нови",
"Text file" => "текстуални фајл", "Text file" => "текстуални фајл",
"Folder" => "фасцикла", "Folder" => "фасцикла",
"From link" => "Са линка",
"Upload" => "Пошаљи", "Upload" => "Пошаљи",
"Cancel upload" => "Прекини слање",
"Nothing in here. Upload something!" => "Овде нема ничег. Пошаљите нешто!", "Nothing in here. Upload something!" => "Овде нема ничег. Пошаљите нешто!",
"Share" => "Дељење",
"Download" => "Преузми", "Download" => "Преузми",
"Upload too large" => "Пошиљка је превелика", "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" => "Тренутно се скенира"
); );

View File

@ -37,16 +37,6 @@
"{count} folders" => "{count} mappar", "{count} folders" => "{count} mappar",
"1 file" => "1 fil", "1 file" => "1 fil",
"{count} files" => "{count} filer", "{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", "File handling" => "Filhantering",
"Maximum upload size" => "Maximal storlek att ladda upp", "Maximum upload size" => "Maximal storlek att ladda upp",
"max. possible: " => "max. möjligt:", "max. possible: " => "max. möjligt:",

View File

@ -37,16 +37,6 @@
"{count} folders" => "{எண்ணிக்கை} கோப்புறைகள்", "{count} folders" => "{எண்ணிக்கை} கோப்புறைகள்",
"1 file" => "1 கோப்பு", "1 file" => "1 கோப்பு",
"{count} files" => "{எண்ணிக்கை} கோப்புகள்", "{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" => "கோப்பு கையாளுதல்", "File handling" => "கோப்பு கையாளுதல்",
"Maximum upload size" => "பதிவேற்றக்கூடிய ஆகக்கூடிய அளவு ", "Maximum upload size" => "பதிவேற்றக்கூடிய ஆகக்கூடிய அளவு ",
"max. possible: " => "ஆகக் கூடியது:", "max. possible: " => "ஆகக் கூடியது:",

View File

@ -37,16 +37,6 @@
"{count} folders" => "{count} โฟลเดอร์", "{count} folders" => "{count} โฟลเดอร์",
"1 file" => "1 ไฟล์", "1 file" => "1 ไฟล์",
"{count} files" => "{count} ไฟล์", "{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" => "การจัดกาไฟล์", "File handling" => "การจัดกาไฟล์",
"Maximum upload size" => "ขนาดไฟล์สูงสุดที่อัพโหลดได้", "Maximum upload size" => "ขนาดไฟล์สูงสุดที่อัพโหลดได้",
"max. possible: " => "จำนวนสูงสุดที่สามารถทำได้: ", "max. possible: " => "จำนวนสูงสุดที่สามารถทำได้: ",

View File

@ -18,14 +18,6 @@
"Name" => "Ім'я", "Name" => "Ім'я",
"Size" => "Розмір", "Size" => "Розмір",
"Modified" => "Змінено", "Modified" => "Змінено",
"seconds ago" => "секунди тому",
"1 minute ago" => "1 хвилину тому",
"today" => "сьогодні",
"yesterday" => "вчора",
"last month" => "минулого місяця",
"months ago" => "місяці тому",
"last year" => "минулого року",
"years ago" => "роки тому",
"Maximum upload size" => "Максимальний розмір відвантажень", "Maximum upload size" => "Максимальний розмір відвантажень",
"max. possible: " => "макс.можливе:", "max. possible: " => "макс.можливе:",
"0 is unlimited" => "0 є безліміт", "0 is unlimited" => "0 є безліміт",

View File

@ -37,16 +37,6 @@
"{count} folders" => "{count} thư mục", "{count} folders" => "{count} thư mục",
"1 file" => "1 tập tin", "1 file" => "1 tập tin",
"{count} files" => "{count} 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", "File handling" => "Xử lý tập tin",
"Maximum upload size" => "Kích thước tối đa ", "Maximum upload size" => "Kích thước tối đa ",
"max. possible: " => "tối đa cho phép", "max. possible: " => "tối đa cho phép",
@ -58,6 +48,7 @@
"New" => "Mới", "New" => "Mới",
"Text file" => "Tập tin văn bản", "Text file" => "Tập tin văn bản",
"Folder" => "Folder", "Folder" => "Folder",
"From link" => "Từ liên kết",
"Upload" => "Tải lên", "Upload" => "Tải lên",
"Cancel upload" => "Hủy upload", "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ì đó !", "Nothing in here. Upload something!" => "Không có gì ở đây .Hãy tải lên một cái gì đó !",

View File

@ -10,30 +10,33 @@
"Unshare" => "取消共享", "Unshare" => "取消共享",
"Delete" => "删除", "Delete" => "删除",
"Rename" => "重命名", "Rename" => "重命名",
"{new_name} already exists" => "{new_name} 已存在",
"replace" => "替换", "replace" => "替换",
"suggest name" => "推荐名称", "suggest name" => "推荐名称",
"cancel" => "取消", "cancel" => "取消",
"replaced {new_name}" => "已替换 {new_name}",
"undo" => "撤销", "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文件,这可能需要点时间", "generating ZIP-file, it may take some time." => "正在生成ZIP文件,这可能需要点时间",
"Unable to upload your file as it is a directory or has 0 bytes" => "不能上传你指定的文件,可能因为它是个文件夹或者大小为0", "Unable to upload your file as it is a directory or has 0 bytes" => "不能上传你指定的文件,可能因为它是个文件夹或者大小为0",
"Upload Error" => "上传错误", "Upload Error" => "上传错误",
"Pending" => "Pending", "Pending" => "Pending",
"1 file uploading" => "1 个文件正在上传", "1 file uploading" => "1 个文件正在上传",
"{count} files uploading" => "{count} 个文件正在上传",
"Upload cancelled." => "上传取消了", "Upload cancelled." => "上传取消了",
"File upload is in progress. Leaving the page now will cancel the upload." => "文件正在上传。关闭页面会取消上传。", "File upload is in progress. Leaving the page now will cancel the upload." => "文件正在上传。关闭页面会取消上传。",
"Invalid name, '/' is not allowed." => "非法文件名,\"/\"是不被许可的", "Invalid name, '/' is not allowed." => "非法文件名,\"/\"是不被许可的",
"{count} files scanned" => "{count} 个文件已扫描",
"error while scanning" => "扫描出错", "error while scanning" => "扫描出错",
"Name" => "名字", "Name" => "名字",
"Size" => "大小", "Size" => "大小",
"Modified" => "修改日期", "Modified" => "修改日期",
"seconds ago" => "秒前", "1 folder" => "1 个文件夹",
"1 minute ago" => "1 分钟前", "{count} folders" => "{count} 个文件夹",
"today" => "今天", "1 file" => "1 个文件",
"yesterday" => "昨天", "{count} files" => "{count} 个文件",
"last month" => "上个月",
"months ago" => "月前",
"last year" => "去年",
"years ago" => "年前",
"File handling" => "文件处理中", "File handling" => "文件处理中",
"Maximum upload size" => "最大上传大小", "Maximum upload size" => "最大上传大小",
"max. possible: " => "最大可能", "max. possible: " => "最大可能",
@ -45,6 +48,7 @@
"New" => "新建", "New" => "新建",
"Text file" => "文本文档", "Text file" => "文本文档",
"Folder" => "文件夹", "Folder" => "文件夹",
"From link" => "来自链接",
"Upload" => "上传", "Upload" => "上传",
"Cancel upload" => "取消上传", "Cancel upload" => "取消上传",
"Nothing in here. Upload something!" => "这里没有东西.上传点什么!", "Nothing in here. Upload something!" => "这里没有东西.上传点什么!",

View File

@ -37,16 +37,6 @@
"{count} folders" => "{count} 个文件夹", "{count} folders" => "{count} 个文件夹",
"1 file" => "1 个文件", "1 file" => "1 个文件",
"{count} files" => "{count} 个文件", "{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" => "文件处理", "File handling" => "文件处理",
"Maximum upload size" => "最大上传大小", "Maximum upload size" => "最大上传大小",
"max. possible: " => "最大允许: ", "max. possible: " => "最大允许: ",

View File

@ -21,14 +21,6 @@
"Name" => "名稱", "Name" => "名稱",
"Size" => "大小", "Size" => "大小",
"Modified" => "修改", "Modified" => "修改",
"seconds ago" => "幾秒前",
"1 minute ago" => "1 分鐘前",
"today" => "今天",
"yesterday" => "昨天",
"last month" => "上個月",
"months ago" => "幾個月前",
"last year" => "去年",
"years ago" => "幾年前",
"File handling" => "檔案處理", "File handling" => "檔案處理",
"Maximum upload size" => "最大上傳容量", "Maximum upload size" => "最大上傳容量",
"max. possible: " => "最大允許: ", "max. possible: " => "最大允許: ",

View File

@ -3,6 +3,7 @@
"Error configuring Dropbox storage" => "Lỗi cấu hình lưu trữ Dropbox ", "Error configuring Dropbox storage" => "Lỗi cấu hình lưu trữ Dropbox ",
"Grant access" => "Cấp quyền truy cập", "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", "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", "Error configuring Google Drive storage" => "Lỗi cấu hình lưu trữ Google Drive",
"External Storage" => "Lưu trữ ngoài", "External Storage" => "Lưu trữ ngoài",
"Mount point" => "Điểm gắn", "Mount point" => "Điểm gắn",

View File

@ -19,8 +19,8 @@ class OC_FileStorage_FTP extends OC_FileStorage_StreamWrapper{
$this->host=$params['host']; $this->host=$params['host'];
$this->user=$params['user']; $this->user=$params['user'];
$this->password=$params['password']; $this->password=$params['password'];
if(isset($params['secure'])){ if(isset($params['secure'])) {
if(is_string($params['secure'])){ if(is_string($params['secure'])) {
$this->secure = ($params['secure'] === 'true'); $this->secure = ($params['secure'] === 'true');
}else{ }else{
$this->secure = (bool)$params['secure']; $this->secure = (bool)$params['secure'];

View File

@ -271,8 +271,8 @@ class OC_FileStorage_SWIFT extends OC_Filestorage_Common{
$this->host=$params['host']; $this->host=$params['host'];
$this->user=$params['user']; $this->user=$params['user'];
$this->root=isset($params['root'])?$params['root']:'/'; $this->root=isset($params['root'])?$params['root']:'/';
if(isset($params['secure'])){ if(isset($params['secure'])) {
if(is_string($params['secure'])){ if(is_string($params['secure'])) {
$this->secure = ($params['secure'] === 'true'); $this->secure = ($params['secure'] === 'true');
}else{ }else{
$this->secure = (bool)$params['secure']; $this->secure = (bool)$params['secure'];

View File

@ -27,8 +27,8 @@ class OC_FileStorage_DAV extends OC_Filestorage_Common{
$this->host=$host; $this->host=$host;
$this->user=$params['user']; $this->user=$params['user'];
$this->password=$params['password']; $this->password=$params['password'];
if(isset($params['secure'])){ if(isset($params['secure'])) {
if(is_string($params['secure'])){ if(is_string($params['secure'])) {
$this->secure = ($params['secure'] === 'true'); $this->secure = ($params['secure'] === 'true');
}else{ }else{
$this->secure = (bool)$params['secure']; $this->secure = (bool)$params['secure'];

View File

@ -4,15 +4,32 @@
"Base DN" => "DN base", "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", "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", "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", "Password" => "Palavra-passe",
"For anonymous access, leave DN and Password empty." => "Para acesso anónimo, deixe DN e a Palavra-passe vazios.", "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.", "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", "Group Filter" => "Filtrar por grupo",
"Defines the filter to apply, when retrieving groups." => "Defina o filtro a aplicar, ao recuperar grupos.", "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", "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", "Use TLS" => "Usar TLS",
"Do not use it for SSL connections, it will fail." => "Não use para ligações SSL, irá falhar.", "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.", "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 bytes" => "em bytes",
"in seconds. A change empties the cache." => "em segundos. Uma alteração esvazia a cache.", "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.", "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.",

View File

@ -1,13 +1,37 @@
<?php $TRANSLATIONS = array( <?php $TRANSLATIONS = array(
"Host" => "Máy chủ", "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", "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", "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", "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", "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.", "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", "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", "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 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", "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 đỡ" "Help" => "Giúp đỡ"
); );

View File

View File

@ -0,0 +1,3 @@
<?php $TRANSLATIONS = array(
"WebDAV URL: http://" => "Adreça WebDAV: http://"
);

View File

@ -0,0 +1,3 @@
<?php $TRANSLATIONS = array(
"WebDAV URL: http://" => "URL WebDAV: http://"
);

View File

@ -0,0 +1,3 @@
<?php $TRANSLATIONS = array(
"WebDAV URL: http://" => "WebDAV Link: http://"
);

View File

@ -0,0 +1,3 @@
<?php $TRANSLATIONS = array(
"WebDAV URL: http://" => "WebDAV URL: http://"
);

View File

@ -0,0 +1,3 @@
<?php $TRANSLATIONS = array(
"WebDAV URL: http://" => "WebDAV URL: http://"
);

View File

@ -0,0 +1,3 @@
<?php $TRANSLATIONS = array(
"WebDAV URL: http://" => "WebDAV URL: http://"
);

View File

@ -0,0 +1,3 @@
<?php $TRANSLATIONS = array(
"WebDAV URL: http://" => "WebDAV-osoite: http://"
);

View File

@ -0,0 +1,3 @@
<?php $TRANSLATIONS = array(
"WebDAV URL: http://" => "URL WebDAV: http://"
);

View File

@ -0,0 +1,3 @@
<?php $TRANSLATIONS = array(
"WebDAV URL: http://" => "WebDAV URL: http://"
);

View File

@ -0,0 +1,3 @@
<?php $TRANSLATIONS = array(
"WebDAV URL: http://" => "WebDAV URL: http://"
);

View File

@ -0,0 +1,3 @@
<?php $TRANSLATIONS = array(
"WebDAV URL: http://" => "WebDAV URL: http://"
);

View File

@ -0,0 +1,3 @@
<?php $TRANSLATIONS = array(
"WebDAV URL: http://" => "WebDAV URL: http://"
);

View File

@ -0,0 +1,3 @@
<?php $TRANSLATIONS = array(
"WebDAV URL: http://" => "WebDAV URL: http://"
);

View File

@ -3,6 +3,16 @@
"No category to add?" => "No voleu afegir cap categoria?", "No category to add?" => "No voleu afegir cap categoria?",
"This category already exists: " => "Aquesta categoria ja existeix:", "This category already exists: " => "Aquesta categoria ja existeix:",
"Settings" => "Arranjament", "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", "Choose" => "Escull",
"Cancel" => "Cancel·la", "Cancel" => "Cancel·la",
"No" => "No", "No" => "No",

View File

@ -3,6 +3,16 @@
"No category to add?" => "Žádná kategorie k přidání?", "No category to add?" => "Žádná kategorie k přidání?",
"This category already exists: " => "Tato kategorie již existuje: ", "This category already exists: " => "Tato kategorie již existuje: ",
"Settings" => "Nastavení", "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", "Choose" => "Vybrat",
"Cancel" => "Zrušit", "Cancel" => "Zrušit",
"No" => "Ne", "No" => "Ne",

View File

@ -3,6 +3,16 @@
"No category to add?" => "Ingen kategori at tilføje?", "No category to add?" => "Ingen kategori at tilføje?",
"This category already exists: " => "Denne kategori eksisterer allerede: ", "This category already exists: " => "Denne kategori eksisterer allerede: ",
"Settings" => "Indstillinger", "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", "Choose" => "Vælg",
"Cancel" => "Fortryd", "Cancel" => "Fortryd",
"No" => "Nej", "No" => "Nej",

View File

@ -3,6 +3,16 @@
"No category to add?" => "Keine Kategorie hinzuzufügen?", "No category to add?" => "Keine Kategorie hinzuzufügen?",
"This category already exists: " => "Kategorie existiert bereits:", "This category already exists: " => "Kategorie existiert bereits:",
"Settings" => "Einstellungen", "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", "Choose" => "Auswählen",
"Cancel" => "Abbrechen", "Cancel" => "Abbrechen",
"No" => "Nein", "No" => "Nein",

View File

@ -3,6 +3,16 @@
"No category to add?" => "Keine Kategorie hinzuzufügen?", "No category to add?" => "Keine Kategorie hinzuzufügen?",
"This category already exists: " => "Kategorie existiert bereits:", "This category already exists: " => "Kategorie existiert bereits:",
"Settings" => "Einstellungen", "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", "Choose" => "Auswählen",
"Cancel" => "Abbrechen", "Cancel" => "Abbrechen",
"No" => "Nein", "No" => "Nein",

View File

@ -3,6 +3,16 @@
"No category to add?" => "Δεν έχετε να προστέσθέσεται μια κα", "No category to add?" => "Δεν έχετε να προστέσθέσεται μια κα",
"This category already exists: " => "Αυτή η κατηγορία υπάρχει ήδη", "This category already exists: " => "Αυτή η κατηγορία υπάρχει ήδη",
"Settings" => "Ρυθμίσεις", "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" => "Επιλέξτε", "Choose" => "Επιλέξτε",
"Cancel" => "Ακύρωση", "Cancel" => "Ακύρωση",
"No" => "Όχι", "No" => "Όχι",

View File

@ -3,6 +3,14 @@
"No category to add?" => "Ĉu neniu kategorio estas aldonota?", "No category to add?" => "Ĉu neniu kategorio estas aldonota?",
"This category already exists: " => "Ĉi tiu kategorio jam ekzistas: ", "This category already exists: " => "Ĉi tiu kategorio jam ekzistas: ",
"Settings" => "Agordo", "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", "Choose" => "Elekti",
"Cancel" => "Nuligi", "Cancel" => "Nuligi",
"No" => "Ne", "No" => "Ne",

View File

@ -3,6 +3,16 @@
"No category to add?" => "¿Ninguna categoría para añadir?", "No category to add?" => "¿Ninguna categoría para añadir?",
"This category already exists: " => "Esta categoría ya existe: ", "This category already exists: " => "Esta categoría ya existe: ",
"Settings" => "Ajustes", "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", "Choose" => "Seleccionar",
"Cancel" => "Cancelar", "Cancel" => "Cancelar",
"No" => "No", "No" => "No",

View File

@ -3,6 +3,16 @@
"No category to add?" => "¿Ninguna categoría para añadir?", "No category to add?" => "¿Ninguna categoría para añadir?",
"This category already exists: " => "Esta categoría ya existe: ", "This category already exists: " => "Esta categoría ya existe: ",
"Settings" => "Ajustes", "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", "Choose" => "Elegir",
"Cancel" => "Cancelar", "Cancel" => "Cancelar",
"No" => "No", "No" => "No",

View File

@ -3,6 +3,16 @@
"No category to add?" => "Pole kategooriat, mida lisada?", "No category to add?" => "Pole kategooriat, mida lisada?",
"This category already exists: " => "See kategooria on juba olemas: ", "This category already exists: " => "See kategooria on juba olemas: ",
"Settings" => "Seaded", "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", "Choose" => "Vali",
"Cancel" => "Loobu", "Cancel" => "Loobu",
"No" => "Ei", "No" => "Ei",

View File

@ -3,6 +3,14 @@
"No category to add?" => "Ez dago gehitzeko kategoriarik?", "No category to add?" => "Ez dago gehitzeko kategoriarik?",
"This category already exists: " => "Kategoria hau dagoeneko existitzen da:", "This category already exists: " => "Kategoria hau dagoeneko existitzen da:",
"Settings" => "Ezarpenak", "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", "Choose" => "Aukeratu",
"Cancel" => "Ezeztatu", "Cancel" => "Ezeztatu",
"No" => "Ez", "No" => "Ez",

View File

@ -3,6 +3,14 @@
"No category to add?" => "آیا گروه دیگری برای افزودن ندارید", "No category to add?" => "آیا گروه دیگری برای افزودن ندارید",
"This category already exists: " => "این گروه از قبل اضافه شده", "This category already exists: " => "این گروه از قبل اضافه شده",
"Settings" => "تنظیمات", "Settings" => "تنظیمات",
"seconds ago" => "ثانیه‌ها پیش",
"1 minute ago" => "1 دقیقه پیش",
"today" => "امروز",
"yesterday" => "دیروز",
"last month" => "ماه قبل",
"months ago" => "ماه‌های قبل",
"last year" => "سال قبل",
"years ago" => "سال‌های قبل",
"Cancel" => "منصرف شدن", "Cancel" => "منصرف شدن",
"No" => "نه", "No" => "نه",
"Yes" => "بله", "Yes" => "بله",

View File

@ -3,6 +3,16 @@
"No category to add?" => "Ei lisättävää luokkaa?", "No category to add?" => "Ei lisättävää luokkaa?",
"This category already exists: " => "Tämä luokka on jo olemassa: ", "This category already exists: " => "Tämä luokka on jo olemassa: ",
"Settings" => "Asetukset", "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", "Choose" => "Valitse",
"Cancel" => "Peru", "Cancel" => "Peru",
"No" => "Ei", "No" => "Ei",

View File

@ -3,6 +3,16 @@
"No category to add?" => "Pas de catégorie à ajouter ?", "No category to add?" => "Pas de catégorie à ajouter ?",
"This category already exists: " => "Cette catégorie existe déjà : ", "This category already exists: " => "Cette catégorie existe déjà : ",
"Settings" => "Paramètres", "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", "Choose" => "Choisir",
"Cancel" => "Annuler", "Cancel" => "Annuler",
"No" => "Non", "No" => "Non",

View File

@ -3,6 +3,14 @@
"No category to add?" => "Sen categoría que engadir?", "No category to add?" => "Sen categoría que engadir?",
"This category already exists: " => "Esta categoría xa existe: ", "This category already exists: " => "Esta categoría xa existe: ",
"Settings" => "Preferencias", "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", "Cancel" => "Cancelar",
"No" => "Non", "No" => "Non",
"Yes" => "Si", "Yes" => "Si",

View File

@ -3,6 +3,14 @@
"No category to add?" => "אין קטגוריה להוספה?", "No category to add?" => "אין קטגוריה להוספה?",
"This category already exists: " => "קטגוריה זאת כבר קיימת: ", "This category already exists: " => "קטגוריה זאת כבר קיימת: ",
"Settings" => "הגדרות", "Settings" => "הגדרות",
"seconds ago" => "שניות",
"1 minute ago" => "לפני דקה אחת",
"today" => "היום",
"yesterday" => "אתמול",
"last month" => "חודש שעבר",
"months ago" => "חודשים",
"last year" => "שנה שעברה",
"years ago" => "שנים",
"Cancel" => "ביטול", "Cancel" => "ביטול",
"No" => "לא", "No" => "לא",
"Yes" => "כן", "Yes" => "כן",

View File

@ -1,6 +1,10 @@
<?php $TRANSLATIONS = array( <?php $TRANSLATIONS = array(
"Password" => "पासवर्ड", "Password" => "पासवर्ड",
"Use the following link to reset your password: {link}" => "आगे दिये गये लिंक का उपयोग पासवर्ड बदलने के लिये किजीये: {link}",
"You will receive a link to reset your password via Email." => "पासवर्ड बदलने कि लिंक आपको ई-मेल द्वारा भेजी जायेगी|",
"Username" => "प्रयोक्ता का नाम", "Username" => "प्रयोक्ता का नाम",
"Your password was reset" => "आपका पासवर्ड बदला गया है",
"New password" => "नया पासवर्ड",
"Cloud not found" => "क्लौड नहीं मिला ", "Cloud not found" => "क्लौड नहीं मिला ",
"Create an <strong>admin account</strong>" => "व्यवस्थापक खाता बनाएँ", "Create an <strong>admin account</strong>" => "व्यवस्थापक खाता बनाएँ",
"Advanced" => "उन्नत", "Advanced" => "उन्नत",

View File

@ -3,6 +3,13 @@
"No category to add?" => "Nemate kategorija koje možete dodati?", "No category to add?" => "Nemate kategorija koje možete dodati?",
"This category already exists: " => "Ova kategorija već postoji: ", "This category already exists: " => "Ova kategorija već postoji: ",
"Settings" => "Postavke", "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", "Choose" => "Izaberi",
"Cancel" => "Odustani", "Cancel" => "Odustani",
"No" => "Ne", "No" => "Ne",

View File

@ -3,6 +3,14 @@
"No category to add?" => "Nincs hozzáadandó kategória?", "No category to add?" => "Nincs hozzáadandó kategória?",
"This category already exists: " => "Ez a kategória már létezik", "This category already exists: " => "Ez a kategória már létezik",
"Settings" => "Beállítások", "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", "Cancel" => "Mégse",
"No" => "Nem", "No" => "Nem",
"Yes" => "Igen", "Yes" => "Igen",

View File

@ -3,6 +3,14 @@
"No category to add?" => "Tidak ada kategori yang akan ditambahkan?", "No category to add?" => "Tidak ada kategori yang akan ditambahkan?",
"This category already exists: " => "Kategori ini sudah ada:", "This category already exists: " => "Kategori ini sudah ada:",
"Settings" => "Setelan", "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", "Choose" => "pilih",
"Cancel" => "Batalkan", "Cancel" => "Batalkan",
"No" => "Tidak", "No" => "Tidak",

View File

@ -3,6 +3,16 @@
"No category to add?" => "Nessuna categoria da aggiungere?", "No category to add?" => "Nessuna categoria da aggiungere?",
"This category already exists: " => "Questa categoria esiste già: ", "This category already exists: " => "Questa categoria esiste già: ",
"Settings" => "Impostazioni", "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", "Choose" => "Scegli",
"Cancel" => "Annulla", "Cancel" => "Annulla",
"No" => "No", "No" => "No",

View File

@ -3,6 +3,16 @@
"No category to add?" => "追加するカテゴリはありませんか?", "No category to add?" => "追加するカテゴリはありませんか?",
"This category already exists: " => "このカテゴリはすでに存在します: ", "This category already exists: " => "このカテゴリはすでに存在します: ",
"Settings" => "設定", "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" => "選択", "Choose" => "選択",
"Cancel" => "キャンセル", "Cancel" => "キャンセル",
"No" => "いいえ", "No" => "いいえ",

View File

@ -3,6 +3,16 @@
"No category to add?" => "არ არის კატეგორია დასამატებლად?", "No category to add?" => "არ არის კატეგორია დასამატებლად?",
"This category already exists: " => "კატეგორია უკვე არსებობს", "This category already exists: " => "კატეგორია უკვე არსებობს",
"Settings" => "პარამეტრები", "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" => "არჩევა", "Choose" => "არჩევა",
"Cancel" => "უარყოფა", "Cancel" => "უარყოფა",
"No" => "არა", "No" => "არა",

View File

@ -3,6 +3,16 @@
"No category to add?" => "Nepridėsite jokios kategorijos?", "No category to add?" => "Nepridėsite jokios kategorijos?",
"This category already exists: " => "Tokia kategorija jau yra:", "This category already exists: " => "Tokia kategorija jau yra:",
"Settings" => "Nustatymai", "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", "Choose" => "Pasirinkite",
"Cancel" => "Atšaukti", "Cancel" => "Atšaukti",
"No" => "Ne", "No" => "Ne",

View File

@ -3,6 +3,16 @@
"No category to add?" => "Ingen kategorier å legge til?", "No category to add?" => "Ingen kategorier å legge til?",
"This category already exists: " => "Denne kategorien finnes allerede:", "This category already exists: " => "Denne kategorien finnes allerede:",
"Settings" => "Innstillinger", "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", "Choose" => "Velg",
"Cancel" => "Avbryt", "Cancel" => "Avbryt",
"No" => "Nei", "No" => "Nei",

View File

@ -3,6 +3,16 @@
"No category to add?" => "Geen categorie toevoegen?", "No category to add?" => "Geen categorie toevoegen?",
"This category already exists: " => "Deze categorie bestaat al.", "This category already exists: " => "Deze categorie bestaat al.",
"Settings" => "Instellingen", "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", "Choose" => "Kies",
"Cancel" => "Annuleren", "Cancel" => "Annuleren",
"No" => "Nee", "No" => "Nee",
@ -38,6 +48,8 @@
"ownCloud password reset" => "ownCloud wachtwoord herstellen", "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}", "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.", "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", "Username" => "Gebruikersnaam",
"Request reset" => "Resetaanvraag", "Request reset" => "Resetaanvraag",
"Your password was reset" => "Je wachtwoord is gewijzigd", "Your password was reset" => "Je wachtwoord is gewijzigd",

View File

@ -3,6 +3,14 @@
"No category to add?" => "Pas de categoria d'ajustar ?", "No category to add?" => "Pas de categoria d'ajustar ?",
"This category already exists: " => "La categoria exista ja :", "This category already exists: " => "La categoria exista ja :",
"Settings" => "Configuracion", "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", "Choose" => "Causís",
"Cancel" => "Anulla", "Cancel" => "Anulla",
"No" => "Non", "No" => "Non",

View File

@ -3,6 +3,16 @@
"No category to add?" => "Brak kategorii", "No category to add?" => "Brak kategorii",
"This category already exists: " => "Ta kategoria już istnieje", "This category already exists: " => "Ta kategoria już istnieje",
"Settings" => "Ustawienia", "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", "Choose" => "Wybierz",
"Cancel" => "Anuluj", "Cancel" => "Anuluj",
"No" => "Nie", "No" => "Nie",

View File

@ -3,6 +3,16 @@
"No category to add?" => "Nenhuma categoria adicionada?", "No category to add?" => "Nenhuma categoria adicionada?",
"This category already exists: " => "Essa categoria já existe", "This category already exists: " => "Essa categoria já existe",
"Settings" => "Configurações", "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", "Choose" => "Escolha",
"Cancel" => "Cancelar", "Cancel" => "Cancelar",
"No" => "Não", "No" => "Não",

View File

@ -3,6 +3,16 @@
"No category to add?" => "Nenhuma categoria para adicionar?", "No category to add?" => "Nenhuma categoria para adicionar?",
"This category already exists: " => "Esta categoria já existe:", "This category already exists: " => "Esta categoria já existe:",
"Settings" => "Definições", "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", "Choose" => "Escolha",
"Cancel" => "Cancelar", "Cancel" => "Cancelar",
"No" => "Não", "No" => "Não",
@ -38,6 +48,7 @@
"ownCloud password reset" => "Reposição da password ownCloud", "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}", "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", "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!", "Request failed!" => "O pedido falhou!",
"Username" => "Utilizador", "Username" => "Utilizador",
"Request reset" => "Pedir reposição", "Request reset" => "Pedir reposição",
@ -55,6 +66,8 @@
"Edit categories" => "Editar categorias", "Edit categories" => "Editar categorias",
"Add" => "Adicionar", "Add" => "Adicionar",
"Security Warning" => "Aviso de Segurança", "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.", "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>", "Create an <strong>admin account</strong>" => "Criar uma <strong>conta administrativa</strong>",
"Advanced" => "Avançado", "Advanced" => "Avançado",
@ -88,6 +101,7 @@
"December" => "Dezembro", "December" => "Dezembro",
"web services under your control" => "serviços web sob o seu controlo", "web services under your control" => "serviços web sob o seu controlo",
"Log out" => "Sair", "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!", "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.", "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?", "Lost your password?" => "Esqueceu a sua password?",

View File

@ -3,6 +3,14 @@
"No category to add?" => "Nici o categorie de adăugat?", "No category to add?" => "Nici o categorie de adăugat?",
"This category already exists: " => "Această categorie deja există:", "This category already exists: " => "Această categorie deja există:",
"Settings" => "Configurări", "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", "Choose" => "Alege",
"Cancel" => "Anulare", "Cancel" => "Anulare",
"No" => "Nu", "No" => "Nu",

View File

@ -3,6 +3,16 @@
"No category to add?" => "Нет категорий для добавления?", "No category to add?" => "Нет категорий для добавления?",
"This category already exists: " => "Эта категория уже существует: ", "This category already exists: " => "Эта категория уже существует: ",
"Settings" => "Настройки", "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" => "Выбрать", "Choose" => "Выбрать",
"Cancel" => "Отмена", "Cancel" => "Отмена",
"No" => "Нет", "No" => "Нет",

View File

@ -3,6 +3,16 @@
"No category to add?" => "Нет категории для добавления?", "No category to add?" => "Нет категории для добавления?",
"This category already exists: " => "Эта категория уже существует:", "This category already exists: " => "Эта категория уже существует:",
"Settings" => "Настройки", "Settings" => "Настройки",
"seconds ago" => "секунд назад",
"1 minute ago" => " 1 минуту назад",
"{minutes} minutes ago" => "{минуты} минут назад",
"today" => "сегодня",
"yesterday" => "вчера",
"{days} days ago" => "{дни} дней назад",
"last month" => "в прошлом месяце",
"months ago" => "месяц назад",
"last year" => "в прошлом году",
"years ago" => "лет назад",
"Choose" => "Выбрать", "Choose" => "Выбрать",
"Cancel" => "Отмена", "Cancel" => "Отмена",
"No" => "Нет", "No" => "Нет",

Some files were not shown because too many files have changed in this diff Show More