merge master into filesystem
This commit is contained in:
commit
d33f697a5f
|
@ -27,7 +27,7 @@ $RUNTIME_APPTYPES=array('filesystem', 'authentication', 'logging');
|
||||||
|
|
||||||
OC_App::loadApps($RUNTIME_APPTYPES);
|
OC_App::loadApps($RUNTIME_APPTYPES);
|
||||||
|
|
||||||
ob_end_clean();
|
OC_Util::obEnd();
|
||||||
|
|
||||||
// Backends
|
// Backends
|
||||||
$authBackend = new OC_Connector_Sabre_Auth();
|
$authBackend = new OC_Connector_Sabre_Auth();
|
||||||
|
|
|
@ -44,5 +44,5 @@ header('Content-Disposition: attachment; filename="'.basename($filename).'"');
|
||||||
OCP\Response::disableCaching();
|
OCP\Response::disableCaching();
|
||||||
header('Content-Length: '.\OC\Files\Filesystem::filesize($filename));
|
header('Content-Length: '.\OC\Files\Filesystem::filesize($filename));
|
||||||
|
|
||||||
@ob_end_clean();
|
OC_Util::obEnd();
|
||||||
\OC\Files\Filesystem::readfile( $filename );
|
\OC\Files\Filesystem::readfile( $filename );
|
||||||
|
|
|
@ -722,7 +722,7 @@ function updateBreadcrumb(breadcrumbHtml) {
|
||||||
|
|
||||||
//options for file drag/dropp
|
//options for file drag/dropp
|
||||||
var dragOptions={
|
var dragOptions={
|
||||||
distance: 20, revert: 'invalid', opacity: 0.7,
|
distance: 20, revert: 'invalid', opacity: 0.7, helper: 'clone',
|
||||||
stop: function(event, ui) {
|
stop: function(event, ui) {
|
||||||
$('#fileList tr td.filename').addClass('ui-draggable');
|
$('#fileList tr td.filename').addClass('ui-draggable');
|
||||||
}
|
}
|
||||||
|
@ -856,7 +856,7 @@ function getMimeIcon(mime, ready){
|
||||||
if(getMimeIcon.cache[mime]){
|
if(getMimeIcon.cache[mime]){
|
||||||
ready(getMimeIcon.cache[mime]);
|
ready(getMimeIcon.cache[mime]);
|
||||||
}else{
|
}else{
|
||||||
$.get( OC.filePath('files','ajax','mimeicon.php')+'?mime='+mime, function(path){
|
$.get( OC.filePath('files','ajax','mimeicon.php')+'&mime='+mime, function(path){
|
||||||
getMimeIcon.cache[mime]=path;
|
getMimeIcon.cache[mime]=path;
|
||||||
ready(getMimeIcon.cache[mime]);
|
ready(getMimeIcon.cache[mime]);
|
||||||
});
|
});
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
"replaced {new_name} with {old_name}" => "s'ha substituït {old_name} per {new_name}",
|
"replaced {new_name} with {old_name}" => "s'ha substituït {old_name} per {new_name}",
|
||||||
"unshared {files}" => "no compartits {files}",
|
"unshared {files}" => "no compartits {files}",
|
||||||
"deleted {files}" => "eliminats {files}",
|
"deleted {files}" => "eliminats {files}",
|
||||||
|
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "El nóm no és vàlid, '\\', '/', '<', '>', ':', '\"', '|', '?' i '*' no estan permesos.",
|
||||||
"generating ZIP-file, it may take some time." => "s'estan generant fitxers ZIP, pot trigar una estona.",
|
"generating ZIP-file, it may take some time." => "s'estan generant fitxers ZIP, pot trigar una estona.",
|
||||||
"Unable to upload your file as it is a directory or has 0 bytes" => "No es pot pujar el fitxer perquè és una carpeta o té 0 bytes",
|
"Unable to upload your file as it is a directory or has 0 bytes" => "No es pot pujar el fitxer perquè és una carpeta o té 0 bytes",
|
||||||
"Upload Error" => "Error en la pujada",
|
"Upload Error" => "Error en la pujada",
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
"replaced {new_name} with {old_name}" => "{old_name} ersetzt durch {new_name}",
|
"replaced {new_name} with {old_name}" => "{old_name} ersetzt durch {new_name}",
|
||||||
"unshared {files}" => "Freigabe von {files} aufgehoben",
|
"unshared {files}" => "Freigabe von {files} aufgehoben",
|
||||||
"deleted {files}" => "{files} gelöscht",
|
"deleted {files}" => "{files} gelöscht",
|
||||||
|
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Ungültiger Name, '\\', '/', '<', '>', ':', '\"', '|', '?' und '*' sind nicht zulässig.",
|
||||||
"generating ZIP-file, it may take some time." => "Erstelle ZIP-Datei. Dies kann eine Weile dauern.",
|
"generating ZIP-file, it may take some time." => "Erstelle ZIP-Datei. Dies kann eine Weile dauern.",
|
||||||
"Unable to upload your file as it is a directory or has 0 bytes" => "Deine Datei kann nicht hochgeladen werden, da sie entweder ein Verzeichnis oder 0 Bytes groß ist.",
|
"Unable to upload your file as it is a directory or has 0 bytes" => "Deine Datei kann nicht hochgeladen werden, da sie entweder ein Verzeichnis oder 0 Bytes groß ist.",
|
||||||
"Upload Error" => "Fehler beim Upload",
|
"Upload Error" => "Fehler beim Upload",
|
||||||
|
@ -28,6 +29,7 @@
|
||||||
"{count} files uploading" => "{count} Dateien werden hochgeladen",
|
"{count} files uploading" => "{count} Dateien werden hochgeladen",
|
||||||
"Upload cancelled." => "Upload abgebrochen.",
|
"Upload cancelled." => "Upload abgebrochen.",
|
||||||
"File upload is in progress. Leaving the page now will cancel the upload." => "Dateiupload läuft. Wenn Du die Seite jetzt verlässt, wird der Upload abgebrochen.",
|
"File upload is in progress. Leaving the page now will cancel the upload." => "Dateiupload läuft. Wenn Du die Seite jetzt verlässt, wird der Upload abgebrochen.",
|
||||||
|
"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "Ungültiger Ordnername. Die Verwendung von \"Shared\" ist ownCloud vorbehalten.",
|
||||||
"{count} files scanned" => "{count} Dateien wurden gescannt",
|
"{count} files scanned" => "{count} Dateien wurden gescannt",
|
||||||
"error while scanning" => "Fehler beim Scannen",
|
"error while scanning" => "Fehler beim Scannen",
|
||||||
"Name" => "Name",
|
"Name" => "Name",
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
"replaced {new_name} with {old_name}" => "{old_name} wurde ersetzt durch {new_name}",
|
"replaced {new_name} with {old_name}" => "{old_name} wurde ersetzt durch {new_name}",
|
||||||
"unshared {files}" => "Freigabe für {files} beendet",
|
"unshared {files}" => "Freigabe für {files} beendet",
|
||||||
"deleted {files}" => "{files} gelöscht",
|
"deleted {files}" => "{files} gelöscht",
|
||||||
|
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Ungültiger Name, '\\', '/', '<', '>', ':', '\"', '|', '?' und '*' sind nicht zulässig.",
|
||||||
"generating ZIP-file, it may take some time." => "Erstelle ZIP-Datei. Dies kann eine Weile dauern.",
|
"generating ZIP-file, it may take some time." => "Erstelle ZIP-Datei. Dies kann eine Weile dauern.",
|
||||||
"Unable to upload your file as it is a directory or has 0 bytes" => "Ihre Datei kann nicht hochgeladen werden, da sie entweder ein Verzeichnis oder 0 Bytes groß ist.",
|
"Unable to upload your file as it is a directory or has 0 bytes" => "Ihre Datei kann nicht hochgeladen werden, da sie entweder ein Verzeichnis oder 0 Bytes groß ist.",
|
||||||
"Upload Error" => "Fehler beim Upload",
|
"Upload Error" => "Fehler beim Upload",
|
||||||
|
@ -28,6 +29,7 @@
|
||||||
"{count} files uploading" => "{count} Dateien wurden hochgeladen",
|
"{count} files uploading" => "{count} Dateien wurden hochgeladen",
|
||||||
"Upload cancelled." => "Upload abgebrochen.",
|
"Upload cancelled." => "Upload abgebrochen.",
|
||||||
"File upload is in progress. Leaving the page now will cancel the upload." => "Der Dateiupload läuft. Wenn Sie die Seite jetzt verlassen, wird der Upload abgebrochen.",
|
"File upload is in progress. Leaving the page now will cancel the upload." => "Der Dateiupload läuft. Wenn Sie die Seite jetzt verlassen, wird der Upload abgebrochen.",
|
||||||
|
"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "Ungültiger Ordnername. Die Verwendung von \"Shared\" ist ownCloud vorbehalten.",
|
||||||
"{count} files scanned" => "{count} Dateien wurden gescannt",
|
"{count} files scanned" => "{count} Dateien wurden gescannt",
|
||||||
"error while scanning" => "Fehler beim Scannen",
|
"error while scanning" => "Fehler beim Scannen",
|
||||||
"Name" => "Name",
|
"Name" => "Name",
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
"replaced {new_name} with {old_name}" => "αντικαταστάθηκε το {new_name} με {old_name}",
|
"replaced {new_name} with {old_name}" => "αντικαταστάθηκε το {new_name} με {old_name}",
|
||||||
"unshared {files}" => "μη διαμοιρασμένα {files}",
|
"unshared {files}" => "μη διαμοιρασμένα {files}",
|
||||||
"deleted {files}" => "διαγραμμένα {files}",
|
"deleted {files}" => "διαγραμμένα {files}",
|
||||||
|
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Μη έγκυρο όνομα, '\\', '/', '<', '>', ':', '\"', '|', '?' και '*' δεν επιτρέπονται.",
|
||||||
"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 bytes",
|
"Unable to upload your file as it is a directory or has 0 bytes" => "Αδυναμία στην αποστολή του αρχείου σας αφού είναι φάκελος ή έχει 0 bytes",
|
||||||
"Upload Error" => "Σφάλμα Αποστολής",
|
"Upload Error" => "Σφάλμα Αποστολής",
|
||||||
|
@ -28,6 +29,7 @@
|
||||||
"{count} files uploading" => "{count} αρχεία ανεβαίνουν",
|
"{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 folder name. Usage of \"Shared\" is reserved by Owncloud" => "Μη έγκυρο όνομα φακέλου. Η χρήση του \"Shared\" είναι δεσμευμένη από το Owncloud",
|
||||||
"{count} files scanned" => "{count} αρχεία ανιχνεύτηκαν",
|
"{count} files scanned" => "{count} αρχεία ανιχνεύτηκαν",
|
||||||
"error while scanning" => "σφάλμα κατά την ανίχνευση",
|
"error while scanning" => "σφάλμα κατά την ανίχνευση",
|
||||||
"Name" => "Όνομα",
|
"Name" => "Όνομα",
|
||||||
|
|
|
@ -7,25 +7,38 @@
|
||||||
"Missing a temporary folder" => "Aldi baterako karpeta falta da",
|
"Missing a temporary folder" => "Aldi baterako karpeta falta da",
|
||||||
"Failed to write to disk" => "Errore bat izan da diskoan idazterakoan",
|
"Failed to write to disk" => "Errore bat izan da diskoan idazterakoan",
|
||||||
"Files" => "Fitxategiak",
|
"Files" => "Fitxategiak",
|
||||||
"Unshare" => "Ez partekatu",
|
"Unshare" => "Ez elkarbanatu",
|
||||||
"Delete" => "Ezabatu",
|
"Delete" => "Ezabatu",
|
||||||
"Rename" => "Berrizendatu",
|
"Rename" => "Berrizendatu",
|
||||||
|
"{new_name} already exists" => "{new_name} dagoeneko existitzen da",
|
||||||
"replace" => "ordeztu",
|
"replace" => "ordeztu",
|
||||||
"suggest name" => "aholkatu izena",
|
"suggest name" => "aholkatu izena",
|
||||||
"cancel" => "ezeztatu",
|
"cancel" => "ezeztatu",
|
||||||
|
"replaced {new_name}" => "ordezkatua {new_name}",
|
||||||
"undo" => "desegin",
|
"undo" => "desegin",
|
||||||
|
"replaced {new_name} with {old_name}" => " {new_name}-k {old_name} ordezkatu du",
|
||||||
|
"unshared {files}" => "elkarbanaketa utzita {files}",
|
||||||
|
"deleted {files}" => "ezabatuta {files}",
|
||||||
|
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "IZen aliogabea, '\\', '/', '<', '>', ':', '\"', '|', '?' eta '*' ez daude baimenduta.",
|
||||||
"generating ZIP-file, it may take some time." => "ZIP-fitxategia sortzen ari da, denbora har dezake",
|
"generating ZIP-file, it may take some time." => "ZIP-fitxategia sortzen ari da, denbora har dezake",
|
||||||
"Unable to upload your file as it is a directory or has 0 bytes" => "Ezin da zure fitxategia igo, karpeta bat da edo 0 byt ditu",
|
"Unable to upload your file as it is a directory or has 0 bytes" => "Ezin da zure fitxategia igo, karpeta bat da edo 0 byt ditu",
|
||||||
"Upload Error" => "Igotzean errore bat suertatu da",
|
"Upload Error" => "Igotzean errore bat suertatu da",
|
||||||
"Close" => "Itxi",
|
"Close" => "Itxi",
|
||||||
"Pending" => "Zain",
|
"Pending" => "Zain",
|
||||||
"1 file uploading" => "fitxategi 1 igotzen",
|
"1 file uploading" => "fitxategi 1 igotzen",
|
||||||
|
"{count} files uploading" => "{count} fitxategi igotzen",
|
||||||
"Upload cancelled." => "Igoera ezeztatuta",
|
"Upload cancelled." => "Igoera ezeztatuta",
|
||||||
"File upload is in progress. Leaving the page now will cancel the upload." => "Fitxategien igoera martxan da. Orria orain uzteak igoera ezeztatutko du.",
|
"File upload is in progress. Leaving the page now will cancel the upload." => "Fitxategien igoera martxan da. Orria orain uzteak igoera ezeztatutko du.",
|
||||||
|
"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "Karpeta izen baliogabea. \"Shared\" karpetaren erabilera Owncloudek erreserbatuta dauka",
|
||||||
|
"{count} files scanned" => "{count} fitxategi eskaneatuta",
|
||||||
"error while scanning" => "errore bat egon da eskaneatzen zen bitartean",
|
"error while scanning" => "errore bat egon da eskaneatzen zen bitartean",
|
||||||
"Name" => "Izena",
|
"Name" => "Izena",
|
||||||
"Size" => "Tamaina",
|
"Size" => "Tamaina",
|
||||||
"Modified" => "Aldatuta",
|
"Modified" => "Aldatuta",
|
||||||
|
"1 folder" => "karpeta bat",
|
||||||
|
"{count} folders" => "{count} karpeta",
|
||||||
|
"1 file" => "fitxategi bat",
|
||||||
|
"{count} files" => "{count} fitxategi",
|
||||||
"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:",
|
||||||
|
@ -37,6 +50,7 @@
|
||||||
"New" => "Berria",
|
"New" => "Berria",
|
||||||
"Text file" => "Testu fitxategia",
|
"Text file" => "Testu fitxategia",
|
||||||
"Folder" => "Karpeta",
|
"Folder" => "Karpeta",
|
||||||
|
"From link" => "Estekatik",
|
||||||
"Upload" => "Igo",
|
"Upload" => "Igo",
|
||||||
"Cancel upload" => "Ezeztatu igoera",
|
"Cancel upload" => "Ezeztatu igoera",
|
||||||
"Nothing in here. Upload something!" => "Ez dago ezer. Igo zerbait!",
|
"Nothing in here. Upload something!" => "Ez dago ezer. Igo zerbait!",
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
"suggest name" => "ehdota nimeä",
|
"suggest name" => "ehdota nimeä",
|
||||||
"cancel" => "peru",
|
"cancel" => "peru",
|
||||||
"undo" => "kumoa",
|
"undo" => "kumoa",
|
||||||
|
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Virheellinen nimi, merkit '\\', '/', '<', '>', ':', '\"', '|', '?' ja '*' eivät ole sallittuja.",
|
||||||
"generating ZIP-file, it may take some time." => "luodaan ZIP-tiedostoa, tämä saattaa kestää hetken.",
|
"generating ZIP-file, it may take some time." => "luodaan ZIP-tiedostoa, tämä saattaa kestää hetken.",
|
||||||
"Unable to upload your file as it is a directory or has 0 bytes" => "Tiedoston lähetys epäonnistui, koska sen koko on 0 tavua tai kyseessä on kansio",
|
"Unable to upload your file as it is a directory or has 0 bytes" => "Tiedoston lähetys epäonnistui, koska sen koko on 0 tavua tai kyseessä on kansio",
|
||||||
"Upload Error" => "Lähetysvirhe.",
|
"Upload Error" => "Lähetysvirhe.",
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
"replaced {new_name} with {old_name}" => "{new_name} a été remplacé par {old_name}",
|
"replaced {new_name} with {old_name}" => "{new_name} a été remplacé par {old_name}",
|
||||||
"unshared {files}" => "Fichiers non partagés : {files}",
|
"unshared {files}" => "Fichiers non partagés : {files}",
|
||||||
"deleted {files}" => "Fichiers supprimés : {files}",
|
"deleted {files}" => "Fichiers supprimés : {files}",
|
||||||
|
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nom invalide, les caractères '\\', '/', '<', '>', ':', '\"', '|', '?' et '*' ne sont pas autorisés.",
|
||||||
"generating ZIP-file, it may take some time." => "Fichier ZIP en cours d'assemblage ; cela peut prendre du temps.",
|
"generating ZIP-file, it may take some time." => "Fichier ZIP en cours d'assemblage ; cela peut prendre du temps.",
|
||||||
"Unable to upload your file as it is a directory or has 0 bytes" => "Impossible de charger vos fichiers car il s'agit d'un dossier ou le fichier fait 0 octet.",
|
"Unable to upload your file as it is a directory or has 0 bytes" => "Impossible de charger vos fichiers car il s'agit d'un dossier ou le fichier fait 0 octet.",
|
||||||
"Upload Error" => "Erreur de chargement",
|
"Upload Error" => "Erreur de chargement",
|
||||||
|
@ -28,6 +29,7 @@
|
||||||
"{count} files uploading" => "{count} fichiers téléversés",
|
"{count} files uploading" => "{count} fichiers téléversés",
|
||||||
"Upload cancelled." => "Chargement annulé.",
|
"Upload cancelled." => "Chargement annulé.",
|
||||||
"File upload is in progress. Leaving the page now will cancel the upload." => "L'envoi du fichier est en cours. Quitter cette page maintenant annulera l'envoi du fichier.",
|
"File upload is in progress. Leaving the page now will cancel the upload." => "L'envoi du fichier est en cours. Quitter cette page maintenant annulera l'envoi du fichier.",
|
||||||
|
"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "Nom de répertoire invalide. \"Shared\" est réservé par ownCloud",
|
||||||
"{count} files scanned" => "{count} fichiers indexés",
|
"{count} files scanned" => "{count} fichiers indexés",
|
||||||
"error while scanning" => "erreur lors de l'indexation",
|
"error while scanning" => "erreur lors de l'indexation",
|
||||||
"Name" => "Nom",
|
"Name" => "Nom",
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
"replaced {new_name} with {old_name}" => "{old_name} を {new_name} に置換",
|
"replaced {new_name} with {old_name}" => "{old_name} を {new_name} に置換",
|
||||||
"unshared {files}" => "未共有 {files}",
|
"unshared {files}" => "未共有 {files}",
|
||||||
"deleted {files}" => "削除 {files}",
|
"deleted {files}" => "削除 {files}",
|
||||||
|
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "無効な名前、'\\', '/', '<', '>', ':', '\"', '|', '?', '*' は使用できません。",
|
||||||
"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" => "アップロードエラー",
|
||||||
|
@ -28,6 +29,7 @@
|
||||||
"{count} files uploading" => "{count} ファイルをアップロード中",
|
"{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 folder name. Usage of \"Shared\" is reserved by Owncloud" => "無効なフォルダ名です。\"Shared\" の利用は ownCloud が予約済みです。",
|
||||||
"{count} files scanned" => "{count} ファイルをスキャン",
|
"{count} files scanned" => "{count} ファイルをスキャン",
|
||||||
"error while scanning" => "スキャン中のエラー",
|
"error while scanning" => "スキャン中のエラー",
|
||||||
"Name" => "名前",
|
"Name" => "名前",
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
"replaced {new_name} with {old_name}" => "zastąpiony {new_name} z {old_name}",
|
"replaced {new_name} with {old_name}" => "zastąpiony {new_name} z {old_name}",
|
||||||
"unshared {files}" => "Udostępniane wstrzymane {files}",
|
"unshared {files}" => "Udostępniane wstrzymane {files}",
|
||||||
"deleted {files}" => "usunięto {files}",
|
"deleted {files}" => "usunięto {files}",
|
||||||
|
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Niepoprawna nazwa, Znaki '\\', '/', '<', '>', ':', '\"', '|', '?' oraz '*'są niedozwolone.",
|
||||||
"generating ZIP-file, it may take some time." => "Generowanie pliku ZIP, może potrwać pewien czas.",
|
"generating ZIP-file, it may take some time." => "Generowanie pliku ZIP, może potrwać pewien czas.",
|
||||||
"Unable to upload your file as it is a directory or has 0 bytes" => "Nie można wczytać pliku jeśli jest katalogiem lub ma 0 bajtów",
|
"Unable to upload your file as it is a directory or has 0 bytes" => "Nie można wczytać pliku jeśli jest katalogiem lub ma 0 bajtów",
|
||||||
"Upload Error" => "Błąd wczytywania",
|
"Upload Error" => "Błąd wczytywania",
|
||||||
|
@ -28,6 +29,7 @@
|
||||||
"{count} files uploading" => "{count} przesyłanie plików",
|
"{count} files uploading" => "{count} przesyłanie plików",
|
||||||
"Upload cancelled." => "Wczytywanie anulowane.",
|
"Upload cancelled." => "Wczytywanie anulowane.",
|
||||||
"File upload is in progress. Leaving the page now will cancel the upload." => "Wysyłanie pliku jest w toku. Teraz opuszczając stronę wysyłanie zostanie anulowane.",
|
"File upload is in progress. Leaving the page now will cancel the upload." => "Wysyłanie pliku jest w toku. Teraz opuszczając stronę wysyłanie zostanie anulowane.",
|
||||||
|
"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "Błędna nazwa folderu. Nazwa \"Shared\" jest zarezerwowana dla Owncloud",
|
||||||
"{count} files scanned" => "{count} pliki skanowane",
|
"{count} files scanned" => "{count} pliki skanowane",
|
||||||
"error while scanning" => "Wystąpił błąd podczas skanowania",
|
"error while scanning" => "Wystąpił błąd podczas skanowania",
|
||||||
"Name" => "Nazwa",
|
"Name" => "Nazwa",
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
"replaced {new_name} with {old_name}" => "заменено {new_name} на {old_name}",
|
"replaced {new_name} with {old_name}" => "заменено {new_name} на {old_name}",
|
||||||
"unshared {files}" => "не опубликованные {files}",
|
"unshared {files}" => "не опубликованные {files}",
|
||||||
"deleted {files}" => "удаленные {files}",
|
"deleted {files}" => "удаленные {files}",
|
||||||
|
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Неправильное имя, '\\', '/', '<', '>', ':', '\"', '|', '?' и '*' недопустимы.",
|
||||||
"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" => "Ошибка загрузки",
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
"replaced {new_name} with {old_name}" => "заменено {новое_имя} с {старое_имя}",
|
"replaced {new_name} with {old_name}" => "заменено {новое_имя} с {старое_имя}",
|
||||||
"unshared {files}" => "Cовместное использование прекращено {файлы}",
|
"unshared {files}" => "Cовместное использование прекращено {файлы}",
|
||||||
"deleted {files}" => "удалено {файлы}",
|
"deleted {files}" => "удалено {файлы}",
|
||||||
|
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Некорректное имя, '\\', '/', '<', '>', ':', '\"', '|', '?' и '*' не допустимы.",
|
||||||
"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" => "Невозможно загрузить файл,\n так как он имеет нулевой размер или является директорией",
|
"Unable to upload your file as it is a directory or has 0 bytes" => "Невозможно загрузить файл,\n так как он имеет нулевой размер или является директорией",
|
||||||
"Upload Error" => "Ошибка загрузки",
|
"Upload Error" => "Ошибка загрузки",
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
"replaced {new_name} with {old_name}" => "ersatt {new_name} med {old_name}",
|
"replaced {new_name} with {old_name}" => "ersatt {new_name} med {old_name}",
|
||||||
"unshared {files}" => "stoppad delning {files}",
|
"unshared {files}" => "stoppad delning {files}",
|
||||||
"deleted {files}" => "raderade {files}",
|
"deleted {files}" => "raderade {files}",
|
||||||
|
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Ogiltigt namn, '\\', '/', '<', '>', ':', '\"', '|', '?' och '*' är inte tillåtet.",
|
||||||
"generating ZIP-file, it may take some time." => "genererar ZIP-fil, det kan ta lite tid.",
|
"generating ZIP-file, it may take some time." => "genererar ZIP-fil, det kan ta lite tid.",
|
||||||
"Unable to upload your file as it is a directory or has 0 bytes" => "Kunde inte ladda upp dina filer eftersom det antingen är en mapp eller har 0 bytes.",
|
"Unable to upload your file as it is a directory or has 0 bytes" => "Kunde inte ladda upp dina filer eftersom det antingen är en mapp eller har 0 bytes.",
|
||||||
"Upload Error" => "Uppladdningsfel",
|
"Upload Error" => "Uppladdningsfel",
|
||||||
|
@ -28,6 +29,7 @@
|
||||||
"{count} files uploading" => "{count} filer laddas upp",
|
"{count} files uploading" => "{count} filer laddas upp",
|
||||||
"Upload cancelled." => "Uppladdning avbruten.",
|
"Upload cancelled." => "Uppladdning avbruten.",
|
||||||
"File upload is in progress. Leaving the page now will cancel the upload." => "Filuppladdning pågår. Lämnar du sidan så avbryts uppladdningen.",
|
"File upload is in progress. Leaving the page now will cancel the upload." => "Filuppladdning pågår. Lämnar du sidan så avbryts uppladdningen.",
|
||||||
|
"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "Ogiltigt mappnamn. Ordet \"Delad\" är reserverat av ownCloud.",
|
||||||
"{count} files scanned" => "{count} filer skannade",
|
"{count} files scanned" => "{count} filer skannade",
|
||||||
"error while scanning" => "fel vid skanning",
|
"error while scanning" => "fel vid skanning",
|
||||||
"Name" => "Namn",
|
"Name" => "Namn",
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
"replaced {new_name} with {old_name}" => "{new_name} ஆனது {old_name} இனால் மாற்றப்பட்டது",
|
"replaced {new_name} with {old_name}" => "{new_name} ஆனது {old_name} இனால் மாற்றப்பட்டது",
|
||||||
"unshared {files}" => "பகிரப்படாதது {கோப்புகள்}",
|
"unshared {files}" => "பகிரப்படாதது {கோப்புகள்}",
|
||||||
"deleted {files}" => "நீக்கப்பட்டது {கோப்புகள்}",
|
"deleted {files}" => "நீக்கப்பட்டது {கோப்புகள்}",
|
||||||
|
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "செல்லுபடியற்ற பெயர்,'\\', '/', '<', '>', ':', '\"', '|', '?' மற்றும் '*' ஆகியன அனுமதிக்கப்படமாட்டாது.",
|
||||||
"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 bytes ஐ கொண்டுள்ளதால் உங்களுடைய கோப்பை பதிவேற்ற முடியவில்லை",
|
"Unable to upload your file as it is a directory or has 0 bytes" => "அடைவு அல்லது 0 bytes ஐ கொண்டுள்ளதால் உங்களுடைய கோப்பை பதிவேற்ற முடியவில்லை",
|
||||||
"Upload Error" => "பதிவேற்றல் வழு",
|
"Upload Error" => "பதிவேற்றல் வழு",
|
||||||
|
@ -28,6 +29,7 @@
|
||||||
"{count} files uploading" => "{எண்ணிக்கை} கோப்புகள் பதிவேற்றப்படுகின்றது",
|
"{count} files uploading" => "{எண்ணிக்கை} கோப்புகள் பதிவேற்றப்படுகின்றது",
|
||||||
"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 folder name. Usage of \"Shared\" is reserved by Owncloud" => "செல்லுபடியற்ற கோப்புறை பெயர். \"பகிர்வின்\" பாவனை Owncloud இனால் ஒதுக்கப்பட்டுள்ளது",
|
||||||
"{count} files scanned" => "{எண்ணிக்கை} கோப்புகள் வருடப்பட்டது",
|
"{count} files scanned" => "{எண்ணிக்கை} கோப்புகள் வருடப்பட்டது",
|
||||||
"error while scanning" => "வருடும் போதான வழு",
|
"error while scanning" => "வருடும் போதான வழு",
|
||||||
"Name" => "பெயர்",
|
"Name" => "பெயர்",
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
"replaced {new_name} with {old_name}" => "แทนที่ {new_name} ด้วย {old_name} แล้ว",
|
"replaced {new_name} with {old_name}" => "แทนที่ {new_name} ด้วย {old_name} แล้ว",
|
||||||
"unshared {files}" => "ยกเลิกการแชร์แล้ว {files} ไฟล์",
|
"unshared {files}" => "ยกเลิกการแชร์แล้ว {files} ไฟล์",
|
||||||
"deleted {files}" => "ลบไฟล์แล้ว {files} ไฟล์",
|
"deleted {files}" => "ลบไฟล์แล้ว {files} ไฟล์",
|
||||||
|
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "ชื่อที่ใช้ไม่ถูกต้อง, '\\', '/', '<', '>', ':', '\"', '|', '?' และ '*' ไม่ได้รับอนุญาตให้ใช้งานได้",
|
||||||
"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" => "เกิดข้อผิดพลาดในการอัพโหลด",
|
||||||
|
@ -28,6 +29,7 @@
|
||||||
"{count} files uploading" => "กำลังอัพโหลด {count} ไฟล์",
|
"{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 folder name. Usage of \"Shared\" is reserved by Owncloud" => "ชื่อโฟลเดอร์ที่ใช้ไม่ถูกต้อง การใช้งาน \"ถูกแชร์\" ถูกสงวนไว้เฉพาะ Owncloud เท่านั้น",
|
||||||
"{count} files scanned" => "สแกนไฟล์แล้ว {count} ไฟล์",
|
"{count} files scanned" => "สแกนไฟล์แล้ว {count} ไฟล์",
|
||||||
"error while scanning" => "พบข้อผิดพลาดในระหว่างการสแกนไฟล์",
|
"error while scanning" => "พบข้อผิดพลาดในระหว่างการสแกนไฟล์",
|
||||||
"Name" => "ชื่อ",
|
"Name" => "ชื่อ",
|
||||||
|
|
|
@ -17,7 +17,9 @@
|
||||||
"replaced {new_name}" => "замінено {new_name}",
|
"replaced {new_name}" => "замінено {new_name}",
|
||||||
"undo" => "відмінити",
|
"undo" => "відмінити",
|
||||||
"replaced {new_name} with {old_name}" => "замінено {new_name} на {old_name}",
|
"replaced {new_name} with {old_name}" => "замінено {new_name} на {old_name}",
|
||||||
|
"unshared {files}" => "неопубліковано {files}",
|
||||||
"deleted {files}" => "видалено {files}",
|
"deleted {files}" => "видалено {files}",
|
||||||
|
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Невірне ім'я, '\\', '/', '<', '>', ':', '\"', '|', '?' та '*' не дозволені.",
|
||||||
"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" => "Помилка завантаження",
|
||||||
|
@ -27,6 +29,7 @@
|
||||||
"{count} files uploading" => "{count} файлів завантажується",
|
"{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 folder name. Usage of \"Shared\" is reserved by Owncloud" => "Невірне ім'я каталогу. Використання \"Shared\" зарезервовано Owncloud",
|
||||||
"{count} files scanned" => "{count} файлів проскановано",
|
"{count} files scanned" => "{count} файлів проскановано",
|
||||||
"error while scanning" => "помилка при скануванні",
|
"error while scanning" => "помилка при скануванні",
|
||||||
"Name" => "Ім'я",
|
"Name" => "Ім'я",
|
||||||
|
@ -36,8 +39,10 @@
|
||||||
"{count} folders" => "{count} папок",
|
"{count} folders" => "{count} папок",
|
||||||
"1 file" => "1 файл",
|
"1 file" => "1 файл",
|
||||||
"{count} files" => "{count} файлів",
|
"{count} files" => "{count} файлів",
|
||||||
|
"File handling" => "Робота з файлами",
|
||||||
"Maximum upload size" => "Максимальний розмір відвантажень",
|
"Maximum upload size" => "Максимальний розмір відвантажень",
|
||||||
"max. possible: " => "макс.можливе:",
|
"max. possible: " => "макс.можливе:",
|
||||||
|
"Needed for multi-file and folder downloads." => "Необхідно для мульти-файлового та каталогового завантаження.",
|
||||||
"Enable ZIP-download" => "Активувати ZIP-завантаження",
|
"Enable ZIP-download" => "Активувати ZIP-завантаження",
|
||||||
"0 is unlimited" => "0 є безліміт",
|
"0 is unlimited" => "0 є безліміт",
|
||||||
"Maximum input size for ZIP files" => "Максимальний розмір завантажуємого ZIP файлу",
|
"Maximum input size for ZIP files" => "Максимальний розмір завантажуємого ZIP файлу",
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
"replaced {new_name} with {old_name}" => "đã thay thế {new_name} bằng {old_name}",
|
"replaced {new_name} with {old_name}" => "đã thay thế {new_name} bằng {old_name}",
|
||||||
"unshared {files}" => "hủy chia sẽ {files}",
|
"unshared {files}" => "hủy chia sẽ {files}",
|
||||||
"deleted {files}" => "đã xóa {files}",
|
"deleted {files}" => "đã xóa {files}",
|
||||||
|
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Tên không hợp lệ, '\\', '/', '<', '>', ':', '\"', '|', '?' và '*' thì không được phép dùng.",
|
||||||
"generating ZIP-file, it may take some time." => "Tạo tập tin ZIP, điều này có thể làm mất một chút thời gian",
|
"generating ZIP-file, it may take some time." => "Tạo tập tin ZIP, điều này có thể làm mất một chút thời gian",
|
||||||
"Unable to upload your file as it is a directory or has 0 bytes" => "Không thể tải lên tập tin này do nó là một thư mục hoặc kích thước tập tin bằng 0 byte",
|
"Unable to upload your file as it is a directory or has 0 bytes" => "Không thể tải lên tập tin này do nó là một thư mục hoặc kích thước tập tin bằng 0 byte",
|
||||||
"Upload Error" => "Tải lên lỗi",
|
"Upload Error" => "Tải lên lỗi",
|
||||||
|
@ -28,6 +29,7 @@
|
||||||
"{count} files uploading" => "{count} tập tin đang tải lên",
|
"{count} files uploading" => "{count} tập tin đang tải lên",
|
||||||
"Upload cancelled." => "Hủy tải lên",
|
"Upload cancelled." => "Hủy tải lên",
|
||||||
"File upload is in progress. Leaving the page now will cancel the upload." => "Tập tin tải lên đang được xử lý. Nếu bạn rời khỏi trang bây giờ sẽ hủy quá trình này.",
|
"File upload is in progress. Leaving the page now will cancel the upload." => "Tập tin tải lên đang được xử lý. Nếu bạn rời khỏi trang bây giờ sẽ hủy quá trình này.",
|
||||||
|
"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "Tên thư mục không hợp lệ. Sử dụng \"Chia sẻ\" được dành riêng bởi Owncloud",
|
||||||
"{count} files scanned" => "{count} tập tin đã được quét",
|
"{count} files scanned" => "{count} tập tin đã được quét",
|
||||||
"error while scanning" => "lỗi trong khi quét",
|
"error while scanning" => "lỗi trong khi quét",
|
||||||
"Name" => "Tên",
|
"Name" => "Tên",
|
||||||
|
|
|
@ -10,17 +10,29 @@
|
||||||
"Unshare" => "取消共享",
|
"Unshare" => "取消共享",
|
||||||
"Delete" => "刪除",
|
"Delete" => "刪除",
|
||||||
"Rename" => "重新命名",
|
"Rename" => "重新命名",
|
||||||
|
"{new_name} already exists" => "{new_name} 已經存在",
|
||||||
"replace" => "取代",
|
"replace" => "取代",
|
||||||
"cancel" => "取消",
|
"cancel" => "取消",
|
||||||
|
"replaced {new_name}" => "已取代 {new_name}",
|
||||||
|
"undo" => "復原",
|
||||||
|
"replaced {new_name} with {old_name}" => "使用 {new_name} 取代 {old_name}",
|
||||||
"generating ZIP-file, it may take some time." => "產生壓縮檔, 它可能需要一段時間.",
|
"generating ZIP-file, it may take some time." => "產生壓縮檔, 它可能需要一段時間.",
|
||||||
"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" => "上傳發生錯誤",
|
||||||
"Close" => "關閉",
|
"Close" => "關閉",
|
||||||
|
"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 folder name. Usage of \"Shared\" is reserved by Owncloud" => "無效的資料夾名稱. \"Shared\" 名稱已被 Owncloud 所保留使用",
|
||||||
|
"error while scanning" => "掃描時發生錯誤",
|
||||||
"Name" => "名稱",
|
"Name" => "名稱",
|
||||||
"Size" => "大小",
|
"Size" => "大小",
|
||||||
"Modified" => "修改",
|
"Modified" => "修改",
|
||||||
|
"1 folder" => "1 個資料夾",
|
||||||
|
"{count} folders" => "{count} 個資料夾",
|
||||||
|
"1 file" => "1 個檔案",
|
||||||
|
"{count} files" => "{count} 個檔案",
|
||||||
"File handling" => "檔案處理",
|
"File handling" => "檔案處理",
|
||||||
"Maximum upload size" => "最大上傳容量",
|
"Maximum upload size" => "最大上傳容量",
|
||||||
"max. possible: " => "最大允許: ",
|
"max. possible: " => "最大允許: ",
|
||||||
|
|
|
@ -0,0 +1,24 @@
|
||||||
|
<?php $TRANSLATIONS = array(
|
||||||
|
"Access granted" => "அனுமதி வழங்கப்பட்டது",
|
||||||
|
"Error configuring Dropbox storage" => "Dropbox சேமிப்பை தகவமைப்பதில் வழு",
|
||||||
|
"Grant access" => "அனுமதியை வழங்கல்",
|
||||||
|
"Fill out all required fields" => "தேவையான எல்லா புலங்களையும் நிரப்புக",
|
||||||
|
"Please provide a valid Dropbox app key and secret." => "தயவுசெய்து ஒரு செல்லுபடியான Dropbox செயலி சாவி மற்றும் இரகசியத்தை வழங்குக. ",
|
||||||
|
"Error configuring Google Drive storage" => "Google இயக்க சேமிப்பகத்தை தகமைப்பதில் வழு",
|
||||||
|
"External Storage" => "வெளி சேமிப்பு",
|
||||||
|
"Mount point" => "ஏற்றப்புள்ளி",
|
||||||
|
"Backend" => "பின்நிலை",
|
||||||
|
"Configuration" => "தகவமைப்பு",
|
||||||
|
"Options" => "தெரிவுகள்",
|
||||||
|
"Applicable" => "பயன்படத்தக்க",
|
||||||
|
"Add mount point" => "ஏற்றப்புள்ளியை சேர்க்க",
|
||||||
|
"None set" => "தொகுப்பில்லா",
|
||||||
|
"All Users" => "பயனாளர்கள் எல்லாம்",
|
||||||
|
"Groups" => "குழுக்கள்",
|
||||||
|
"Users" => "பயனாளர்",
|
||||||
|
"Delete" => "நீக்குக",
|
||||||
|
"Enable User External Storage" => "பயனாளர் வெளி சேமிப்பை இயலுமைப்படுத்துக",
|
||||||
|
"Allow users to mount their own external storage" => "பயனாளர் அவர்களுடைய சொந்த வெளியக சேமிப்பை ஏற்ற அனுமதிக்க",
|
||||||
|
"SSL root certificates" => "SSL வேர் சான்றிதழ்கள்",
|
||||||
|
"Import Root Certificate" => "வேர் சான்றிதழை இறக்குமதி செய்க"
|
||||||
|
);
|
|
@ -10,6 +10,7 @@
|
||||||
"Backend" => "Backend",
|
"Backend" => "Backend",
|
||||||
"Configuration" => "Налаштування",
|
"Configuration" => "Налаштування",
|
||||||
"Options" => "Опції",
|
"Options" => "Опції",
|
||||||
|
"Applicable" => "Придатний",
|
||||||
"Add mount point" => "Додати точку монтування",
|
"Add mount point" => "Додати точку монтування",
|
||||||
"None set" => "Не встановлено",
|
"None set" => "Не встановлено",
|
||||||
"All Users" => "Усі користувачі",
|
"All Users" => "Усі користувачі",
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
<?php $TRANSLATIONS = array(
|
||||||
|
"External Storage" => "外部儲存裝置",
|
||||||
|
"Mount point" => "掛載點",
|
||||||
|
"None set" => "尚未設定",
|
||||||
|
"All Users" => "所有使用者",
|
||||||
|
"Groups" => "群組",
|
||||||
|
"Users" => "使用者",
|
||||||
|
"Delete" => "刪除",
|
||||||
|
"Import Root Certificate" => "匯入根憑證"
|
||||||
|
);
|
|
@ -1,6 +1,8 @@
|
||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Password" => "密碼",
|
"Password" => "密碼",
|
||||||
"Submit" => "送出",
|
"Submit" => "送出",
|
||||||
|
"%s shared the folder %s with you" => "%s 分享了資料夾 %s 給您",
|
||||||
|
"%s shared the file %s with you" => "%s 分享了檔案 %s 給您",
|
||||||
"Download" => "下載",
|
"Download" => "下載",
|
||||||
"No preview available for" => "無法預覽"
|
"No preview available for" => "無法預覽"
|
||||||
);
|
);
|
||||||
|
|
|
@ -20,7 +20,6 @@ if (isset($_GET['token'])) {
|
||||||
\OCP\Util::writeLog('files_sharing', 'You have files that are shared by link originating from ownCloud 4.0. Redistribute the new links, because backwards compatibility will be removed in ownCloud 5.', \OCP\Util::WARN);
|
\OCP\Util::writeLog('files_sharing', 'You have files that are shared by link originating from ownCloud 4.0. Redistribute the new links, because backwards compatibility will be removed in ownCloud 5.', \OCP\Util::WARN);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Enf of backward compatibility
|
|
||||||
|
|
||||||
function getID($path) {
|
function getID($path) {
|
||||||
// use the share table from the db to find the item source if the file was reshared because shared files
|
// use the share table from the db to find the item source if the file was reshared because shared files
|
||||||
|
@ -29,7 +28,7 @@ function getID($path) {
|
||||||
$path_parts = explode('/', $path, 5);
|
$path_parts = explode('/', $path, 5);
|
||||||
$user = $path_parts[1];
|
$user = $path_parts[1];
|
||||||
$intPath = '/'.$path_parts[4];
|
$intPath = '/'.$path_parts[4];
|
||||||
$query = \OC_DB::prepare('SELECT item_source FROM *PREFIX*share WHERE uid_owner = ? AND file_target = ? ');
|
$query = \OC_DB::prepare('SELECT `item_source` FROM `*PREFIX*share` WHERE `uid_owner` = ? AND `file_target` = ? ');
|
||||||
$result = $query->execute(array($user, $intPath));
|
$result = $query->execute(array($user, $intPath));
|
||||||
$row = $result->fetchRow();
|
$row = $result->fetchRow();
|
||||||
$fileSource = $row['item_source'];
|
$fileSource = $row['item_source'];
|
||||||
|
@ -41,8 +40,51 @@ function getID($path) {
|
||||||
|
|
||||||
return $fileSource;
|
return $fileSource;
|
||||||
}
|
}
|
||||||
|
// Enf of backward compatibility
|
||||||
|
|
||||||
if (isset($_GET['file']) || isset($_GET['dir'])) {
|
/**
|
||||||
|
* lookup file path and owner by fetching it from the fscache
|
||||||
|
* needed becaus OC_FileCache::getPath($id, $user) already requires the user
|
||||||
|
* @param int $id
|
||||||
|
* @return array
|
||||||
|
*/
|
||||||
|
function getPathAndUser($id) {
|
||||||
|
$query = \OC_DB::prepare('SELECT `user`, `path` FROM `*PREFIX*fscache` WHERE `id` = ?');
|
||||||
|
$result = $query->execute(array($id));
|
||||||
|
$row = $result->fetchRow();
|
||||||
|
return $row;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
if (isset($_GET['t'])) {
|
||||||
|
$token = $_GET['t'];
|
||||||
|
$linkItem = OCP\Share::getShareByToken($token);
|
||||||
|
if (is_array($linkItem) && isset($linkItem['uid_owner'])) {
|
||||||
|
// seems to be a valid share
|
||||||
|
$type = $linkItem['item_type'];
|
||||||
|
$fileSource = $linkItem['file_source'];
|
||||||
|
$shareOwner = $linkItem['uid_owner'];
|
||||||
|
|
||||||
|
if (OCP\User::userExists($shareOwner) && $fileSource != -1 ) {
|
||||||
|
|
||||||
|
$pathAndUser = getPathAndUser($linkItem['file_source']);
|
||||||
|
$fileOwner = $pathAndUser['user'];
|
||||||
|
|
||||||
|
//if this is a reshare check the file owner also exists
|
||||||
|
if ($shareOwner != $fileOwner && ! OCP\User::userExists($fileOwner)) {
|
||||||
|
OCP\Util::writeLog('share', 'original file owner '.$fileOwner.' does not exist for share '.$linkItem['id'], \OCP\Util::ERROR);
|
||||||
|
header('HTTP/1.0 404 Not Found');
|
||||||
|
$tmpl = new OCP\Template('', '404', 'guest');
|
||||||
|
$tmpl->printPage();
|
||||||
|
exit();
|
||||||
|
}
|
||||||
|
|
||||||
|
//mount filesystem of file owner
|
||||||
|
OC_Util::setupFS($fileOwner);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
} else if (isset($_GET['file']) || isset($_GET['dir'])) {
|
||||||
|
OCP\Util::writeLog('share', 'Missing token, trying fallback file/dir links', \OCP\Util::DEBUG);
|
||||||
if (isset($_GET['dir'])) {
|
if (isset($_GET['dir'])) {
|
||||||
$type = 'folder';
|
$type = 'folder';
|
||||||
$path = $_GET['dir'];
|
$path = $_GET['dir'];
|
||||||
|
@ -58,49 +100,146 @@ if (isset($_GET['file']) || isset($_GET['dir'])) {
|
||||||
$path=substr($path, 0, -1);
|
$path=substr($path, 0, -1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$uidOwner = substr($path, 1, strpos($path, '/', 1) - 1);
|
$shareOwner = substr($path, 1, strpos($path, '/', 1) - 1);
|
||||||
if (OCP\User::userExists($uidOwner)) {
|
|
||||||
OC_Util::setupFS($uidOwner);
|
if (OCP\User::userExists($shareOwner)) {
|
||||||
|
OC_Util::setupFS($shareOwner);
|
||||||
$fileSource = getId($path);
|
$fileSource = getId($path);
|
||||||
if ($fileSource != -1 && ($linkItem = OCP\Share::getItemSharedWithByLink($type, $fileSource, $uidOwner))) {
|
if ($fileSource != -1 ) {
|
||||||
// TODO Fix in the getItems
|
$linkItem = OCP\Share::getItemSharedWithByLink($type, $fileSource, $shareOwner);
|
||||||
if (!isset($linkItem['item_type']) || $linkItem['item_type'] != $type) {
|
$pathAndUser['path'] = $path;
|
||||||
|
$path_parts = explode('/', $path, 5);
|
||||||
|
$pathAndUser['user'] = $path_parts[1];
|
||||||
|
$fileOwner = $path_parts[1];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if ($linkItem) {
|
||||||
|
if (!isset($linkItem['item_type'])) {
|
||||||
|
OCP\Util::writeLog('share', 'No item type set for share id: '.$linkItem['id'], \OCP\Util::ERROR);
|
||||||
|
header('HTTP/1.0 404 Not Found');
|
||||||
|
$tmpl = new OCP\Template('', '404', 'guest');
|
||||||
|
$tmpl->printPage();
|
||||||
|
exit();
|
||||||
|
}
|
||||||
|
if (isset($linkItem['share_with'])) {
|
||||||
|
// Authenticate share_with
|
||||||
|
$url = OCP\Util::linkToPublic('files').'&t='.$token;
|
||||||
|
if (isset($_GET['file'])) {
|
||||||
|
$url .= '&file='.urlencode($_GET['file']);
|
||||||
|
} else if (isset($_GET['dir'])) {
|
||||||
|
$url .= '&dir='.urlencode($_GET['dir']);
|
||||||
|
}
|
||||||
|
if (isset($_POST['password'])) {
|
||||||
|
$password = $_POST['password'];
|
||||||
|
if ($linkItem['share_type'] == OCP\Share::SHARE_TYPE_LINK) {
|
||||||
|
// Check Password
|
||||||
|
$forcePortable = (CRYPT_BLOWFISH != 1);
|
||||||
|
$hasher = new PasswordHash(8, $forcePortable);
|
||||||
|
if (!($hasher->CheckPassword($password.OC_Config::getValue('passwordsalt', ''), $linkItem['share_with']))) {
|
||||||
|
$tmpl = new OCP\Template('files_sharing', 'authenticate', 'guest');
|
||||||
|
$tmpl->assign('URL', $url);
|
||||||
|
$tmpl->assign('error', true);
|
||||||
|
$tmpl->printPage();
|
||||||
|
exit();
|
||||||
|
} else {
|
||||||
|
// Save item id in session for future requests
|
||||||
|
$_SESSION['public_link_authenticated'] = $linkItem['id'];
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
OCP\Util::writeLog('share', 'Unknown share type '.$linkItem['share_type'].' for share id '.$linkItem['id'], \OCP\Util::ERROR);
|
||||||
header('HTTP/1.0 404 Not Found');
|
header('HTTP/1.0 404 Not Found');
|
||||||
$tmpl = new OCP\Template('', '404', 'guest');
|
$tmpl = new OCP\Template('', '404', 'guest');
|
||||||
$tmpl->printPage();
|
$tmpl->printPage();
|
||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
if (isset($linkItem['share_with'])) {
|
// Check if item id is set in session
|
||||||
// Check password
|
} else if (!isset($_SESSION['public_link_authenticated']) || $_SESSION['public_link_authenticated'] !== $linkItem['id']) {
|
||||||
if (isset($_GET['file'])) {
|
// Prompt for password
|
||||||
$url = OCP\Util::linkToPublic('files').'&file='.urlencode($_GET['file']);
|
$tmpl = new OCP\Template('files_sharing', 'authenticate', 'guest');
|
||||||
} else {
|
$tmpl->assign('URL', $url);
|
||||||
$url = OCP\Util::linkToPublic('files').'&dir='.urlencode($_GET['dir']);
|
$tmpl->printPage();
|
||||||
}
|
exit();
|
||||||
if (isset($_POST['password'])) {
|
}
|
||||||
$password = $_POST['password'];
|
}
|
||||||
$storedHash = $linkItem['share_with'];
|
$basePath = substr($pathAndUser['path'] , strlen('/'.$fileOwner.'/files'));
|
||||||
$forcePortable = (CRYPT_BLOWFISH != 1);
|
$path = $basePath;
|
||||||
$hasher = new PasswordHash(8, $forcePortable);
|
if (isset($_GET['path'])) {
|
||||||
if (!($hasher->CheckPassword($password.OC_Config::getValue('passwordsalt', ''), $storedHash))) {
|
$path .= $_GET['path'];
|
||||||
$tmpl = new OCP\Template('files_sharing', 'authenticate', 'guest');
|
}
|
||||||
$tmpl->assign('URL', $url);
|
if (!$path || !OC_Filesystem::isValidPath($path) || !OC_Filesystem::file_exists($path)) {
|
||||||
$tmpl->assign('error', true);
|
OCP\Util::writeLog('share', 'Invalid path '.$path.' for share id '.$linkItem['id'], \OCP\Util::ERROR);
|
||||||
$tmpl->printPage();
|
header('HTTP/1.0 404 Not Found');
|
||||||
exit();
|
$tmpl = new OCP\Template('', '404', 'guest');
|
||||||
} else {
|
$tmpl->printPage();
|
||||||
// Save item id in session for future requests
|
exit();
|
||||||
$_SESSION['public_link_authenticated'] = $linkItem['id'];
|
}
|
||||||
}
|
$dir = dirname($path);
|
||||||
// Check if item id is set in session
|
$file = basename($path);
|
||||||
} else if (!isset($_SESSION['public_link_authenticated']) || $_SESSION['public_link_authenticated'] !== $linkItem['id']) {
|
// Download the file
|
||||||
// Prompt for password
|
if (isset($_GET['download'])) {
|
||||||
$tmpl = new OCP\Template('files_sharing', 'authenticate', 'guest');
|
if (isset($_GET['path']) && $_GET['path'] !== '' ) {
|
||||||
$tmpl->assign('URL', $url);
|
if ( isset($_GET['files']) ) { // download selected files
|
||||||
$tmpl->printPage();
|
OC_Files::get($path, $_GET['files'], $_SERVER['REQUEST_METHOD'] == 'HEAD' ? true : false);
|
||||||
exit();
|
} else if (isset($_GET['path']) && $_GET['path'] != '' ) { // download a file from a shared directory
|
||||||
}
|
OC_Files::get($dir, $file, $_SERVER['REQUEST_METHOD'] == 'HEAD' ? true : false);
|
||||||
|
} else { // download the whole shared directory
|
||||||
|
OC_Files::get($dir, $file, $_SERVER['REQUEST_METHOD'] == 'HEAD' ? true : false);
|
||||||
}
|
}
|
||||||
|
} else { // download a single shared file
|
||||||
|
OC_Files::get($dir, $file, $_SERVER['REQUEST_METHOD'] == 'HEAD' ? true : false);
|
||||||
|
}
|
||||||
|
|
||||||
|
} else {
|
||||||
|
OCP\Util::addStyle('files_sharing', 'public');
|
||||||
|
OCP\Util::addScript('files_sharing', 'public');
|
||||||
|
OCP\Util::addScript('files', 'fileactions');
|
||||||
|
$tmpl = new OCP\Template('files_sharing', 'public', 'base');
|
||||||
|
$tmpl->assign('uidOwner', $shareOwner);
|
||||||
|
$tmpl->assign('dir', $dir);
|
||||||
|
$tmpl->assign('filename', $file);
|
||||||
|
$tmpl->assign('mimetype', OC_Filesystem::getMimeType($path));
|
||||||
|
if (isset($_GET['path'])) {
|
||||||
|
$getPath = $_GET['path'];
|
||||||
|
} else {
|
||||||
|
$getPath = '';
|
||||||
|
}
|
||||||
|
//
|
||||||
|
$urlLinkIdentifiers= (isset($token)?'&t='.$token:'').(isset($_GET['dir'])?'&dir='.$_GET['dir']:'').(isset($_GET['file'])?'&file='.$_GET['file']:'');
|
||||||
|
// Show file list
|
||||||
|
if (OC_Filesystem::is_dir($path)) {
|
||||||
|
OCP\Util::addStyle('files', 'files');
|
||||||
|
OCP\Util::addScript('files', 'files');
|
||||||
|
OCP\Util::addScript('files', 'filelist');
|
||||||
|
$files = array();
|
||||||
|
$rootLength = strlen($basePath) + 1;
|
||||||
|
foreach (OC_Files::getDirectoryContent($path) as $i) {
|
||||||
|
$i['date'] = OCP\Util::formatDate($i['mtime']);
|
||||||
|
if ($i['type'] == 'file') {
|
||||||
|
$fileinfo = pathinfo($i['name']);
|
||||||
|
$i['basename'] = $fileinfo['filename'];
|
||||||
|
$i['extension'] = isset($fileinfo['extension']) ? ('.'.$fileinfo['extension']) : '';
|
||||||
|
}
|
||||||
|
$i['directory'] = '/'.substr($i['directory'], $rootLength);
|
||||||
|
if ($i['directory'] == '/') {
|
||||||
|
$i['directory'] = '';
|
||||||
|
}
|
||||||
|
$i['permissions'] = OCP\PERMISSION_READ;
|
||||||
|
$files[] = $i;
|
||||||
|
}
|
||||||
|
// Make breadcrumb
|
||||||
|
$breadcrumb = array();
|
||||||
|
$pathtohere = '';
|
||||||
|
|
||||||
|
//add base breadcrumb
|
||||||
|
$breadcrumb[] = array('dir' => '/', 'name' => basename($basePath));
|
||||||
|
|
||||||
|
//add subdir breadcrumbs
|
||||||
|
foreach (explode('/', urldecode($_GET['path'])) as $i) {
|
||||||
|
if ($i != '') {
|
||||||
|
$pathtohere .= '/'.$i;
|
||||||
|
$breadcrumb[] = array('dir' => $pathtohere, 'name' => $i);
|
||||||
$path = $linkItem['path'];
|
$path = $linkItem['path'];
|
||||||
if (isset($_GET['path'])) {
|
if (isset($_GET['path'])) {
|
||||||
$path .= $_GET['path'];
|
$path .= $_GET['path'];
|
||||||
|
@ -112,20 +251,31 @@ if (isset($_GET['file']) || isset($_GET['dir'])) {
|
||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Download the file
|
|
||||||
if (isset($_GET['download'])) {
|
|
||||||
if (isset($_GET['dir'])) {
|
|
||||||
if ( isset($_GET['files']) ) { // download selected files
|
|
||||||
OC_Files::get($path, $_GET['files'], $_SERVER['REQUEST_METHOD'] == 'HEAD' ? true : false);
|
|
||||||
} else if (isset($_GET['path']) && $_GET['path'] != '' ) { // download a file from a shared directory
|
|
||||||
OC_Files::get('', $path, $_SERVER['REQUEST_METHOD'] == 'HEAD' ? true : false);
|
|
||||||
} else { // download the whole shared directory
|
|
||||||
OC_Files::get($path, '', $_SERVER['REQUEST_METHOD'] == 'HEAD' ? true : false);
|
|
||||||
}
|
|
||||||
} else { // download a single shared file
|
|
||||||
OC_Files::get("", $path, $_SERVER['REQUEST_METHOD'] == 'HEAD' ? true : false);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
$list = new OCP\Template('files', 'part.list', '');
|
||||||
|
$list->assign('files', $files, false);
|
||||||
|
$list->assign('publicListView', true);
|
||||||
|
$list->assign('baseURL', OCP\Util::linkToPublic('files').$urlLinkIdentifiers.'&path=', false);
|
||||||
|
$list->assign('downloadURL', OCP\Util::linkToPublic('files').$urlLinkIdentifiers.'&download&path=', false);
|
||||||
|
$breadcrumbNav = new OCP\Template('files', 'part.breadcrumb', '' );
|
||||||
|
$breadcrumbNav->assign('breadcrumb', $breadcrumb, false);
|
||||||
|
$breadcrumbNav->assign('baseURL', OCP\Util::linkToPublic('files').$urlLinkIdentifiers.'&path=', false);
|
||||||
|
$folder = new OCP\Template('files', 'index', '');
|
||||||
|
$folder->assign('fileList', $list->fetchPage(), false);
|
||||||
|
$folder->assign('breadcrumb', $breadcrumbNav->fetchPage(), false);
|
||||||
|
$folder->assign('isCreatable', false);
|
||||||
|
$folder->assign('permissions', 0);
|
||||||
|
$folder->assign('files', $files);
|
||||||
|
$folder->assign('uploadMaxFilesize', 0);
|
||||||
|
$folder->assign('uploadMaxHumanFilesize', 0);
|
||||||
|
$folder->assign('allowZipDownload', intval(OCP\Config::getSystemValue('allowZipDownload', true)));
|
||||||
|
$tmpl->assign('folder', $folder->fetchPage(), false);
|
||||||
|
$tmpl->assign('allowZipDownload', intval(OCP\Config::getSystemValue('allowZipDownload', true)));
|
||||||
|
$tmpl->assign('downloadURL', OCP\Util::linkToPublic('files').$urlLinkIdentifiers.'&download&path='.urlencode($getPath));
|
||||||
|
} else {
|
||||||
|
// Show file preview if viewer is available
|
||||||
|
if ($type == 'file') {
|
||||||
|
$tmpl->assign('downloadURL', OCP\Util::linkToPublic('files').$urlLinkIdentifiers.'&download');
|
||||||
} else {
|
} else {
|
||||||
OCP\Util::addStyle('files_sharing', 'public');
|
OCP\Util::addStyle('files_sharing', 'public');
|
||||||
OCP\Util::addScript('files_sharing', 'public');
|
OCP\Util::addScript('files_sharing', 'public');
|
||||||
|
@ -133,7 +283,7 @@ if (isset($_GET['file']) || isset($_GET['dir'])) {
|
||||||
$tmpl = new OCP\Template('files_sharing', 'public', 'base');
|
$tmpl = new OCP\Template('files_sharing', 'public', 'base');
|
||||||
$tmpl->assign('owner', $uidOwner);
|
$tmpl->assign('owner', $uidOwner);
|
||||||
// Show file list
|
// Show file list
|
||||||
if (\OC\Files\Filesystem::is_dir($path)) {
|
if (OC_Filesystem::is_dir($path)) {
|
||||||
OCP\Util::addStyle('files', 'files');
|
OCP\Util::addStyle('files', 'files');
|
||||||
OCP\Util::addScript('files', 'files');
|
OCP\Util::addScript('files', 'files');
|
||||||
OCP\Util::addScript('files', 'filelist');
|
OCP\Util::addScript('files', 'filelist');
|
||||||
|
@ -190,7 +340,7 @@ if (isset($_GET['file']) || isset($_GET['dir'])) {
|
||||||
$tmpl->assign('uidOwner', $uidOwner);
|
$tmpl->assign('uidOwner', $uidOwner);
|
||||||
$tmpl->assign('dir', basename($dir));
|
$tmpl->assign('dir', basename($dir));
|
||||||
$tmpl->assign('filename', basename($path));
|
$tmpl->assign('filename', basename($path));
|
||||||
$tmpl->assign('mimetype', \OC\Files\Filesystem::getMimeType($path));
|
$tmpl->assign('mimetype', OC_Filesystem::getMimeType($path));
|
||||||
$tmpl->assign('allowZipDownload', intval(OCP\Config::getSystemValue('allowZipDownload', true)));
|
$tmpl->assign('allowZipDownload', intval(OCP\Config::getSystemValue('allowZipDownload', true)));
|
||||||
if (isset($_GET['path'])) {
|
if (isset($_GET['path'])) {
|
||||||
$getPath = $_GET['path'];
|
$getPath = $_GET['path'];
|
||||||
|
@ -203,7 +353,7 @@ if (isset($_GET['file']) || isset($_GET['dir'])) {
|
||||||
$tmpl->assign('uidOwner', $uidOwner);
|
$tmpl->assign('uidOwner', $uidOwner);
|
||||||
$tmpl->assign('dir', dirname($path));
|
$tmpl->assign('dir', dirname($path));
|
||||||
$tmpl->assign('filename', basename($path));
|
$tmpl->assign('filename', basename($path));
|
||||||
$tmpl->assign('mimetype', \OC\Files\Filesystem::getMimeType($path));
|
$tmpl->assign('mimetype', OC_Filesystem::getMimeType($path));
|
||||||
if ($type == 'file') {
|
if ($type == 'file') {
|
||||||
$tmpl->assign('downloadURL', OCP\Util::linkToPublic('files').'&file='.urlencode($_GET['file']).'&download', false);
|
$tmpl->assign('downloadURL', OCP\Util::linkToPublic('files').'&file='.urlencode($_GET['file']).'&download', false);
|
||||||
} else {
|
} else {
|
||||||
|
@ -217,9 +367,12 @@ if (isset($_GET['file']) || isset($_GET['dir'])) {
|
||||||
}
|
}
|
||||||
$tmpl->printPage();
|
$tmpl->printPage();
|
||||||
}
|
}
|
||||||
exit();
|
|
||||||
}
|
}
|
||||||
|
$tmpl->printPage();
|
||||||
}
|
}
|
||||||
|
exit();
|
||||||
|
} else {
|
||||||
|
OCP\Util::writeLog('share', 'could not resolve linkItem', \OCP\Util::DEBUG);
|
||||||
}
|
}
|
||||||
header('HTTP/1.0 404 Not Found');
|
header('HTTP/1.0 404 Not Found');
|
||||||
$tmpl = new OCP\Template('', '404', 'guest');
|
$tmpl = new OCP\Template('', '404', 'guest');
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
<?php $TRANSLATIONS = array(
|
||||||
|
"Expire all versions" => "所有逾期的版本",
|
||||||
|
"History" => "歷史",
|
||||||
|
"Versions" => "版本",
|
||||||
|
"Files Versioning" => "檔案版本化中...",
|
||||||
|
"Enable" => "啟用"
|
||||||
|
);
|
|
@ -1,4 +1,37 @@
|
||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
|
"Host" => "Хост",
|
||||||
|
"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Можна не вказувати протокол, якщо вам не потрібен SSL. Тоді почніть з ldaps://",
|
||||||
|
"Base DN" => "Базовий DN",
|
||||||
|
"You can specify Base DN for users and groups in the Advanced tab" => "Ви можете задати Базовий DN для користувачів і груп на вкладинці Додатково",
|
||||||
|
"User DN" => "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." => "DN клієнтського користувача для прив'язки, наприклад: uid=agent,dc=example,dc=com. Для анонімного доступу, залиште DN і Пароль порожніми.",
|
||||||
"Password" => "Пароль",
|
"Password" => "Пароль",
|
||||||
|
"For anonymous access, leave DN and Password empty." => "Для анонімного доступу, залиште DN і Пароль порожніми.",
|
||||||
|
"User Login Filter" => "Фільтр Користувачів, що під'єднуються",
|
||||||
|
"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action." => "Визначає фільтр, який застосовується при спробі входу. %%uid замінює ім'я користувача при вході.",
|
||||||
|
"use %%uid placeholder, e.g. \"uid=%%uid\"" => "використовуйте %%uid заповнювач, наприклад: \"uid=%%uid\"",
|
||||||
|
"User List Filter" => "Фільтр Списку Користувачів",
|
||||||
|
"Defines the filter to apply, when retrieving users." => "Визначає фільтр, який застосовується при отриманні користувачів",
|
||||||
|
"without any placeholder, e.g. \"objectClass=person\"." => "без будь-якого заповнювача, наприклад: \"objectClass=person\".",
|
||||||
|
"Group Filter" => "Фільтр Груп",
|
||||||
|
"Defines the filter to apply, when retrieving groups." => "Визначає фільтр, який застосовується при отриманні груп.",
|
||||||
|
"without any placeholder, e.g. \"objectClass=posixGroup\"." => "без будь-якого заповнювача, наприклад: \"objectClass=posixGroup\".",
|
||||||
|
"Port" => "Порт",
|
||||||
|
"Base User Tree" => "Основне Дерево Користувачів",
|
||||||
|
"Base Group Tree" => "Основне Дерево Груп",
|
||||||
|
"Group-Member association" => "Асоціація Група-Член",
|
||||||
|
"Use TLS" => "Використовуйте TLS",
|
||||||
|
"Do not use it for SSL connections, it will fail." => "Не використовуйте його для SSL з'єднань, це не буде виконано.",
|
||||||
|
"Case insensitve LDAP server (Windows)" => "Нечутливий до регістру LDAP сервер (Windows)",
|
||||||
|
"Turn off SSL certificate validation." => "Вимкнути перевірку SSL сертифіката.",
|
||||||
|
"If connection only works with this option, import the LDAP server's SSL certificate in your ownCloud server." => "Якщо з'єднання працює лише з цією опцією, імпортуйте SSL сертифікат LDAP сервера у ваший ownCloud сервер.",
|
||||||
|
"Not recommended, use for testing only." => "Не рекомендується, використовуйте лише для тестів.",
|
||||||
|
"User Display Name Field" => "Поле, яке відображає Ім'я Користувача",
|
||||||
|
"The LDAP attribute to use to generate the user`s ownCloud name." => "Атрибут LDAP, який використовується для генерації імен користувачів ownCloud.",
|
||||||
|
"Group Display Name Field" => "Поле, яке відображає Ім'я Групи",
|
||||||
|
"The LDAP attribute to use to generate the groups`s ownCloud name." => "Атрибут LDAP, який використовується для генерації імен груп ownCloud.",
|
||||||
|
"in bytes" => "в байтах",
|
||||||
|
"in seconds. A change empties the cache." => "в секундах. Зміна очищує кеш.",
|
||||||
|
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Залиште порожнім для імені користувача (за замовчанням). Інакше, вкажіть атрибут LDAP/AD.",
|
||||||
"Help" => "Допомога"
|
"Help" => "Допомога"
|
||||||
);
|
);
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
<?php $TRANSLATIONS = array(
|
||||||
|
"Password" => "密碼",
|
||||||
|
"Use TLS" => "使用TLS",
|
||||||
|
"Turn off SSL certificate validation." => "關閉 SSL 憑證驗證",
|
||||||
|
"Help" => "說明"
|
||||||
|
);
|
|
@ -0,0 +1,3 @@
|
||||||
|
<?php $TRANSLATIONS = array(
|
||||||
|
"WebDAV URL: http://" => "WebDAV URL: 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 網址 http://"
|
||||||
|
);
|
|
@ -28,13 +28,19 @@ if (isset($_POST['action']) && isset($_POST['itemType']) && isset($_POST['itemSo
|
||||||
case 'share':
|
case 'share':
|
||||||
if (isset($_POST['shareType']) && isset($_POST['shareWith']) && isset($_POST['permissions'])) {
|
if (isset($_POST['shareType']) && isset($_POST['shareWith']) && isset($_POST['permissions'])) {
|
||||||
try {
|
try {
|
||||||
if ((int)$_POST['shareType'] === OCP\Share::SHARE_TYPE_LINK && $_POST['shareWith'] == '') {
|
$shareType = (int)$_POST['shareType'];
|
||||||
|
$shareWith = $_POST['shareWith'];
|
||||||
|
if ($shareType === OCP\Share::SHARE_TYPE_LINK && $shareWith == '') {
|
||||||
$shareWith = null;
|
$shareWith = null;
|
||||||
} else {
|
|
||||||
$shareWith = $_POST['shareWith'];
|
|
||||||
}
|
}
|
||||||
OCP\Share::shareItem($_POST['itemType'], $_POST['itemSource'], (int)$_POST['shareType'], $shareWith, $_POST['permissions']);
|
|
||||||
OC_JSON::success();
|
$token = OCP\Share::shareItem($_POST['itemType'], $_POST['itemSource'], $shareType, $shareWith, $_POST['permissions']);
|
||||||
|
|
||||||
|
if (is_string($token)) {
|
||||||
|
OC_JSON::success(array('data' => array('token' => $token)));
|
||||||
|
} else {
|
||||||
|
OC_JSON::success();
|
||||||
|
}
|
||||||
} catch (Exception $exception) {
|
} catch (Exception $exception) {
|
||||||
OC_JSON::error(array('data' => array('message' => $exception->getMessage())));
|
OC_JSON::error(array('data' => array('message' => $exception->getMessage())));
|
||||||
}
|
}
|
||||||
|
|
|
@ -42,7 +42,11 @@ OC.EventSource=function(src,data){
|
||||||
}
|
}
|
||||||
dataStr+='requesttoken='+OC.EventSource.requesttoken;
|
dataStr+='requesttoken='+OC.EventSource.requesttoken;
|
||||||
if(!this.useFallBack && typeof EventSource !='undefined'){
|
if(!this.useFallBack && typeof EventSource !='undefined'){
|
||||||
this.source=new EventSource(src+'?'+dataStr);
|
var joinChar = '&';
|
||||||
|
if(src.indexOf('?') == -1) {
|
||||||
|
joinChar = '?';
|
||||||
|
}
|
||||||
|
this.source=new EventSource(src+joinChar+dataStr);
|
||||||
this.source.onmessage=function(e){
|
this.source.onmessage=function(e){
|
||||||
for(var i=0;i<this.typelessListeners.length;i++){
|
for(var i=0;i<this.typelessListeners.length;i++){
|
||||||
this.typelessListeners[i](JSON.parse(e.data));
|
this.typelessListeners[i](JSON.parse(e.data));
|
||||||
|
@ -54,7 +58,12 @@ OC.EventSource=function(src,data){
|
||||||
this.iframe=$('<iframe/>');
|
this.iframe=$('<iframe/>');
|
||||||
this.iframe.attr('id',iframeId);
|
this.iframe.attr('id',iframeId);
|
||||||
this.iframe.hide();
|
this.iframe.hide();
|
||||||
this.iframe.attr('src',src+'?fallback=true&fallback_id='+OC.EventSource.iframeCount+'&'+dataStr);
|
|
||||||
|
var joinChar = '&';
|
||||||
|
if(src.indexOf('?') == -1) {
|
||||||
|
joinChar = '?';
|
||||||
|
}
|
||||||
|
this.iframe.attr('src',src+joinChar+'fallback=true&fallback_id='+OC.EventSource.iframeCount+'&'+dataStr);
|
||||||
$('body').append(this.iframe);
|
$('body').append(this.iframe);
|
||||||
this.useFallBack=true;
|
this.useFallBack=true;
|
||||||
OC.EventSource.iframeCount++
|
OC.EventSource.iframeCount++
|
||||||
|
|
|
@ -179,7 +179,7 @@ OC.Share={
|
||||||
if (data.shares) {
|
if (data.shares) {
|
||||||
$.each(data.shares, function(index, share) {
|
$.each(data.shares, function(index, share) {
|
||||||
if (share.share_type == OC.Share.SHARE_TYPE_LINK) {
|
if (share.share_type == OC.Share.SHARE_TYPE_LINK) {
|
||||||
OC.Share.showLink(itemSource, share.share_with);
|
OC.Share.showLink(share.token, share.share_with, itemSource);
|
||||||
} else {
|
} else {
|
||||||
if (share.collection) {
|
if (share.collection) {
|
||||||
OC.Share.addShareWith(share.share_type, share.share_with, share.permissions, possiblePermissions, share.collection);
|
OC.Share.addShareWith(share.share_type, share.share_with, share.permissions, possiblePermissions, share.collection);
|
||||||
|
@ -323,18 +323,24 @@ OC.Share={
|
||||||
$('#expiration').show();
|
$('#expiration').show();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
showLink:function(itemSource, password) {
|
showLink:function(token, password, itemSource) {
|
||||||
OC.Share.itemShares[OC.Share.SHARE_TYPE_LINK] = true;
|
OC.Share.itemShares[OC.Share.SHARE_TYPE_LINK] = true;
|
||||||
$('#linkCheckbox').attr('checked', true);
|
$('#linkCheckbox').attr('checked', true);
|
||||||
var filename = $('tr').filterAttr('data-id', String(itemSource)).data('file');
|
if (! token) {
|
||||||
var type = $('tr').filterAttr('data-id', String(itemSource)).data('type');
|
//fallback to pre token link
|
||||||
if ($('#dir').val() == '/') {
|
var filename = $('tr').filterAttr('data-id', String(itemSource)).data('file');
|
||||||
var file = $('#dir').val() + filename;
|
var type = $('tr').filterAttr('data-id', String(itemSource)).data('type');
|
||||||
|
if ($('#dir').val() == '/') {
|
||||||
|
var file = $('#dir').val() + filename;
|
||||||
|
} else {
|
||||||
|
var file = $('#dir').val() + '/' + filename;
|
||||||
|
}
|
||||||
|
file = '/'+OC.currentUser+'/files'+file;
|
||||||
|
var link = parent.location.protocol+'//'+location.host+OC.linkTo('', 'public.php')+'?service=files&'+type+'='+encodeURIComponent(file);
|
||||||
} else {
|
} else {
|
||||||
var file = $('#dir').val() + '/' + filename;
|
//TODO add path param when showing a link to file in a subfolder of a public link share
|
||||||
|
var link = parent.location.protocol+'//'+location.host+OC.linkTo('', 'public.php')+'?service=files&t='+token;
|
||||||
}
|
}
|
||||||
file = '/'+OC.currentUser+'/files'+file;
|
|
||||||
var link = parent.location.protocol+'//'+location.host+OC.linkTo('', 'public.php')+'?service=files&'+type+'='+encodeURIComponent(file);
|
|
||||||
$('#linkText').val(link);
|
$('#linkText').val(link);
|
||||||
$('#linkText').show('blind');
|
$('#linkText').show('blind');
|
||||||
$('#showPassword').show();
|
$('#showPassword').show();
|
||||||
|
@ -480,8 +486,8 @@ $(document).ready(function() {
|
||||||
var itemSource = $('#dropdown').data('item-source');
|
var itemSource = $('#dropdown').data('item-source');
|
||||||
if (this.checked) {
|
if (this.checked) {
|
||||||
// Create a link
|
// Create a link
|
||||||
OC.Share.share(itemType, itemSource, OC.Share.SHARE_TYPE_LINK, '', OC.PERMISSION_READ, function() {
|
OC.Share.share(itemType, itemSource, OC.Share.SHARE_TYPE_LINK, '', OC.PERMISSION_READ, function(data) {
|
||||||
OC.Share.showLink(itemSource);
|
OC.Share.showLink(data.token, null, itemSource);
|
||||||
OC.Share.updateIcon(itemType, itemSource);
|
OC.Share.updateIcon(itemType, itemSource);
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -1,13 +1,23 @@
|
||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
|
"Category type not provided." => "Kategoria mota ez da zehaztu.",
|
||||||
"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:",
|
||||||
|
"Object type not provided." => "Objetu mota ez da zehaztu.",
|
||||||
|
"%s ID not provided." => "%s ID mota ez da zehaztu.",
|
||||||
|
"Error adding %s to favorites." => "Errorea gertatu da %s gogokoetara gehitzean.",
|
||||||
"No categories selected for deletion." => "Ez da ezabatzeko kategoriarik hautatu.",
|
"No categories selected for deletion." => "Ez da ezabatzeko kategoriarik hautatu.",
|
||||||
|
"Error removing %s from favorites." => "Errorea gertatu da %s gogokoetatik ezabatzean.",
|
||||||
"Settings" => "Ezarpenak",
|
"Settings" => "Ezarpenak",
|
||||||
"seconds ago" => "segundu",
|
"seconds ago" => "segundu",
|
||||||
"1 minute ago" => "orain dela minutu 1",
|
"1 minute ago" => "orain dela minutu 1",
|
||||||
|
"{minutes} minutes ago" => "orain dela {minutes} minutu",
|
||||||
|
"1 hour ago" => "orain dela ordu bat",
|
||||||
|
"{hours} hours ago" => "orain dela {hours} ordu",
|
||||||
"today" => "gaur",
|
"today" => "gaur",
|
||||||
"yesterday" => "atzo",
|
"yesterday" => "atzo",
|
||||||
|
"{days} days ago" => "orain dela {days} egun",
|
||||||
"last month" => "joan den hilabetean",
|
"last month" => "joan den hilabetean",
|
||||||
|
"{months} months ago" => "orain dela {months} hilabete",
|
||||||
"months ago" => "hilabete",
|
"months ago" => "hilabete",
|
||||||
"last year" => "joan den urtean",
|
"last year" => "joan den urtean",
|
||||||
"years ago" => "urte",
|
"years ago" => "urte",
|
||||||
|
@ -16,10 +26,15 @@
|
||||||
"No" => "Ez",
|
"No" => "Ez",
|
||||||
"Yes" => "Bai",
|
"Yes" => "Bai",
|
||||||
"Ok" => "Ados",
|
"Ok" => "Ados",
|
||||||
|
"The object type is not specified." => "Objetu mota ez dago zehaztuta.",
|
||||||
"Error" => "Errorea",
|
"Error" => "Errorea",
|
||||||
|
"The app name is not specified." => "App izena ez dago zehaztuta.",
|
||||||
|
"The required file {file} is not installed!" => "Beharrezkoa den {file} fitxategia ez dago instalatuta!",
|
||||||
"Error while sharing" => "Errore bat egon da elkarbanatzean",
|
"Error while sharing" => "Errore bat egon da elkarbanatzean",
|
||||||
"Error while unsharing" => "Errore bat egon da elkarbanaketa desegitean",
|
"Error while unsharing" => "Errore bat egon da elkarbanaketa desegitean",
|
||||||
"Error while changing permissions" => "Errore bat egon da baimenak aldatzean",
|
"Error while changing permissions" => "Errore bat egon da baimenak aldatzean",
|
||||||
|
"Shared with you and the group {group} by {owner}" => "{owner}-k zu eta {group} taldearekin partekatuta",
|
||||||
|
"Shared with you by {owner}" => "{owner}-k zurekin partekatuta",
|
||||||
"Share with" => "Elkarbanatu honekin",
|
"Share with" => "Elkarbanatu honekin",
|
||||||
"Share with link" => "Elkarbanatu lotura batekin",
|
"Share with link" => "Elkarbanatu lotura batekin",
|
||||||
"Password protect" => "Babestu pasahitzarekin",
|
"Password protect" => "Babestu pasahitzarekin",
|
||||||
|
@ -29,6 +44,7 @@
|
||||||
"Share via email:" => "Elkarbanatu eposta bidez:",
|
"Share via email:" => "Elkarbanatu eposta bidez:",
|
||||||
"No people found" => "Ez da inor aurkitu",
|
"No people found" => "Ez da inor aurkitu",
|
||||||
"Resharing is not allowed" => "Berriz elkarbanatzea ez dago baimendua",
|
"Resharing is not allowed" => "Berriz elkarbanatzea ez dago baimendua",
|
||||||
|
"Shared in {item} with {user}" => "{user}ekin {item}-n partekatuta",
|
||||||
"Unshare" => "Ez elkarbanatu",
|
"Unshare" => "Ez elkarbanatu",
|
||||||
"can edit" => "editatu dezake",
|
"can edit" => "editatu dezake",
|
||||||
"access control" => "sarrera kontrola",
|
"access control" => "sarrera kontrola",
|
||||||
|
@ -42,6 +58,8 @@
|
||||||
"ownCloud password reset" => "ownCloud-en pasahitza berrezarri",
|
"ownCloud password reset" => "ownCloud-en pasahitza berrezarri",
|
||||||
"Use the following link to reset your password: {link}" => "Eribili hurrengo lotura zure pasahitza berrezartzeko: {link}",
|
"Use the following link to reset your password: {link}" => "Eribili hurrengo lotura zure pasahitza berrezartzeko: {link}",
|
||||||
"You will receive a link to reset your password via Email." => "Zure pashitza berrezartzeko lotura bat jasoko duzu Epostaren bidez.",
|
"You will receive a link to reset your password via Email." => "Zure pashitza berrezartzeko lotura bat jasoko duzu Epostaren bidez.",
|
||||||
|
"Reset email send." => "Berrezartzeko eposta bidali da.",
|
||||||
|
"Request failed!" => "Eskariak huts egin du!",
|
||||||
"Username" => "Erabiltzaile izena",
|
"Username" => "Erabiltzaile izena",
|
||||||
"Request reset" => "Eskaera berrezarri da",
|
"Request reset" => "Eskaera berrezarri da",
|
||||||
"Your password was reset" => "Zure pasahitza berrezarri da",
|
"Your password was reset" => "Zure pasahitza berrezarri da",
|
||||||
|
@ -58,6 +76,8 @@
|
||||||
"Edit categories" => "Editatu kategoriak",
|
"Edit categories" => "Editatu kategoriak",
|
||||||
"Add" => "Gehitu",
|
"Add" => "Gehitu",
|
||||||
"Security Warning" => "Segurtasun abisua",
|
"Security Warning" => "Segurtasun abisua",
|
||||||
|
"No secure random number generator is available, please enable the PHP OpenSSL extension." => "Ez dago hausazko zenbaki sortzaile segururik eskuragarri, mesedez gatiu PHP OpenSSL extensioa.",
|
||||||
|
"Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "Hausazko zenbaki sortzaile segururik gabe erasotzaile batek pasahitza berrezartzeko kodeak iragarri ditzake eta zure kontuaz jabetu.",
|
||||||
"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." => "Zure data karpeta eta zure fitxategiak internetetik zuzenean eskuragarri egon daitezke. ownCloudek emandako .htaccess fitxategia ez du bere lana egiten. Aholkatzen dizugu zure web zerbitzaria ongi konfiguratzea data karpeta eskuragarri ez izateko edo data karpeta web zerbitzariaren dokumentu errotik mugitzea.",
|
"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." => "Zure data karpeta eta zure fitxategiak internetetik zuzenean eskuragarri egon daitezke. ownCloudek emandako .htaccess fitxategia ez du bere lana egiten. Aholkatzen dizugu zure web zerbitzaria ongi konfiguratzea data karpeta eskuragarri ez izateko edo data karpeta web zerbitzariaren dokumentu errotik mugitzea.",
|
||||||
"Create an <strong>admin account</strong>" => "Sortu <strong>kudeatzaile kontu<strong> bat",
|
"Create an <strong>admin account</strong>" => "Sortu <strong>kudeatzaile kontu<strong> bat",
|
||||||
"Advanced" => "Aurreratua",
|
"Advanced" => "Aurreratua",
|
||||||
|
@ -91,10 +111,16 @@
|
||||||
"December" => "Abendua",
|
"December" => "Abendua",
|
||||||
"web services under your control" => "web zerbitzuak zure kontrolpean",
|
"web services under your control" => "web zerbitzuak zure kontrolpean",
|
||||||
"Log out" => "Saioa bukatu",
|
"Log out" => "Saioa bukatu",
|
||||||
|
"Automatic logon rejected!" => "Saio hasiera automatikoa ez onartuta!",
|
||||||
|
"If you did not change your password recently, your account may be compromised!" => "Zure pasahitza orain dela gutxi ez baduzu aldatu, zure kontua arriskuan egon daiteke!",
|
||||||
|
"Please change your password to secure your account again." => "Mesedez aldatu zure pasahitza zure kontua berriz segurtatzeko.",
|
||||||
"Lost your password?" => "Galdu duzu pasahitza?",
|
"Lost your password?" => "Galdu duzu pasahitza?",
|
||||||
"remember" => "gogoratu",
|
"remember" => "gogoratu",
|
||||||
"Log in" => "Hasi saioa",
|
"Log in" => "Hasi saioa",
|
||||||
"You are logged out." => "Zure saioa bukatu da.",
|
"You are logged out." => "Zure saioa bukatu da.",
|
||||||
"prev" => "aurrekoa",
|
"prev" => "aurrekoa",
|
||||||
"next" => "hurrengoa"
|
"next" => "hurrengoa",
|
||||||
|
"Security Warning!" => "Segurtasun abisua",
|
||||||
|
"Please verify your password. <br/>For security reasons you may be occasionally asked to enter your password again." => "Mesedez egiaztatu zure pasahitza. <br/>Segurtasun arrazoiengatik noizbehinka zure pasahitza berriz sartzea eska diezazukegu.",
|
||||||
|
"Verify" => "Egiaztatu"
|
||||||
);
|
);
|
||||||
|
|
|
@ -1,15 +1,23 @@
|
||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
|
"Category type not provided." => "Type de catégorie non spécifié.",
|
||||||
"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à : ",
|
||||||
|
"Object type not provided." => "Type d'objet non spécifié.",
|
||||||
|
"%s ID not provided." => "L'identifiant de %s n'est pas spécifié.",
|
||||||
|
"Error adding %s to favorites." => "Erreur lors de l'ajout de %s aux favoris.",
|
||||||
"No categories selected for deletion." => "Aucune catégorie sélectionnée pour suppression",
|
"No categories selected for deletion." => "Aucune catégorie sélectionnée pour suppression",
|
||||||
|
"Error removing %s from favorites." => "Erreur lors de la suppression de %s des favoris.",
|
||||||
"Settings" => "Paramètres",
|
"Settings" => "Paramètres",
|
||||||
"seconds ago" => "il y a quelques secondes",
|
"seconds ago" => "il y a quelques secondes",
|
||||||
"1 minute ago" => "il y a une minute",
|
"1 minute ago" => "il y a une minute",
|
||||||
"{minutes} minutes ago" => "il y a {minutes} minutes",
|
"{minutes} minutes ago" => "il y a {minutes} minutes",
|
||||||
|
"1 hour ago" => "Il y a une heure",
|
||||||
|
"{hours} hours ago" => "Il y a {hours} heures",
|
||||||
"today" => "aujourd'hui",
|
"today" => "aujourd'hui",
|
||||||
"yesterday" => "hier",
|
"yesterday" => "hier",
|
||||||
"{days} days ago" => "il y a {days} jours",
|
"{days} days ago" => "il y a {days} jours",
|
||||||
"last month" => "le mois dernier",
|
"last month" => "le mois dernier",
|
||||||
|
"{months} months ago" => "Il y a {months} mois",
|
||||||
"months ago" => "il y a plusieurs mois",
|
"months ago" => "il y a plusieurs mois",
|
||||||
"last year" => "l'année dernière",
|
"last year" => "l'année dernière",
|
||||||
"years ago" => "il y a plusieurs années",
|
"years ago" => "il y a plusieurs années",
|
||||||
|
@ -18,7 +26,10 @@
|
||||||
"No" => "Non",
|
"No" => "Non",
|
||||||
"Yes" => "Oui",
|
"Yes" => "Oui",
|
||||||
"Ok" => "Ok",
|
"Ok" => "Ok",
|
||||||
|
"The object type is not specified." => "Le type d'objet n'est pas spécifié.",
|
||||||
"Error" => "Erreur",
|
"Error" => "Erreur",
|
||||||
|
"The app name is not specified." => "Le nom de l'application n'est pas spécifié.",
|
||||||
|
"The required file {file} is not installed!" => "Le fichier requis {file} n'est pas installé !",
|
||||||
"Error while sharing" => "Erreur lors de la mise en partage",
|
"Error while sharing" => "Erreur lors de la mise en partage",
|
||||||
"Error while unsharing" => "Erreur lors de l'annulation du partage",
|
"Error while unsharing" => "Erreur lors de l'annulation du partage",
|
||||||
"Error while changing permissions" => "Erreur lors du changement des permissions",
|
"Error while changing permissions" => "Erreur lors du changement des permissions",
|
||||||
|
|
|
@ -1,15 +1,23 @@
|
||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
|
"Category type not provided." => "Typ kategorii nie podany.",
|
||||||
"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",
|
||||||
|
"Object type not provided." => "Typ obiektu nie podany.",
|
||||||
|
"%s ID not provided." => "%s ID nie podany.",
|
||||||
|
"Error adding %s to favorites." => "Błąd dodania %s do ulubionych.",
|
||||||
"No categories selected for deletion." => "Nie ma kategorii zaznaczonych do usunięcia.",
|
"No categories selected for deletion." => "Nie ma kategorii zaznaczonych do usunięcia.",
|
||||||
|
"Error removing %s from favorites." => "Błąd usunięcia %s z ulubionych.",
|
||||||
"Settings" => "Ustawienia",
|
"Settings" => "Ustawienia",
|
||||||
"seconds ago" => "sekund temu",
|
"seconds ago" => "sekund temu",
|
||||||
"1 minute ago" => "1 minute temu",
|
"1 minute ago" => "1 minute temu",
|
||||||
"{minutes} minutes ago" => "{minutes} minut temu",
|
"{minutes} minutes ago" => "{minutes} minut temu",
|
||||||
|
"1 hour ago" => "1 godzine temu",
|
||||||
|
"{hours} hours ago" => "{hours} godzin temu",
|
||||||
"today" => "dziś",
|
"today" => "dziś",
|
||||||
"yesterday" => "wczoraj",
|
"yesterday" => "wczoraj",
|
||||||
"{days} days ago" => "{days} dni temu",
|
"{days} days ago" => "{days} dni temu",
|
||||||
"last month" => "ostani miesiąc",
|
"last month" => "ostani miesiąc",
|
||||||
|
"{months} months ago" => "{months} miesięcy temu",
|
||||||
"months ago" => "miesięcy temu",
|
"months ago" => "miesięcy temu",
|
||||||
"last year" => "ostatni rok",
|
"last year" => "ostatni rok",
|
||||||
"years ago" => "lat temu",
|
"years ago" => "lat temu",
|
||||||
|
@ -18,7 +26,10 @@
|
||||||
"No" => "Nie",
|
"No" => "Nie",
|
||||||
"Yes" => "Tak",
|
"Yes" => "Tak",
|
||||||
"Ok" => "Ok",
|
"Ok" => "Ok",
|
||||||
|
"The object type is not specified." => "Typ obiektu nie jest określony.",
|
||||||
"Error" => "Błąd",
|
"Error" => "Błąd",
|
||||||
|
"The app name is not specified." => "Nazwa aplikacji nie jest określona.",
|
||||||
|
"The required file {file} is not installed!" => "Żądany plik {file} nie jest zainstalowany!",
|
||||||
"Error while sharing" => "Błąd podczas współdzielenia",
|
"Error while sharing" => "Błąd podczas współdzielenia",
|
||||||
"Error while unsharing" => "Błąd podczas zatrzymywania współdzielenia",
|
"Error while unsharing" => "Błąd podczas zatrzymywania współdzielenia",
|
||||||
"Error while changing permissions" => "Błąd przy zmianie uprawnień",
|
"Error while changing permissions" => "Błąd przy zmianie uprawnień",
|
||||||
|
|
|
@ -1,22 +1,67 @@
|
||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
|
"Category type not provided." => "Не вказано тип категорії.",
|
||||||
|
"No category to add?" => "Відсутні категорії для додавання?",
|
||||||
|
"This category already exists: " => "Ця категорія вже існує: ",
|
||||||
|
"Object type not provided." => "Не вказано тип об'єкту.",
|
||||||
|
"%s ID not provided." => "%s ID не вказано.",
|
||||||
|
"Error adding %s to favorites." => "Помилка при додаванні %s до обраного.",
|
||||||
|
"No categories selected for deletion." => "Жодної категорії не обрано для видалення.",
|
||||||
|
"Error removing %s from favorites." => "Помилка при видалені %s із обраного.",
|
||||||
"Settings" => "Налаштування",
|
"Settings" => "Налаштування",
|
||||||
"seconds ago" => "секунди тому",
|
"seconds ago" => "секунди тому",
|
||||||
"1 minute ago" => "1 хвилину тому",
|
"1 minute ago" => "1 хвилину тому",
|
||||||
|
"{minutes} minutes ago" => "{minutes} хвилин тому",
|
||||||
|
"1 hour ago" => "1 годину тому",
|
||||||
|
"{hours} hours ago" => "{hours} години тому",
|
||||||
"today" => "сьогодні",
|
"today" => "сьогодні",
|
||||||
"yesterday" => "вчора",
|
"yesterday" => "вчора",
|
||||||
|
"{days} days ago" => "{days} днів тому",
|
||||||
"last month" => "минулого місяця",
|
"last month" => "минулого місяця",
|
||||||
|
"{months} months ago" => "{months} місяців тому",
|
||||||
"months ago" => "місяці тому",
|
"months ago" => "місяці тому",
|
||||||
"last year" => "минулого року",
|
"last year" => "минулого року",
|
||||||
"years ago" => "роки тому",
|
"years ago" => "роки тому",
|
||||||
|
"Choose" => "Обрати",
|
||||||
"Cancel" => "Відмінити",
|
"Cancel" => "Відмінити",
|
||||||
"No" => "Ні",
|
"No" => "Ні",
|
||||||
"Yes" => "Так",
|
"Yes" => "Так",
|
||||||
|
"Ok" => "Ok",
|
||||||
|
"The object type is not specified." => "Не визначено тип об'єкту.",
|
||||||
"Error" => "Помилка",
|
"Error" => "Помилка",
|
||||||
|
"The app name is not specified." => "Не визначено ім'я програми.",
|
||||||
|
"The required file {file} is not installed!" => "Необхідний файл {file} не встановлено!",
|
||||||
|
"Error while sharing" => "Помилка під час публікації",
|
||||||
|
"Error while unsharing" => "Помилка під час відміни публікації",
|
||||||
|
"Error while changing permissions" => "Помилка при зміні повноважень",
|
||||||
|
"Shared with you and the group {group} by {owner}" => " {owner} опублікував для Вас та для групи {group}",
|
||||||
|
"Shared with you by {owner}" => "{owner} опублікував для Вас",
|
||||||
|
"Share with" => "Опублікувати для",
|
||||||
|
"Share with link" => "Опублікувати через посилання",
|
||||||
|
"Password protect" => "Захистити паролем",
|
||||||
"Password" => "Пароль",
|
"Password" => "Пароль",
|
||||||
|
"Set expiration date" => "Встановити термін дії",
|
||||||
|
"Expiration date" => "Термін дії",
|
||||||
|
"Share via email:" => "Опублікувати через електронну пошту:",
|
||||||
|
"No people found" => "Жодної людини не знайдено",
|
||||||
|
"Resharing is not allowed" => "Пере-публікація не дозволяється",
|
||||||
|
"Shared in {item} with {user}" => "Опубліковано {item} для {user}",
|
||||||
"Unshare" => "Заборонити доступ",
|
"Unshare" => "Заборонити доступ",
|
||||||
|
"can edit" => "може редагувати",
|
||||||
|
"access control" => "контроль доступу",
|
||||||
"create" => "створити",
|
"create" => "створити",
|
||||||
|
"update" => "оновити",
|
||||||
|
"delete" => "видалити",
|
||||||
|
"share" => "опублікувати",
|
||||||
|
"Password protected" => "Захищено паролем",
|
||||||
|
"Error unsetting expiration date" => "Помилка при відміні терміна дії",
|
||||||
|
"Error setting expiration date" => "Помилка при встановленні терміна дії",
|
||||||
|
"ownCloud password reset" => "скидання пароля ownCloud",
|
||||||
|
"Use the following link to reset your password: {link}" => "Використовуйте наступне посилання для скидання пароля: {link}",
|
||||||
"You will receive a link to reset your password via Email." => "Ви отримаєте посилання для скидання вашого паролю на e-mail.",
|
"You will receive a link to reset your password via Email." => "Ви отримаєте посилання для скидання вашого паролю на e-mail.",
|
||||||
|
"Reset email send." => "Лист скидання відправлено.",
|
||||||
|
"Request failed!" => "Невдалий запит!",
|
||||||
"Username" => "Ім'я користувача",
|
"Username" => "Ім'я користувача",
|
||||||
|
"Request reset" => "Запит скидання",
|
||||||
"Your password was reset" => "Ваш пароль був скинутий",
|
"Your password was reset" => "Ваш пароль був скинутий",
|
||||||
"To login page" => "До сторінки входу",
|
"To login page" => "До сторінки входу",
|
||||||
"New password" => "Новий пароль",
|
"New password" => "Новий пароль",
|
||||||
|
@ -26,12 +71,24 @@
|
||||||
"Apps" => "Додатки",
|
"Apps" => "Додатки",
|
||||||
"Admin" => "Адміністратор",
|
"Admin" => "Адміністратор",
|
||||||
"Help" => "Допомога",
|
"Help" => "Допомога",
|
||||||
|
"Access forbidden" => "Доступ заборонено",
|
||||||
|
"Cloud not found" => "Cloud не знайдено",
|
||||||
|
"Edit categories" => "Редагувати категорії",
|
||||||
"Add" => "Додати",
|
"Add" => "Додати",
|
||||||
|
"Security Warning" => "Попередження про небезпеку",
|
||||||
|
"No secure random number generator is available, please enable the PHP OpenSSL extension." => "Не доступний безпечний генератор випадкових чисел, будь ласка, активуйте PHP OpenSSL додаток.",
|
||||||
|
"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." => "Ваш каталог з даними та Ваші файли можливо доступні з Інтернету. Файл .htaccess, наданий з ownCloud, не працює. Ми наполегливо рекомендуємо Вам налаштувати свій веб-сервер таким чином, щоб каталог data більше не був доступний, або перемістити каталог data за межі кореневого каталогу документів веб-сервера.",
|
||||||
|
"Create an <strong>admin account</strong>" => "Створити <strong>обліковий запис адміністратора</strong>",
|
||||||
|
"Advanced" => "Додатково",
|
||||||
|
"Data folder" => "Каталог даних",
|
||||||
"Configure the database" => "Налаштування бази даних",
|
"Configure the database" => "Налаштування бази даних",
|
||||||
"will be used" => "буде використано",
|
"will be used" => "буде використано",
|
||||||
"Database user" => "Користувач бази даних",
|
"Database user" => "Користувач бази даних",
|
||||||
"Database password" => "Пароль для бази даних",
|
"Database password" => "Пароль для бази даних",
|
||||||
"Database name" => "Назва бази даних",
|
"Database name" => "Назва бази даних",
|
||||||
|
"Database tablespace" => "Таблиця бази даних",
|
||||||
|
"Database host" => "Хост бази даних",
|
||||||
"Finish setup" => "Завершити налаштування",
|
"Finish setup" => "Завершити налаштування",
|
||||||
"Sunday" => "Неділя",
|
"Sunday" => "Неділя",
|
||||||
"Monday" => "Понеділок",
|
"Monday" => "Понеділок",
|
||||||
|
@ -54,7 +111,16 @@
|
||||||
"December" => "Грудень",
|
"December" => "Грудень",
|
||||||
"web services under your control" => "веб-сервіс під вашим контролем",
|
"web services under your control" => "веб-сервіс під вашим контролем",
|
||||||
"Log out" => "Вихід",
|
"Log out" => "Вихід",
|
||||||
|
"Automatic logon rejected!" => "Автоматичний вхід в систему відхилений!",
|
||||||
|
"If you did not change your password recently, your account may be compromised!" => "Якщо Ви не міняли пароль останнім часом, Ваш обліковий запис може бути скомпрометованим!",
|
||||||
|
"Please change your password to secure your account again." => "Будь ласка, змініть свій пароль, щоб знову захистити Ваш обліковий запис.",
|
||||||
"Lost your password?" => "Забули пароль?",
|
"Lost your password?" => "Забули пароль?",
|
||||||
"remember" => "запам'ятати",
|
"remember" => "запам'ятати",
|
||||||
"Log in" => "Вхід"
|
"Log in" => "Вхід",
|
||||||
|
"You are logged out." => "Ви вийшли з системи.",
|
||||||
|
"prev" => "попередній",
|
||||||
|
"next" => "наступний",
|
||||||
|
"Security Warning!" => "Попередження про небезпеку!",
|
||||||
|
"Please verify your password. <br/>For security reasons you may be occasionally asked to enter your password again." => "Будь ласка, повторно введіть свій пароль. <br/>З питань безпеки, Вам інколи доведеться повторно вводити свій пароль.",
|
||||||
|
"Verify" => "Підтвердити"
|
||||||
);
|
);
|
||||||
|
|
|
@ -5,23 +5,47 @@
|
||||||
"Settings" => "設定",
|
"Settings" => "設定",
|
||||||
"seconds ago" => "幾秒前",
|
"seconds ago" => "幾秒前",
|
||||||
"1 minute ago" => "1 分鐘前",
|
"1 minute ago" => "1 分鐘前",
|
||||||
|
"{minutes} minutes ago" => "{minutes} 分鐘前",
|
||||||
|
"1 hour ago" => "1 個小時前",
|
||||||
|
"{hours} hours ago" => "{hours} 個小時前",
|
||||||
"today" => "今天",
|
"today" => "今天",
|
||||||
"yesterday" => "昨天",
|
"yesterday" => "昨天",
|
||||||
|
"{days} days ago" => "{days} 天前",
|
||||||
"last month" => "上個月",
|
"last month" => "上個月",
|
||||||
|
"{months} months ago" => "{months} 個月前",
|
||||||
"months ago" => "幾個月前",
|
"months ago" => "幾個月前",
|
||||||
"last year" => "去年",
|
"last year" => "去年",
|
||||||
"years ago" => "幾年前",
|
"years ago" => "幾年前",
|
||||||
|
"Choose" => "選擇",
|
||||||
"Cancel" => "取消",
|
"Cancel" => "取消",
|
||||||
"No" => "No",
|
"No" => "No",
|
||||||
"Yes" => "Yes",
|
"Yes" => "Yes",
|
||||||
"Ok" => "Ok",
|
"Ok" => "Ok",
|
||||||
"Error" => "錯誤",
|
"Error" => "錯誤",
|
||||||
|
"Error while sharing" => "分享時發生錯誤",
|
||||||
|
"Shared with you by {owner}" => "{owner} 已經和您分享",
|
||||||
|
"Share with" => "與分享",
|
||||||
|
"Share with link" => "使用連結分享",
|
||||||
|
"Password protect" => "密碼保護",
|
||||||
"Password" => "密碼",
|
"Password" => "密碼",
|
||||||
|
"Set expiration date" => "設置到期日",
|
||||||
|
"Expiration date" => "到期日",
|
||||||
|
"Share via email:" => "透過email分享:",
|
||||||
|
"Shared in {item} with {user}" => "已和 {user} 分享 {item}",
|
||||||
"Unshare" => "取消共享",
|
"Unshare" => "取消共享",
|
||||||
|
"can edit" => "可編輯",
|
||||||
|
"access control" => "存取控制",
|
||||||
"create" => "建立",
|
"create" => "建立",
|
||||||
|
"update" => "更新",
|
||||||
|
"delete" => "刪除",
|
||||||
|
"share" => "分享",
|
||||||
|
"Password protected" => "密碼保護",
|
||||||
|
"Error setting expiration date" => "錯誤的到期日設定",
|
||||||
"ownCloud password reset" => "ownCloud 密碼重設",
|
"ownCloud password reset" => "ownCloud 密碼重設",
|
||||||
"Use the following link to reset your password: {link}" => "請循以下聯結重設你的密碼: (聯結) ",
|
"Use the following link to reset your password: {link}" => "請循以下聯結重設你的密碼: (聯結) ",
|
||||||
"You will receive a link to reset your password via Email." => "重設密碼的連結將會寄到你的電子郵件信箱",
|
"You will receive a link to reset your password via Email." => "重設密碼的連結將會寄到你的電子郵件信箱",
|
||||||
|
"Reset email send." => "重設郵件已送出.",
|
||||||
|
"Request failed!" => "請求失敗!",
|
||||||
"Username" => "使用者名稱",
|
"Username" => "使用者名稱",
|
||||||
"Request reset" => "要求重設",
|
"Request reset" => "要求重設",
|
||||||
"Your password was reset" => "你的密碼已重設",
|
"Your password was reset" => "你的密碼已重設",
|
||||||
|
@ -38,6 +62,7 @@
|
||||||
"Edit categories" => "編輯分類",
|
"Edit categories" => "編輯分類",
|
||||||
"Add" => "添加",
|
"Add" => "添加",
|
||||||
"Security Warning" => "安全性警告",
|
"Security Warning" => "安全性警告",
|
||||||
|
"No secure random number generator is available, please enable the PHP OpenSSL extension." => "沒有可用的隨機數字產生器, 請啟用 PHP 中 OpenSSL 擴充功能.",
|
||||||
"Create an <strong>admin account</strong>" => "建立一個<strong>管理者帳號</strong>",
|
"Create an <strong>admin account</strong>" => "建立一個<strong>管理者帳號</strong>",
|
||||||
"Advanced" => "進階",
|
"Advanced" => "進階",
|
||||||
"Data folder" => "資料夾",
|
"Data folder" => "資料夾",
|
||||||
|
@ -75,5 +100,7 @@
|
||||||
"Log in" => "登入",
|
"Log in" => "登入",
|
||||||
"You are logged out." => "你已登出",
|
"You are logged out." => "你已登出",
|
||||||
"prev" => "上一頁",
|
"prev" => "上一頁",
|
||||||
"next" => "下一頁"
|
"next" => "下一頁",
|
||||||
|
"Security Warning!" => "安全性警告!",
|
||||||
|
"Verify" => "驗證"
|
||||||
);
|
);
|
||||||
|
|
|
@ -46,6 +46,13 @@
|
||||||
<sorting>ascending</sorting>
|
<sorting>ascending</sorting>
|
||||||
</field>
|
</field>
|
||||||
</index>
|
</index>
|
||||||
|
<index>
|
||||||
|
<name>appconfig_config_key_index</name>
|
||||||
|
<field>
|
||||||
|
<name>configkey</name>
|
||||||
|
<sorting>ascending</sorting>
|
||||||
|
</field>
|
||||||
|
</index>
|
||||||
|
|
||||||
</declaration>
|
</declaration>
|
||||||
|
|
||||||
|
@ -269,6 +276,13 @@
|
||||||
<notnull>true</notnull>
|
<notnull>true</notnull>
|
||||||
<length>64</length>
|
<length>64</length>
|
||||||
</field>
|
</field>
|
||||||
|
<index>
|
||||||
|
<name>group_admin_uid</name>
|
||||||
|
<field>
|
||||||
|
<name>uid</name>
|
||||||
|
<sorting>ascending</sorting>
|
||||||
|
</field>
|
||||||
|
</index>
|
||||||
|
|
||||||
</declaration>
|
</declaration>
|
||||||
|
|
||||||
|
@ -593,6 +607,21 @@
|
||||||
<notnull>false</notnull>
|
<notnull>false</notnull>
|
||||||
</field>
|
</field>
|
||||||
|
|
||||||
|
<field>
|
||||||
|
<name>token</name>
|
||||||
|
<type>text</type>
|
||||||
|
<default></default>
|
||||||
|
<notnull>false</notnull>
|
||||||
|
<length>32</length>
|
||||||
|
</field>
|
||||||
|
|
||||||
|
<index>
|
||||||
|
<name>token_index</name>
|
||||||
|
<field>
|
||||||
|
<name>token</name>
|
||||||
|
<sorting>ascending</sorting>
|
||||||
|
</field>
|
||||||
|
</index>
|
||||||
</declaration>
|
</declaration>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
|
|
@ -11,9 +11,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-11-24 00:01+0100\n"
|
"POT-Creation-Date: 2012-11-26 00:01+0100\n"
|
||||||
"PO-Revision-Date: 2012-11-23 23:02+0000\n"
|
"PO-Revision-Date: 2012-11-25 10:24+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: rogerc <rcalvoi@yahoo.com>\n"
|
||||||
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
|
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -107,7 +107,7 @@ msgstr "eliminats {files}"
|
||||||
msgid ""
|
msgid ""
|
||||||
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
|
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
|
||||||
"allowed."
|
"allowed."
|
||||||
msgstr ""
|
msgstr "El nóm no és vàlid, '\\', '/', '<', '>', ':', '\"', '|', '?' i '*' no estan permesos."
|
||||||
|
|
||||||
#: js/files.js:183
|
#: js/files.js:183
|
||||||
msgid "generating ZIP-file, it may take some time."
|
msgid "generating ZIP-file, it may take some time."
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
# Translators:
|
# Translators:
|
||||||
# <admin@s-goecker.de>, 2012.
|
# <admin@s-goecker.de>, 2012.
|
||||||
# <blobbyjj@ymail.com>, 2012.
|
# <blobbyjj@ymail.com>, 2012.
|
||||||
|
# I Robot <owncloud-bot@tmit.eu>, 2012.
|
||||||
# I Robot <thomas.mueller@tmit.eu>, 2012.
|
# I Robot <thomas.mueller@tmit.eu>, 2012.
|
||||||
# Jan-Christoph Borchardt <hey@jancborchardt.net>, 2012.
|
# Jan-Christoph Borchardt <hey@jancborchardt.net>, 2012.
|
||||||
# Jan-Christoph Borchardt <JanCBorchardt@fsfe.org>, 2011.
|
# Jan-Christoph Borchardt <JanCBorchardt@fsfe.org>, 2011.
|
||||||
|
@ -23,9 +24,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-11-24 00:01+0100\n"
|
"POT-Creation-Date: 2012-11-29 00:04+0100\n"
|
||||||
"PO-Revision-Date: 2012-11-23 23:01+0000\n"
|
"PO-Revision-Date: 2012-11-28 12:56+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: Mirodin <blobbyjj@ymail.com>\n"
|
||||||
"Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n"
|
"Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -119,7 +120,7 @@ msgstr "{files} gelöscht"
|
||||||
msgid ""
|
msgid ""
|
||||||
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
|
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
|
||||||
"allowed."
|
"allowed."
|
||||||
msgstr ""
|
msgstr "Ungültiger Name, '\\', '/', '<', '>', ':', '\"', '|', '?' und '*' sind nicht zulässig."
|
||||||
|
|
||||||
#: js/files.js:183
|
#: js/files.js:183
|
||||||
msgid "generating ZIP-file, it may take some time."
|
msgid "generating ZIP-file, it may take some time."
|
||||||
|
@ -160,7 +161,7 @@ msgstr "Dateiupload läuft. Wenn Du die Seite jetzt verlässt, wird der Upload a
|
||||||
|
|
||||||
#: js/files.js:523
|
#: js/files.js:523
|
||||||
msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
|
msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
|
||||||
msgstr ""
|
msgstr "Ungültiger Ordnername. Die Verwendung von \"Shared\" ist ownCloud vorbehalten."
|
||||||
|
|
||||||
#: js/files.js:704
|
#: js/files.js:704
|
||||||
msgid "{count} files scanned"
|
msgid "{count} files scanned"
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
# <admin@s-goecker.de>, 2012.
|
# <admin@s-goecker.de>, 2012.
|
||||||
# <a.tangemann@web.de>, 2012.
|
# <a.tangemann@web.de>, 2012.
|
||||||
# <blobbyjj@ymail.com>, 2012.
|
# <blobbyjj@ymail.com>, 2012.
|
||||||
|
# I Robot <owncloud-bot@tmit.eu>, 2012.
|
||||||
# I Robot <thomas.mueller@tmit.eu>, 2012.
|
# I Robot <thomas.mueller@tmit.eu>, 2012.
|
||||||
# Jan-Christoph Borchardt <hey@jancborchardt.net>, 2012.
|
# Jan-Christoph Borchardt <hey@jancborchardt.net>, 2012.
|
||||||
# Jan-Christoph Borchardt <JanCBorchardt@fsfe.org>, 2011.
|
# Jan-Christoph Borchardt <JanCBorchardt@fsfe.org>, 2011.
|
||||||
|
@ -24,9 +25,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-11-24 00:01+0100\n"
|
"POT-Creation-Date: 2012-11-29 00:04+0100\n"
|
||||||
"PO-Revision-Date: 2012-11-23 23:02+0000\n"
|
"PO-Revision-Date: 2012-11-28 12:56+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: Mirodin <blobbyjj@ymail.com>\n"
|
||||||
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n"
|
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -120,7 +121,7 @@ msgstr "{files} gelöscht"
|
||||||
msgid ""
|
msgid ""
|
||||||
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
|
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
|
||||||
"allowed."
|
"allowed."
|
||||||
msgstr ""
|
msgstr "Ungültiger Name, '\\', '/', '<', '>', ':', '\"', '|', '?' und '*' sind nicht zulässig."
|
||||||
|
|
||||||
#: js/files.js:183
|
#: js/files.js:183
|
||||||
msgid "generating ZIP-file, it may take some time."
|
msgid "generating ZIP-file, it may take some time."
|
||||||
|
@ -161,7 +162,7 @@ msgstr "Der Dateiupload läuft. Wenn Sie die Seite jetzt verlassen, wird der Upl
|
||||||
|
|
||||||
#: js/files.js:523
|
#: js/files.js:523
|
||||||
msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
|
msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
|
||||||
msgstr ""
|
msgstr "Ungültiger Ordnername. Die Verwendung von \"Shared\" ist ownCloud vorbehalten."
|
||||||
|
|
||||||
#: js/files.js:704
|
#: js/files.js:704
|
||||||
msgid "{count} files scanned"
|
msgid "{count} files scanned"
|
||||||
|
|
|
@ -13,9 +13,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-11-24 00:01+0100\n"
|
"POT-Creation-Date: 2012-11-28 00:10+0100\n"
|
||||||
"PO-Revision-Date: 2012-11-23 23:01+0000\n"
|
"PO-Revision-Date: 2012-11-27 15:47+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: Dimitris M. <monopatis@gmail.com>\n"
|
||||||
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
|
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -109,7 +109,7 @@ msgstr "διαγραμμένα {files}"
|
||||||
msgid ""
|
msgid ""
|
||||||
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
|
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
|
||||||
"allowed."
|
"allowed."
|
||||||
msgstr ""
|
msgstr "Μη έγκυρο όνομα, '\\', '/', '<', '>', ':', '\"', '|', '?' και '*' δεν επιτρέπονται."
|
||||||
|
|
||||||
#: js/files.js:183
|
#: js/files.js:183
|
||||||
msgid "generating ZIP-file, it may take some time."
|
msgid "generating ZIP-file, it may take some time."
|
||||||
|
@ -150,7 +150,7 @@ msgstr "Η αποστολή του αρχείου βρίσκεται σε εξέ
|
||||||
|
|
||||||
#: js/files.js:523
|
#: js/files.js:523
|
||||||
msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
|
msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
|
||||||
msgstr ""
|
msgstr "Μη έγκυρο όνομα φακέλου. Η χρήση του \"Shared\" είναι δεσμευμένη από το Owncloud"
|
||||||
|
|
||||||
#: js/files.js:704
|
#: js/files.js:704
|
||||||
msgid "{count} files scanned"
|
msgid "{count} files scanned"
|
||||||
|
|
138
l10n/eu/core.po
138
l10n/eu/core.po
|
@ -9,9 +9,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-11-16 00:02+0100\n"
|
"POT-Creation-Date: 2012-11-27 00:10+0100\n"
|
||||||
"PO-Revision-Date: 2012-11-14 23:13+0000\n"
|
"PO-Revision-Date: 2012-11-25 23:09+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: asieriko <asieriko@gmail.com>\n"
|
||||||
"Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n"
|
"Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -21,7 +21,7 @@ msgstr ""
|
||||||
|
|
||||||
#: ajax/vcategories/add.php:26 ajax/vcategories/edit.php:25
|
#: ajax/vcategories/add.php:26 ajax/vcategories/edit.php:25
|
||||||
msgid "Category type not provided."
|
msgid "Category type not provided."
|
||||||
msgstr ""
|
msgstr "Kategoria mota ez da zehaztu."
|
||||||
|
|
||||||
#: ajax/vcategories/add.php:30
|
#: ajax/vcategories/add.php:30
|
||||||
msgid "No category to add?"
|
msgid "No category to add?"
|
||||||
|
@ -35,18 +35,18 @@ msgstr "Kategoria hau dagoeneko existitzen da:"
|
||||||
#: ajax/vcategories/favorites.php:24
|
#: ajax/vcategories/favorites.php:24
|
||||||
#: ajax/vcategories/removeFromFavorites.php:26
|
#: ajax/vcategories/removeFromFavorites.php:26
|
||||||
msgid "Object type not provided."
|
msgid "Object type not provided."
|
||||||
msgstr ""
|
msgstr "Objetu mota ez da zehaztu."
|
||||||
|
|
||||||
#: ajax/vcategories/addToFavorites.php:30
|
#: ajax/vcategories/addToFavorites.php:30
|
||||||
#: ajax/vcategories/removeFromFavorites.php:30
|
#: ajax/vcategories/removeFromFavorites.php:30
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s ID not provided."
|
msgid "%s ID not provided."
|
||||||
msgstr ""
|
msgstr "%s ID mota ez da zehaztu."
|
||||||
|
|
||||||
#: ajax/vcategories/addToFavorites.php:35
|
#: ajax/vcategories/addToFavorites.php:35
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Error adding %s to favorites."
|
msgid "Error adding %s to favorites."
|
||||||
msgstr ""
|
msgstr "Errorea gertatu da %s gogokoetara gehitzean."
|
||||||
|
|
||||||
#: ajax/vcategories/delete.php:35 js/oc-vcategories.js:136
|
#: ajax/vcategories/delete.php:35 js/oc-vcategories.js:136
|
||||||
msgid "No categories selected for deletion."
|
msgid "No categories selected for deletion."
|
||||||
|
@ -55,61 +55,61 @@ msgstr "Ez da ezabatzeko kategoriarik hautatu."
|
||||||
#: ajax/vcategories/removeFromFavorites.php:35
|
#: ajax/vcategories/removeFromFavorites.php:35
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Error removing %s from favorites."
|
msgid "Error removing %s from favorites."
|
||||||
msgstr ""
|
msgstr "Errorea gertatu da %s gogokoetatik ezabatzean."
|
||||||
|
|
||||||
#: js/js.js:243 templates/layout.user.php:59 templates/layout.user.php:60
|
#: js/js.js:259 templates/layout.user.php:60 templates/layout.user.php:61
|
||||||
msgid "Settings"
|
msgid "Settings"
|
||||||
msgstr "Ezarpenak"
|
msgstr "Ezarpenak"
|
||||||
|
|
||||||
#: js/js.js:688
|
#: js/js.js:704
|
||||||
msgid "seconds ago"
|
msgid "seconds ago"
|
||||||
msgstr "segundu"
|
msgstr "segundu"
|
||||||
|
|
||||||
#: js/js.js:689
|
#: js/js.js:705
|
||||||
msgid "1 minute ago"
|
msgid "1 minute ago"
|
||||||
msgstr "orain dela minutu 1"
|
msgstr "orain dela minutu 1"
|
||||||
|
|
||||||
#: js/js.js:690
|
#: js/js.js:706
|
||||||
msgid "{minutes} minutes ago"
|
msgid "{minutes} minutes ago"
|
||||||
msgstr ""
|
msgstr "orain dela {minutes} minutu"
|
||||||
|
|
||||||
#: js/js.js:691
|
#: js/js.js:707
|
||||||
msgid "1 hour ago"
|
msgid "1 hour ago"
|
||||||
msgstr ""
|
msgstr "orain dela ordu bat"
|
||||||
|
|
||||||
#: js/js.js:692
|
#: js/js.js:708
|
||||||
msgid "{hours} hours ago"
|
msgid "{hours} hours ago"
|
||||||
msgstr ""
|
msgstr "orain dela {hours} ordu"
|
||||||
|
|
||||||
#: js/js.js:693
|
#: js/js.js:709
|
||||||
msgid "today"
|
msgid "today"
|
||||||
msgstr "gaur"
|
msgstr "gaur"
|
||||||
|
|
||||||
#: js/js.js:694
|
#: js/js.js:710
|
||||||
msgid "yesterday"
|
msgid "yesterday"
|
||||||
msgstr "atzo"
|
msgstr "atzo"
|
||||||
|
|
||||||
#: js/js.js:695
|
#: js/js.js:711
|
||||||
msgid "{days} days ago"
|
msgid "{days} days ago"
|
||||||
msgstr ""
|
msgstr "orain dela {days} egun"
|
||||||
|
|
||||||
#: js/js.js:696
|
#: js/js.js:712
|
||||||
msgid "last month"
|
msgid "last month"
|
||||||
msgstr "joan den hilabetean"
|
msgstr "joan den hilabetean"
|
||||||
|
|
||||||
#: js/js.js:697
|
#: js/js.js:713
|
||||||
msgid "{months} months ago"
|
msgid "{months} months ago"
|
||||||
msgstr ""
|
msgstr "orain dela {months} hilabete"
|
||||||
|
|
||||||
#: js/js.js:698
|
#: js/js.js:714
|
||||||
msgid "months ago"
|
msgid "months ago"
|
||||||
msgstr "hilabete"
|
msgstr "hilabete"
|
||||||
|
|
||||||
#: js/js.js:699
|
#: js/js.js:715
|
||||||
msgid "last year"
|
msgid "last year"
|
||||||
msgstr "joan den urtean"
|
msgstr "joan den urtean"
|
||||||
|
|
||||||
#: js/js.js:700
|
#: js/js.js:716
|
||||||
msgid "years ago"
|
msgid "years ago"
|
||||||
msgstr "urte"
|
msgstr "urte"
|
||||||
|
|
||||||
|
@ -136,21 +136,21 @@ msgstr "Ados"
|
||||||
#: js/oc-vcategories.js:5 js/oc-vcategories.js:85 js/oc-vcategories.js:102
|
#: js/oc-vcategories.js:5 js/oc-vcategories.js:85 js/oc-vcategories.js:102
|
||||||
#: js/oc-vcategories.js:117 js/oc-vcategories.js:132 js/oc-vcategories.js:162
|
#: js/oc-vcategories.js:117 js/oc-vcategories.js:132 js/oc-vcategories.js:162
|
||||||
msgid "The object type is not specified."
|
msgid "The object type is not specified."
|
||||||
msgstr ""
|
msgstr "Objetu mota ez dago zehaztuta."
|
||||||
|
|
||||||
#: js/oc-vcategories.js:95 js/oc-vcategories.js:125 js/oc-vcategories.js:136
|
#: js/oc-vcategories.js:95 js/oc-vcategories.js:125 js/oc-vcategories.js:136
|
||||||
#: js/oc-vcategories.js:195 js/share.js:135 js/share.js:142 js/share.js:525
|
#: js/oc-vcategories.js:195 js/share.js:135 js/share.js:142 js/share.js:533
|
||||||
#: js/share.js:537
|
#: js/share.js:545
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr "Errorea"
|
msgstr "Errorea"
|
||||||
|
|
||||||
#: js/oc-vcategories.js:179
|
#: js/oc-vcategories.js:179
|
||||||
msgid "The app name is not specified."
|
msgid "The app name is not specified."
|
||||||
msgstr ""
|
msgstr "App izena ez dago zehaztuta."
|
||||||
|
|
||||||
#: js/oc-vcategories.js:194
|
#: js/oc-vcategories.js:194
|
||||||
msgid "The required file {file} is not installed!"
|
msgid "The required file {file} is not installed!"
|
||||||
msgstr ""
|
msgstr "Beharrezkoa den {file} fitxategia ez dago instalatuta!"
|
||||||
|
|
||||||
#: js/share.js:124
|
#: js/share.js:124
|
||||||
msgid "Error while sharing"
|
msgid "Error while sharing"
|
||||||
|
@ -166,11 +166,11 @@ msgstr "Errore bat egon da baimenak aldatzean"
|
||||||
|
|
||||||
#: js/share.js:151
|
#: js/share.js:151
|
||||||
msgid "Shared with you and the group {group} by {owner}"
|
msgid "Shared with you and the group {group} by {owner}"
|
||||||
msgstr ""
|
msgstr "{owner}-k zu eta {group} taldearekin partekatuta"
|
||||||
|
|
||||||
#: js/share.js:153
|
#: js/share.js:153
|
||||||
msgid "Shared with you by {owner}"
|
msgid "Shared with you by {owner}"
|
||||||
msgstr ""
|
msgstr "{owner}-k zurekin partekatuta"
|
||||||
|
|
||||||
#: js/share.js:158
|
#: js/share.js:158
|
||||||
msgid "Share with"
|
msgid "Share with"
|
||||||
|
@ -211,7 +211,7 @@ msgstr "Berriz elkarbanatzea ez dago baimendua"
|
||||||
|
|
||||||
#: js/share.js:271
|
#: js/share.js:271
|
||||||
msgid "Shared in {item} with {user}"
|
msgid "Shared in {item} with {user}"
|
||||||
msgstr ""
|
msgstr "{user}ekin {item}-n partekatuta"
|
||||||
|
|
||||||
#: js/share.js:292
|
#: js/share.js:292
|
||||||
msgid "Unshare"
|
msgid "Unshare"
|
||||||
|
@ -241,15 +241,15 @@ msgstr "ezabatu"
|
||||||
msgid "share"
|
msgid "share"
|
||||||
msgstr "elkarbanatu"
|
msgstr "elkarbanatu"
|
||||||
|
|
||||||
#: js/share.js:343 js/share.js:512 js/share.js:514
|
#: js/share.js:349 js/share.js:520 js/share.js:522
|
||||||
msgid "Password protected"
|
msgid "Password protected"
|
||||||
msgstr "Pasahitzarekin babestuta"
|
msgstr "Pasahitzarekin babestuta"
|
||||||
|
|
||||||
#: js/share.js:525
|
#: js/share.js:533
|
||||||
msgid "Error unsetting expiration date"
|
msgid "Error unsetting expiration date"
|
||||||
msgstr "Errorea izan da muga data kentzean"
|
msgstr "Errorea izan da muga data kentzean"
|
||||||
|
|
||||||
#: js/share.js:537
|
#: js/share.js:545
|
||||||
msgid "Error setting expiration date"
|
msgid "Error setting expiration date"
|
||||||
msgstr "Errore bat egon da muga data ezartzean"
|
msgstr "Errore bat egon da muga data ezartzean"
|
||||||
|
|
||||||
|
@ -267,11 +267,11 @@ msgstr "Zure pashitza berrezartzeko lotura bat jasoko duzu Epostaren bidez."
|
||||||
|
|
||||||
#: lostpassword/templates/lostpassword.php:5
|
#: lostpassword/templates/lostpassword.php:5
|
||||||
msgid "Reset email send."
|
msgid "Reset email send."
|
||||||
msgstr ""
|
msgstr "Berrezartzeko eposta bidali da."
|
||||||
|
|
||||||
#: lostpassword/templates/lostpassword.php:8
|
#: lostpassword/templates/lostpassword.php:8
|
||||||
msgid "Request failed!"
|
msgid "Request failed!"
|
||||||
msgstr ""
|
msgstr "Eskariak huts egin du!"
|
||||||
|
|
||||||
#: lostpassword/templates/lostpassword.php:11 templates/installation.php:38
|
#: lostpassword/templates/lostpassword.php:11 templates/installation.php:38
|
||||||
#: templates/login.php:20
|
#: templates/login.php:20
|
||||||
|
@ -342,13 +342,13 @@ msgstr "Segurtasun abisua"
|
||||||
msgid ""
|
msgid ""
|
||||||
"No secure random number generator is available, please enable the PHP "
|
"No secure random number generator is available, please enable the PHP "
|
||||||
"OpenSSL extension."
|
"OpenSSL extension."
|
||||||
msgstr ""
|
msgstr "Ez dago hausazko zenbaki sortzaile segururik eskuragarri, mesedez gatiu PHP OpenSSL extensioa."
|
||||||
|
|
||||||
#: templates/installation.php:26
|
#: templates/installation.php:26
|
||||||
msgid ""
|
msgid ""
|
||||||
"Without a secure random number generator an attacker may be able to predict "
|
"Without a secure random number generator an attacker may be able to predict "
|
||||||
"password reset tokens and take over your account."
|
"password reset tokens and take over your account."
|
||||||
msgstr ""
|
msgstr "Hausazko zenbaki sortzaile segururik gabe erasotzaile batek pasahitza berrezartzeko kodeak iragarri ditzake eta zure kontuaz jabetu."
|
||||||
|
|
||||||
#: templates/installation.php:32
|
#: templates/installation.php:32
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -404,103 +404,103 @@ msgstr "Datubasearen hostalaria"
|
||||||
msgid "Finish setup"
|
msgid "Finish setup"
|
||||||
msgstr "Bukatu konfigurazioa"
|
msgstr "Bukatu konfigurazioa"
|
||||||
|
|
||||||
#: templates/layout.guest.php:15 templates/layout.user.php:16
|
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
||||||
msgid "Sunday"
|
msgid "Sunday"
|
||||||
msgstr "Igandea"
|
msgstr "Igandea"
|
||||||
|
|
||||||
#: templates/layout.guest.php:15 templates/layout.user.php:16
|
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
||||||
msgid "Monday"
|
msgid "Monday"
|
||||||
msgstr "Astelehena"
|
msgstr "Astelehena"
|
||||||
|
|
||||||
#: templates/layout.guest.php:15 templates/layout.user.php:16
|
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
||||||
msgid "Tuesday"
|
msgid "Tuesday"
|
||||||
msgstr "Asteartea"
|
msgstr "Asteartea"
|
||||||
|
|
||||||
#: templates/layout.guest.php:15 templates/layout.user.php:16
|
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
||||||
msgid "Wednesday"
|
msgid "Wednesday"
|
||||||
msgstr "Asteazkena"
|
msgstr "Asteazkena"
|
||||||
|
|
||||||
#: templates/layout.guest.php:15 templates/layout.user.php:16
|
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
||||||
msgid "Thursday"
|
msgid "Thursday"
|
||||||
msgstr "Osteguna"
|
msgstr "Osteguna"
|
||||||
|
|
||||||
#: templates/layout.guest.php:15 templates/layout.user.php:16
|
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
||||||
msgid "Friday"
|
msgid "Friday"
|
||||||
msgstr "Ostirala"
|
msgstr "Ostirala"
|
||||||
|
|
||||||
#: templates/layout.guest.php:15 templates/layout.user.php:16
|
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
||||||
msgid "Saturday"
|
msgid "Saturday"
|
||||||
msgstr "Larunbata"
|
msgstr "Larunbata"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "January"
|
msgid "January"
|
||||||
msgstr "Urtarrila"
|
msgstr "Urtarrila"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "February"
|
msgid "February"
|
||||||
msgstr "Otsaila"
|
msgstr "Otsaila"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "March"
|
msgid "March"
|
||||||
msgstr "Martxoa"
|
msgstr "Martxoa"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "April"
|
msgid "April"
|
||||||
msgstr "Apirila"
|
msgstr "Apirila"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "May"
|
msgid "May"
|
||||||
msgstr "Maiatza"
|
msgstr "Maiatza"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "June"
|
msgid "June"
|
||||||
msgstr "Ekaina"
|
msgstr "Ekaina"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "July"
|
msgid "July"
|
||||||
msgstr "Uztaila"
|
msgstr "Uztaila"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "August"
|
msgid "August"
|
||||||
msgstr "Abuztua"
|
msgstr "Abuztua"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "September"
|
msgid "September"
|
||||||
msgstr "Iraila"
|
msgstr "Iraila"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "October"
|
msgid "October"
|
||||||
msgstr "Urria"
|
msgstr "Urria"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "November"
|
msgid "November"
|
||||||
msgstr "Azaroa"
|
msgstr "Azaroa"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "December"
|
msgid "December"
|
||||||
msgstr "Abendua"
|
msgstr "Abendua"
|
||||||
|
|
||||||
#: templates/layout.guest.php:41
|
#: templates/layout.guest.php:42
|
||||||
msgid "web services under your control"
|
msgid "web services under your control"
|
||||||
msgstr "web zerbitzuak zure kontrolpean"
|
msgstr "web zerbitzuak zure kontrolpean"
|
||||||
|
|
||||||
#: templates/layout.user.php:44
|
#: templates/layout.user.php:45
|
||||||
msgid "Log out"
|
msgid "Log out"
|
||||||
msgstr "Saioa bukatu"
|
msgstr "Saioa bukatu"
|
||||||
|
|
||||||
#: templates/login.php:8
|
#: templates/login.php:8
|
||||||
msgid "Automatic logon rejected!"
|
msgid "Automatic logon rejected!"
|
||||||
msgstr ""
|
msgstr "Saio hasiera automatikoa ez onartuta!"
|
||||||
|
|
||||||
#: templates/login.php:9
|
#: templates/login.php:9
|
||||||
msgid ""
|
msgid ""
|
||||||
"If you did not change your password recently, your account may be "
|
"If you did not change your password recently, your account may be "
|
||||||
"compromised!"
|
"compromised!"
|
||||||
msgstr ""
|
msgstr "Zure pasahitza orain dela gutxi ez baduzu aldatu, zure kontua arriskuan egon daiteke!"
|
||||||
|
|
||||||
#: templates/login.php:10
|
#: templates/login.php:10
|
||||||
msgid "Please change your password to secure your account again."
|
msgid "Please change your password to secure your account again."
|
||||||
msgstr ""
|
msgstr "Mesedez aldatu zure pasahitza zure kontua berriz segurtatzeko."
|
||||||
|
|
||||||
#: templates/login.php:15
|
#: templates/login.php:15
|
||||||
msgid "Lost your password?"
|
msgid "Lost your password?"
|
||||||
|
@ -528,14 +528,14 @@ msgstr "hurrengoa"
|
||||||
|
|
||||||
#: templates/verify.php:5
|
#: templates/verify.php:5
|
||||||
msgid "Security Warning!"
|
msgid "Security Warning!"
|
||||||
msgstr ""
|
msgstr "Segurtasun abisua"
|
||||||
|
|
||||||
#: templates/verify.php:6
|
#: templates/verify.php:6
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please verify your password. <br/>For security reasons you may be "
|
"Please verify your password. <br/>For security reasons you may be "
|
||||||
"occasionally asked to enter your password again."
|
"occasionally asked to enter your password again."
|
||||||
msgstr ""
|
msgstr "Mesedez egiaztatu zure pasahitza. <br/>Segurtasun arrazoiengatik noizbehinka zure pasahitza berriz sartzea eska diezazukegu."
|
||||||
|
|
||||||
#: templates/verify.php:16
|
#: templates/verify.php:16
|
||||||
msgid "Verify"
|
msgid "Verify"
|
||||||
msgstr ""
|
msgstr "Egiaztatu"
|
||||||
|
|
|
@ -9,9 +9,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-11-24 00:01+0100\n"
|
"POT-Creation-Date: 2012-11-26 00:01+0100\n"
|
||||||
"PO-Revision-Date: 2012-11-23 23:02+0000\n"
|
"PO-Revision-Date: 2012-11-25 23:00+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: asieriko <asieriko@gmail.com>\n"
|
||||||
"Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n"
|
"Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -55,7 +55,7 @@ msgstr "Fitxategiak"
|
||||||
|
|
||||||
#: js/fileactions.js:117 templates/index.php:64
|
#: js/fileactions.js:117 templates/index.php:64
|
||||||
msgid "Unshare"
|
msgid "Unshare"
|
||||||
msgstr "Ez partekatu"
|
msgstr "Ez elkarbanatu"
|
||||||
|
|
||||||
#: js/fileactions.js:119 templates/index.php:66
|
#: js/fileactions.js:119 templates/index.php:66
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
|
@ -67,7 +67,7 @@ msgstr "Berrizendatu"
|
||||||
|
|
||||||
#: js/filelist.js:201 js/filelist.js:203
|
#: js/filelist.js:201 js/filelist.js:203
|
||||||
msgid "{new_name} already exists"
|
msgid "{new_name} already exists"
|
||||||
msgstr ""
|
msgstr "{new_name} dagoeneko existitzen da"
|
||||||
|
|
||||||
#: js/filelist.js:201 js/filelist.js:203
|
#: js/filelist.js:201 js/filelist.js:203
|
||||||
msgid "replace"
|
msgid "replace"
|
||||||
|
@ -83,7 +83,7 @@ msgstr "ezeztatu"
|
||||||
|
|
||||||
#: js/filelist.js:250
|
#: js/filelist.js:250
|
||||||
msgid "replaced {new_name}"
|
msgid "replaced {new_name}"
|
||||||
msgstr ""
|
msgstr "ordezkatua {new_name}"
|
||||||
|
|
||||||
#: js/filelist.js:250 js/filelist.js:252 js/filelist.js:284 js/filelist.js:286
|
#: js/filelist.js:250 js/filelist.js:252 js/filelist.js:284 js/filelist.js:286
|
||||||
msgid "undo"
|
msgid "undo"
|
||||||
|
@ -91,21 +91,21 @@ msgstr "desegin"
|
||||||
|
|
||||||
#: js/filelist.js:252
|
#: js/filelist.js:252
|
||||||
msgid "replaced {new_name} with {old_name}"
|
msgid "replaced {new_name} with {old_name}"
|
||||||
msgstr ""
|
msgstr " {new_name}-k {old_name} ordezkatu du"
|
||||||
|
|
||||||
#: js/filelist.js:284
|
#: js/filelist.js:284
|
||||||
msgid "unshared {files}"
|
msgid "unshared {files}"
|
||||||
msgstr ""
|
msgstr "elkarbanaketa utzita {files}"
|
||||||
|
|
||||||
#: js/filelist.js:286
|
#: js/filelist.js:286
|
||||||
msgid "deleted {files}"
|
msgid "deleted {files}"
|
||||||
msgstr ""
|
msgstr "ezabatuta {files}"
|
||||||
|
|
||||||
#: js/files.js:33
|
#: js/files.js:33
|
||||||
msgid ""
|
msgid ""
|
||||||
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
|
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
|
||||||
"allowed."
|
"allowed."
|
||||||
msgstr ""
|
msgstr "IZen aliogabea, '\\', '/', '<', '>', ':', '\"', '|', '?' eta '*' ez daude baimenduta."
|
||||||
|
|
||||||
#: js/files.js:183
|
#: js/files.js:183
|
||||||
msgid "generating ZIP-file, it may take some time."
|
msgid "generating ZIP-file, it may take some time."
|
||||||
|
@ -133,7 +133,7 @@ msgstr "fitxategi 1 igotzen"
|
||||||
|
|
||||||
#: js/files.js:277 js/files.js:331 js/files.js:346
|
#: js/files.js:277 js/files.js:331 js/files.js:346
|
||||||
msgid "{count} files uploading"
|
msgid "{count} files uploading"
|
||||||
msgstr ""
|
msgstr "{count} fitxategi igotzen"
|
||||||
|
|
||||||
#: js/files.js:349 js/files.js:382
|
#: js/files.js:349 js/files.js:382
|
||||||
msgid "Upload cancelled."
|
msgid "Upload cancelled."
|
||||||
|
@ -146,11 +146,11 @@ msgstr "Fitxategien igoera martxan da. Orria orain uzteak igoera ezeztatutko du.
|
||||||
|
|
||||||
#: js/files.js:523
|
#: js/files.js:523
|
||||||
msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
|
msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
|
||||||
msgstr ""
|
msgstr "Karpeta izen baliogabea. \"Shared\" karpetaren erabilera Owncloudek erreserbatuta dauka"
|
||||||
|
|
||||||
#: js/files.js:704
|
#: js/files.js:704
|
||||||
msgid "{count} files scanned"
|
msgid "{count} files scanned"
|
||||||
msgstr ""
|
msgstr "{count} fitxategi eskaneatuta"
|
||||||
|
|
||||||
#: js/files.js:712
|
#: js/files.js:712
|
||||||
msgid "error while scanning"
|
msgid "error while scanning"
|
||||||
|
@ -170,19 +170,19 @@ msgstr "Aldatuta"
|
||||||
|
|
||||||
#: js/files.js:814
|
#: js/files.js:814
|
||||||
msgid "1 folder"
|
msgid "1 folder"
|
||||||
msgstr ""
|
msgstr "karpeta bat"
|
||||||
|
|
||||||
#: js/files.js:816
|
#: js/files.js:816
|
||||||
msgid "{count} folders"
|
msgid "{count} folders"
|
||||||
msgstr ""
|
msgstr "{count} karpeta"
|
||||||
|
|
||||||
#: js/files.js:824
|
#: js/files.js:824
|
||||||
msgid "1 file"
|
msgid "1 file"
|
||||||
msgstr ""
|
msgstr "fitxategi bat"
|
||||||
|
|
||||||
#: js/files.js:826
|
#: js/files.js:826
|
||||||
msgid "{count} files"
|
msgid "{count} files"
|
||||||
msgstr ""
|
msgstr "{count} fitxategi"
|
||||||
|
|
||||||
#: templates/admin.php:5
|
#: templates/admin.php:5
|
||||||
msgid "File handling"
|
msgid "File handling"
|
||||||
|
@ -230,7 +230,7 @@ msgstr "Karpeta"
|
||||||
|
|
||||||
#: templates/index.php:11
|
#: templates/index.php:11
|
||||||
msgid "From link"
|
msgid "From link"
|
||||||
msgstr ""
|
msgstr "Estekatik"
|
||||||
|
|
||||||
#: templates/index.php:22
|
#: templates/index.php:22
|
||||||
msgid "Upload"
|
msgid "Upload"
|
||||||
|
|
|
@ -8,9 +8,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-11-16 00:02+0100\n"
|
"POT-Creation-Date: 2012-11-27 00:10+0100\n"
|
||||||
"PO-Revision-Date: 2012-11-14 23:13+0000\n"
|
"PO-Revision-Date: 2012-11-25 23:10+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: asieriko <asieriko@gmail.com>\n"
|
||||||
"Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n"
|
"Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -42,19 +42,19 @@ msgstr "Aplikazioak"
|
||||||
msgid "Admin"
|
msgid "Admin"
|
||||||
msgstr "Admin"
|
msgstr "Admin"
|
||||||
|
|
||||||
#: files.php:332
|
#: files.php:361
|
||||||
msgid "ZIP download is turned off."
|
msgid "ZIP download is turned off."
|
||||||
msgstr "ZIP deskarga ez dago gaituta."
|
msgstr "ZIP deskarga ez dago gaituta."
|
||||||
|
|
||||||
#: files.php:333
|
#: files.php:362
|
||||||
msgid "Files need to be downloaded one by one."
|
msgid "Files need to be downloaded one by one."
|
||||||
msgstr "Fitxategiak banan-banan deskargatu behar dira."
|
msgstr "Fitxategiak banan-banan deskargatu behar dira."
|
||||||
|
|
||||||
#: files.php:333 files.php:358
|
#: files.php:362 files.php:387
|
||||||
msgid "Back to Files"
|
msgid "Back to Files"
|
||||||
msgstr "Itzuli fitxategietara"
|
msgstr "Itzuli fitxategietara"
|
||||||
|
|
||||||
#: files.php:357
|
#: files.php:386
|
||||||
msgid "Selected files too large to generate zip file."
|
msgid "Selected files too large to generate zip file."
|
||||||
msgstr "Hautatuko fitxategiak oso handiak dira zip fitxategia sortzeko."
|
msgstr "Hautatuko fitxategiak oso handiak dira zip fitxategia sortzeko."
|
||||||
|
|
||||||
|
@ -80,7 +80,7 @@ msgstr "Testua"
|
||||||
|
|
||||||
#: search/provider/file.php:29
|
#: search/provider/file.php:29
|
||||||
msgid "Images"
|
msgid "Images"
|
||||||
msgstr ""
|
msgstr "Irudiak"
|
||||||
|
|
||||||
#: template.php:103
|
#: template.php:103
|
||||||
msgid "seconds ago"
|
msgid "seconds ago"
|
||||||
|
@ -97,12 +97,12 @@ msgstr "orain dela %d minutu"
|
||||||
|
|
||||||
#: template.php:106
|
#: template.php:106
|
||||||
msgid "1 hour ago"
|
msgid "1 hour ago"
|
||||||
msgstr ""
|
msgstr "orain dela ordu bat"
|
||||||
|
|
||||||
#: template.php:107
|
#: template.php:107
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%d hours ago"
|
msgid "%d hours ago"
|
||||||
msgstr ""
|
msgstr "orain dela %d ordu"
|
||||||
|
|
||||||
#: template.php:108
|
#: template.php:108
|
||||||
msgid "today"
|
msgid "today"
|
||||||
|
@ -124,7 +124,7 @@ msgstr "joan den hilabetea"
|
||||||
#: template.php:112
|
#: template.php:112
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%d months ago"
|
msgid "%d months ago"
|
||||||
msgstr ""
|
msgstr "orain dela %d hilabete"
|
||||||
|
|
||||||
#: template.php:113
|
#: template.php:113
|
||||||
msgid "last year"
|
msgid "last year"
|
||||||
|
@ -150,4 +150,4 @@ msgstr "eguneraketen egiaztapena ez dago gaituta"
|
||||||
#: vcategories.php:188 vcategories.php:249
|
#: vcategories.php:188 vcategories.php:249
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Could not find category \"%s\""
|
msgid "Could not find category \"%s\""
|
||||||
msgstr ""
|
msgstr "Ezin da \"%s\" kategoria aurkitu"
|
||||||
|
|
|
@ -10,9 +10,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-11-10 00:01+0100\n"
|
"POT-Creation-Date: 2012-11-26 00:01+0100\n"
|
||||||
"PO-Revision-Date: 2012-11-09 23:01+0000\n"
|
"PO-Revision-Date: 2012-11-25 22:46+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: asieriko <asieriko@gmail.com>\n"
|
||||||
"Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n"
|
"Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -100,7 +100,7 @@ msgstr "Gehitu zure aplikazioa"
|
||||||
|
|
||||||
#: templates/apps.php:11
|
#: templates/apps.php:11
|
||||||
msgid "More Apps"
|
msgid "More Apps"
|
||||||
msgstr ""
|
msgstr "App gehiago"
|
||||||
|
|
||||||
#: templates/apps.php:27
|
#: templates/apps.php:27
|
||||||
msgid "Select an App"
|
msgid "Select an App"
|
||||||
|
@ -141,7 +141,7 @@ msgstr "Erantzun"
|
||||||
#: templates/personal.php:8
|
#: templates/personal.php:8
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "You have used <strong>%s</strong> of the available <strong>%s</strong>"
|
msgid "You have used <strong>%s</strong> of the available <strong>%s</strong>"
|
||||||
msgstr ""
|
msgstr "Dagoeneko <strong>%s</strong> erabili duzu eskuragarri duzun <strong>%s</strong>etatik"
|
||||||
|
|
||||||
#: templates/personal.php:12
|
#: templates/personal.php:12
|
||||||
msgid "Desktop and Mobile Syncing Clients"
|
msgid "Desktop and Mobile Syncing Clients"
|
||||||
|
|
|
@ -3,13 +3,14 @@
|
||||||
# This file is distributed under the same license as the PACKAGE package.
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
|
# <asieriko@gmail.com>, 2012.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-11-09 10:06+0100\n"
|
"POT-Creation-Date: 2012-11-26 00:01+0100\n"
|
||||||
"PO-Revision-Date: 2012-11-09 09:06+0000\n"
|
"PO-Revision-Date: 2012-11-25 22:56+0000\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: asieriko <asieriko@gmail.com>\n"
|
||||||
"Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n"
|
"Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -19,4 +20,4 @@ msgstr ""
|
||||||
|
|
||||||
#: templates/settings.php:4
|
#: templates/settings.php:4
|
||||||
msgid "WebDAV URL: http://"
|
msgid "WebDAV URL: http://"
|
||||||
msgstr ""
|
msgstr "WebDAV URL: http://"
|
||||||
|
|
|
@ -12,9 +12,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-11-24 00:01+0100\n"
|
"POT-Creation-Date: 2012-11-27 00:09+0100\n"
|
||||||
"PO-Revision-Date: 2012-11-23 23:02+0000\n"
|
"PO-Revision-Date: 2012-11-26 19:12+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\n"
|
||||||
"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n"
|
"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -108,7 +108,7 @@ msgstr ""
|
||||||
msgid ""
|
msgid ""
|
||||||
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
|
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
|
||||||
"allowed."
|
"allowed."
|
||||||
msgstr ""
|
msgstr "Virheellinen nimi, merkit '\\', '/', '<', '>', ':', '\"', '|', '?' ja '*' eivät ole sallittuja."
|
||||||
|
|
||||||
#: js/files.js:183
|
#: js/files.js:183
|
||||||
msgid "generating ZIP-file, it may take some time."
|
msgid "generating ZIP-file, it may take some time."
|
||||||
|
|
108
l10n/fr/core.po
108
l10n/fr/core.po
|
@ -15,9 +15,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-11-16 00:02+0100\n"
|
"POT-Creation-Date: 2012-11-26 00:01+0100\n"
|
||||||
"PO-Revision-Date: 2012-11-14 23:13+0000\n"
|
"PO-Revision-Date: 2012-11-25 00:59+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: Romain DEP. <rom1dep@gmail.com>\n"
|
||||||
"Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n"
|
"Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -27,7 +27,7 @@ msgstr ""
|
||||||
|
|
||||||
#: ajax/vcategories/add.php:26 ajax/vcategories/edit.php:25
|
#: ajax/vcategories/add.php:26 ajax/vcategories/edit.php:25
|
||||||
msgid "Category type not provided."
|
msgid "Category type not provided."
|
||||||
msgstr ""
|
msgstr "Type de catégorie non spécifié."
|
||||||
|
|
||||||
#: ajax/vcategories/add.php:30
|
#: ajax/vcategories/add.php:30
|
||||||
msgid "No category to add?"
|
msgid "No category to add?"
|
||||||
|
@ -41,18 +41,18 @@ msgstr "Cette catégorie existe déjà : "
|
||||||
#: ajax/vcategories/favorites.php:24
|
#: ajax/vcategories/favorites.php:24
|
||||||
#: ajax/vcategories/removeFromFavorites.php:26
|
#: ajax/vcategories/removeFromFavorites.php:26
|
||||||
msgid "Object type not provided."
|
msgid "Object type not provided."
|
||||||
msgstr ""
|
msgstr "Type d'objet non spécifié."
|
||||||
|
|
||||||
#: ajax/vcategories/addToFavorites.php:30
|
#: ajax/vcategories/addToFavorites.php:30
|
||||||
#: ajax/vcategories/removeFromFavorites.php:30
|
#: ajax/vcategories/removeFromFavorites.php:30
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s ID not provided."
|
msgid "%s ID not provided."
|
||||||
msgstr ""
|
msgstr "L'identifiant de %s n'est pas spécifié."
|
||||||
|
|
||||||
#: ajax/vcategories/addToFavorites.php:35
|
#: ajax/vcategories/addToFavorites.php:35
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Error adding %s to favorites."
|
msgid "Error adding %s to favorites."
|
||||||
msgstr ""
|
msgstr "Erreur lors de l'ajout de %s aux favoris."
|
||||||
|
|
||||||
#: ajax/vcategories/delete.php:35 js/oc-vcategories.js:136
|
#: ajax/vcategories/delete.php:35 js/oc-vcategories.js:136
|
||||||
msgid "No categories selected for deletion."
|
msgid "No categories selected for deletion."
|
||||||
|
@ -61,61 +61,61 @@ msgstr "Aucune catégorie sélectionnée pour suppression"
|
||||||
#: ajax/vcategories/removeFromFavorites.php:35
|
#: ajax/vcategories/removeFromFavorites.php:35
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Error removing %s from favorites."
|
msgid "Error removing %s from favorites."
|
||||||
msgstr ""
|
msgstr "Erreur lors de la suppression de %s des favoris."
|
||||||
|
|
||||||
#: js/js.js:243 templates/layout.user.php:59 templates/layout.user.php:60
|
#: js/js.js:259 templates/layout.user.php:60 templates/layout.user.php:61
|
||||||
msgid "Settings"
|
msgid "Settings"
|
||||||
msgstr "Paramètres"
|
msgstr "Paramètres"
|
||||||
|
|
||||||
#: js/js.js:688
|
#: js/js.js:704
|
||||||
msgid "seconds ago"
|
msgid "seconds ago"
|
||||||
msgstr "il y a quelques secondes"
|
msgstr "il y a quelques secondes"
|
||||||
|
|
||||||
#: js/js.js:689
|
#: js/js.js:705
|
||||||
msgid "1 minute ago"
|
msgid "1 minute ago"
|
||||||
msgstr "il y a une minute"
|
msgstr "il y a une minute"
|
||||||
|
|
||||||
#: js/js.js:690
|
#: js/js.js:706
|
||||||
msgid "{minutes} minutes ago"
|
msgid "{minutes} minutes ago"
|
||||||
msgstr "il y a {minutes} minutes"
|
msgstr "il y a {minutes} minutes"
|
||||||
|
|
||||||
#: js/js.js:691
|
#: js/js.js:707
|
||||||
msgid "1 hour ago"
|
msgid "1 hour ago"
|
||||||
msgstr ""
|
msgstr "Il y a une heure"
|
||||||
|
|
||||||
#: js/js.js:692
|
#: js/js.js:708
|
||||||
msgid "{hours} hours ago"
|
msgid "{hours} hours ago"
|
||||||
msgstr ""
|
msgstr "Il y a {hours} heures"
|
||||||
|
|
||||||
#: js/js.js:693
|
#: js/js.js:709
|
||||||
msgid "today"
|
msgid "today"
|
||||||
msgstr "aujourd'hui"
|
msgstr "aujourd'hui"
|
||||||
|
|
||||||
#: js/js.js:694
|
#: js/js.js:710
|
||||||
msgid "yesterday"
|
msgid "yesterday"
|
||||||
msgstr "hier"
|
msgstr "hier"
|
||||||
|
|
||||||
#: js/js.js:695
|
#: js/js.js:711
|
||||||
msgid "{days} days ago"
|
msgid "{days} days ago"
|
||||||
msgstr "il y a {days} jours"
|
msgstr "il y a {days} jours"
|
||||||
|
|
||||||
#: js/js.js:696
|
#: js/js.js:712
|
||||||
msgid "last month"
|
msgid "last month"
|
||||||
msgstr "le mois dernier"
|
msgstr "le mois dernier"
|
||||||
|
|
||||||
#: js/js.js:697
|
#: js/js.js:713
|
||||||
msgid "{months} months ago"
|
msgid "{months} months ago"
|
||||||
msgstr ""
|
msgstr "Il y a {months} mois"
|
||||||
|
|
||||||
#: js/js.js:698
|
#: js/js.js:714
|
||||||
msgid "months ago"
|
msgid "months ago"
|
||||||
msgstr "il y a plusieurs mois"
|
msgstr "il y a plusieurs mois"
|
||||||
|
|
||||||
#: js/js.js:699
|
#: js/js.js:715
|
||||||
msgid "last year"
|
msgid "last year"
|
||||||
msgstr "l'année dernière"
|
msgstr "l'année dernière"
|
||||||
|
|
||||||
#: js/js.js:700
|
#: js/js.js:716
|
||||||
msgid "years ago"
|
msgid "years ago"
|
||||||
msgstr "il y a plusieurs années"
|
msgstr "il y a plusieurs années"
|
||||||
|
|
||||||
|
@ -142,21 +142,21 @@ msgstr "Ok"
|
||||||
#: js/oc-vcategories.js:5 js/oc-vcategories.js:85 js/oc-vcategories.js:102
|
#: js/oc-vcategories.js:5 js/oc-vcategories.js:85 js/oc-vcategories.js:102
|
||||||
#: js/oc-vcategories.js:117 js/oc-vcategories.js:132 js/oc-vcategories.js:162
|
#: js/oc-vcategories.js:117 js/oc-vcategories.js:132 js/oc-vcategories.js:162
|
||||||
msgid "The object type is not specified."
|
msgid "The object type is not specified."
|
||||||
msgstr ""
|
msgstr "Le type d'objet n'est pas spécifié."
|
||||||
|
|
||||||
#: js/oc-vcategories.js:95 js/oc-vcategories.js:125 js/oc-vcategories.js:136
|
#: js/oc-vcategories.js:95 js/oc-vcategories.js:125 js/oc-vcategories.js:136
|
||||||
#: js/oc-vcategories.js:195 js/share.js:135 js/share.js:142 js/share.js:525
|
#: js/oc-vcategories.js:195 js/share.js:135 js/share.js:142 js/share.js:527
|
||||||
#: js/share.js:537
|
#: js/share.js:539
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr "Erreur"
|
msgstr "Erreur"
|
||||||
|
|
||||||
#: js/oc-vcategories.js:179
|
#: js/oc-vcategories.js:179
|
||||||
msgid "The app name is not specified."
|
msgid "The app name is not specified."
|
||||||
msgstr ""
|
msgstr "Le nom de l'application n'est pas spécifié."
|
||||||
|
|
||||||
#: js/oc-vcategories.js:194
|
#: js/oc-vcategories.js:194
|
||||||
msgid "The required file {file} is not installed!"
|
msgid "The required file {file} is not installed!"
|
||||||
msgstr ""
|
msgstr "Le fichier requis {file} n'est pas installé !"
|
||||||
|
|
||||||
#: js/share.js:124
|
#: js/share.js:124
|
||||||
msgid "Error while sharing"
|
msgid "Error while sharing"
|
||||||
|
@ -247,15 +247,15 @@ msgstr "supprimer"
|
||||||
msgid "share"
|
msgid "share"
|
||||||
msgstr "partager"
|
msgstr "partager"
|
||||||
|
|
||||||
#: js/share.js:343 js/share.js:512 js/share.js:514
|
#: js/share.js:343 js/share.js:514 js/share.js:516
|
||||||
msgid "Password protected"
|
msgid "Password protected"
|
||||||
msgstr "Protégé par un mot de passe"
|
msgstr "Protégé par un mot de passe"
|
||||||
|
|
||||||
#: js/share.js:525
|
#: js/share.js:527
|
||||||
msgid "Error unsetting expiration date"
|
msgid "Error unsetting expiration date"
|
||||||
msgstr "Un erreur est survenue pendant la suppression de la date d'expiration"
|
msgstr "Un erreur est survenue pendant la suppression de la date d'expiration"
|
||||||
|
|
||||||
#: js/share.js:537
|
#: js/share.js:539
|
||||||
msgid "Error setting expiration date"
|
msgid "Error setting expiration date"
|
||||||
msgstr "Erreur lors de la spécification de la date d'expiration"
|
msgstr "Erreur lors de la spécification de la date d'expiration"
|
||||||
|
|
||||||
|
@ -410,87 +410,87 @@ msgstr "Serveur de la base de données"
|
||||||
msgid "Finish setup"
|
msgid "Finish setup"
|
||||||
msgstr "Terminer l'installation"
|
msgstr "Terminer l'installation"
|
||||||
|
|
||||||
#: templates/layout.guest.php:15 templates/layout.user.php:16
|
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
||||||
msgid "Sunday"
|
msgid "Sunday"
|
||||||
msgstr "Dimanche"
|
msgstr "Dimanche"
|
||||||
|
|
||||||
#: templates/layout.guest.php:15 templates/layout.user.php:16
|
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
||||||
msgid "Monday"
|
msgid "Monday"
|
||||||
msgstr "Lundi"
|
msgstr "Lundi"
|
||||||
|
|
||||||
#: templates/layout.guest.php:15 templates/layout.user.php:16
|
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
||||||
msgid "Tuesday"
|
msgid "Tuesday"
|
||||||
msgstr "Mardi"
|
msgstr "Mardi"
|
||||||
|
|
||||||
#: templates/layout.guest.php:15 templates/layout.user.php:16
|
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
||||||
msgid "Wednesday"
|
msgid "Wednesday"
|
||||||
msgstr "Mercredi"
|
msgstr "Mercredi"
|
||||||
|
|
||||||
#: templates/layout.guest.php:15 templates/layout.user.php:16
|
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
||||||
msgid "Thursday"
|
msgid "Thursday"
|
||||||
msgstr "Jeudi"
|
msgstr "Jeudi"
|
||||||
|
|
||||||
#: templates/layout.guest.php:15 templates/layout.user.php:16
|
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
||||||
msgid "Friday"
|
msgid "Friday"
|
||||||
msgstr "Vendredi"
|
msgstr "Vendredi"
|
||||||
|
|
||||||
#: templates/layout.guest.php:15 templates/layout.user.php:16
|
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
||||||
msgid "Saturday"
|
msgid "Saturday"
|
||||||
msgstr "Samedi"
|
msgstr "Samedi"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "January"
|
msgid "January"
|
||||||
msgstr "janvier"
|
msgstr "janvier"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "February"
|
msgid "February"
|
||||||
msgstr "février"
|
msgstr "février"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "March"
|
msgid "March"
|
||||||
msgstr "mars"
|
msgstr "mars"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "April"
|
msgid "April"
|
||||||
msgstr "avril"
|
msgstr "avril"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "May"
|
msgid "May"
|
||||||
msgstr "mai"
|
msgstr "mai"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "June"
|
msgid "June"
|
||||||
msgstr "juin"
|
msgstr "juin"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "July"
|
msgid "July"
|
||||||
msgstr "juillet"
|
msgstr "juillet"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "August"
|
msgid "August"
|
||||||
msgstr "août"
|
msgstr "août"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "September"
|
msgid "September"
|
||||||
msgstr "septembre"
|
msgstr "septembre"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "October"
|
msgid "October"
|
||||||
msgstr "octobre"
|
msgstr "octobre"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "November"
|
msgid "November"
|
||||||
msgstr "novembre"
|
msgstr "novembre"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "December"
|
msgid "December"
|
||||||
msgstr "décembre"
|
msgstr "décembre"
|
||||||
|
|
||||||
#: templates/layout.guest.php:41
|
#: templates/layout.guest.php:42
|
||||||
msgid "web services under your control"
|
msgid "web services under your control"
|
||||||
msgstr "services web sous votre contrôle"
|
msgstr "services web sous votre contrôle"
|
||||||
|
|
||||||
#: templates/layout.user.php:44
|
#: templates/layout.user.php:45
|
||||||
msgid "Log out"
|
msgid "Log out"
|
||||||
msgstr "Se déconnecter"
|
msgstr "Se déconnecter"
|
||||||
|
|
||||||
|
|
|
@ -17,9 +17,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-11-24 00:01+0100\n"
|
"POT-Creation-Date: 2012-11-26 00:01+0100\n"
|
||||||
"PO-Revision-Date: 2012-11-23 23:01+0000\n"
|
"PO-Revision-Date: 2012-11-25 01:02+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: Romain DEP. <rom1dep@gmail.com>\n"
|
||||||
"Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n"
|
"Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -113,7 +113,7 @@ msgstr "Fichiers supprimés : {files}"
|
||||||
msgid ""
|
msgid ""
|
||||||
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
|
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
|
||||||
"allowed."
|
"allowed."
|
||||||
msgstr ""
|
msgstr "Nom invalide, les caractères '\\', '/', '<', '>', ':', '\"', '|', '?' et '*' ne sont pas autorisés."
|
||||||
|
|
||||||
#: js/files.js:183
|
#: js/files.js:183
|
||||||
msgid "generating ZIP-file, it may take some time."
|
msgid "generating ZIP-file, it may take some time."
|
||||||
|
@ -154,7 +154,7 @@ msgstr "L'envoi du fichier est en cours. Quitter cette page maintenant annulera
|
||||||
|
|
||||||
#: js/files.js:523
|
#: js/files.js:523
|
||||||
msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
|
msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
|
||||||
msgstr ""
|
msgstr "Nom de répertoire invalide. \"Shared\" est réservé par ownCloud"
|
||||||
|
|
||||||
#: js/files.js:704
|
#: js/files.js:704
|
||||||
msgid "{count} files scanned"
|
msgid "{count} files scanned"
|
||||||
|
|
|
@ -9,9 +9,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-11-16 00:02+0100\n"
|
"POT-Creation-Date: 2012-11-26 00:01+0100\n"
|
||||||
"PO-Revision-Date: 2012-11-14 23:13+0000\n"
|
"PO-Revision-Date: 2012-11-25 00:56+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: Romain DEP. <rom1dep@gmail.com>\n"
|
||||||
"Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n"
|
"Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -43,19 +43,19 @@ msgstr "Applications"
|
||||||
msgid "Admin"
|
msgid "Admin"
|
||||||
msgstr "Administration"
|
msgstr "Administration"
|
||||||
|
|
||||||
#: files.php:332
|
#: files.php:361
|
||||||
msgid "ZIP download is turned off."
|
msgid "ZIP download is turned off."
|
||||||
msgstr "Téléchargement ZIP désactivé."
|
msgstr "Téléchargement ZIP désactivé."
|
||||||
|
|
||||||
#: files.php:333
|
#: files.php:362
|
||||||
msgid "Files need to be downloaded one by one."
|
msgid "Files need to be downloaded one by one."
|
||||||
msgstr "Les fichiers nécessitent d'être téléchargés un par un."
|
msgstr "Les fichiers nécessitent d'être téléchargés un par un."
|
||||||
|
|
||||||
#: files.php:333 files.php:358
|
#: files.php:362 files.php:387
|
||||||
msgid "Back to Files"
|
msgid "Back to Files"
|
||||||
msgstr "Retour aux Fichiers"
|
msgstr "Retour aux Fichiers"
|
||||||
|
|
||||||
#: files.php:357
|
#: files.php:386
|
||||||
msgid "Selected files too large to generate zip file."
|
msgid "Selected files too large to generate zip file."
|
||||||
msgstr "Les fichiers sélectionnés sont trop volumineux pour être compressés."
|
msgstr "Les fichiers sélectionnés sont trop volumineux pour être compressés."
|
||||||
|
|
||||||
|
@ -98,12 +98,12 @@ msgstr "il y a %d minutes"
|
||||||
|
|
||||||
#: template.php:106
|
#: template.php:106
|
||||||
msgid "1 hour ago"
|
msgid "1 hour ago"
|
||||||
msgstr ""
|
msgstr "Il y a une heure"
|
||||||
|
|
||||||
#: template.php:107
|
#: template.php:107
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%d hours ago"
|
msgid "%d hours ago"
|
||||||
msgstr ""
|
msgstr "Il y a %d heures"
|
||||||
|
|
||||||
#: template.php:108
|
#: template.php:108
|
||||||
msgid "today"
|
msgid "today"
|
||||||
|
@ -125,7 +125,7 @@ msgstr "le mois dernier"
|
||||||
#: template.php:112
|
#: template.php:112
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%d months ago"
|
msgid "%d months ago"
|
||||||
msgstr ""
|
msgstr "Il y a %d mois"
|
||||||
|
|
||||||
#: template.php:113
|
#: template.php:113
|
||||||
msgid "last year"
|
msgid "last year"
|
||||||
|
@ -151,4 +151,4 @@ msgstr "la vérification des mises à jour est désactivée"
|
||||||
#: vcategories.php:188 vcategories.php:249
|
#: vcategories.php:188 vcategories.php:249
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Could not find category \"%s\""
|
msgid "Could not find category \"%s\""
|
||||||
msgstr ""
|
msgstr "Impossible de trouver la catégorie \"%s\""
|
||||||
|
|
|
@ -4,13 +4,14 @@
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# Robert Di Rosa <>, 2012.
|
# Robert Di Rosa <>, 2012.
|
||||||
|
# Romain DEP. <rom1dep@gmail.com>, 2012.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-11-12 00:01+0100\n"
|
"POT-Creation-Date: 2012-11-26 00:01+0100\n"
|
||||||
"PO-Revision-Date: 2012-11-11 10:15+0000\n"
|
"PO-Revision-Date: 2012-11-25 00:28+0000\n"
|
||||||
"Last-Translator: Robert Di Rosa <>\n"
|
"Last-Translator: Romain DEP. <rom1dep@gmail.com>\n"
|
||||||
"Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n"
|
"Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -20,4 +21,4 @@ msgstr ""
|
||||||
|
|
||||||
#: templates/settings.php:4
|
#: templates/settings.php:4
|
||||||
msgid "WebDAV URL: http://"
|
msgid "WebDAV URL: http://"
|
||||||
msgstr ""
|
msgstr "URL WebDAV : http://"
|
||||||
|
|
|
@ -10,9 +10,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-11-24 00:01+0100\n"
|
"POT-Creation-Date: 2012-11-27 00:09+0100\n"
|
||||||
"PO-Revision-Date: 2012-11-23 23:02+0000\n"
|
"PO-Revision-Date: 2012-11-26 01:15+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: Daisuke Deguchi <ddeguchi@is.nagoya-u.ac.jp>\n"
|
||||||
"Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n"
|
"Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -106,7 +106,7 @@ msgstr "削除 {files}"
|
||||||
msgid ""
|
msgid ""
|
||||||
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
|
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
|
||||||
"allowed."
|
"allowed."
|
||||||
msgstr ""
|
msgstr "無効な名前、'\\', '/', '<', '>', ':', '\"', '|', '?', '*' は使用できません。"
|
||||||
|
|
||||||
#: js/files.js:183
|
#: js/files.js:183
|
||||||
msgid "generating ZIP-file, it may take some time."
|
msgid "generating ZIP-file, it may take some time."
|
||||||
|
@ -147,7 +147,7 @@ msgstr "ファイル転送を実行中です。今このページから移動す
|
||||||
|
|
||||||
#: js/files.js:523
|
#: js/files.js:523
|
||||||
msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
|
msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
|
||||||
msgstr ""
|
msgstr "無効なフォルダ名です。\"Shared\" の利用は ownCloud が予約済みです。"
|
||||||
|
|
||||||
#: js/files.js:704
|
#: js/files.js:704
|
||||||
msgid "{count} files scanned"
|
msgid "{count} files scanned"
|
||||||
|
|
108
l10n/pl/core.po
108
l10n/pl/core.po
|
@ -17,9 +17,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-11-16 00:02+0100\n"
|
"POT-Creation-Date: 2012-11-28 00:10+0100\n"
|
||||||
"PO-Revision-Date: 2012-11-14 23:13+0000\n"
|
"PO-Revision-Date: 2012-11-27 08:53+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: Cyryl Sochacki <cyrylsochacki@gmail.com>\n"
|
||||||
"Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n"
|
"Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -29,7 +29,7 @@ msgstr ""
|
||||||
|
|
||||||
#: ajax/vcategories/add.php:26 ajax/vcategories/edit.php:25
|
#: ajax/vcategories/add.php:26 ajax/vcategories/edit.php:25
|
||||||
msgid "Category type not provided."
|
msgid "Category type not provided."
|
||||||
msgstr ""
|
msgstr "Typ kategorii nie podany."
|
||||||
|
|
||||||
#: ajax/vcategories/add.php:30
|
#: ajax/vcategories/add.php:30
|
||||||
msgid "No category to add?"
|
msgid "No category to add?"
|
||||||
|
@ -43,18 +43,18 @@ msgstr "Ta kategoria już istnieje"
|
||||||
#: ajax/vcategories/favorites.php:24
|
#: ajax/vcategories/favorites.php:24
|
||||||
#: ajax/vcategories/removeFromFavorites.php:26
|
#: ajax/vcategories/removeFromFavorites.php:26
|
||||||
msgid "Object type not provided."
|
msgid "Object type not provided."
|
||||||
msgstr ""
|
msgstr "Typ obiektu nie podany."
|
||||||
|
|
||||||
#: ajax/vcategories/addToFavorites.php:30
|
#: ajax/vcategories/addToFavorites.php:30
|
||||||
#: ajax/vcategories/removeFromFavorites.php:30
|
#: ajax/vcategories/removeFromFavorites.php:30
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s ID not provided."
|
msgid "%s ID not provided."
|
||||||
msgstr ""
|
msgstr "%s ID nie podany."
|
||||||
|
|
||||||
#: ajax/vcategories/addToFavorites.php:35
|
#: ajax/vcategories/addToFavorites.php:35
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Error adding %s to favorites."
|
msgid "Error adding %s to favorites."
|
||||||
msgstr ""
|
msgstr "Błąd dodania %s do ulubionych."
|
||||||
|
|
||||||
#: ajax/vcategories/delete.php:35 js/oc-vcategories.js:136
|
#: ajax/vcategories/delete.php:35 js/oc-vcategories.js:136
|
||||||
msgid "No categories selected for deletion."
|
msgid "No categories selected for deletion."
|
||||||
|
@ -63,61 +63,61 @@ msgstr "Nie ma kategorii zaznaczonych do usunięcia."
|
||||||
#: ajax/vcategories/removeFromFavorites.php:35
|
#: ajax/vcategories/removeFromFavorites.php:35
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Error removing %s from favorites."
|
msgid "Error removing %s from favorites."
|
||||||
msgstr ""
|
msgstr "Błąd usunięcia %s z ulubionych."
|
||||||
|
|
||||||
#: js/js.js:243 templates/layout.user.php:59 templates/layout.user.php:60
|
#: js/js.js:259 templates/layout.user.php:60 templates/layout.user.php:61
|
||||||
msgid "Settings"
|
msgid "Settings"
|
||||||
msgstr "Ustawienia"
|
msgstr "Ustawienia"
|
||||||
|
|
||||||
#: js/js.js:688
|
#: js/js.js:704
|
||||||
msgid "seconds ago"
|
msgid "seconds ago"
|
||||||
msgstr "sekund temu"
|
msgstr "sekund temu"
|
||||||
|
|
||||||
#: js/js.js:689
|
#: js/js.js:705
|
||||||
msgid "1 minute ago"
|
msgid "1 minute ago"
|
||||||
msgstr "1 minute temu"
|
msgstr "1 minute temu"
|
||||||
|
|
||||||
#: js/js.js:690
|
#: js/js.js:706
|
||||||
msgid "{minutes} minutes ago"
|
msgid "{minutes} minutes ago"
|
||||||
msgstr "{minutes} minut temu"
|
msgstr "{minutes} minut temu"
|
||||||
|
|
||||||
#: js/js.js:691
|
#: js/js.js:707
|
||||||
msgid "1 hour ago"
|
msgid "1 hour ago"
|
||||||
msgstr ""
|
msgstr "1 godzine temu"
|
||||||
|
|
||||||
#: js/js.js:692
|
#: js/js.js:708
|
||||||
msgid "{hours} hours ago"
|
msgid "{hours} hours ago"
|
||||||
msgstr ""
|
msgstr "{hours} godzin temu"
|
||||||
|
|
||||||
#: js/js.js:693
|
#: js/js.js:709
|
||||||
msgid "today"
|
msgid "today"
|
||||||
msgstr "dziś"
|
msgstr "dziś"
|
||||||
|
|
||||||
#: js/js.js:694
|
#: js/js.js:710
|
||||||
msgid "yesterday"
|
msgid "yesterday"
|
||||||
msgstr "wczoraj"
|
msgstr "wczoraj"
|
||||||
|
|
||||||
#: js/js.js:695
|
#: js/js.js:711
|
||||||
msgid "{days} days ago"
|
msgid "{days} days ago"
|
||||||
msgstr "{days} dni temu"
|
msgstr "{days} dni temu"
|
||||||
|
|
||||||
#: js/js.js:696
|
#: js/js.js:712
|
||||||
msgid "last month"
|
msgid "last month"
|
||||||
msgstr "ostani miesiąc"
|
msgstr "ostani miesiąc"
|
||||||
|
|
||||||
#: js/js.js:697
|
#: js/js.js:713
|
||||||
msgid "{months} months ago"
|
msgid "{months} months ago"
|
||||||
msgstr ""
|
msgstr "{months} miesięcy temu"
|
||||||
|
|
||||||
#: js/js.js:698
|
#: js/js.js:714
|
||||||
msgid "months ago"
|
msgid "months ago"
|
||||||
msgstr "miesięcy temu"
|
msgstr "miesięcy temu"
|
||||||
|
|
||||||
#: js/js.js:699
|
#: js/js.js:715
|
||||||
msgid "last year"
|
msgid "last year"
|
||||||
msgstr "ostatni rok"
|
msgstr "ostatni rok"
|
||||||
|
|
||||||
#: js/js.js:700
|
#: js/js.js:716
|
||||||
msgid "years ago"
|
msgid "years ago"
|
||||||
msgstr "lat temu"
|
msgstr "lat temu"
|
||||||
|
|
||||||
|
@ -144,21 +144,21 @@ msgstr "Ok"
|
||||||
#: js/oc-vcategories.js:5 js/oc-vcategories.js:85 js/oc-vcategories.js:102
|
#: js/oc-vcategories.js:5 js/oc-vcategories.js:85 js/oc-vcategories.js:102
|
||||||
#: js/oc-vcategories.js:117 js/oc-vcategories.js:132 js/oc-vcategories.js:162
|
#: js/oc-vcategories.js:117 js/oc-vcategories.js:132 js/oc-vcategories.js:162
|
||||||
msgid "The object type is not specified."
|
msgid "The object type is not specified."
|
||||||
msgstr ""
|
msgstr "Typ obiektu nie jest określony."
|
||||||
|
|
||||||
#: js/oc-vcategories.js:95 js/oc-vcategories.js:125 js/oc-vcategories.js:136
|
#: js/oc-vcategories.js:95 js/oc-vcategories.js:125 js/oc-vcategories.js:136
|
||||||
#: js/oc-vcategories.js:195 js/share.js:135 js/share.js:142 js/share.js:525
|
#: js/oc-vcategories.js:195 js/share.js:135 js/share.js:142 js/share.js:533
|
||||||
#: js/share.js:537
|
#: js/share.js:545
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr "Błąd"
|
msgstr "Błąd"
|
||||||
|
|
||||||
#: js/oc-vcategories.js:179
|
#: js/oc-vcategories.js:179
|
||||||
msgid "The app name is not specified."
|
msgid "The app name is not specified."
|
||||||
msgstr ""
|
msgstr "Nazwa aplikacji nie jest określona."
|
||||||
|
|
||||||
#: js/oc-vcategories.js:194
|
#: js/oc-vcategories.js:194
|
||||||
msgid "The required file {file} is not installed!"
|
msgid "The required file {file} is not installed!"
|
||||||
msgstr ""
|
msgstr "Żądany plik {file} nie jest zainstalowany!"
|
||||||
|
|
||||||
#: js/share.js:124
|
#: js/share.js:124
|
||||||
msgid "Error while sharing"
|
msgid "Error while sharing"
|
||||||
|
@ -249,15 +249,15 @@ msgstr "usuń"
|
||||||
msgid "share"
|
msgid "share"
|
||||||
msgstr "współdziel"
|
msgstr "współdziel"
|
||||||
|
|
||||||
#: js/share.js:343 js/share.js:512 js/share.js:514
|
#: js/share.js:349 js/share.js:520 js/share.js:522
|
||||||
msgid "Password protected"
|
msgid "Password protected"
|
||||||
msgstr "Zabezpieczone hasłem"
|
msgstr "Zabezpieczone hasłem"
|
||||||
|
|
||||||
#: js/share.js:525
|
#: js/share.js:533
|
||||||
msgid "Error unsetting expiration date"
|
msgid "Error unsetting expiration date"
|
||||||
msgstr "Błąd niszczenie daty wygaśnięcia"
|
msgstr "Błąd niszczenie daty wygaśnięcia"
|
||||||
|
|
||||||
#: js/share.js:537
|
#: js/share.js:545
|
||||||
msgid "Error setting expiration date"
|
msgid "Error setting expiration date"
|
||||||
msgstr "Błąd podczas ustawiania daty wygaśnięcia"
|
msgstr "Błąd podczas ustawiania daty wygaśnięcia"
|
||||||
|
|
||||||
|
@ -412,87 +412,87 @@ msgstr "Komputer bazy danych"
|
||||||
msgid "Finish setup"
|
msgid "Finish setup"
|
||||||
msgstr "Zakończ konfigurowanie"
|
msgstr "Zakończ konfigurowanie"
|
||||||
|
|
||||||
#: templates/layout.guest.php:15 templates/layout.user.php:16
|
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
||||||
msgid "Sunday"
|
msgid "Sunday"
|
||||||
msgstr "Niedziela"
|
msgstr "Niedziela"
|
||||||
|
|
||||||
#: templates/layout.guest.php:15 templates/layout.user.php:16
|
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
||||||
msgid "Monday"
|
msgid "Monday"
|
||||||
msgstr "Poniedziałek"
|
msgstr "Poniedziałek"
|
||||||
|
|
||||||
#: templates/layout.guest.php:15 templates/layout.user.php:16
|
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
||||||
msgid "Tuesday"
|
msgid "Tuesday"
|
||||||
msgstr "Wtorek"
|
msgstr "Wtorek"
|
||||||
|
|
||||||
#: templates/layout.guest.php:15 templates/layout.user.php:16
|
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
||||||
msgid "Wednesday"
|
msgid "Wednesday"
|
||||||
msgstr "Środa"
|
msgstr "Środa"
|
||||||
|
|
||||||
#: templates/layout.guest.php:15 templates/layout.user.php:16
|
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
||||||
msgid "Thursday"
|
msgid "Thursday"
|
||||||
msgstr "Czwartek"
|
msgstr "Czwartek"
|
||||||
|
|
||||||
#: templates/layout.guest.php:15 templates/layout.user.php:16
|
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
||||||
msgid "Friday"
|
msgid "Friday"
|
||||||
msgstr "Piątek"
|
msgstr "Piątek"
|
||||||
|
|
||||||
#: templates/layout.guest.php:15 templates/layout.user.php:16
|
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
||||||
msgid "Saturday"
|
msgid "Saturday"
|
||||||
msgstr "Sobota"
|
msgstr "Sobota"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "January"
|
msgid "January"
|
||||||
msgstr "Styczeń"
|
msgstr "Styczeń"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "February"
|
msgid "February"
|
||||||
msgstr "Luty"
|
msgstr "Luty"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "March"
|
msgid "March"
|
||||||
msgstr "Marzec"
|
msgstr "Marzec"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "April"
|
msgid "April"
|
||||||
msgstr "Kwiecień"
|
msgstr "Kwiecień"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "May"
|
msgid "May"
|
||||||
msgstr "Maj"
|
msgstr "Maj"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "June"
|
msgid "June"
|
||||||
msgstr "Czerwiec"
|
msgstr "Czerwiec"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "July"
|
msgid "July"
|
||||||
msgstr "Lipiec"
|
msgstr "Lipiec"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "August"
|
msgid "August"
|
||||||
msgstr "Sierpień"
|
msgstr "Sierpień"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "September"
|
msgid "September"
|
||||||
msgstr "Wrzesień"
|
msgstr "Wrzesień"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "October"
|
msgid "October"
|
||||||
msgstr "Październik"
|
msgstr "Październik"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "November"
|
msgid "November"
|
||||||
msgstr "Listopad"
|
msgstr "Listopad"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "December"
|
msgid "December"
|
||||||
msgstr "Grudzień"
|
msgstr "Grudzień"
|
||||||
|
|
||||||
#: templates/layout.guest.php:41
|
#: templates/layout.guest.php:42
|
||||||
msgid "web services under your control"
|
msgid "web services under your control"
|
||||||
msgstr "usługi internetowe pod kontrolą"
|
msgstr "usługi internetowe pod kontrolą"
|
||||||
|
|
||||||
#: templates/layout.user.php:44
|
#: templates/layout.user.php:45
|
||||||
msgid "Log out"
|
msgid "Log out"
|
||||||
msgstr "Wylogowuje użytkownika"
|
msgstr "Wylogowuje użytkownika"
|
||||||
|
|
||||||
|
|
|
@ -9,13 +9,14 @@
|
||||||
# <mosslar@gmail.com>, 2011.
|
# <mosslar@gmail.com>, 2011.
|
||||||
# <mplichta@gmail.com>, 2012.
|
# <mplichta@gmail.com>, 2012.
|
||||||
# Piotr Sokół <psokol@jabster.pl>, 2012.
|
# Piotr Sokół <psokol@jabster.pl>, 2012.
|
||||||
|
# <tomekde@gmail.com>, 2012.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-11-24 00:01+0100\n"
|
"POT-Creation-Date: 2012-11-28 00:10+0100\n"
|
||||||
"PO-Revision-Date: 2012-11-23 23:02+0000\n"
|
"PO-Revision-Date: 2012-11-27 05:59+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: Thomasso <tomekde@gmail.com>\n"
|
||||||
"Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n"
|
"Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -109,7 +110,7 @@ msgstr "usunięto {files}"
|
||||||
msgid ""
|
msgid ""
|
||||||
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
|
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
|
||||||
"allowed."
|
"allowed."
|
||||||
msgstr ""
|
msgstr "Niepoprawna nazwa, Znaki '\\', '/', '<', '>', ':', '\"', '|', '?' oraz '*'są niedozwolone."
|
||||||
|
|
||||||
#: js/files.js:183
|
#: js/files.js:183
|
||||||
msgid "generating ZIP-file, it may take some time."
|
msgid "generating ZIP-file, it may take some time."
|
||||||
|
@ -150,7 +151,7 @@ msgstr "Wysyłanie pliku jest w toku. Teraz opuszczając stronę wysyłanie zost
|
||||||
|
|
||||||
#: js/files.js:523
|
#: js/files.js:523
|
||||||
msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
|
msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
|
||||||
msgstr ""
|
msgstr "Błędna nazwa folderu. Nazwa \"Shared\" jest zarezerwowana dla Owncloud"
|
||||||
|
|
||||||
#: js/files.js:704
|
#: js/files.js:704
|
||||||
msgid "{count} files scanned"
|
msgid "{count} files scanned"
|
||||||
|
|
|
@ -4,14 +4,15 @@
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# Cyryl Sochacki <>, 2012.
|
# Cyryl Sochacki <>, 2012.
|
||||||
|
# Cyryl Sochacki <cyrylsochacki@gmail.com>, 2012.
|
||||||
# Marcin Małecki <gerber@tkdami.net>, 2012.
|
# Marcin Małecki <gerber@tkdami.net>, 2012.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-11-16 00:02+0100\n"
|
"POT-Creation-Date: 2012-11-28 00:10+0100\n"
|
||||||
"PO-Revision-Date: 2012-11-14 23:13+0000\n"
|
"PO-Revision-Date: 2012-11-27 08:54+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: Cyryl Sochacki <cyrylsochacki@gmail.com>\n"
|
||||||
"Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n"
|
"Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -43,19 +44,19 @@ msgstr "Aplikacje"
|
||||||
msgid "Admin"
|
msgid "Admin"
|
||||||
msgstr "Administrator"
|
msgstr "Administrator"
|
||||||
|
|
||||||
#: files.php:332
|
#: files.php:361
|
||||||
msgid "ZIP download is turned off."
|
msgid "ZIP download is turned off."
|
||||||
msgstr "Pobieranie ZIP jest wyłączone."
|
msgstr "Pobieranie ZIP jest wyłączone."
|
||||||
|
|
||||||
#: files.php:333
|
#: files.php:362
|
||||||
msgid "Files need to be downloaded one by one."
|
msgid "Files need to be downloaded one by one."
|
||||||
msgstr "Pliki muszą zostać pobrane pojedynczo."
|
msgstr "Pliki muszą zostać pobrane pojedynczo."
|
||||||
|
|
||||||
#: files.php:333 files.php:358
|
#: files.php:362 files.php:387
|
||||||
msgid "Back to Files"
|
msgid "Back to Files"
|
||||||
msgstr "Wróć do plików"
|
msgstr "Wróć do plików"
|
||||||
|
|
||||||
#: files.php:357
|
#: files.php:386
|
||||||
msgid "Selected files too large to generate zip file."
|
msgid "Selected files too large to generate zip file."
|
||||||
msgstr "Wybrane pliki są zbyt duże, aby wygenerować plik zip."
|
msgstr "Wybrane pliki są zbyt duże, aby wygenerować plik zip."
|
||||||
|
|
||||||
|
@ -98,12 +99,12 @@ msgstr "%d minut temu"
|
||||||
|
|
||||||
#: template.php:106
|
#: template.php:106
|
||||||
msgid "1 hour ago"
|
msgid "1 hour ago"
|
||||||
msgstr ""
|
msgstr "1 godzine temu"
|
||||||
|
|
||||||
#: template.php:107
|
#: template.php:107
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%d hours ago"
|
msgid "%d hours ago"
|
||||||
msgstr ""
|
msgstr "%d godzin temu"
|
||||||
|
|
||||||
#: template.php:108
|
#: template.php:108
|
||||||
msgid "today"
|
msgid "today"
|
||||||
|
@ -125,7 +126,7 @@ msgstr "ostatni miesiąc"
|
||||||
#: template.php:112
|
#: template.php:112
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%d months ago"
|
msgid "%d months ago"
|
||||||
msgstr ""
|
msgstr "%d miesiecy temu"
|
||||||
|
|
||||||
#: template.php:113
|
#: template.php:113
|
||||||
msgid "last year"
|
msgid "last year"
|
||||||
|
@ -151,4 +152,4 @@ msgstr "wybór aktualizacji jest wyłączony"
|
||||||
#: vcategories.php:188 vcategories.php:249
|
#: vcategories.php:188 vcategories.php:249
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Could not find category \"%s\""
|
msgid "Could not find category \"%s\""
|
||||||
msgstr ""
|
msgstr "Nie można odnaleźć kategorii \"%s\""
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
# Denis <reg.transifex.net@demitel.ru>, 2012.
|
# Denis <reg.transifex.net@demitel.ru>, 2012.
|
||||||
# <jekader@gmail.com>, 2012.
|
# <jekader@gmail.com>, 2012.
|
||||||
# <lankme@gmail.com>, 2012.
|
# <lankme@gmail.com>, 2012.
|
||||||
|
# <mpolr21@gmail.com>, 2012.
|
||||||
# Nick Remeslennikov <homolibere@gmail.com>, 2012.
|
# Nick Remeslennikov <homolibere@gmail.com>, 2012.
|
||||||
# <skoptev@ukr.net>, 2012.
|
# <skoptev@ukr.net>, 2012.
|
||||||
# <tony.mccourin@gmail.com>, 2011.
|
# <tony.mccourin@gmail.com>, 2011.
|
||||||
|
@ -15,9 +16,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-11-24 00:01+0100\n"
|
"POT-Creation-Date: 2012-11-27 00:09+0100\n"
|
||||||
"PO-Revision-Date: 2012-11-23 23:02+0000\n"
|
"PO-Revision-Date: 2012-11-26 16:49+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: mPolr <mpolr21@gmail.com>\n"
|
||||||
"Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n"
|
"Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -111,7 +112,7 @@ msgstr "удаленные {files}"
|
||||||
msgid ""
|
msgid ""
|
||||||
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
|
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
|
||||||
"allowed."
|
"allowed."
|
||||||
msgstr ""
|
msgstr "Неправильное имя, '\\', '/', '<', '>', ':', '\"', '|', '?' и '*' недопустимы."
|
||||||
|
|
||||||
#: js/files.js:183
|
#: js/files.js:183
|
||||||
msgid "generating ZIP-file, it may take some time."
|
msgid "generating ZIP-file, it may take some time."
|
||||||
|
|
|
@ -9,9 +9,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-11-24 00:01+0100\n"
|
"POT-Creation-Date: 2012-11-27 00:09+0100\n"
|
||||||
"PO-Revision-Date: 2012-11-23 23:02+0000\n"
|
"PO-Revision-Date: 2012-11-26 06:47+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: AnnaSch <cdewqazxsqwe@gmail.com>\n"
|
||||||
"Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n"
|
"Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -105,7 +105,7 @@ msgstr "удалено {файлы}"
|
||||||
msgid ""
|
msgid ""
|
||||||
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
|
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
|
||||||
"allowed."
|
"allowed."
|
||||||
msgstr ""
|
msgstr "Некорректное имя, '\\', '/', '<', '>', ':', '\"', '|', '?' и '*' не допустимы."
|
||||||
|
|
||||||
#: js/files.js:183
|
#: js/files.js:183
|
||||||
msgid "generating ZIP-file, it may take some time."
|
msgid "generating ZIP-file, it may take some time."
|
||||||
|
|
|
@ -0,0 +1,539 @@
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: ownCloud\n"
|
||||||
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
|
"POT-Creation-Date: 2012-11-27 00:10+0100\n"
|
||||||
|
"PO-Revision-Date: 2011-07-25 16:05+0000\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: sq\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#: ajax/vcategories/add.php:26 ajax/vcategories/edit.php:25
|
||||||
|
msgid "Category type not provided."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/vcategories/add.php:30
|
||||||
|
msgid "No category to add?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/vcategories/add.php:37
|
||||||
|
msgid "This category already exists: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/vcategories/addToFavorites.php:26 ajax/vcategories/delete.php:27
|
||||||
|
#: ajax/vcategories/favorites.php:24
|
||||||
|
#: ajax/vcategories/removeFromFavorites.php:26
|
||||||
|
msgid "Object type not provided."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/vcategories/addToFavorites.php:30
|
||||||
|
#: ajax/vcategories/removeFromFavorites.php:30
|
||||||
|
#, php-format
|
||||||
|
msgid "%s ID not provided."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/vcategories/addToFavorites.php:35
|
||||||
|
#, php-format
|
||||||
|
msgid "Error adding %s to favorites."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/vcategories/delete.php:35 js/oc-vcategories.js:136
|
||||||
|
msgid "No categories selected for deletion."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/vcategories/removeFromFavorites.php:35
|
||||||
|
#, php-format
|
||||||
|
msgid "Error removing %s from favorites."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/js.js:259 templates/layout.user.php:60 templates/layout.user.php:61
|
||||||
|
msgid "Settings"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/js.js:704
|
||||||
|
msgid "seconds ago"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/js.js:705
|
||||||
|
msgid "1 minute ago"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/js.js:706
|
||||||
|
msgid "{minutes} minutes ago"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/js.js:707
|
||||||
|
msgid "1 hour ago"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/js.js:708
|
||||||
|
msgid "{hours} hours ago"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/js.js:709
|
||||||
|
msgid "today"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/js.js:710
|
||||||
|
msgid "yesterday"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/js.js:711
|
||||||
|
msgid "{days} days ago"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/js.js:712
|
||||||
|
msgid "last month"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/js.js:713
|
||||||
|
msgid "{months} months ago"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/js.js:714
|
||||||
|
msgid "months ago"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/js.js:715
|
||||||
|
msgid "last year"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/js.js:716
|
||||||
|
msgid "years ago"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/oc-dialogs.js:126
|
||||||
|
msgid "Choose"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/oc-dialogs.js:146 js/oc-dialogs.js:166
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/oc-dialogs.js:162
|
||||||
|
msgid "No"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/oc-dialogs.js:163
|
||||||
|
msgid "Yes"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/oc-dialogs.js:180
|
||||||
|
msgid "Ok"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/oc-vcategories.js:5 js/oc-vcategories.js:85 js/oc-vcategories.js:102
|
||||||
|
#: js/oc-vcategories.js:117 js/oc-vcategories.js:132 js/oc-vcategories.js:162
|
||||||
|
msgid "The object type is not specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/oc-vcategories.js:95 js/oc-vcategories.js:125 js/oc-vcategories.js:136
|
||||||
|
#: js/oc-vcategories.js:195 js/share.js:135 js/share.js:142 js/share.js:533
|
||||||
|
#: js/share.js:545
|
||||||
|
msgid "Error"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/oc-vcategories.js:179
|
||||||
|
msgid "The app name is not specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/oc-vcategories.js:194
|
||||||
|
msgid "The required file {file} is not installed!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:124
|
||||||
|
msgid "Error while sharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:135
|
||||||
|
msgid "Error while unsharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:142
|
||||||
|
msgid "Error while changing permissions"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:151
|
||||||
|
msgid "Shared with you and the group {group} by {owner}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:153
|
||||||
|
msgid "Shared with you by {owner}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:158
|
||||||
|
msgid "Share with"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:163
|
||||||
|
msgid "Share with link"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:164
|
||||||
|
msgid "Password protect"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:168 templates/installation.php:42 templates/login.php:24
|
||||||
|
#: templates/verify.php:13
|
||||||
|
msgid "Password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:173
|
||||||
|
msgid "Set expiration date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:174
|
||||||
|
msgid "Expiration date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:206
|
||||||
|
msgid "Share via email:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:208
|
||||||
|
msgid "No people found"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:235
|
||||||
|
msgid "Resharing is not allowed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:271
|
||||||
|
msgid "Shared in {item} with {user}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:292
|
||||||
|
msgid "Unshare"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:304
|
||||||
|
msgid "can edit"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:306
|
||||||
|
msgid "access control"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:309
|
||||||
|
msgid "create"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:312
|
||||||
|
msgid "update"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:315
|
||||||
|
msgid "delete"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:318
|
||||||
|
msgid "share"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:349 js/share.js:520 js/share.js:522
|
||||||
|
msgid "Password protected"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:533
|
||||||
|
msgid "Error unsetting expiration date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:545
|
||||||
|
msgid "Error setting expiration date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lostpassword/controller.php:47
|
||||||
|
msgid "ownCloud password reset"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lostpassword/templates/email.php:2
|
||||||
|
msgid "Use the following link to reset your password: {link}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lostpassword/templates/lostpassword.php:3
|
||||||
|
msgid "You will receive a link to reset your password via Email."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lostpassword/templates/lostpassword.php:5
|
||||||
|
msgid "Reset email send."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lostpassword/templates/lostpassword.php:8
|
||||||
|
msgid "Request failed!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lostpassword/templates/lostpassword.php:11 templates/installation.php:38
|
||||||
|
#: templates/login.php:20
|
||||||
|
msgid "Username"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lostpassword/templates/lostpassword.php:14
|
||||||
|
msgid "Request reset"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lostpassword/templates/resetpassword.php:4
|
||||||
|
msgid "Your password was reset"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lostpassword/templates/resetpassword.php:5
|
||||||
|
msgid "To login page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lostpassword/templates/resetpassword.php:8
|
||||||
|
msgid "New password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lostpassword/templates/resetpassword.php:11
|
||||||
|
msgid "Reset password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: strings.php:5
|
||||||
|
msgid "Personal"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: strings.php:6
|
||||||
|
msgid "Users"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: strings.php:7
|
||||||
|
msgid "Apps"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: strings.php:8
|
||||||
|
msgid "Admin"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: strings.php:9
|
||||||
|
msgid "Help"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/403.php:12
|
||||||
|
msgid "Access forbidden"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/404.php:12
|
||||||
|
msgid "Cloud not found"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/edit_categories_dialog.php:4
|
||||||
|
msgid "Edit categories"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/edit_categories_dialog.php:16
|
||||||
|
msgid "Add"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:23 templates/installation.php:31
|
||||||
|
msgid "Security Warning"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:24
|
||||||
|
msgid ""
|
||||||
|
"No secure random number generator is available, please enable the PHP "
|
||||||
|
"OpenSSL extension."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:26
|
||||||
|
msgid ""
|
||||||
|
"Without a secure random number generator an attacker may be able to predict "
|
||||||
|
"password reset tokens and take over your account."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:32
|
||||||
|
msgid ""
|
||||||
|
"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."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:36
|
||||||
|
msgid "Create an <strong>admin account</strong>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:48
|
||||||
|
msgid "Advanced"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:50
|
||||||
|
msgid "Data folder"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:57
|
||||||
|
msgid "Configure the database"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:62 templates/installation.php:73
|
||||||
|
#: templates/installation.php:83 templates/installation.php:93
|
||||||
|
msgid "will be used"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:105
|
||||||
|
msgid "Database user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:109
|
||||||
|
msgid "Database password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:113
|
||||||
|
msgid "Database name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:121
|
||||||
|
msgid "Database tablespace"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:127
|
||||||
|
msgid "Database host"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:132
|
||||||
|
msgid "Finish setup"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
||||||
|
msgid "Sunday"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
||||||
|
msgid "Monday"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
||||||
|
msgid "Tuesday"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
||||||
|
msgid "Wednesday"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
||||||
|
msgid "Thursday"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
||||||
|
msgid "Friday"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
||||||
|
msgid "Saturday"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
|
msgid "January"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
|
msgid "February"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
|
msgid "March"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
|
msgid "April"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
|
msgid "May"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
|
msgid "June"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
|
msgid "July"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
|
msgid "August"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
|
msgid "September"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
|
msgid "October"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
|
msgid "November"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
|
msgid "December"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/layout.guest.php:42
|
||||||
|
msgid "web services under your control"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/layout.user.php:45
|
||||||
|
msgid "Log out"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/login.php:8
|
||||||
|
msgid "Automatic logon rejected!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/login.php:9
|
||||||
|
msgid ""
|
||||||
|
"If you did not change your password recently, your account may be "
|
||||||
|
"compromised!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/login.php:10
|
||||||
|
msgid "Please change your password to secure your account again."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/login.php:15
|
||||||
|
msgid "Lost your password?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/login.php:27
|
||||||
|
msgid "remember"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/login.php:28
|
||||||
|
msgid "Log in"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/logout.php:1
|
||||||
|
msgid "You are logged out."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/part.pagenavi.php:3
|
||||||
|
msgid "prev"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/part.pagenavi.php:20
|
||||||
|
msgid "next"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/verify.php:5
|
||||||
|
msgid "Security Warning!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/verify.php:6
|
||||||
|
msgid ""
|
||||||
|
"Please verify your password. <br/>For security reasons you may be "
|
||||||
|
"occasionally asked to enter your password again."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/verify.php:16
|
||||||
|
msgid "Verify"
|
||||||
|
msgstr ""
|
|
@ -0,0 +1,269 @@
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: ownCloud\n"
|
||||||
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
|
"POT-Creation-Date: 2012-11-27 00:09+0100\n"
|
||||||
|
"PO-Revision-Date: 2011-08-13 02:19+0000\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: sq\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#: ajax/upload.php:20
|
||||||
|
msgid "There is no error, the file uploaded with success"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/upload.php:21
|
||||||
|
msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/upload.php:22
|
||||||
|
msgid ""
|
||||||
|
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
|
||||||
|
"the HTML form"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/upload.php:23
|
||||||
|
msgid "The uploaded file was only partially uploaded"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/upload.php:24
|
||||||
|
msgid "No file was uploaded"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/upload.php:25
|
||||||
|
msgid "Missing a temporary folder"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/upload.php:26
|
||||||
|
msgid "Failed to write to disk"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: appinfo/app.php:6
|
||||||
|
msgid "Files"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/fileactions.js:117 templates/index.php:64
|
||||||
|
msgid "Unshare"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/fileactions.js:119 templates/index.php:66
|
||||||
|
msgid "Delete"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/fileactions.js:181
|
||||||
|
msgid "Rename"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/filelist.js:201 js/filelist.js:203
|
||||||
|
msgid "{new_name} already exists"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/filelist.js:201 js/filelist.js:203
|
||||||
|
msgid "replace"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/filelist.js:201
|
||||||
|
msgid "suggest name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/filelist.js:201 js/filelist.js:203
|
||||||
|
msgid "cancel"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/filelist.js:250
|
||||||
|
msgid "replaced {new_name}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/filelist.js:250 js/filelist.js:252 js/filelist.js:284 js/filelist.js:286
|
||||||
|
msgid "undo"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/filelist.js:252
|
||||||
|
msgid "replaced {new_name} with {old_name}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/filelist.js:284
|
||||||
|
msgid "unshared {files}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/filelist.js:286
|
||||||
|
msgid "deleted {files}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/files.js:33
|
||||||
|
msgid ""
|
||||||
|
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
|
||||||
|
"allowed."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/files.js:183
|
||||||
|
msgid "generating ZIP-file, it may take some time."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/files.js:218
|
||||||
|
msgid "Unable to upload your file as it is a directory or has 0 bytes"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/files.js:218
|
||||||
|
msgid "Upload Error"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/files.js:235
|
||||||
|
msgid "Close"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/files.js:254 js/files.js:368 js/files.js:398
|
||||||
|
msgid "Pending"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/files.js:274
|
||||||
|
msgid "1 file uploading"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/files.js:277 js/files.js:331 js/files.js:346
|
||||||
|
msgid "{count} files uploading"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/files.js:349 js/files.js:382
|
||||||
|
msgid "Upload cancelled."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/files.js:451
|
||||||
|
msgid ""
|
||||||
|
"File upload is in progress. Leaving the page now will cancel the upload."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/files.js:523
|
||||||
|
msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/files.js:704
|
||||||
|
msgid "{count} files scanned"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/files.js:712
|
||||||
|
msgid "error while scanning"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/files.js:785 templates/index.php:50
|
||||||
|
msgid "Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/files.js:786 templates/index.php:58
|
||||||
|
msgid "Size"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/files.js:787 templates/index.php:60
|
||||||
|
msgid "Modified"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/files.js:814
|
||||||
|
msgid "1 folder"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/files.js:816
|
||||||
|
msgid "{count} folders"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/files.js:824
|
||||||
|
msgid "1 file"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/files.js:826
|
||||||
|
msgid "{count} files"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:5
|
||||||
|
msgid "File handling"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:7
|
||||||
|
msgid "Maximum upload size"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:7
|
||||||
|
msgid "max. possible: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:9
|
||||||
|
msgid "Needed for multi-file and folder downloads."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:9
|
||||||
|
msgid "Enable ZIP-download"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:11
|
||||||
|
msgid "0 is unlimited"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:12
|
||||||
|
msgid "Maximum input size for ZIP files"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:15
|
||||||
|
msgid "Save"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/index.php:7
|
||||||
|
msgid "New"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/index.php:9
|
||||||
|
msgid "Text file"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/index.php:10
|
||||||
|
msgid "Folder"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/index.php:11
|
||||||
|
msgid "From link"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/index.php:22
|
||||||
|
msgid "Upload"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/index.php:29
|
||||||
|
msgid "Cancel upload"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/index.php:42
|
||||||
|
msgid "Nothing in here. Upload something!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/index.php:52
|
||||||
|
msgid "Share"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/index.php:54
|
||||||
|
msgid "Download"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/index.php:77
|
||||||
|
msgid "Upload too large"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/index.php:79
|
||||||
|
msgid ""
|
||||||
|
"The files you are trying to upload exceed the maximum size for file uploads "
|
||||||
|
"on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/index.php:84
|
||||||
|
msgid "Files are being scanned, please wait."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/index.php:87
|
||||||
|
msgid "Current scanning"
|
||||||
|
msgstr ""
|
|
@ -0,0 +1,34 @@
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: ownCloud\n"
|
||||||
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
|
"POT-Creation-Date: 2012-11-27 00:09+0100\n"
|
||||||
|
"PO-Revision-Date: 2012-08-12 22:33+0000\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: sq\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#: templates/settings.php:3
|
||||||
|
msgid "Encryption"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:4
|
||||||
|
msgid "Exclude the following file types from encryption"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:5
|
||||||
|
msgid "None"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:10
|
||||||
|
msgid "Enable Encryption"
|
||||||
|
msgstr ""
|
|
@ -0,0 +1,106 @@
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: ownCloud\n"
|
||||||
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
|
"POT-Creation-Date: 2012-11-27 00:09+0100\n"
|
||||||
|
"PO-Revision-Date: 2012-08-12 22:34+0000\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: sq\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#: js/dropbox.js:7 js/dropbox.js:25 js/google.js:7 js/google.js:23
|
||||||
|
msgid "Access granted"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/dropbox.js:28 js/dropbox.js:74 js/dropbox.js:79 js/dropbox.js:86
|
||||||
|
msgid "Error configuring Dropbox storage"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/dropbox.js:34 js/dropbox.js:45 js/google.js:31 js/google.js:40
|
||||||
|
msgid "Grant access"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/dropbox.js:73 js/google.js:72
|
||||||
|
msgid "Fill out all required fields"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/dropbox.js:85
|
||||||
|
msgid "Please provide a valid Dropbox app key and secret."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/google.js:26 js/google.js:73 js/google.js:78
|
||||||
|
msgid "Error configuring Google Drive storage"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:3
|
||||||
|
msgid "External Storage"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:7 templates/settings.php:19
|
||||||
|
msgid "Mount point"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:8
|
||||||
|
msgid "Backend"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:9
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:10
|
||||||
|
msgid "Options"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:11
|
||||||
|
msgid "Applicable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:23
|
||||||
|
msgid "Add mount point"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:54 templates/settings.php:62
|
||||||
|
msgid "None set"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:63
|
||||||
|
msgid "All Users"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:64
|
||||||
|
msgid "Groups"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:69
|
||||||
|
msgid "Users"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:77 templates/settings.php:107
|
||||||
|
msgid "Delete"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:87
|
||||||
|
msgid "Enable User External Storage"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:88
|
||||||
|
msgid "Allow users to mount their own external storage"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:99
|
||||||
|
msgid "SSL root certificates"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:113
|
||||||
|
msgid "Import Root Certificate"
|
||||||
|
msgstr ""
|
|
@ -0,0 +1,48 @@
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: ownCloud\n"
|
||||||
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
|
"POT-Creation-Date: 2012-11-27 00:10+0100\n"
|
||||||
|
"PO-Revision-Date: 2012-08-12 22:35+0000\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: sq\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#: templates/authenticate.php:4
|
||||||
|
msgid "Password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/authenticate.php:6
|
||||||
|
msgid "Submit"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/public.php:17
|
||||||
|
#, php-format
|
||||||
|
msgid "%s shared the folder %s with you"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/public.php:19
|
||||||
|
#, php-format
|
||||||
|
msgid "%s shared the file %s with you"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/public.php:22 templates/public.php:38
|
||||||
|
msgid "Download"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/public.php:37
|
||||||
|
msgid "No preview available for"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/public.php:43
|
||||||
|
msgid "web services under your control"
|
||||||
|
msgstr ""
|
|
@ -0,0 +1,42 @@
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: ownCloud\n"
|
||||||
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
|
"POT-Creation-Date: 2012-11-27 00:10+0100\n"
|
||||||
|
"PO-Revision-Date: 2012-08-12 22:37+0000\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: sq\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#: js/settings-personal.js:31 templates/settings-personal.php:10
|
||||||
|
msgid "Expire all versions"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/versions.js:16
|
||||||
|
msgid "History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings-personal.php:4
|
||||||
|
msgid "Versions"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings-personal.php:7
|
||||||
|
msgid "This will delete all existing backup versions of your files"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:3
|
||||||
|
msgid "Files Versioning"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:4
|
||||||
|
msgid "Enable"
|
||||||
|
msgstr ""
|
|
@ -0,0 +1,152 @@
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: ownCloud\n"
|
||||||
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
|
"POT-Creation-Date: 2012-11-27 00:10+0100\n"
|
||||||
|
"PO-Revision-Date: 2012-07-27 22:23+0000\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: sq\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#: app.php:285
|
||||||
|
msgid "Help"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: app.php:292
|
||||||
|
msgid "Personal"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: app.php:297
|
||||||
|
msgid "Settings"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: app.php:302
|
||||||
|
msgid "Users"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: app.php:309
|
||||||
|
msgid "Apps"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: app.php:311
|
||||||
|
msgid "Admin"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: files.php:361
|
||||||
|
msgid "ZIP download is turned off."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: files.php:362
|
||||||
|
msgid "Files need to be downloaded one by one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: files.php:362 files.php:387
|
||||||
|
msgid "Back to Files"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: files.php:386
|
||||||
|
msgid "Selected files too large to generate zip file."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: json.php:28
|
||||||
|
msgid "Application is not enabled"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: json.php:39 json.php:64 json.php:77 json.php:89
|
||||||
|
msgid "Authentication error"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: json.php:51
|
||||||
|
msgid "Token expired. Please reload page."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: search/provider/file.php:17 search/provider/file.php:35
|
||||||
|
msgid "Files"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: search/provider/file.php:26 search/provider/file.php:33
|
||||||
|
msgid "Text"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: search/provider/file.php:29
|
||||||
|
msgid "Images"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: template.php:103
|
||||||
|
msgid "seconds ago"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: template.php:104
|
||||||
|
msgid "1 minute ago"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: template.php:105
|
||||||
|
#, php-format
|
||||||
|
msgid "%d minutes ago"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: template.php:106
|
||||||
|
msgid "1 hour ago"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: template.php:107
|
||||||
|
#, php-format
|
||||||
|
msgid "%d hours ago"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: template.php:108
|
||||||
|
msgid "today"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: template.php:109
|
||||||
|
msgid "yesterday"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: template.php:110
|
||||||
|
#, php-format
|
||||||
|
msgid "%d days ago"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: template.php:111
|
||||||
|
msgid "last month"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: template.php:112
|
||||||
|
#, php-format
|
||||||
|
msgid "%d months ago"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: template.php:113
|
||||||
|
msgid "last year"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: template.php:114
|
||||||
|
msgid "years ago"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: updater.php:75
|
||||||
|
#, php-format
|
||||||
|
msgid "%s is available. Get <a href=\"%s\">more information</a>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: updater.php:77
|
||||||
|
msgid "up to date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: updater.php:80
|
||||||
|
msgid "updates check is disabled"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: vcategories.php:188 vcategories.php:249
|
||||||
|
#, php-format
|
||||||
|
msgid "Could not find category \"%s\""
|
||||||
|
msgstr ""
|
|
@ -0,0 +1,243 @@
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: ownCloud\n"
|
||||||
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
|
"POT-Creation-Date: 2012-11-27 00:10+0100\n"
|
||||||
|
"PO-Revision-Date: 2011-07-25 16:05+0000\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: sq\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#: ajax/apps/ocs.php:20
|
||||||
|
msgid "Unable to load list from App Store"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/creategroup.php:10
|
||||||
|
msgid "Group already exists"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/creategroup.php:19
|
||||||
|
msgid "Unable to add group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/enableapp.php:12
|
||||||
|
msgid "Could not enable app. "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/lostpassword.php:12
|
||||||
|
msgid "Email saved"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/lostpassword.php:14
|
||||||
|
msgid "Invalid email"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/openid.php:13
|
||||||
|
msgid "OpenID Changed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/openid.php:15 ajax/setlanguage.php:17 ajax/setlanguage.php:20
|
||||||
|
msgid "Invalid request"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/removegroup.php:13
|
||||||
|
msgid "Unable to delete group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/removeuser.php:15 ajax/setquota.php:15 ajax/togglegroups.php:12
|
||||||
|
msgid "Authentication error"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/removeuser.php:24
|
||||||
|
msgid "Unable to delete user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/setlanguage.php:15
|
||||||
|
msgid "Language changed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/togglegroups.php:22
|
||||||
|
#, php-format
|
||||||
|
msgid "Unable to add user to group %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/togglegroups.php:28
|
||||||
|
#, php-format
|
||||||
|
msgid "Unable to remove user from group %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/apps.js:28 js/apps.js:67
|
||||||
|
msgid "Disable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/apps.js:28 js/apps.js:55
|
||||||
|
msgid "Enable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/personal.js:69
|
||||||
|
msgid "Saving..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: personal.php:42 personal.php:43
|
||||||
|
msgid "__language_name__"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/apps.php:10
|
||||||
|
msgid "Add your App"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/apps.php:11
|
||||||
|
msgid "More Apps"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/apps.php:27
|
||||||
|
msgid "Select an App"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/apps.php:31
|
||||||
|
msgid "See application page at apps.owncloud.com"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/apps.php:32
|
||||||
|
msgid "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/help.php:9
|
||||||
|
msgid "Documentation"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/help.php:10
|
||||||
|
msgid "Managing Big Files"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/help.php:11
|
||||||
|
msgid "Ask a question"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/help.php:22
|
||||||
|
msgid "Problems connecting to help database."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/help.php:23
|
||||||
|
msgid "Go there manually."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/help.php:31
|
||||||
|
msgid "Answer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/personal.php:8
|
||||||
|
#, php-format
|
||||||
|
msgid "You have used <strong>%s</strong> of the available <strong>%s</strong>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/personal.php:12
|
||||||
|
msgid "Desktop and Mobile Syncing Clients"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/personal.php:13
|
||||||
|
msgid "Download"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/personal.php:19
|
||||||
|
msgid "Your password was changed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/personal.php:20
|
||||||
|
msgid "Unable to change your password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/personal.php:21
|
||||||
|
msgid "Current password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/personal.php:22
|
||||||
|
msgid "New password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/personal.php:23
|
||||||
|
msgid "show"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/personal.php:24
|
||||||
|
msgid "Change password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/personal.php:30
|
||||||
|
msgid "Email"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/personal.php:31
|
||||||
|
msgid "Your email address"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/personal.php:32
|
||||||
|
msgid "Fill in an email address to enable password recovery"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/personal.php:38 templates/personal.php:39
|
||||||
|
msgid "Language"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/personal.php:44
|
||||||
|
msgid "Help translate"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/personal.php:51
|
||||||
|
msgid "use this address to connect to your ownCloud in your file manager"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/personal.php:61
|
||||||
|
msgid ""
|
||||||
|
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||||
|
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||||
|
"href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is "
|
||||||
|
"licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" "
|
||||||
|
"target=\"_blank\"><abbr title=\"Affero General Public "
|
||||||
|
"License\">AGPL</abbr></a>."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/users.php:21 templates/users.php:76
|
||||||
|
msgid "Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/users.php:23 templates/users.php:77
|
||||||
|
msgid "Password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
|
||||||
|
msgid "Groups"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/users.php:32
|
||||||
|
msgid "Create"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/users.php:35
|
||||||
|
msgid "Default Quota"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/users.php:55 templates/users.php:138
|
||||||
|
msgid "Other"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/users.php:80 templates/users.php:112
|
||||||
|
msgid "Group Admin"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/users.php:82
|
||||||
|
msgid "Quota"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/users.php:146
|
||||||
|
msgid "Delete"
|
||||||
|
msgstr ""
|
|
@ -0,0 +1,170 @@
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: ownCloud\n"
|
||||||
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
|
"POT-Creation-Date: 2012-11-27 00:10+0100\n"
|
||||||
|
"PO-Revision-Date: 2012-08-12 22:45+0000\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: sq\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#: templates/settings.php:8
|
||||||
|
msgid "Host"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:8
|
||||||
|
msgid ""
|
||||||
|
"You can omit the protocol, except you require SSL. Then start with ldaps://"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:9
|
||||||
|
msgid "Base DN"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:9
|
||||||
|
msgid "You can specify Base DN for users and groups in the Advanced tab"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:10
|
||||||
|
msgid "User DN"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:10
|
||||||
|
msgid ""
|
||||||
|
"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."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:11
|
||||||
|
msgid "Password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:11
|
||||||
|
msgid "For anonymous access, leave DN and Password empty."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:12
|
||||||
|
msgid "User Login Filter"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:12
|
||||||
|
#, php-format
|
||||||
|
msgid ""
|
||||||
|
"Defines the filter to apply, when login is attempted. %%uid replaces the "
|
||||||
|
"username in the login action."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:12
|
||||||
|
#, php-format
|
||||||
|
msgid "use %%uid placeholder, e.g. \"uid=%%uid\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:13
|
||||||
|
msgid "User List Filter"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:13
|
||||||
|
msgid "Defines the filter to apply, when retrieving users."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:13
|
||||||
|
msgid "without any placeholder, e.g. \"objectClass=person\"."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:14
|
||||||
|
msgid "Group Filter"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:14
|
||||||
|
msgid "Defines the filter to apply, when retrieving groups."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:14
|
||||||
|
msgid "without any placeholder, e.g. \"objectClass=posixGroup\"."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:17
|
||||||
|
msgid "Port"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:18
|
||||||
|
msgid "Base User Tree"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:19
|
||||||
|
msgid "Base Group Tree"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:20
|
||||||
|
msgid "Group-Member association"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:21
|
||||||
|
msgid "Use TLS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:21
|
||||||
|
msgid "Do not use it for SSL connections, it will fail."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:22
|
||||||
|
msgid "Case insensitve LDAP server (Windows)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:23
|
||||||
|
msgid "Turn off SSL certificate validation."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:23
|
||||||
|
msgid ""
|
||||||
|
"If connection only works with this option, import the LDAP server's SSL "
|
||||||
|
"certificate in your ownCloud server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:23
|
||||||
|
msgid "Not recommended, use for testing only."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:24
|
||||||
|
msgid "User Display Name Field"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:24
|
||||||
|
msgid "The LDAP attribute to use to generate the user`s ownCloud name."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:25
|
||||||
|
msgid "Group Display Name Field"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:25
|
||||||
|
msgid "The LDAP attribute to use to generate the groups`s ownCloud name."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:27
|
||||||
|
msgid "in bytes"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:29
|
||||||
|
msgid "in seconds. A change empties the cache."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:30
|
||||||
|
msgid ""
|
||||||
|
"Leave empty for user name (default). Otherwise, specify an LDAP/AD "
|
||||||
|
"attribute."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:32
|
||||||
|
msgid "Help"
|
||||||
|
msgstr ""
|
|
@ -0,0 +1,22 @@
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: ownCloud\n"
|
||||||
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
|
"POT-Creation-Date: 2012-11-27 00:10+0100\n"
|
||||||
|
"PO-Revision-Date: 2012-11-09 09:06+0000\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: sq\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#: templates/settings.php:4
|
||||||
|
msgid "WebDAV URL: http://"
|
||||||
|
msgstr ""
|
|
@ -13,9 +13,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-11-24 00:01+0100\n"
|
"POT-Creation-Date: 2012-11-27 00:09+0100\n"
|
||||||
"PO-Revision-Date: 2012-11-23 23:02+0000\n"
|
"PO-Revision-Date: 2012-11-26 10:00+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: Magnus Höglund <magnus@linux.com>\n"
|
||||||
"Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n"
|
"Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -109,7 +109,7 @@ msgstr "raderade {files}"
|
||||||
msgid ""
|
msgid ""
|
||||||
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
|
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
|
||||||
"allowed."
|
"allowed."
|
||||||
msgstr ""
|
msgstr "Ogiltigt namn, '\\', '/', '<', '>', ':', '\"', '|', '?' och '*' är inte tillåtet."
|
||||||
|
|
||||||
#: js/files.js:183
|
#: js/files.js:183
|
||||||
msgid "generating ZIP-file, it may take some time."
|
msgid "generating ZIP-file, it may take some time."
|
||||||
|
@ -150,7 +150,7 @@ msgstr "Filuppladdning pågår. Lämnar du sidan så avbryts uppladdningen."
|
||||||
|
|
||||||
#: js/files.js:523
|
#: js/files.js:523
|
||||||
msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
|
msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
|
||||||
msgstr ""
|
msgstr "Ogiltigt mappnamn. Ordet \"Delad\" är reserverat av ownCloud."
|
||||||
|
|
||||||
#: js/files.js:704
|
#: js/files.js:704
|
||||||
msgid "{count} files scanned"
|
msgid "{count} files scanned"
|
||||||
|
|
|
@ -8,9 +8,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-11-24 00:01+0100\n"
|
"POT-Creation-Date: 2012-11-26 00:01+0100\n"
|
||||||
"PO-Revision-Date: 2012-11-23 23:02+0000\n"
|
"PO-Revision-Date: 2012-11-25 16:24+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: suganthi <suganthi@nic.lk>\n"
|
||||||
"Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n"
|
"Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -104,7 +104,7 @@ msgstr "நீக்கப்பட்டது {கோப்புகள்}"
|
||||||
msgid ""
|
msgid ""
|
||||||
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
|
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
|
||||||
"allowed."
|
"allowed."
|
||||||
msgstr ""
|
msgstr "செல்லுபடியற்ற பெயர்,'\\', '/', '<', '>', ':', '\"', '|', '?' மற்றும் '*' ஆகியன அனுமதிக்கப்படமாட்டாது."
|
||||||
|
|
||||||
#: js/files.js:183
|
#: js/files.js:183
|
||||||
msgid "generating ZIP-file, it may take some time."
|
msgid "generating ZIP-file, it may take some time."
|
||||||
|
@ -145,7 +145,7 @@ msgstr "கோப்பு பதிவேற்றம் செயல்பா
|
||||||
|
|
||||||
#: js/files.js:523
|
#: js/files.js:523
|
||||||
msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
|
msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
|
||||||
msgstr ""
|
msgstr "செல்லுபடியற்ற கோப்புறை பெயர். \"பகிர்வின்\" பாவனை Owncloud இனால் ஒதுக்கப்பட்டுள்ளது"
|
||||||
|
|
||||||
#: js/files.js:704
|
#: js/files.js:704
|
||||||
msgid "{count} files scanned"
|
msgid "{count} files scanned"
|
||||||
|
|
|
@ -3,13 +3,14 @@
|
||||||
# This file is distributed under the same license as the PACKAGE package.
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
|
# <suganthi@nic.lk>, 2012.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-10-16 02:03+0200\n"
|
"POT-Creation-Date: 2012-11-26 00:01+0100\n"
|
||||||
"PO-Revision-Date: 2012-08-12 22:34+0000\n"
|
"PO-Revision-Date: 2012-11-25 17:04+0000\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: suganthi <suganthi@nic.lk>\n"
|
||||||
"Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n"
|
"Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -19,88 +20,88 @@ msgstr ""
|
||||||
|
|
||||||
#: js/dropbox.js:7 js/dropbox.js:25 js/google.js:7 js/google.js:23
|
#: js/dropbox.js:7 js/dropbox.js:25 js/google.js:7 js/google.js:23
|
||||||
msgid "Access granted"
|
msgid "Access granted"
|
||||||
msgstr ""
|
msgstr "அனுமதி வழங்கப்பட்டது"
|
||||||
|
|
||||||
#: js/dropbox.js:28 js/dropbox.js:74 js/dropbox.js:79 js/dropbox.js:86
|
#: js/dropbox.js:28 js/dropbox.js:74 js/dropbox.js:79 js/dropbox.js:86
|
||||||
msgid "Error configuring Dropbox storage"
|
msgid "Error configuring Dropbox storage"
|
||||||
msgstr ""
|
msgstr "Dropbox சேமிப்பை தகவமைப்பதில் வழு"
|
||||||
|
|
||||||
#: js/dropbox.js:34 js/dropbox.js:45 js/google.js:31 js/google.js:40
|
#: js/dropbox.js:34 js/dropbox.js:45 js/google.js:31 js/google.js:40
|
||||||
msgid "Grant access"
|
msgid "Grant access"
|
||||||
msgstr ""
|
msgstr "அனுமதியை வழங்கல்"
|
||||||
|
|
||||||
#: js/dropbox.js:73 js/google.js:72
|
#: js/dropbox.js:73 js/google.js:72
|
||||||
msgid "Fill out all required fields"
|
msgid "Fill out all required fields"
|
||||||
msgstr ""
|
msgstr "தேவையான எல்லா புலங்களையும் நிரப்புக"
|
||||||
|
|
||||||
#: js/dropbox.js:85
|
#: js/dropbox.js:85
|
||||||
msgid "Please provide a valid Dropbox app key and secret."
|
msgid "Please provide a valid Dropbox app key and secret."
|
||||||
msgstr ""
|
msgstr "தயவுசெய்து ஒரு செல்லுபடியான Dropbox செயலி சாவி மற்றும் இரகசியத்தை வழங்குக. "
|
||||||
|
|
||||||
#: js/google.js:26 js/google.js:73 js/google.js:78
|
#: js/google.js:26 js/google.js:73 js/google.js:78
|
||||||
msgid "Error configuring Google Drive storage"
|
msgid "Error configuring Google Drive storage"
|
||||||
msgstr ""
|
msgstr "Google இயக்க சேமிப்பகத்தை தகமைப்பதில் வழு"
|
||||||
|
|
||||||
#: templates/settings.php:3
|
#: templates/settings.php:3
|
||||||
msgid "External Storage"
|
msgid "External Storage"
|
||||||
msgstr ""
|
msgstr "வெளி சேமிப்பு"
|
||||||
|
|
||||||
#: templates/settings.php:7 templates/settings.php:19
|
#: templates/settings.php:7 templates/settings.php:19
|
||||||
msgid "Mount point"
|
msgid "Mount point"
|
||||||
msgstr ""
|
msgstr "ஏற்றப்புள்ளி"
|
||||||
|
|
||||||
#: templates/settings.php:8
|
#: templates/settings.php:8
|
||||||
msgid "Backend"
|
msgid "Backend"
|
||||||
msgstr ""
|
msgstr "பின்நிலை"
|
||||||
|
|
||||||
#: templates/settings.php:9
|
#: templates/settings.php:9
|
||||||
msgid "Configuration"
|
msgid "Configuration"
|
||||||
msgstr ""
|
msgstr "தகவமைப்பு"
|
||||||
|
|
||||||
#: templates/settings.php:10
|
#: templates/settings.php:10
|
||||||
msgid "Options"
|
msgid "Options"
|
||||||
msgstr ""
|
msgstr "தெரிவுகள்"
|
||||||
|
|
||||||
#: templates/settings.php:11
|
#: templates/settings.php:11
|
||||||
msgid "Applicable"
|
msgid "Applicable"
|
||||||
msgstr ""
|
msgstr "பயன்படத்தக்க"
|
||||||
|
|
||||||
#: templates/settings.php:23
|
#: templates/settings.php:23
|
||||||
msgid "Add mount point"
|
msgid "Add mount point"
|
||||||
msgstr ""
|
msgstr "ஏற்றப்புள்ளியை சேர்க்க"
|
||||||
|
|
||||||
#: templates/settings.php:54 templates/settings.php:62
|
#: templates/settings.php:54 templates/settings.php:62
|
||||||
msgid "None set"
|
msgid "None set"
|
||||||
msgstr ""
|
msgstr "தொகுப்பில்லா"
|
||||||
|
|
||||||
#: templates/settings.php:63
|
#: templates/settings.php:63
|
||||||
msgid "All Users"
|
msgid "All Users"
|
||||||
msgstr ""
|
msgstr "பயனாளர்கள் எல்லாம்"
|
||||||
|
|
||||||
#: templates/settings.php:64
|
#: templates/settings.php:64
|
||||||
msgid "Groups"
|
msgid "Groups"
|
||||||
msgstr ""
|
msgstr "குழுக்கள்"
|
||||||
|
|
||||||
#: templates/settings.php:69
|
#: templates/settings.php:69
|
||||||
msgid "Users"
|
msgid "Users"
|
||||||
msgstr ""
|
msgstr "பயனாளர்"
|
||||||
|
|
||||||
#: templates/settings.php:77 templates/settings.php:107
|
#: templates/settings.php:77 templates/settings.php:107
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr ""
|
msgstr "நீக்குக"
|
||||||
|
|
||||||
#: templates/settings.php:87
|
#: templates/settings.php:87
|
||||||
msgid "Enable User External Storage"
|
msgid "Enable User External Storage"
|
||||||
msgstr ""
|
msgstr "பயனாளர் வெளி சேமிப்பை இயலுமைப்படுத்துக"
|
||||||
|
|
||||||
#: templates/settings.php:88
|
#: templates/settings.php:88
|
||||||
msgid "Allow users to mount their own external storage"
|
msgid "Allow users to mount their own external storage"
|
||||||
msgstr ""
|
msgstr "பயனாளர் அவர்களுடைய சொந்த வெளியக சேமிப்பை ஏற்ற அனுமதிக்க"
|
||||||
|
|
||||||
#: templates/settings.php:99
|
#: templates/settings.php:99
|
||||||
msgid "SSL root certificates"
|
msgid "SSL root certificates"
|
||||||
msgstr ""
|
msgstr "SSL வேர் சான்றிதழ்கள்"
|
||||||
|
|
||||||
#: templates/settings.php:113
|
#: templates/settings.php:113
|
||||||
msgid "Import Root Certificate"
|
msgid "Import Root Certificate"
|
||||||
msgstr ""
|
msgstr "வேர் சான்றிதழை இறக்குமதி செய்க"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2012-11-25 00:02+0100\n"
|
"POT-Creation-Date: 2012-11-29 00:04+0100\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -137,8 +137,8 @@ msgid "The object type is not specified."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/oc-vcategories.js:95 js/oc-vcategories.js:125 js/oc-vcategories.js:136
|
#: js/oc-vcategories.js:95 js/oc-vcategories.js:125 js/oc-vcategories.js:136
|
||||||
#: js/oc-vcategories.js:195 js/share.js:135 js/share.js:142 js/share.js:527
|
#: js/oc-vcategories.js:195 js/share.js:135 js/share.js:142 js/share.js:533
|
||||||
#: js/share.js:539
|
#: js/share.js:545
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -239,15 +239,15 @@ msgstr ""
|
||||||
msgid "share"
|
msgid "share"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/share.js:343 js/share.js:514 js/share.js:516
|
#: js/share.js:349 js/share.js:520 js/share.js:522
|
||||||
msgid "Password protected"
|
msgid "Password protected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/share.js:527
|
#: js/share.js:533
|
||||||
msgid "Error unsetting expiration date"
|
msgid "Error unsetting expiration date"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/share.js:539
|
#: js/share.js:545
|
||||||
msgid "Error setting expiration date"
|
msgid "Error setting expiration date"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2012-11-25 00:02+0100\n"
|
"POT-Creation-Date: 2012-11-29 00:04+0100\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2012-11-25 00:02+0100\n"
|
"POT-Creation-Date: 2012-11-29 00:04+0100\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2012-11-25 00:02+0100\n"
|
"POT-Creation-Date: 2012-11-29 00:04+0100\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2012-11-25 00:02+0100\n"
|
"POT-Creation-Date: 2012-11-29 00:04+0100\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2012-11-25 00:02+0100\n"
|
"POT-Creation-Date: 2012-11-29 00:04+0100\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2012-11-25 00:02+0100\n"
|
"POT-Creation-Date: 2012-11-29 00:04+0100\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2012-11-25 00:02+0100\n"
|
"POT-Creation-Date: 2012-11-29 00:04+0100\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2012-11-25 00:02+0100\n"
|
"POT-Creation-Date: 2012-11-29 00:04+0100\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2012-11-25 00:02+0100\n"
|
"POT-Creation-Date: 2012-11-29 00:04+0100\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
|
@ -9,9 +9,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-11-24 00:01+0100\n"
|
"POT-Creation-Date: 2012-11-28 00:10+0100\n"
|
||||||
"PO-Revision-Date: 2012-11-23 23:02+0000\n"
|
"PO-Revision-Date: 2012-11-27 01:43+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: AriesAnywhere Anywhere <ariesanywhere@gmail.com>\n"
|
||||||
"Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n"
|
"Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -105,7 +105,7 @@ msgstr "ลบไฟล์แล้ว {files} ไฟล์"
|
||||||
msgid ""
|
msgid ""
|
||||||
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
|
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
|
||||||
"allowed."
|
"allowed."
|
||||||
msgstr ""
|
msgstr "ชื่อที่ใช้ไม่ถูกต้อง, '\\', '/', '<', '>', ':', '\"', '|', '?' และ '*' ไม่ได้รับอนุญาตให้ใช้งานได้"
|
||||||
|
|
||||||
#: js/files.js:183
|
#: js/files.js:183
|
||||||
msgid "generating ZIP-file, it may take some time."
|
msgid "generating ZIP-file, it may take some time."
|
||||||
|
@ -146,7 +146,7 @@ msgstr "การอัพโหลดไฟล์กำลังอยู่ใ
|
||||||
|
|
||||||
#: js/files.js:523
|
#: js/files.js:523
|
||||||
msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
|
msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
|
||||||
msgstr ""
|
msgstr "ชื่อโฟลเดอร์ที่ใช้ไม่ถูกต้อง การใช้งาน \"ถูกแชร์\" ถูกสงวนไว้เฉพาะ Owncloud เท่านั้น"
|
||||||
|
|
||||||
#: js/files.js:704
|
#: js/files.js:704
|
||||||
msgid "{count} files scanned"
|
msgid "{count} files scanned"
|
||||||
|
|
219
l10n/uk/core.po
219
l10n/uk/core.po
|
@ -4,15 +4,16 @@
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# <dzubchikd@gmail.com>, 2012.
|
# <dzubchikd@gmail.com>, 2012.
|
||||||
|
# <skoptev@ukr.net>, 2012.
|
||||||
# Soul Kim <warlock.rf@gmail.com>, 2012.
|
# Soul Kim <warlock.rf@gmail.com>, 2012.
|
||||||
# <victor.dubiniuk@gmail.com>, 2012.
|
# <victor.dubiniuk@gmail.com>, 2012.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-11-16 00:02+0100\n"
|
"POT-Creation-Date: 2012-11-27 00:10+0100\n"
|
||||||
"PO-Revision-Date: 2012-11-14 23:13+0000\n"
|
"PO-Revision-Date: 2012-11-26 15:28+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: skoptev <skoptev@ukr.net>\n"
|
||||||
"Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n"
|
"Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -22,101 +23,101 @@ msgstr ""
|
||||||
|
|
||||||
#: ajax/vcategories/add.php:26 ajax/vcategories/edit.php:25
|
#: ajax/vcategories/add.php:26 ajax/vcategories/edit.php:25
|
||||||
msgid "Category type not provided."
|
msgid "Category type not provided."
|
||||||
msgstr ""
|
msgstr "Не вказано тип категорії."
|
||||||
|
|
||||||
#: ajax/vcategories/add.php:30
|
#: ajax/vcategories/add.php:30
|
||||||
msgid "No category to add?"
|
msgid "No category to add?"
|
||||||
msgstr ""
|
msgstr "Відсутні категорії для додавання?"
|
||||||
|
|
||||||
#: ajax/vcategories/add.php:37
|
#: ajax/vcategories/add.php:37
|
||||||
msgid "This category already exists: "
|
msgid "This category already exists: "
|
||||||
msgstr ""
|
msgstr "Ця категорія вже існує: "
|
||||||
|
|
||||||
#: ajax/vcategories/addToFavorites.php:26 ajax/vcategories/delete.php:27
|
#: ajax/vcategories/addToFavorites.php:26 ajax/vcategories/delete.php:27
|
||||||
#: ajax/vcategories/favorites.php:24
|
#: ajax/vcategories/favorites.php:24
|
||||||
#: ajax/vcategories/removeFromFavorites.php:26
|
#: ajax/vcategories/removeFromFavorites.php:26
|
||||||
msgid "Object type not provided."
|
msgid "Object type not provided."
|
||||||
msgstr ""
|
msgstr "Не вказано тип об'єкту."
|
||||||
|
|
||||||
#: ajax/vcategories/addToFavorites.php:30
|
#: ajax/vcategories/addToFavorites.php:30
|
||||||
#: ajax/vcategories/removeFromFavorites.php:30
|
#: ajax/vcategories/removeFromFavorites.php:30
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s ID not provided."
|
msgid "%s ID not provided."
|
||||||
msgstr ""
|
msgstr "%s ID не вказано."
|
||||||
|
|
||||||
#: ajax/vcategories/addToFavorites.php:35
|
#: ajax/vcategories/addToFavorites.php:35
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Error adding %s to favorites."
|
msgid "Error adding %s to favorites."
|
||||||
msgstr ""
|
msgstr "Помилка при додаванні %s до обраного."
|
||||||
|
|
||||||
#: ajax/vcategories/delete.php:35 js/oc-vcategories.js:136
|
#: ajax/vcategories/delete.php:35 js/oc-vcategories.js:136
|
||||||
msgid "No categories selected for deletion."
|
msgid "No categories selected for deletion."
|
||||||
msgstr ""
|
msgstr "Жодної категорії не обрано для видалення."
|
||||||
|
|
||||||
#: ajax/vcategories/removeFromFavorites.php:35
|
#: ajax/vcategories/removeFromFavorites.php:35
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Error removing %s from favorites."
|
msgid "Error removing %s from favorites."
|
||||||
msgstr ""
|
msgstr "Помилка при видалені %s із обраного."
|
||||||
|
|
||||||
#: js/js.js:243 templates/layout.user.php:59 templates/layout.user.php:60
|
#: js/js.js:259 templates/layout.user.php:60 templates/layout.user.php:61
|
||||||
msgid "Settings"
|
msgid "Settings"
|
||||||
msgstr "Налаштування"
|
msgstr "Налаштування"
|
||||||
|
|
||||||
#: js/js.js:688
|
#: js/js.js:704
|
||||||
msgid "seconds ago"
|
msgid "seconds ago"
|
||||||
msgstr "секунди тому"
|
msgstr "секунди тому"
|
||||||
|
|
||||||
#: js/js.js:689
|
#: js/js.js:705
|
||||||
msgid "1 minute ago"
|
msgid "1 minute ago"
|
||||||
msgstr "1 хвилину тому"
|
msgstr "1 хвилину тому"
|
||||||
|
|
||||||
#: js/js.js:690
|
#: js/js.js:706
|
||||||
msgid "{minutes} minutes ago"
|
msgid "{minutes} minutes ago"
|
||||||
msgstr ""
|
msgstr "{minutes} хвилин тому"
|
||||||
|
|
||||||
#: js/js.js:691
|
#: js/js.js:707
|
||||||
msgid "1 hour ago"
|
msgid "1 hour ago"
|
||||||
msgstr ""
|
msgstr "1 годину тому"
|
||||||
|
|
||||||
#: js/js.js:692
|
#: js/js.js:708
|
||||||
msgid "{hours} hours ago"
|
msgid "{hours} hours ago"
|
||||||
msgstr ""
|
msgstr "{hours} години тому"
|
||||||
|
|
||||||
#: js/js.js:693
|
#: js/js.js:709
|
||||||
msgid "today"
|
msgid "today"
|
||||||
msgstr "сьогодні"
|
msgstr "сьогодні"
|
||||||
|
|
||||||
#: js/js.js:694
|
#: js/js.js:710
|
||||||
msgid "yesterday"
|
msgid "yesterday"
|
||||||
msgstr "вчора"
|
msgstr "вчора"
|
||||||
|
|
||||||
#: js/js.js:695
|
#: js/js.js:711
|
||||||
msgid "{days} days ago"
|
msgid "{days} days ago"
|
||||||
msgstr ""
|
msgstr "{days} днів тому"
|
||||||
|
|
||||||
#: js/js.js:696
|
#: js/js.js:712
|
||||||
msgid "last month"
|
msgid "last month"
|
||||||
msgstr "минулого місяця"
|
msgstr "минулого місяця"
|
||||||
|
|
||||||
#: js/js.js:697
|
#: js/js.js:713
|
||||||
msgid "{months} months ago"
|
msgid "{months} months ago"
|
||||||
msgstr ""
|
msgstr "{months} місяців тому"
|
||||||
|
|
||||||
#: js/js.js:698
|
#: js/js.js:714
|
||||||
msgid "months ago"
|
msgid "months ago"
|
||||||
msgstr "місяці тому"
|
msgstr "місяці тому"
|
||||||
|
|
||||||
#: js/js.js:699
|
#: js/js.js:715
|
||||||
msgid "last year"
|
msgid "last year"
|
||||||
msgstr "минулого року"
|
msgstr "минулого року"
|
||||||
|
|
||||||
#: js/js.js:700
|
#: js/js.js:716
|
||||||
msgid "years ago"
|
msgid "years ago"
|
||||||
msgstr "роки тому"
|
msgstr "роки тому"
|
||||||
|
|
||||||
#: js/oc-dialogs.js:126
|
#: js/oc-dialogs.js:126
|
||||||
msgid "Choose"
|
msgid "Choose"
|
||||||
msgstr ""
|
msgstr "Обрати"
|
||||||
|
|
||||||
#: js/oc-dialogs.js:146 js/oc-dialogs.js:166
|
#: js/oc-dialogs.js:146 js/oc-dialogs.js:166
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
|
@ -132,58 +133,58 @@ msgstr "Так"
|
||||||
|
|
||||||
#: js/oc-dialogs.js:180
|
#: js/oc-dialogs.js:180
|
||||||
msgid "Ok"
|
msgid "Ok"
|
||||||
msgstr ""
|
msgstr "Ok"
|
||||||
|
|
||||||
#: js/oc-vcategories.js:5 js/oc-vcategories.js:85 js/oc-vcategories.js:102
|
#: js/oc-vcategories.js:5 js/oc-vcategories.js:85 js/oc-vcategories.js:102
|
||||||
#: js/oc-vcategories.js:117 js/oc-vcategories.js:132 js/oc-vcategories.js:162
|
#: js/oc-vcategories.js:117 js/oc-vcategories.js:132 js/oc-vcategories.js:162
|
||||||
msgid "The object type is not specified."
|
msgid "The object type is not specified."
|
||||||
msgstr ""
|
msgstr "Не визначено тип об'єкту."
|
||||||
|
|
||||||
#: js/oc-vcategories.js:95 js/oc-vcategories.js:125 js/oc-vcategories.js:136
|
#: js/oc-vcategories.js:95 js/oc-vcategories.js:125 js/oc-vcategories.js:136
|
||||||
#: js/oc-vcategories.js:195 js/share.js:135 js/share.js:142 js/share.js:525
|
#: js/oc-vcategories.js:195 js/share.js:135 js/share.js:142 js/share.js:533
|
||||||
#: js/share.js:537
|
#: js/share.js:545
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr "Помилка"
|
msgstr "Помилка"
|
||||||
|
|
||||||
#: js/oc-vcategories.js:179
|
#: js/oc-vcategories.js:179
|
||||||
msgid "The app name is not specified."
|
msgid "The app name is not specified."
|
||||||
msgstr ""
|
msgstr "Не визначено ім'я програми."
|
||||||
|
|
||||||
#: js/oc-vcategories.js:194
|
#: js/oc-vcategories.js:194
|
||||||
msgid "The required file {file} is not installed!"
|
msgid "The required file {file} is not installed!"
|
||||||
msgstr ""
|
msgstr "Необхідний файл {file} не встановлено!"
|
||||||
|
|
||||||
#: js/share.js:124
|
#: js/share.js:124
|
||||||
msgid "Error while sharing"
|
msgid "Error while sharing"
|
||||||
msgstr ""
|
msgstr "Помилка під час публікації"
|
||||||
|
|
||||||
#: js/share.js:135
|
#: js/share.js:135
|
||||||
msgid "Error while unsharing"
|
msgid "Error while unsharing"
|
||||||
msgstr ""
|
msgstr "Помилка під час відміни публікації"
|
||||||
|
|
||||||
#: js/share.js:142
|
#: js/share.js:142
|
||||||
msgid "Error while changing permissions"
|
msgid "Error while changing permissions"
|
||||||
msgstr ""
|
msgstr "Помилка при зміні повноважень"
|
||||||
|
|
||||||
#: js/share.js:151
|
#: js/share.js:151
|
||||||
msgid "Shared with you and the group {group} by {owner}"
|
msgid "Shared with you and the group {group} by {owner}"
|
||||||
msgstr ""
|
msgstr " {owner} опублікував для Вас та для групи {group}"
|
||||||
|
|
||||||
#: js/share.js:153
|
#: js/share.js:153
|
||||||
msgid "Shared with you by {owner}"
|
msgid "Shared with you by {owner}"
|
||||||
msgstr ""
|
msgstr "{owner} опублікував для Вас"
|
||||||
|
|
||||||
#: js/share.js:158
|
#: js/share.js:158
|
||||||
msgid "Share with"
|
msgid "Share with"
|
||||||
msgstr ""
|
msgstr "Опублікувати для"
|
||||||
|
|
||||||
#: js/share.js:163
|
#: js/share.js:163
|
||||||
msgid "Share with link"
|
msgid "Share with link"
|
||||||
msgstr ""
|
msgstr "Опублікувати через посилання"
|
||||||
|
|
||||||
#: js/share.js:164
|
#: js/share.js:164
|
||||||
msgid "Password protect"
|
msgid "Password protect"
|
||||||
msgstr ""
|
msgstr "Захистити паролем"
|
||||||
|
|
||||||
#: js/share.js:168 templates/installation.php:42 templates/login.php:24
|
#: js/share.js:168 templates/installation.php:42 templates/login.php:24
|
||||||
#: templates/verify.php:13
|
#: templates/verify.php:13
|
||||||
|
@ -192,27 +193,27 @@ msgstr "Пароль"
|
||||||
|
|
||||||
#: js/share.js:173
|
#: js/share.js:173
|
||||||
msgid "Set expiration date"
|
msgid "Set expiration date"
|
||||||
msgstr ""
|
msgstr "Встановити термін дії"
|
||||||
|
|
||||||
#: js/share.js:174
|
#: js/share.js:174
|
||||||
msgid "Expiration date"
|
msgid "Expiration date"
|
||||||
msgstr ""
|
msgstr "Термін дії"
|
||||||
|
|
||||||
#: js/share.js:206
|
#: js/share.js:206
|
||||||
msgid "Share via email:"
|
msgid "Share via email:"
|
||||||
msgstr ""
|
msgstr "Опублікувати через електронну пошту:"
|
||||||
|
|
||||||
#: js/share.js:208
|
#: js/share.js:208
|
||||||
msgid "No people found"
|
msgid "No people found"
|
||||||
msgstr ""
|
msgstr "Жодної людини не знайдено"
|
||||||
|
|
||||||
#: js/share.js:235
|
#: js/share.js:235
|
||||||
msgid "Resharing is not allowed"
|
msgid "Resharing is not allowed"
|
||||||
msgstr ""
|
msgstr "Пере-публікація не дозволяється"
|
||||||
|
|
||||||
#: js/share.js:271
|
#: js/share.js:271
|
||||||
msgid "Shared in {item} with {user}"
|
msgid "Shared in {item} with {user}"
|
||||||
msgstr ""
|
msgstr "Опубліковано {item} для {user}"
|
||||||
|
|
||||||
#: js/share.js:292
|
#: js/share.js:292
|
||||||
msgid "Unshare"
|
msgid "Unshare"
|
||||||
|
@ -220,11 +221,11 @@ msgstr "Заборонити доступ"
|
||||||
|
|
||||||
#: js/share.js:304
|
#: js/share.js:304
|
||||||
msgid "can edit"
|
msgid "can edit"
|
||||||
msgstr ""
|
msgstr "може редагувати"
|
||||||
|
|
||||||
#: js/share.js:306
|
#: js/share.js:306
|
||||||
msgid "access control"
|
msgid "access control"
|
||||||
msgstr ""
|
msgstr "контроль доступу"
|
||||||
|
|
||||||
#: js/share.js:309
|
#: js/share.js:309
|
||||||
msgid "create"
|
msgid "create"
|
||||||
|
@ -232,35 +233,35 @@ msgstr "створити"
|
||||||
|
|
||||||
#: js/share.js:312
|
#: js/share.js:312
|
||||||
msgid "update"
|
msgid "update"
|
||||||
msgstr ""
|
msgstr "оновити"
|
||||||
|
|
||||||
#: js/share.js:315
|
#: js/share.js:315
|
||||||
msgid "delete"
|
msgid "delete"
|
||||||
msgstr ""
|
msgstr "видалити"
|
||||||
|
|
||||||
#: js/share.js:318
|
#: js/share.js:318
|
||||||
msgid "share"
|
msgid "share"
|
||||||
msgstr ""
|
msgstr "опублікувати"
|
||||||
|
|
||||||
#: js/share.js:343 js/share.js:512 js/share.js:514
|
#: js/share.js:349 js/share.js:520 js/share.js:522
|
||||||
msgid "Password protected"
|
msgid "Password protected"
|
||||||
msgstr ""
|
msgstr "Захищено паролем"
|
||||||
|
|
||||||
#: js/share.js:525
|
#: js/share.js:533
|
||||||
msgid "Error unsetting expiration date"
|
msgid "Error unsetting expiration date"
|
||||||
msgstr ""
|
msgstr "Помилка при відміні терміна дії"
|
||||||
|
|
||||||
#: js/share.js:537
|
#: js/share.js:545
|
||||||
msgid "Error setting expiration date"
|
msgid "Error setting expiration date"
|
||||||
msgstr ""
|
msgstr "Помилка при встановленні терміна дії"
|
||||||
|
|
||||||
#: lostpassword/controller.php:47
|
#: lostpassword/controller.php:47
|
||||||
msgid "ownCloud password reset"
|
msgid "ownCloud password reset"
|
||||||
msgstr ""
|
msgstr "скидання пароля ownCloud"
|
||||||
|
|
||||||
#: lostpassword/templates/email.php:2
|
#: lostpassword/templates/email.php:2
|
||||||
msgid "Use the following link to reset your password: {link}"
|
msgid "Use the following link to reset your password: {link}"
|
||||||
msgstr ""
|
msgstr "Використовуйте наступне посилання для скидання пароля: {link}"
|
||||||
|
|
||||||
#: lostpassword/templates/lostpassword.php:3
|
#: lostpassword/templates/lostpassword.php:3
|
||||||
msgid "You will receive a link to reset your password via Email."
|
msgid "You will receive a link to reset your password via Email."
|
||||||
|
@ -268,11 +269,11 @@ msgstr "Ви отримаєте посилання для скидання ва
|
||||||
|
|
||||||
#: lostpassword/templates/lostpassword.php:5
|
#: lostpassword/templates/lostpassword.php:5
|
||||||
msgid "Reset email send."
|
msgid "Reset email send."
|
||||||
msgstr ""
|
msgstr "Лист скидання відправлено."
|
||||||
|
|
||||||
#: lostpassword/templates/lostpassword.php:8
|
#: lostpassword/templates/lostpassword.php:8
|
||||||
msgid "Request failed!"
|
msgid "Request failed!"
|
||||||
msgstr ""
|
msgstr "Невдалий запит!"
|
||||||
|
|
||||||
#: lostpassword/templates/lostpassword.php:11 templates/installation.php:38
|
#: lostpassword/templates/lostpassword.php:11 templates/installation.php:38
|
||||||
#: templates/login.php:20
|
#: templates/login.php:20
|
||||||
|
@ -281,7 +282,7 @@ msgstr "Ім'я користувача"
|
||||||
|
|
||||||
#: lostpassword/templates/lostpassword.php:14
|
#: lostpassword/templates/lostpassword.php:14
|
||||||
msgid "Request reset"
|
msgid "Request reset"
|
||||||
msgstr ""
|
msgstr "Запит скидання"
|
||||||
|
|
||||||
#: lostpassword/templates/resetpassword.php:4
|
#: lostpassword/templates/resetpassword.php:4
|
||||||
msgid "Your password was reset"
|
msgid "Your password was reset"
|
||||||
|
@ -321,15 +322,15 @@ msgstr "Допомога"
|
||||||
|
|
||||||
#: templates/403.php:12
|
#: templates/403.php:12
|
||||||
msgid "Access forbidden"
|
msgid "Access forbidden"
|
||||||
msgstr ""
|
msgstr "Доступ заборонено"
|
||||||
|
|
||||||
#: templates/404.php:12
|
#: templates/404.php:12
|
||||||
msgid "Cloud not found"
|
msgid "Cloud not found"
|
||||||
msgstr ""
|
msgstr "Cloud не знайдено"
|
||||||
|
|
||||||
#: templates/edit_categories_dialog.php:4
|
#: templates/edit_categories_dialog.php:4
|
||||||
msgid "Edit categories"
|
msgid "Edit categories"
|
||||||
msgstr ""
|
msgstr "Редагувати категорії"
|
||||||
|
|
||||||
#: templates/edit_categories_dialog.php:16
|
#: templates/edit_categories_dialog.php:16
|
||||||
msgid "Add"
|
msgid "Add"
|
||||||
|
@ -337,19 +338,19 @@ msgstr "Додати"
|
||||||
|
|
||||||
#: templates/installation.php:23 templates/installation.php:31
|
#: templates/installation.php:23 templates/installation.php:31
|
||||||
msgid "Security Warning"
|
msgid "Security Warning"
|
||||||
msgstr ""
|
msgstr "Попередження про небезпеку"
|
||||||
|
|
||||||
#: templates/installation.php:24
|
#: templates/installation.php:24
|
||||||
msgid ""
|
msgid ""
|
||||||
"No secure random number generator is available, please enable the PHP "
|
"No secure random number generator is available, please enable the PHP "
|
||||||
"OpenSSL extension."
|
"OpenSSL extension."
|
||||||
msgstr ""
|
msgstr "Не доступний безпечний генератор випадкових чисел, будь ласка, активуйте PHP OpenSSL додаток."
|
||||||
|
|
||||||
#: templates/installation.php:26
|
#: templates/installation.php:26
|
||||||
msgid ""
|
msgid ""
|
||||||
"Without a secure random number generator an attacker may be able to predict "
|
"Without a secure random number generator an attacker may be able to predict "
|
||||||
"password reset tokens and take over your account."
|
"password reset tokens and take over your account."
|
||||||
msgstr ""
|
msgstr "Без безпечного генератора випадкових чисел зловмисник може визначити токени скидання пароля і заволодіти Вашим обліковим записом."
|
||||||
|
|
||||||
#: templates/installation.php:32
|
#: templates/installation.php:32
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -358,19 +359,19 @@ msgid ""
|
||||||
"strongly suggest that you configure your webserver in a way that the data "
|
"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"
|
"directory is no longer accessible or you move the data directory outside the"
|
||||||
" webserver document root."
|
" webserver document root."
|
||||||
msgstr ""
|
msgstr "Ваш каталог з даними та Ваші файли можливо доступні з Інтернету. Файл .htaccess, наданий з ownCloud, не працює. Ми наполегливо рекомендуємо Вам налаштувати свій веб-сервер таким чином, щоб каталог data більше не був доступний, або перемістити каталог data за межі кореневого каталогу документів веб-сервера."
|
||||||
|
|
||||||
#: templates/installation.php:36
|
#: templates/installation.php:36
|
||||||
msgid "Create an <strong>admin account</strong>"
|
msgid "Create an <strong>admin account</strong>"
|
||||||
msgstr ""
|
msgstr "Створити <strong>обліковий запис адміністратора</strong>"
|
||||||
|
|
||||||
#: templates/installation.php:48
|
#: templates/installation.php:48
|
||||||
msgid "Advanced"
|
msgid "Advanced"
|
||||||
msgstr ""
|
msgstr "Додатково"
|
||||||
|
|
||||||
#: templates/installation.php:50
|
#: templates/installation.php:50
|
||||||
msgid "Data folder"
|
msgid "Data folder"
|
||||||
msgstr ""
|
msgstr "Каталог даних"
|
||||||
|
|
||||||
#: templates/installation.php:57
|
#: templates/installation.php:57
|
||||||
msgid "Configure the database"
|
msgid "Configure the database"
|
||||||
|
@ -395,113 +396,113 @@ msgstr "Назва бази даних"
|
||||||
|
|
||||||
#: templates/installation.php:121
|
#: templates/installation.php:121
|
||||||
msgid "Database tablespace"
|
msgid "Database tablespace"
|
||||||
msgstr ""
|
msgstr "Таблиця бази даних"
|
||||||
|
|
||||||
#: templates/installation.php:127
|
#: templates/installation.php:127
|
||||||
msgid "Database host"
|
msgid "Database host"
|
||||||
msgstr ""
|
msgstr "Хост бази даних"
|
||||||
|
|
||||||
#: templates/installation.php:132
|
#: templates/installation.php:132
|
||||||
msgid "Finish setup"
|
msgid "Finish setup"
|
||||||
msgstr "Завершити налаштування"
|
msgstr "Завершити налаштування"
|
||||||
|
|
||||||
#: templates/layout.guest.php:15 templates/layout.user.php:16
|
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
||||||
msgid "Sunday"
|
msgid "Sunday"
|
||||||
msgstr "Неділя"
|
msgstr "Неділя"
|
||||||
|
|
||||||
#: templates/layout.guest.php:15 templates/layout.user.php:16
|
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
||||||
msgid "Monday"
|
msgid "Monday"
|
||||||
msgstr "Понеділок"
|
msgstr "Понеділок"
|
||||||
|
|
||||||
#: templates/layout.guest.php:15 templates/layout.user.php:16
|
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
||||||
msgid "Tuesday"
|
msgid "Tuesday"
|
||||||
msgstr "Вівторок"
|
msgstr "Вівторок"
|
||||||
|
|
||||||
#: templates/layout.guest.php:15 templates/layout.user.php:16
|
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
||||||
msgid "Wednesday"
|
msgid "Wednesday"
|
||||||
msgstr "Середа"
|
msgstr "Середа"
|
||||||
|
|
||||||
#: templates/layout.guest.php:15 templates/layout.user.php:16
|
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
||||||
msgid "Thursday"
|
msgid "Thursday"
|
||||||
msgstr "Четвер"
|
msgstr "Четвер"
|
||||||
|
|
||||||
#: templates/layout.guest.php:15 templates/layout.user.php:16
|
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
||||||
msgid "Friday"
|
msgid "Friday"
|
||||||
msgstr "П'ятниця"
|
msgstr "П'ятниця"
|
||||||
|
|
||||||
#: templates/layout.guest.php:15 templates/layout.user.php:16
|
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
||||||
msgid "Saturday"
|
msgid "Saturday"
|
||||||
msgstr "Субота"
|
msgstr "Субота"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "January"
|
msgid "January"
|
||||||
msgstr "Січень"
|
msgstr "Січень"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "February"
|
msgid "February"
|
||||||
msgstr "Лютий"
|
msgstr "Лютий"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "March"
|
msgid "March"
|
||||||
msgstr "Березень"
|
msgstr "Березень"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "April"
|
msgid "April"
|
||||||
msgstr "Квітень"
|
msgstr "Квітень"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "May"
|
msgid "May"
|
||||||
msgstr "Травень"
|
msgstr "Травень"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "June"
|
msgid "June"
|
||||||
msgstr "Червень"
|
msgstr "Червень"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "July"
|
msgid "July"
|
||||||
msgstr "Липень"
|
msgstr "Липень"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "August"
|
msgid "August"
|
||||||
msgstr "Серпень"
|
msgstr "Серпень"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "September"
|
msgid "September"
|
||||||
msgstr "Вересень"
|
msgstr "Вересень"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "October"
|
msgid "October"
|
||||||
msgstr "Жовтень"
|
msgstr "Жовтень"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "November"
|
msgid "November"
|
||||||
msgstr "Листопад"
|
msgstr "Листопад"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "December"
|
msgid "December"
|
||||||
msgstr "Грудень"
|
msgstr "Грудень"
|
||||||
|
|
||||||
#: templates/layout.guest.php:41
|
#: templates/layout.guest.php:42
|
||||||
msgid "web services under your control"
|
msgid "web services under your control"
|
||||||
msgstr "веб-сервіс під вашим контролем"
|
msgstr "веб-сервіс під вашим контролем"
|
||||||
|
|
||||||
#: templates/layout.user.php:44
|
#: templates/layout.user.php:45
|
||||||
msgid "Log out"
|
msgid "Log out"
|
||||||
msgstr "Вихід"
|
msgstr "Вихід"
|
||||||
|
|
||||||
#: templates/login.php:8
|
#: templates/login.php:8
|
||||||
msgid "Automatic logon rejected!"
|
msgid "Automatic logon rejected!"
|
||||||
msgstr ""
|
msgstr "Автоматичний вхід в систему відхилений!"
|
||||||
|
|
||||||
#: templates/login.php:9
|
#: templates/login.php:9
|
||||||
msgid ""
|
msgid ""
|
||||||
"If you did not change your password recently, your account may be "
|
"If you did not change your password recently, your account may be "
|
||||||
"compromised!"
|
"compromised!"
|
||||||
msgstr ""
|
msgstr "Якщо Ви не міняли пароль останнім часом, Ваш обліковий запис може бути скомпрометованим!"
|
||||||
|
|
||||||
#: templates/login.php:10
|
#: templates/login.php:10
|
||||||
msgid "Please change your password to secure your account again."
|
msgid "Please change your password to secure your account again."
|
||||||
msgstr ""
|
msgstr "Будь ласка, змініть свій пароль, щоб знову захистити Ваш обліковий запис."
|
||||||
|
|
||||||
#: templates/login.php:15
|
#: templates/login.php:15
|
||||||
msgid "Lost your password?"
|
msgid "Lost your password?"
|
||||||
|
@ -517,26 +518,26 @@ msgstr "Вхід"
|
||||||
|
|
||||||
#: templates/logout.php:1
|
#: templates/logout.php:1
|
||||||
msgid "You are logged out."
|
msgid "You are logged out."
|
||||||
msgstr ""
|
msgstr "Ви вийшли з системи."
|
||||||
|
|
||||||
#: templates/part.pagenavi.php:3
|
#: templates/part.pagenavi.php:3
|
||||||
msgid "prev"
|
msgid "prev"
|
||||||
msgstr ""
|
msgstr "попередній"
|
||||||
|
|
||||||
#: templates/part.pagenavi.php:20
|
#: templates/part.pagenavi.php:20
|
||||||
msgid "next"
|
msgid "next"
|
||||||
msgstr ""
|
msgstr "наступний"
|
||||||
|
|
||||||
#: templates/verify.php:5
|
#: templates/verify.php:5
|
||||||
msgid "Security Warning!"
|
msgid "Security Warning!"
|
||||||
msgstr ""
|
msgstr "Попередження про небезпеку!"
|
||||||
|
|
||||||
#: templates/verify.php:6
|
#: templates/verify.php:6
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please verify your password. <br/>For security reasons you may be "
|
"Please verify your password. <br/>For security reasons you may be "
|
||||||
"occasionally asked to enter your password again."
|
"occasionally asked to enter your password again."
|
||||||
msgstr ""
|
msgstr "Будь ласка, повторно введіть свій пароль. <br/>З питань безпеки, Вам інколи доведеться повторно вводити свій пароль."
|
||||||
|
|
||||||
#: templates/verify.php:16
|
#: templates/verify.php:16
|
||||||
msgid "Verify"
|
msgid "Verify"
|
||||||
msgstr ""
|
msgstr "Підтвердити"
|
||||||
|
|
|
@ -10,9 +10,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-11-24 00:01+0100\n"
|
"POT-Creation-Date: 2012-11-27 00:09+0100\n"
|
||||||
"PO-Revision-Date: 2012-11-23 23:02+0000\n"
|
"PO-Revision-Date: 2012-11-26 15:33+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: skoptev <skoptev@ukr.net>\n"
|
||||||
"Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n"
|
"Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -96,7 +96,7 @@ msgstr "замінено {new_name} на {old_name}"
|
||||||
|
|
||||||
#: js/filelist.js:284
|
#: js/filelist.js:284
|
||||||
msgid "unshared {files}"
|
msgid "unshared {files}"
|
||||||
msgstr ""
|
msgstr "неопубліковано {files}"
|
||||||
|
|
||||||
#: js/filelist.js:286
|
#: js/filelist.js:286
|
||||||
msgid "deleted {files}"
|
msgid "deleted {files}"
|
||||||
|
@ -106,7 +106,7 @@ msgstr "видалено {files}"
|
||||||
msgid ""
|
msgid ""
|
||||||
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
|
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
|
||||||
"allowed."
|
"allowed."
|
||||||
msgstr ""
|
msgstr "Невірне ім'я, '\\', '/', '<', '>', ':', '\"', '|', '?' та '*' не дозволені."
|
||||||
|
|
||||||
#: js/files.js:183
|
#: js/files.js:183
|
||||||
msgid "generating ZIP-file, it may take some time."
|
msgid "generating ZIP-file, it may take some time."
|
||||||
|
@ -147,7 +147,7 @@ msgstr "Виконується завантаження файлу. Закрит
|
||||||
|
|
||||||
#: js/files.js:523
|
#: js/files.js:523
|
||||||
msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
|
msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
|
||||||
msgstr ""
|
msgstr "Невірне ім'я каталогу. Використання \"Shared\" зарезервовано Owncloud"
|
||||||
|
|
||||||
#: js/files.js:704
|
#: js/files.js:704
|
||||||
msgid "{count} files scanned"
|
msgid "{count} files scanned"
|
||||||
|
@ -187,7 +187,7 @@ msgstr "{count} файлів"
|
||||||
|
|
||||||
#: templates/admin.php:5
|
#: templates/admin.php:5
|
||||||
msgid "File handling"
|
msgid "File handling"
|
||||||
msgstr ""
|
msgstr "Робота з файлами"
|
||||||
|
|
||||||
#: templates/admin.php:7
|
#: templates/admin.php:7
|
||||||
msgid "Maximum upload size"
|
msgid "Maximum upload size"
|
||||||
|
@ -199,7 +199,7 @@ msgstr "макс.можливе:"
|
||||||
|
|
||||||
#: templates/admin.php:9
|
#: templates/admin.php:9
|
||||||
msgid "Needed for multi-file and folder downloads."
|
msgid "Needed for multi-file and folder downloads."
|
||||||
msgstr ""
|
msgstr "Необхідно для мульти-файлового та каталогового завантаження."
|
||||||
|
|
||||||
#: templates/admin.php:9
|
#: templates/admin.php:9
|
||||||
msgid "Enable ZIP-download"
|
msgid "Enable ZIP-download"
|
||||||
|
|
|
@ -9,8 +9,8 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-11-20 00:01+0100\n"
|
"POT-Creation-Date: 2012-11-27 00:09+0100\n"
|
||||||
"PO-Revision-Date: 2012-11-19 15:12+0000\n"
|
"PO-Revision-Date: 2012-11-26 15:31+0000\n"
|
||||||
"Last-Translator: skoptev <skoptev@ukr.net>\n"
|
"Last-Translator: skoptev <skoptev@ukr.net>\n"
|
||||||
"Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n"
|
"Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -65,7 +65,7 @@ msgstr "Опції"
|
||||||
|
|
||||||
#: templates/settings.php:11
|
#: templates/settings.php:11
|
||||||
msgid "Applicable"
|
msgid "Applicable"
|
||||||
msgstr ""
|
msgstr "Придатний"
|
||||||
|
|
||||||
#: templates/settings.php:23
|
#: templates/settings.php:23
|
||||||
msgid "Add mount point"
|
msgid "Add mount point"
|
||||||
|
|
|
@ -4,14 +4,15 @@
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# <dzubchikd@gmail.com>, 2012.
|
# <dzubchikd@gmail.com>, 2012.
|
||||||
|
# <skoptev@ukr.net>, 2012.
|
||||||
# <victor.dubiniuk@gmail.com>, 2012.
|
# <victor.dubiniuk@gmail.com>, 2012.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-11-16 00:02+0100\n"
|
"POT-Creation-Date: 2012-11-27 00:10+0100\n"
|
||||||
"PO-Revision-Date: 2012-11-14 23:13+0000\n"
|
"PO-Revision-Date: 2012-11-26 15:40+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: skoptev <skoptev@ukr.net>\n"
|
||||||
"Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n"
|
"Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -43,19 +44,19 @@ msgstr "Додатки"
|
||||||
msgid "Admin"
|
msgid "Admin"
|
||||||
msgstr "Адмін"
|
msgstr "Адмін"
|
||||||
|
|
||||||
#: files.php:332
|
#: files.php:361
|
||||||
msgid "ZIP download is turned off."
|
msgid "ZIP download is turned off."
|
||||||
msgstr "ZIP завантаження вимкнено."
|
msgstr "ZIP завантаження вимкнено."
|
||||||
|
|
||||||
#: files.php:333
|
#: files.php:362
|
||||||
msgid "Files need to be downloaded one by one."
|
msgid "Files need to be downloaded one by one."
|
||||||
msgstr "Файли повинні бути завантаженні послідовно."
|
msgstr "Файли повинні бути завантаженні послідовно."
|
||||||
|
|
||||||
#: files.php:333 files.php:358
|
#: files.php:362 files.php:387
|
||||||
msgid "Back to Files"
|
msgid "Back to Files"
|
||||||
msgstr "Повернутися до файлів"
|
msgstr "Повернутися до файлів"
|
||||||
|
|
||||||
#: files.php:357
|
#: files.php:386
|
||||||
msgid "Selected files too large to generate zip file."
|
msgid "Selected files too large to generate zip file."
|
||||||
msgstr "Вибрані фали завеликі для генерування zip файлу."
|
msgstr "Вибрані фали завеликі для генерування zip файлу."
|
||||||
|
|
||||||
|
@ -69,7 +70,7 @@ msgstr "Помилка автентифікації"
|
||||||
|
|
||||||
#: json.php:51
|
#: json.php:51
|
||||||
msgid "Token expired. Please reload page."
|
msgid "Token expired. Please reload page."
|
||||||
msgstr ""
|
msgstr "Строк дії токена скінчився. Будь ласка, перезавантажте сторінку."
|
||||||
|
|
||||||
#: search/provider/file.php:17 search/provider/file.php:35
|
#: search/provider/file.php:17 search/provider/file.php:35
|
||||||
msgid "Files"
|
msgid "Files"
|
||||||
|
@ -81,7 +82,7 @@ msgstr "Текст"
|
||||||
|
|
||||||
#: search/provider/file.php:29
|
#: search/provider/file.php:29
|
||||||
msgid "Images"
|
msgid "Images"
|
||||||
msgstr ""
|
msgstr "Зображення"
|
||||||
|
|
||||||
#: template.php:103
|
#: template.php:103
|
||||||
msgid "seconds ago"
|
msgid "seconds ago"
|
||||||
|
@ -98,12 +99,12 @@ msgstr "%d хвилин тому"
|
||||||
|
|
||||||
#: template.php:106
|
#: template.php:106
|
||||||
msgid "1 hour ago"
|
msgid "1 hour ago"
|
||||||
msgstr ""
|
msgstr "1 годину тому"
|
||||||
|
|
||||||
#: template.php:107
|
#: template.php:107
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%d hours ago"
|
msgid "%d hours ago"
|
||||||
msgstr ""
|
msgstr "%d годин тому"
|
||||||
|
|
||||||
#: template.php:108
|
#: template.php:108
|
||||||
msgid "today"
|
msgid "today"
|
||||||
|
@ -125,7 +126,7 @@ msgstr "минулого місяця"
|
||||||
#: template.php:112
|
#: template.php:112
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%d months ago"
|
msgid "%d months ago"
|
||||||
msgstr ""
|
msgstr "%d місяців тому"
|
||||||
|
|
||||||
#: template.php:113
|
#: template.php:113
|
||||||
msgid "last year"
|
msgid "last year"
|
||||||
|
@ -138,11 +139,11 @@ msgstr "роки тому"
|
||||||
#: updater.php:75
|
#: updater.php:75
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s is available. Get <a href=\"%s\">more information</a>"
|
msgid "%s is available. Get <a href=\"%s\">more information</a>"
|
||||||
msgstr ""
|
msgstr "%s доступно. Отримати <a href=\"%s\">детальну інформацію</a>"
|
||||||
|
|
||||||
#: updater.php:77
|
#: updater.php:77
|
||||||
msgid "up to date"
|
msgid "up to date"
|
||||||
msgstr ""
|
msgstr "оновлено"
|
||||||
|
|
||||||
#: updater.php:80
|
#: updater.php:80
|
||||||
msgid "updates check is disabled"
|
msgid "updates check is disabled"
|
||||||
|
@ -151,4 +152,4 @@ msgstr "перевірка оновлень відключена"
|
||||||
#: vcategories.php:188 vcategories.php:249
|
#: vcategories.php:188 vcategories.php:249
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Could not find category \"%s\""
|
msgid "Could not find category \"%s\""
|
||||||
msgstr ""
|
msgstr "Не вдалося знайти категорію \"%s\""
|
||||||
|
|
|
@ -9,8 +9,8 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-11-22 00:01+0100\n"
|
"POT-Creation-Date: 2012-11-27 00:10+0100\n"
|
||||||
"PO-Revision-Date: 2012-11-21 13:10+0000\n"
|
"PO-Revision-Date: 2012-11-26 15:30+0000\n"
|
||||||
"Last-Translator: skoptev <skoptev@ukr.net>\n"
|
"Last-Translator: skoptev <skoptev@ukr.net>\n"
|
||||||
"Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n"
|
"Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -131,7 +131,7 @@ msgstr "Проблема при з'єднані з базою допомоги"
|
||||||
|
|
||||||
#: templates/help.php:23
|
#: templates/help.php:23
|
||||||
msgid "Go there manually."
|
msgid "Go there manually."
|
||||||
msgstr ""
|
msgstr "Перейти вручну."
|
||||||
|
|
||||||
#: templates/help.php:31
|
#: templates/help.php:31
|
||||||
msgid "Answer"
|
msgid "Answer"
|
||||||
|
|
|
@ -8,9 +8,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-09-11 02:02+0200\n"
|
"POT-Creation-Date: 2012-11-28 00:10+0100\n"
|
||||||
"PO-Revision-Date: 2012-09-10 11:08+0000\n"
|
"PO-Revision-Date: 2012-11-27 12:54+0000\n"
|
||||||
"Last-Translator: VicDeo <victor.dubiniuk@gmail.com>\n"
|
"Last-Translator: volodya327 <volodya327@gmail.com>\n"
|
||||||
"Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n"
|
"Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -20,31 +20,31 @@ msgstr ""
|
||||||
|
|
||||||
#: templates/settings.php:8
|
#: templates/settings.php:8
|
||||||
msgid "Host"
|
msgid "Host"
|
||||||
msgstr ""
|
msgstr "Хост"
|
||||||
|
|
||||||
#: templates/settings.php:8
|
#: templates/settings.php:8
|
||||||
msgid ""
|
msgid ""
|
||||||
"You can omit the protocol, except you require SSL. Then start with ldaps://"
|
"You can omit the protocol, except you require SSL. Then start with ldaps://"
|
||||||
msgstr ""
|
msgstr "Можна не вказувати протокол, якщо вам не потрібен SSL. Тоді почніть з ldaps://"
|
||||||
|
|
||||||
#: templates/settings.php:9
|
#: templates/settings.php:9
|
||||||
msgid "Base DN"
|
msgid "Base DN"
|
||||||
msgstr ""
|
msgstr "Базовий DN"
|
||||||
|
|
||||||
#: templates/settings.php:9
|
#: templates/settings.php:9
|
||||||
msgid "You can specify Base DN for users and groups in the Advanced tab"
|
msgid "You can specify Base DN for users and groups in the Advanced tab"
|
||||||
msgstr ""
|
msgstr "Ви можете задати Базовий DN для користувачів і груп на вкладинці Додатково"
|
||||||
|
|
||||||
#: templates/settings.php:10
|
#: templates/settings.php:10
|
||||||
msgid "User DN"
|
msgid "User DN"
|
||||||
msgstr ""
|
msgstr "DN Користувача"
|
||||||
|
|
||||||
#: templates/settings.php:10
|
#: templates/settings.php:10
|
||||||
msgid ""
|
msgid ""
|
||||||
"The DN of the client user with which the bind shall be done, e.g. "
|
"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 "
|
"uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password "
|
||||||
"empty."
|
"empty."
|
||||||
msgstr ""
|
msgstr "DN клієнтського користувача для прив'язки, наприклад: uid=agent,dc=example,dc=com. Для анонімного доступу, залиште DN і Пароль порожніми."
|
||||||
|
|
||||||
#: templates/settings.php:11
|
#: templates/settings.php:11
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
|
@ -52,119 +52,119 @@ msgstr "Пароль"
|
||||||
|
|
||||||
#: templates/settings.php:11
|
#: templates/settings.php:11
|
||||||
msgid "For anonymous access, leave DN and Password empty."
|
msgid "For anonymous access, leave DN and Password empty."
|
||||||
msgstr ""
|
msgstr "Для анонімного доступу, залиште DN і Пароль порожніми."
|
||||||
|
|
||||||
#: templates/settings.php:12
|
#: templates/settings.php:12
|
||||||
msgid "User Login Filter"
|
msgid "User Login Filter"
|
||||||
msgstr ""
|
msgstr "Фільтр Користувачів, що під'єднуються"
|
||||||
|
|
||||||
#: templates/settings.php:12
|
#: templates/settings.php:12
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Defines the filter to apply, when login is attempted. %%uid replaces the "
|
"Defines the filter to apply, when login is attempted. %%uid replaces the "
|
||||||
"username in the login action."
|
"username in the login action."
|
||||||
msgstr ""
|
msgstr "Визначає фільтр, який застосовується при спробі входу. %%uid замінює ім'я користувача при вході."
|
||||||
|
|
||||||
#: templates/settings.php:12
|
#: templates/settings.php:12
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "use %%uid placeholder, e.g. \"uid=%%uid\""
|
msgid "use %%uid placeholder, e.g. \"uid=%%uid\""
|
||||||
msgstr ""
|
msgstr "використовуйте %%uid заповнювач, наприклад: \"uid=%%uid\""
|
||||||
|
|
||||||
#: templates/settings.php:13
|
#: templates/settings.php:13
|
||||||
msgid "User List Filter"
|
msgid "User List Filter"
|
||||||
msgstr ""
|
msgstr "Фільтр Списку Користувачів"
|
||||||
|
|
||||||
#: templates/settings.php:13
|
#: templates/settings.php:13
|
||||||
msgid "Defines the filter to apply, when retrieving users."
|
msgid "Defines the filter to apply, when retrieving users."
|
||||||
msgstr ""
|
msgstr "Визначає фільтр, який застосовується при отриманні користувачів"
|
||||||
|
|
||||||
#: templates/settings.php:13
|
#: templates/settings.php:13
|
||||||
msgid "without any placeholder, e.g. \"objectClass=person\"."
|
msgid "without any placeholder, e.g. \"objectClass=person\"."
|
||||||
msgstr ""
|
msgstr "без будь-якого заповнювача, наприклад: \"objectClass=person\"."
|
||||||
|
|
||||||
#: templates/settings.php:14
|
#: templates/settings.php:14
|
||||||
msgid "Group Filter"
|
msgid "Group Filter"
|
||||||
msgstr ""
|
msgstr "Фільтр Груп"
|
||||||
|
|
||||||
#: templates/settings.php:14
|
#: templates/settings.php:14
|
||||||
msgid "Defines the filter to apply, when retrieving groups."
|
msgid "Defines the filter to apply, when retrieving groups."
|
||||||
msgstr ""
|
msgstr "Визначає фільтр, який застосовується при отриманні груп."
|
||||||
|
|
||||||
#: templates/settings.php:14
|
#: templates/settings.php:14
|
||||||
msgid "without any placeholder, e.g. \"objectClass=posixGroup\"."
|
msgid "without any placeholder, e.g. \"objectClass=posixGroup\"."
|
||||||
msgstr ""
|
msgstr "без будь-якого заповнювача, наприклад: \"objectClass=posixGroup\"."
|
||||||
|
|
||||||
#: templates/settings.php:17
|
#: templates/settings.php:17
|
||||||
msgid "Port"
|
msgid "Port"
|
||||||
msgstr ""
|
msgstr "Порт"
|
||||||
|
|
||||||
#: templates/settings.php:18
|
#: templates/settings.php:18
|
||||||
msgid "Base User Tree"
|
msgid "Base User Tree"
|
||||||
msgstr ""
|
msgstr "Основне Дерево Користувачів"
|
||||||
|
|
||||||
#: templates/settings.php:19
|
#: templates/settings.php:19
|
||||||
msgid "Base Group Tree"
|
msgid "Base Group Tree"
|
||||||
msgstr ""
|
msgstr "Основне Дерево Груп"
|
||||||
|
|
||||||
#: templates/settings.php:20
|
#: templates/settings.php:20
|
||||||
msgid "Group-Member association"
|
msgid "Group-Member association"
|
||||||
msgstr ""
|
msgstr "Асоціація Група-Член"
|
||||||
|
|
||||||
#: templates/settings.php:21
|
#: templates/settings.php:21
|
||||||
msgid "Use TLS"
|
msgid "Use TLS"
|
||||||
msgstr ""
|
msgstr "Використовуйте TLS"
|
||||||
|
|
||||||
#: templates/settings.php:21
|
#: templates/settings.php:21
|
||||||
msgid "Do not use it for SSL connections, it will fail."
|
msgid "Do not use it for SSL connections, it will fail."
|
||||||
msgstr ""
|
msgstr "Не використовуйте його для SSL з'єднань, це не буде виконано."
|
||||||
|
|
||||||
#: templates/settings.php:22
|
#: templates/settings.php:22
|
||||||
msgid "Case insensitve LDAP server (Windows)"
|
msgid "Case insensitve LDAP server (Windows)"
|
||||||
msgstr ""
|
msgstr "Нечутливий до регістру LDAP сервер (Windows)"
|
||||||
|
|
||||||
#: templates/settings.php:23
|
#: templates/settings.php:23
|
||||||
msgid "Turn off SSL certificate validation."
|
msgid "Turn off SSL certificate validation."
|
||||||
msgstr ""
|
msgstr "Вимкнути перевірку SSL сертифіката."
|
||||||
|
|
||||||
#: templates/settings.php:23
|
#: templates/settings.php:23
|
||||||
msgid ""
|
msgid ""
|
||||||
"If connection only works with this option, import the LDAP server's SSL "
|
"If connection only works with this option, import the LDAP server's SSL "
|
||||||
"certificate in your ownCloud server."
|
"certificate in your ownCloud server."
|
||||||
msgstr ""
|
msgstr "Якщо з'єднання працює лише з цією опцією, імпортуйте SSL сертифікат LDAP сервера у ваший ownCloud сервер."
|
||||||
|
|
||||||
#: templates/settings.php:23
|
#: templates/settings.php:23
|
||||||
msgid "Not recommended, use for testing only."
|
msgid "Not recommended, use for testing only."
|
||||||
msgstr ""
|
msgstr "Не рекомендується, використовуйте лише для тестів."
|
||||||
|
|
||||||
#: templates/settings.php:24
|
#: templates/settings.php:24
|
||||||
msgid "User Display Name Field"
|
msgid "User Display Name Field"
|
||||||
msgstr ""
|
msgstr "Поле, яке відображає Ім'я Користувача"
|
||||||
|
|
||||||
#: templates/settings.php:24
|
#: templates/settings.php:24
|
||||||
msgid "The LDAP attribute to use to generate the user`s ownCloud name."
|
msgid "The LDAP attribute to use to generate the user`s ownCloud name."
|
||||||
msgstr ""
|
msgstr "Атрибут LDAP, який використовується для генерації імен користувачів ownCloud."
|
||||||
|
|
||||||
#: templates/settings.php:25
|
#: templates/settings.php:25
|
||||||
msgid "Group Display Name Field"
|
msgid "Group Display Name Field"
|
||||||
msgstr ""
|
msgstr "Поле, яке відображає Ім'я Групи"
|
||||||
|
|
||||||
#: templates/settings.php:25
|
#: templates/settings.php:25
|
||||||
msgid "The LDAP attribute to use to generate the groups`s ownCloud name."
|
msgid "The LDAP attribute to use to generate the groups`s ownCloud name."
|
||||||
msgstr ""
|
msgstr "Атрибут LDAP, який використовується для генерації імен груп ownCloud."
|
||||||
|
|
||||||
#: templates/settings.php:27
|
#: templates/settings.php:27
|
||||||
msgid "in bytes"
|
msgid "in bytes"
|
||||||
msgstr ""
|
msgstr "в байтах"
|
||||||
|
|
||||||
#: templates/settings.php:29
|
#: templates/settings.php:29
|
||||||
msgid "in seconds. A change empties the cache."
|
msgid "in seconds. A change empties the cache."
|
||||||
msgstr ""
|
msgstr "в секундах. Зміна очищує кеш."
|
||||||
|
|
||||||
#: templates/settings.php:30
|
#: templates/settings.php:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"Leave empty for user name (default). Otherwise, specify an LDAP/AD "
|
"Leave empty for user name (default). Otherwise, specify an LDAP/AD "
|
||||||
"attribute."
|
"attribute."
|
||||||
msgstr ""
|
msgstr "Залиште порожнім для імені користувача (за замовчанням). Інакше, вкажіть атрибут LDAP/AD."
|
||||||
|
|
||||||
#: templates/settings.php:32
|
#: templates/settings.php:32
|
||||||
msgid "Help"
|
msgid "Help"
|
||||||
|
|
|
@ -4,15 +4,16 @@
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# <khanhnd@kenhgiaiphap.vn>, 2012.
|
# <khanhnd@kenhgiaiphap.vn>, 2012.
|
||||||
|
# <mattheu.9x@gmail.com>, 2012.
|
||||||
# <mattheu_9x@yahoo.com>, 2012.
|
# <mattheu_9x@yahoo.com>, 2012.
|
||||||
# Sơn Nguyễn <sonnghit@gmail.com>, 2012.
|
# Sơn Nguyễn <sonnghit@gmail.com>, 2012.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-11-24 00:01+0100\n"
|
"POT-Creation-Date: 2012-11-27 00:09+0100\n"
|
||||||
"PO-Revision-Date: 2012-11-23 23:02+0000\n"
|
"PO-Revision-Date: 2012-11-26 03:19+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: mattheu_9x <mattheu.9x@gmail.com>\n"
|
||||||
"Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n"
|
"Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -106,7 +107,7 @@ msgstr "đã xóa {files}"
|
||||||
msgid ""
|
msgid ""
|
||||||
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
|
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
|
||||||
"allowed."
|
"allowed."
|
||||||
msgstr ""
|
msgstr "Tên không hợp lệ, '\\', '/', '<', '>', ':', '\"', '|', '?' và '*' thì không được phép dùng."
|
||||||
|
|
||||||
#: js/files.js:183
|
#: js/files.js:183
|
||||||
msgid "generating ZIP-file, it may take some time."
|
msgid "generating ZIP-file, it may take some time."
|
||||||
|
@ -147,7 +148,7 @@ msgstr "Tập tin tải lên đang được xử lý. Nếu bạn rời khỏi t
|
||||||
|
|
||||||
#: js/files.js:523
|
#: js/files.js:523
|
||||||
msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
|
msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
|
||||||
msgstr ""
|
msgstr "Tên thư mục không hợp lệ. Sử dụng \"Chia sẻ\" được dành riêng bởi Owncloud"
|
||||||
|
|
||||||
#: js/files.js:704
|
#: js/files.js:704
|
||||||
msgid "{count} files scanned"
|
msgid "{count} files scanned"
|
||||||
|
|
|
@ -4,14 +4,15 @@
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# Donahue Chuang <soshinwu@gmail.com>, 2012.
|
# Donahue Chuang <soshinwu@gmail.com>, 2012.
|
||||||
|
# <dw4dev@gmail.com>, 2012.
|
||||||
# Ming Yi Wu <mingi.wu@gmail.com>, 2012.
|
# Ming Yi Wu <mingi.wu@gmail.com>, 2012.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-11-16 00:02+0100\n"
|
"POT-Creation-Date: 2012-11-29 00:04+0100\n"
|
||||||
"PO-Revision-Date: 2012-11-14 23:13+0000\n"
|
"PO-Revision-Date: 2012-11-28 01:36+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: dw4dev <dw4dev@gmail.com>\n"
|
||||||
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n"
|
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -57,65 +58,65 @@ msgstr "沒選擇要刪除的分類"
|
||||||
msgid "Error removing %s from favorites."
|
msgid "Error removing %s from favorites."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/js.js:243 templates/layout.user.php:59 templates/layout.user.php:60
|
#: js/js.js:259 templates/layout.user.php:60 templates/layout.user.php:61
|
||||||
msgid "Settings"
|
msgid "Settings"
|
||||||
msgstr "設定"
|
msgstr "設定"
|
||||||
|
|
||||||
#: js/js.js:688
|
#: js/js.js:704
|
||||||
msgid "seconds ago"
|
msgid "seconds ago"
|
||||||
msgstr "幾秒前"
|
msgstr "幾秒前"
|
||||||
|
|
||||||
#: js/js.js:689
|
#: js/js.js:705
|
||||||
msgid "1 minute ago"
|
msgid "1 minute ago"
|
||||||
msgstr "1 分鐘前"
|
msgstr "1 分鐘前"
|
||||||
|
|
||||||
#: js/js.js:690
|
#: js/js.js:706
|
||||||
msgid "{minutes} minutes ago"
|
msgid "{minutes} minutes ago"
|
||||||
msgstr ""
|
msgstr "{minutes} 分鐘前"
|
||||||
|
|
||||||
#: js/js.js:691
|
#: js/js.js:707
|
||||||
msgid "1 hour ago"
|
msgid "1 hour ago"
|
||||||
msgstr ""
|
msgstr "1 個小時前"
|
||||||
|
|
||||||
#: js/js.js:692
|
#: js/js.js:708
|
||||||
msgid "{hours} hours ago"
|
msgid "{hours} hours ago"
|
||||||
msgstr ""
|
msgstr "{hours} 個小時前"
|
||||||
|
|
||||||
#: js/js.js:693
|
#: js/js.js:709
|
||||||
msgid "today"
|
msgid "today"
|
||||||
msgstr "今天"
|
msgstr "今天"
|
||||||
|
|
||||||
#: js/js.js:694
|
#: js/js.js:710
|
||||||
msgid "yesterday"
|
msgid "yesterday"
|
||||||
msgstr "昨天"
|
msgstr "昨天"
|
||||||
|
|
||||||
#: js/js.js:695
|
#: js/js.js:711
|
||||||
msgid "{days} days ago"
|
msgid "{days} days ago"
|
||||||
msgstr ""
|
msgstr "{days} 天前"
|
||||||
|
|
||||||
#: js/js.js:696
|
#: js/js.js:712
|
||||||
msgid "last month"
|
msgid "last month"
|
||||||
msgstr "上個月"
|
msgstr "上個月"
|
||||||
|
|
||||||
#: js/js.js:697
|
#: js/js.js:713
|
||||||
msgid "{months} months ago"
|
msgid "{months} months ago"
|
||||||
msgstr ""
|
msgstr "{months} 個月前"
|
||||||
|
|
||||||
#: js/js.js:698
|
#: js/js.js:714
|
||||||
msgid "months ago"
|
msgid "months ago"
|
||||||
msgstr "幾個月前"
|
msgstr "幾個月前"
|
||||||
|
|
||||||
#: js/js.js:699
|
#: js/js.js:715
|
||||||
msgid "last year"
|
msgid "last year"
|
||||||
msgstr "去年"
|
msgstr "去年"
|
||||||
|
|
||||||
#: js/js.js:700
|
#: js/js.js:716
|
||||||
msgid "years ago"
|
msgid "years ago"
|
||||||
msgstr "幾年前"
|
msgstr "幾年前"
|
||||||
|
|
||||||
#: js/oc-dialogs.js:126
|
#: js/oc-dialogs.js:126
|
||||||
msgid "Choose"
|
msgid "Choose"
|
||||||
msgstr ""
|
msgstr "選擇"
|
||||||
|
|
||||||
#: js/oc-dialogs.js:146 js/oc-dialogs.js:166
|
#: js/oc-dialogs.js:146 js/oc-dialogs.js:166
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
|
@ -139,8 +140,8 @@ msgid "The object type is not specified."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/oc-vcategories.js:95 js/oc-vcategories.js:125 js/oc-vcategories.js:136
|
#: js/oc-vcategories.js:95 js/oc-vcategories.js:125 js/oc-vcategories.js:136
|
||||||
#: js/oc-vcategories.js:195 js/share.js:135 js/share.js:142 js/share.js:525
|
#: js/oc-vcategories.js:195 js/share.js:135 js/share.js:142 js/share.js:533
|
||||||
#: js/share.js:537
|
#: js/share.js:545
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr "錯誤"
|
msgstr "錯誤"
|
||||||
|
|
||||||
|
@ -154,7 +155,7 @@ msgstr ""
|
||||||
|
|
||||||
#: js/share.js:124
|
#: js/share.js:124
|
||||||
msgid "Error while sharing"
|
msgid "Error while sharing"
|
||||||
msgstr ""
|
msgstr "分享時發生錯誤"
|
||||||
|
|
||||||
#: js/share.js:135
|
#: js/share.js:135
|
||||||
msgid "Error while unsharing"
|
msgid "Error while unsharing"
|
||||||
|
@ -170,19 +171,19 @@ msgstr ""
|
||||||
|
|
||||||
#: js/share.js:153
|
#: js/share.js:153
|
||||||
msgid "Shared with you by {owner}"
|
msgid "Shared with you by {owner}"
|
||||||
msgstr ""
|
msgstr "{owner} 已經和您分享"
|
||||||
|
|
||||||
#: js/share.js:158
|
#: js/share.js:158
|
||||||
msgid "Share with"
|
msgid "Share with"
|
||||||
msgstr ""
|
msgstr "與分享"
|
||||||
|
|
||||||
#: js/share.js:163
|
#: js/share.js:163
|
||||||
msgid "Share with link"
|
msgid "Share with link"
|
||||||
msgstr ""
|
msgstr "使用連結分享"
|
||||||
|
|
||||||
#: js/share.js:164
|
#: js/share.js:164
|
||||||
msgid "Password protect"
|
msgid "Password protect"
|
||||||
msgstr ""
|
msgstr "密碼保護"
|
||||||
|
|
||||||
#: js/share.js:168 templates/installation.php:42 templates/login.php:24
|
#: js/share.js:168 templates/installation.php:42 templates/login.php:24
|
||||||
#: templates/verify.php:13
|
#: templates/verify.php:13
|
||||||
|
@ -191,15 +192,15 @@ msgstr "密碼"
|
||||||
|
|
||||||
#: js/share.js:173
|
#: js/share.js:173
|
||||||
msgid "Set expiration date"
|
msgid "Set expiration date"
|
||||||
msgstr ""
|
msgstr "設置到期日"
|
||||||
|
|
||||||
#: js/share.js:174
|
#: js/share.js:174
|
||||||
msgid "Expiration date"
|
msgid "Expiration date"
|
||||||
msgstr ""
|
msgstr "到期日"
|
||||||
|
|
||||||
#: js/share.js:206
|
#: js/share.js:206
|
||||||
msgid "Share via email:"
|
msgid "Share via email:"
|
||||||
msgstr ""
|
msgstr "透過email分享:"
|
||||||
|
|
||||||
#: js/share.js:208
|
#: js/share.js:208
|
||||||
msgid "No people found"
|
msgid "No people found"
|
||||||
|
@ -211,7 +212,7 @@ msgstr ""
|
||||||
|
|
||||||
#: js/share.js:271
|
#: js/share.js:271
|
||||||
msgid "Shared in {item} with {user}"
|
msgid "Shared in {item} with {user}"
|
||||||
msgstr ""
|
msgstr "已和 {user} 分享 {item}"
|
||||||
|
|
||||||
#: js/share.js:292
|
#: js/share.js:292
|
||||||
msgid "Unshare"
|
msgid "Unshare"
|
||||||
|
@ -219,11 +220,11 @@ msgstr "取消共享"
|
||||||
|
|
||||||
#: js/share.js:304
|
#: js/share.js:304
|
||||||
msgid "can edit"
|
msgid "can edit"
|
||||||
msgstr ""
|
msgstr "可編輯"
|
||||||
|
|
||||||
#: js/share.js:306
|
#: js/share.js:306
|
||||||
msgid "access control"
|
msgid "access control"
|
||||||
msgstr ""
|
msgstr "存取控制"
|
||||||
|
|
||||||
#: js/share.js:309
|
#: js/share.js:309
|
||||||
msgid "create"
|
msgid "create"
|
||||||
|
@ -231,27 +232,27 @@ msgstr "建立"
|
||||||
|
|
||||||
#: js/share.js:312
|
#: js/share.js:312
|
||||||
msgid "update"
|
msgid "update"
|
||||||
msgstr ""
|
msgstr "更新"
|
||||||
|
|
||||||
#: js/share.js:315
|
#: js/share.js:315
|
||||||
msgid "delete"
|
msgid "delete"
|
||||||
msgstr ""
|
msgstr "刪除"
|
||||||
|
|
||||||
#: js/share.js:318
|
#: js/share.js:318
|
||||||
msgid "share"
|
msgid "share"
|
||||||
msgstr ""
|
msgstr "分享"
|
||||||
|
|
||||||
#: js/share.js:343 js/share.js:512 js/share.js:514
|
#: js/share.js:349 js/share.js:520 js/share.js:522
|
||||||
msgid "Password protected"
|
msgid "Password protected"
|
||||||
msgstr ""
|
msgstr "密碼保護"
|
||||||
|
|
||||||
#: js/share.js:525
|
#: js/share.js:533
|
||||||
msgid "Error unsetting expiration date"
|
msgid "Error unsetting expiration date"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/share.js:537
|
#: js/share.js:545
|
||||||
msgid "Error setting expiration date"
|
msgid "Error setting expiration date"
|
||||||
msgstr ""
|
msgstr "錯誤的到期日設定"
|
||||||
|
|
||||||
#: lostpassword/controller.php:47
|
#: lostpassword/controller.php:47
|
||||||
msgid "ownCloud password reset"
|
msgid "ownCloud password reset"
|
||||||
|
@ -267,11 +268,11 @@ msgstr "重設密碼的連結將會寄到你的電子郵件信箱"
|
||||||
|
|
||||||
#: lostpassword/templates/lostpassword.php:5
|
#: lostpassword/templates/lostpassword.php:5
|
||||||
msgid "Reset email send."
|
msgid "Reset email send."
|
||||||
msgstr ""
|
msgstr "重設郵件已送出."
|
||||||
|
|
||||||
#: lostpassword/templates/lostpassword.php:8
|
#: lostpassword/templates/lostpassword.php:8
|
||||||
msgid "Request failed!"
|
msgid "Request failed!"
|
||||||
msgstr ""
|
msgstr "請求失敗!"
|
||||||
|
|
||||||
#: lostpassword/templates/lostpassword.php:11 templates/installation.php:38
|
#: lostpassword/templates/lostpassword.php:11 templates/installation.php:38
|
||||||
#: templates/login.php:20
|
#: templates/login.php:20
|
||||||
|
@ -342,7 +343,7 @@ msgstr "安全性警告"
|
||||||
msgid ""
|
msgid ""
|
||||||
"No secure random number generator is available, please enable the PHP "
|
"No secure random number generator is available, please enable the PHP "
|
||||||
"OpenSSL extension."
|
"OpenSSL extension."
|
||||||
msgstr ""
|
msgstr "沒有可用的隨機數字產生器, 請啟用 PHP 中 OpenSSL 擴充功能."
|
||||||
|
|
||||||
#: templates/installation.php:26
|
#: templates/installation.php:26
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -404,87 +405,87 @@ msgstr "資料庫主機"
|
||||||
msgid "Finish setup"
|
msgid "Finish setup"
|
||||||
msgstr "完成設定"
|
msgstr "完成設定"
|
||||||
|
|
||||||
#: templates/layout.guest.php:15 templates/layout.user.php:16
|
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
||||||
msgid "Sunday"
|
msgid "Sunday"
|
||||||
msgstr "週日"
|
msgstr "週日"
|
||||||
|
|
||||||
#: templates/layout.guest.php:15 templates/layout.user.php:16
|
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
||||||
msgid "Monday"
|
msgid "Monday"
|
||||||
msgstr "週一"
|
msgstr "週一"
|
||||||
|
|
||||||
#: templates/layout.guest.php:15 templates/layout.user.php:16
|
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
||||||
msgid "Tuesday"
|
msgid "Tuesday"
|
||||||
msgstr "週二"
|
msgstr "週二"
|
||||||
|
|
||||||
#: templates/layout.guest.php:15 templates/layout.user.php:16
|
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
||||||
msgid "Wednesday"
|
msgid "Wednesday"
|
||||||
msgstr "週三"
|
msgstr "週三"
|
||||||
|
|
||||||
#: templates/layout.guest.php:15 templates/layout.user.php:16
|
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
||||||
msgid "Thursday"
|
msgid "Thursday"
|
||||||
msgstr "週四"
|
msgstr "週四"
|
||||||
|
|
||||||
#: templates/layout.guest.php:15 templates/layout.user.php:16
|
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
||||||
msgid "Friday"
|
msgid "Friday"
|
||||||
msgstr "週五"
|
msgstr "週五"
|
||||||
|
|
||||||
#: templates/layout.guest.php:15 templates/layout.user.php:16
|
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
||||||
msgid "Saturday"
|
msgid "Saturday"
|
||||||
msgstr "週六"
|
msgstr "週六"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "January"
|
msgid "January"
|
||||||
msgstr "一月"
|
msgstr "一月"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "February"
|
msgid "February"
|
||||||
msgstr "二月"
|
msgstr "二月"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "March"
|
msgid "March"
|
||||||
msgstr "三月"
|
msgstr "三月"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "April"
|
msgid "April"
|
||||||
msgstr "四月"
|
msgstr "四月"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "May"
|
msgid "May"
|
||||||
msgstr "五月"
|
msgstr "五月"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "June"
|
msgid "June"
|
||||||
msgstr "六月"
|
msgstr "六月"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "July"
|
msgid "July"
|
||||||
msgstr "七月"
|
msgstr "七月"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "August"
|
msgid "August"
|
||||||
msgstr "八月"
|
msgstr "八月"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "September"
|
msgid "September"
|
||||||
msgstr "九月"
|
msgstr "九月"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "October"
|
msgid "October"
|
||||||
msgstr "十月"
|
msgstr "十月"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "November"
|
msgid "November"
|
||||||
msgstr "十一月"
|
msgstr "十一月"
|
||||||
|
|
||||||
#: templates/layout.guest.php:16 templates/layout.user.php:17
|
#: templates/layout.guest.php:17 templates/layout.user.php:18
|
||||||
msgid "December"
|
msgid "December"
|
||||||
msgstr "十二月"
|
msgstr "十二月"
|
||||||
|
|
||||||
#: templates/layout.guest.php:41
|
#: templates/layout.guest.php:42
|
||||||
msgid "web services under your control"
|
msgid "web services under your control"
|
||||||
msgstr "網路服務已在你控制"
|
msgstr "網路服務已在你控制"
|
||||||
|
|
||||||
#: templates/layout.user.php:44
|
#: templates/layout.user.php:45
|
||||||
msgid "Log out"
|
msgid "Log out"
|
||||||
msgstr "登出"
|
msgstr "登出"
|
||||||
|
|
||||||
|
@ -528,7 +529,7 @@ msgstr "下一頁"
|
||||||
|
|
||||||
#: templates/verify.php:5
|
#: templates/verify.php:5
|
||||||
msgid "Security Warning!"
|
msgid "Security Warning!"
|
||||||
msgstr ""
|
msgstr "安全性警告!"
|
||||||
|
|
||||||
#: templates/verify.php:6
|
#: templates/verify.php:6
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -538,4 +539,4 @@ msgstr ""
|
||||||
|
|
||||||
#: templates/verify.php:16
|
#: templates/verify.php:16
|
||||||
msgid "Verify"
|
msgid "Verify"
|
||||||
msgstr ""
|
msgstr "驗證"
|
||||||
|
|
|
@ -4,15 +4,16 @@
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# Donahue Chuang <soshinwu@gmail.com>, 2012.
|
# Donahue Chuang <soshinwu@gmail.com>, 2012.
|
||||||
|
# <dw4dev@gmail.com>, 2012.
|
||||||
# Eddy Chang <taiwanmambo@gmail.com>, 2012.
|
# Eddy Chang <taiwanmambo@gmail.com>, 2012.
|
||||||
# ywang <ywang1007@gmail.com>, 2012.
|
# ywang <ywang1007@gmail.com>, 2012.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-11-24 00:01+0100\n"
|
"POT-Creation-Date: 2012-11-28 00:10+0100\n"
|
||||||
"PO-Revision-Date: 2012-11-23 23:02+0000\n"
|
"PO-Revision-Date: 2012-11-27 14:11+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: dw4dev <dw4dev@gmail.com>\n"
|
||||||
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n"
|
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -68,7 +69,7 @@ msgstr "重新命名"
|
||||||
|
|
||||||
#: js/filelist.js:201 js/filelist.js:203
|
#: js/filelist.js:201 js/filelist.js:203
|
||||||
msgid "{new_name} already exists"
|
msgid "{new_name} already exists"
|
||||||
msgstr ""
|
msgstr "{new_name} 已經存在"
|
||||||
|
|
||||||
#: js/filelist.js:201 js/filelist.js:203
|
#: js/filelist.js:201 js/filelist.js:203
|
||||||
msgid "replace"
|
msgid "replace"
|
||||||
|
@ -84,15 +85,15 @@ msgstr "取消"
|
||||||
|
|
||||||
#: js/filelist.js:250
|
#: js/filelist.js:250
|
||||||
msgid "replaced {new_name}"
|
msgid "replaced {new_name}"
|
||||||
msgstr ""
|
msgstr "已取代 {new_name}"
|
||||||
|
|
||||||
#: js/filelist.js:250 js/filelist.js:252 js/filelist.js:284 js/filelist.js:286
|
#: js/filelist.js:250 js/filelist.js:252 js/filelist.js:284 js/filelist.js:286
|
||||||
msgid "undo"
|
msgid "undo"
|
||||||
msgstr ""
|
msgstr "復原"
|
||||||
|
|
||||||
#: js/filelist.js:252
|
#: js/filelist.js:252
|
||||||
msgid "replaced {new_name} with {old_name}"
|
msgid "replaced {new_name} with {old_name}"
|
||||||
msgstr ""
|
msgstr "使用 {new_name} 取代 {old_name}"
|
||||||
|
|
||||||
#: js/filelist.js:284
|
#: js/filelist.js:284
|
||||||
msgid "unshared {files}"
|
msgid "unshared {files}"
|
||||||
|
@ -130,11 +131,11 @@ msgstr ""
|
||||||
|
|
||||||
#: js/files.js:274
|
#: js/files.js:274
|
||||||
msgid "1 file uploading"
|
msgid "1 file uploading"
|
||||||
msgstr ""
|
msgstr "1 個檔案正在上傳"
|
||||||
|
|
||||||
#: js/files.js:277 js/files.js:331 js/files.js:346
|
#: js/files.js:277 js/files.js:331 js/files.js:346
|
||||||
msgid "{count} files uploading"
|
msgid "{count} files uploading"
|
||||||
msgstr ""
|
msgstr "{count} 個檔案正在上傳"
|
||||||
|
|
||||||
#: js/files.js:349 js/files.js:382
|
#: js/files.js:349 js/files.js:382
|
||||||
msgid "Upload cancelled."
|
msgid "Upload cancelled."
|
||||||
|
@ -147,7 +148,7 @@ msgstr "檔案上傳中. 離開此頁面將會取消上傳."
|
||||||
|
|
||||||
#: js/files.js:523
|
#: js/files.js:523
|
||||||
msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
|
msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
|
||||||
msgstr ""
|
msgstr "無效的資料夾名稱. \"Shared\" 名稱已被 Owncloud 所保留使用"
|
||||||
|
|
||||||
#: js/files.js:704
|
#: js/files.js:704
|
||||||
msgid "{count} files scanned"
|
msgid "{count} files scanned"
|
||||||
|
@ -155,7 +156,7 @@ msgstr ""
|
||||||
|
|
||||||
#: js/files.js:712
|
#: js/files.js:712
|
||||||
msgid "error while scanning"
|
msgid "error while scanning"
|
||||||
msgstr ""
|
msgstr "掃描時發生錯誤"
|
||||||
|
|
||||||
#: js/files.js:785 templates/index.php:50
|
#: js/files.js:785 templates/index.php:50
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
|
@ -171,19 +172,19 @@ msgstr "修改"
|
||||||
|
|
||||||
#: js/files.js:814
|
#: js/files.js:814
|
||||||
msgid "1 folder"
|
msgid "1 folder"
|
||||||
msgstr ""
|
msgstr "1 個資料夾"
|
||||||
|
|
||||||
#: js/files.js:816
|
#: js/files.js:816
|
||||||
msgid "{count} folders"
|
msgid "{count} folders"
|
||||||
msgstr ""
|
msgstr "{count} 個資料夾"
|
||||||
|
|
||||||
#: js/files.js:824
|
#: js/files.js:824
|
||||||
msgid "1 file"
|
msgid "1 file"
|
||||||
msgstr ""
|
msgstr "1 個檔案"
|
||||||
|
|
||||||
#: js/files.js:826
|
#: js/files.js:826
|
||||||
msgid "{count} files"
|
msgid "{count} files"
|
||||||
msgstr ""
|
msgstr "{count} 個檔案"
|
||||||
|
|
||||||
#: templates/admin.php:5
|
#: templates/admin.php:5
|
||||||
msgid "File handling"
|
msgid "File handling"
|
||||||
|
|
|
@ -3,13 +3,14 @@
|
||||||
# This file is distributed under the same license as the PACKAGE package.
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
|
# <dw4dev@gmail.com>, 2012.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-10-02 23:16+0200\n"
|
"POT-Creation-Date: 2012-11-28 00:10+0100\n"
|
||||||
"PO-Revision-Date: 2012-10-02 21:17+0000\n"
|
"PO-Revision-Date: 2012-11-27 14:30+0000\n"
|
||||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
"Last-Translator: dw4dev <dw4dev@gmail.com>\n"
|
||||||
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n"
|
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -43,11 +44,11 @@ msgstr ""
|
||||||
|
|
||||||
#: templates/settings.php:3
|
#: templates/settings.php:3
|
||||||
msgid "External Storage"
|
msgid "External Storage"
|
||||||
msgstr ""
|
msgstr "外部儲存裝置"
|
||||||
|
|
||||||
#: templates/settings.php:7 templates/settings.php:19
|
#: templates/settings.php:7 templates/settings.php:19
|
||||||
msgid "Mount point"
|
msgid "Mount point"
|
||||||
msgstr ""
|
msgstr "掛載點"
|
||||||
|
|
||||||
#: templates/settings.php:8
|
#: templates/settings.php:8
|
||||||
msgid "Backend"
|
msgid "Backend"
|
||||||
|
@ -71,23 +72,23 @@ msgstr ""
|
||||||
|
|
||||||
#: templates/settings.php:54 templates/settings.php:62
|
#: templates/settings.php:54 templates/settings.php:62
|
||||||
msgid "None set"
|
msgid "None set"
|
||||||
msgstr ""
|
msgstr "尚未設定"
|
||||||
|
|
||||||
#: templates/settings.php:63
|
#: templates/settings.php:63
|
||||||
msgid "All Users"
|
msgid "All Users"
|
||||||
msgstr ""
|
msgstr "所有使用者"
|
||||||
|
|
||||||
#: templates/settings.php:64
|
#: templates/settings.php:64
|
||||||
msgid "Groups"
|
msgid "Groups"
|
||||||
msgstr ""
|
msgstr "群組"
|
||||||
|
|
||||||
#: templates/settings.php:69
|
#: templates/settings.php:69
|
||||||
msgid "Users"
|
msgid "Users"
|
||||||
msgstr ""
|
msgstr "使用者"
|
||||||
|
|
||||||
#: templates/settings.php:77 templates/settings.php:107
|
#: templates/settings.php:77 templates/settings.php:107
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr ""
|
msgstr "刪除"
|
||||||
|
|
||||||
#: templates/settings.php:87
|
#: templates/settings.php:87
|
||||||
msgid "Enable User External Storage"
|
msgid "Enable User External Storage"
|
||||||
|
@ -103,4 +104,4 @@ msgstr ""
|
||||||
|
|
||||||
#: templates/settings.php:113
|
#: templates/settings.php:113
|
||||||
msgid "Import Root Certificate"
|
msgid "Import Root Certificate"
|
||||||
msgstr ""
|
msgstr "匯入根憑證"
|
||||||
|
|
|
@ -3,14 +3,15 @@
|
||||||
# This file is distributed under the same license as the PACKAGE package.
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
|
# <dw4dev@gmail.com>, 2012.
|
||||||
# <wu0809@msn.com>, 2012.
|
# <wu0809@msn.com>, 2012.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-09-22 01:14+0200\n"
|
"POT-Creation-Date: 2012-11-28 00:10+0100\n"
|
||||||
"PO-Revision-Date: 2012-09-21 23:15+0000\n"
|
"PO-Revision-Date: 2012-11-27 14:28+0000\n"
|
||||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
"Last-Translator: dw4dev <dw4dev@gmail.com>\n"
|
||||||
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n"
|
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -26,24 +27,24 @@ msgstr "密碼"
|
||||||
msgid "Submit"
|
msgid "Submit"
|
||||||
msgstr "送出"
|
msgstr "送出"
|
||||||
|
|
||||||
#: templates/public.php:9
|
#: templates/public.php:17
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s shared the folder %s with you"
|
msgid "%s shared the folder %s with you"
|
||||||
msgstr ""
|
msgstr "%s 分享了資料夾 %s 給您"
|
||||||
|
|
||||||
#: templates/public.php:11
|
#: templates/public.php:19
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s shared the file %s with you"
|
msgid "%s shared the file %s with you"
|
||||||
msgstr ""
|
msgstr "%s 分享了檔案 %s 給您"
|
||||||
|
|
||||||
#: templates/public.php:14 templates/public.php:30
|
#: templates/public.php:22 templates/public.php:38
|
||||||
msgid "Download"
|
msgid "Download"
|
||||||
msgstr "下載"
|
msgstr "下載"
|
||||||
|
|
||||||
#: templates/public.php:29
|
#: templates/public.php:37
|
||||||
msgid "No preview available for"
|
msgid "No preview available for"
|
||||||
msgstr "無法預覽"
|
msgstr "無法預覽"
|
||||||
|
|
||||||
#: templates/public.php:37
|
#: templates/public.php:43
|
||||||
msgid "web services under your control"
|
msgid "web services under your control"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -3,13 +3,14 @@
|
||||||
# This file is distributed under the same license as the PACKAGE package.
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
|
# <dw4dev@gmail.com>, 2012.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-09-22 01:14+0200\n"
|
"POT-Creation-Date: 2012-11-29 00:04+0100\n"
|
||||||
"PO-Revision-Date: 2012-09-21 23:15+0000\n"
|
"PO-Revision-Date: 2012-11-28 01:33+0000\n"
|
||||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
"Last-Translator: dw4dev <dw4dev@gmail.com>\n"
|
||||||
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n"
|
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -19,15 +20,15 @@ msgstr ""
|
||||||
|
|
||||||
#: js/settings-personal.js:31 templates/settings-personal.php:10
|
#: js/settings-personal.js:31 templates/settings-personal.php:10
|
||||||
msgid "Expire all versions"
|
msgid "Expire all versions"
|
||||||
msgstr ""
|
msgstr "所有逾期的版本"
|
||||||
|
|
||||||
#: js/versions.js:16
|
#: js/versions.js:16
|
||||||
msgid "History"
|
msgid "History"
|
||||||
msgstr ""
|
msgstr "歷史"
|
||||||
|
|
||||||
#: templates/settings-personal.php:4
|
#: templates/settings-personal.php:4
|
||||||
msgid "Versions"
|
msgid "Versions"
|
||||||
msgstr ""
|
msgstr "版本"
|
||||||
|
|
||||||
#: templates/settings-personal.php:7
|
#: templates/settings-personal.php:7
|
||||||
msgid "This will delete all existing backup versions of your files"
|
msgid "This will delete all existing backup versions of your files"
|
||||||
|
@ -35,8 +36,8 @@ msgstr ""
|
||||||
|
|
||||||
#: templates/settings.php:3
|
#: templates/settings.php:3
|
||||||
msgid "Files Versioning"
|
msgid "Files Versioning"
|
||||||
msgstr ""
|
msgstr "檔案版本化中..."
|
||||||
|
|
||||||
#: templates/settings.php:4
|
#: templates/settings.php:4
|
||||||
msgid "Enable"
|
msgid "Enable"
|
||||||
msgstr ""
|
msgstr "啟用"
|
||||||
|
|
|
@ -3,15 +3,16 @@
|
||||||
# This file is distributed under the same license as the PACKAGE package.
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
|
# <sofia168@livemail.tw>, 2012.
|
||||||
# <ywang1007+transifex@gmail.com>, 2012.
|
# <ywang1007+transifex@gmail.com>, 2012.
|
||||||
# ywang <ywang1007@gmail.com>, 2012.
|
# ywang <ywang1007@gmail.com>, 2012.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-11-16 00:02+0100\n"
|
"POT-Creation-Date: 2012-11-27 00:10+0100\n"
|
||||||
"PO-Revision-Date: 2012-11-14 23:13+0000\n"
|
"PO-Revision-Date: 2012-11-26 09:03+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: sofiasu <sofia168@livemail.tw>\n"
|
||||||
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n"
|
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -43,19 +44,19 @@ msgstr "應用程式"
|
||||||
msgid "Admin"
|
msgid "Admin"
|
||||||
msgstr "管理"
|
msgstr "管理"
|
||||||
|
|
||||||
#: files.php:332
|
#: files.php:361
|
||||||
msgid "ZIP download is turned off."
|
msgid "ZIP download is turned off."
|
||||||
msgstr "ZIP 下載已關閉"
|
msgstr "ZIP 下載已關閉"
|
||||||
|
|
||||||
#: files.php:333
|
#: files.php:362
|
||||||
msgid "Files need to be downloaded one by one."
|
msgid "Files need to be downloaded one by one."
|
||||||
msgstr "檔案需要逐一下載"
|
msgstr "檔案需要逐一下載"
|
||||||
|
|
||||||
#: files.php:333 files.php:358
|
#: files.php:362 files.php:387
|
||||||
msgid "Back to Files"
|
msgid "Back to Files"
|
||||||
msgstr "回到檔案列表"
|
msgstr "回到檔案列表"
|
||||||
|
|
||||||
#: files.php:357
|
#: files.php:386
|
||||||
msgid "Selected files too large to generate zip file."
|
msgid "Selected files too large to generate zip file."
|
||||||
msgstr "選擇的檔案太大以致於無法產生壓縮檔"
|
msgstr "選擇的檔案太大以致於無法產生壓縮檔"
|
||||||
|
|
||||||
|
@ -81,7 +82,7 @@ msgstr "文字"
|
||||||
|
|
||||||
#: search/provider/file.php:29
|
#: search/provider/file.php:29
|
||||||
msgid "Images"
|
msgid "Images"
|
||||||
msgstr ""
|
msgstr "圖片"
|
||||||
|
|
||||||
#: template.php:103
|
#: template.php:103
|
||||||
msgid "seconds ago"
|
msgid "seconds ago"
|
||||||
|
@ -98,12 +99,12 @@ msgstr "%d 分鐘前"
|
||||||
|
|
||||||
#: template.php:106
|
#: template.php:106
|
||||||
msgid "1 hour ago"
|
msgid "1 hour ago"
|
||||||
msgstr ""
|
msgstr "1小時之前"
|
||||||
|
|
||||||
#: template.php:107
|
#: template.php:107
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%d hours ago"
|
msgid "%d hours ago"
|
||||||
msgstr ""
|
msgstr "%d小時之前"
|
||||||
|
|
||||||
#: template.php:108
|
#: template.php:108
|
||||||
msgid "today"
|
msgid "today"
|
||||||
|
@ -125,7 +126,7 @@ msgstr "上個月"
|
||||||
#: template.php:112
|
#: template.php:112
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%d months ago"
|
msgid "%d months ago"
|
||||||
msgstr ""
|
msgstr "%d個月之前"
|
||||||
|
|
||||||
#: template.php:113
|
#: template.php:113
|
||||||
msgid "last year"
|
msgid "last year"
|
||||||
|
@ -151,4 +152,4 @@ msgstr "檢查更新已停用"
|
||||||
#: vcategories.php:188 vcategories.php:249
|
#: vcategories.php:188 vcategories.php:249
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Could not find category \"%s\""
|
msgid "Could not find category \"%s\""
|
||||||
msgstr ""
|
msgstr "找不到分類-\"%s\""
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# Donahue Chuang <soshinwu@gmail.com>, 2012.
|
# Donahue Chuang <soshinwu@gmail.com>, 2012.
|
||||||
|
# <dw4dev@gmail.com>, 2012.
|
||||||
# <sy6614@yahoo.com.hk>, 2012.
|
# <sy6614@yahoo.com.hk>, 2012.
|
||||||
# <weiyu871@ms14.url.com.tw>, 2012.
|
# <weiyu871@ms14.url.com.tw>, 2012.
|
||||||
# <wu0809@msn.com>, 2012.
|
# <wu0809@msn.com>, 2012.
|
||||||
|
@ -12,9 +13,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-11-12 00:01+0100\n"
|
"POT-Creation-Date: 2012-11-28 00:10+0100\n"
|
||||||
"PO-Revision-Date: 2012-11-11 14:57+0000\n"
|
"PO-Revision-Date: 2012-11-27 14:02+0000\n"
|
||||||
"Last-Translator: sy6614 <sy6614@yahoo.com.hk>\n"
|
"Last-Translator: dw4dev <dw4dev@gmail.com>\n"
|
||||||
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n"
|
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -143,7 +144,7 @@ msgstr "答案"
|
||||||
#: templates/personal.php:8
|
#: templates/personal.php:8
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "You have used <strong>%s</strong> of the available <strong>%s</strong>"
|
msgid "You have used <strong>%s</strong> of the available <strong>%s</strong>"
|
||||||
msgstr ""
|
msgstr "您已經使用了 <strong>%s</strong> ,目前可用空間為 <strong>%s</strong>"
|
||||||
|
|
||||||
#: templates/personal.php:12
|
#: templates/personal.php:12
|
||||||
msgid "Desktop and Mobile Syncing Clients"
|
msgid "Desktop and Mobile Syncing Clients"
|
||||||
|
|
|
@ -3,19 +3,20 @@
|
||||||
# This file is distributed under the same license as the PACKAGE package.
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
|
# <dw4dev@gmail.com>, 2012.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-08-29 02:01+0200\n"
|
"POT-Creation-Date: 2012-11-28 00:10+0100\n"
|
||||||
"PO-Revision-Date: 2012-08-29 00:03+0000\n"
|
"PO-Revision-Date: 2012-11-27 14:32+0000\n"
|
||||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
"Last-Translator: dw4dev <dw4dev@gmail.com>\n"
|
||||||
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n"
|
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Language: zh_TW\n"
|
"Language: zh_TW\n"
|
||||||
"Plural-Forms: nplurals=1; plural=0\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
#: templates/settings.php:8
|
#: templates/settings.php:8
|
||||||
msgid "Host"
|
msgid "Host"
|
||||||
|
@ -47,7 +48,7 @@ msgstr ""
|
||||||
|
|
||||||
#: templates/settings.php:11
|
#: templates/settings.php:11
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
msgstr ""
|
msgstr "密碼"
|
||||||
|
|
||||||
#: templates/settings.php:11
|
#: templates/settings.php:11
|
||||||
msgid "For anonymous access, leave DN and Password empty."
|
msgid "For anonymous access, leave DN and Password empty."
|
||||||
|
@ -111,7 +112,7 @@ msgstr ""
|
||||||
|
|
||||||
#: templates/settings.php:21
|
#: templates/settings.php:21
|
||||||
msgid "Use TLS"
|
msgid "Use TLS"
|
||||||
msgstr ""
|
msgstr "使用TLS"
|
||||||
|
|
||||||
#: templates/settings.php:21
|
#: templates/settings.php:21
|
||||||
msgid "Do not use it for SSL connections, it will fail."
|
msgid "Do not use it for SSL connections, it will fail."
|
||||||
|
@ -123,7 +124,7 @@ msgstr ""
|
||||||
|
|
||||||
#: templates/settings.php:23
|
#: templates/settings.php:23
|
||||||
msgid "Turn off SSL certificate validation."
|
msgid "Turn off SSL certificate validation."
|
||||||
msgstr ""
|
msgstr "關閉 SSL 憑證驗證"
|
||||||
|
|
||||||
#: templates/settings.php:23
|
#: templates/settings.php:23
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -167,4 +168,4 @@ msgstr ""
|
||||||
|
|
||||||
#: templates/settings.php:32
|
#: templates/settings.php:32
|
||||||
msgid "Help"
|
msgid "Help"
|
||||||
msgstr ""
|
msgstr "說明"
|
||||||
|
|
|
@ -3,13 +3,14 @@
|
||||||
# This file is distributed under the same license as the PACKAGE package.
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
|
# <sofia168@livemail.tw>, 2012.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2012-11-09 10:06+0100\n"
|
"POT-Creation-Date: 2012-11-27 00:10+0100\n"
|
||||||
"PO-Revision-Date: 2012-11-09 09:06+0000\n"
|
"PO-Revision-Date: 2012-11-26 09:00+0000\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: sofiasu <sofia168@livemail.tw>\n"
|
||||||
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n"
|
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -19,4 +20,4 @@ msgstr ""
|
||||||
|
|
||||||
#: templates/settings.php:4
|
#: templates/settings.php:4
|
||||||
msgid "WebDAV URL: http://"
|
msgid "WebDAV URL: http://"
|
||||||
msgstr ""
|
msgstr "WebDAV 網址 http://"
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue