diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 5ad9e389c0..e96fa64815 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -65,6 +65,9 @@
top: 44px;
width: 100%;
}
+#filestable, #controls {
+ min-width: 680px;
+}
#filestable tbody tr { background-color:#fff; height:2.5em; }
#filestable tbody tr:hover, tbody tr:active {
background-color: rgb(240,240,240);
diff --git a/apps/files/l10n/de.php b/apps/files/l10n/de.php
index 725b69c5cb..a4924295a1 100644
--- a/apps/files/l10n/de.php
+++ b/apps/files/l10n/de.php
@@ -43,6 +43,7 @@ $TRANSLATIONS = array(
"Could not rename file" => "Die Datei konnte nicht umbenannt werden",
"replaced {new_name} with {old_name}" => "{old_name} ersetzt durch {new_name}",
"undo" => "rückgängig machen",
+"Error deleting file." => "Fehler beim Löschen der Datei.",
"_%n folder_::_%n folders_" => array("%n Ordner","%n Ordner"),
"_%n file_::_%n files_" => array("%n Datei","%n Dateien"),
"{dirs} and {files}" => "{dirs} und {files}",
diff --git a/apps/files/l10n/de_DE.php b/apps/files/l10n/de_DE.php
index ebfe008457..cda2cb272a 100644
--- a/apps/files/l10n/de_DE.php
+++ b/apps/files/l10n/de_DE.php
@@ -22,11 +22,11 @@ $TRANSLATIONS = array(
"Missing a temporary folder" => "Kein temporärer Ordner vorhanden",
"Failed to write to disk" => "Fehler beim Schreiben auf die Festplatte",
"Not enough storage available" => "Nicht genug Speicher vorhanden.",
-"Upload failed. Could not get file info." => "Hochladen fehlgeschlagen. Dateiinformationen konnten nicht abgerufen werden.",
-"Upload failed. Could not find uploaded file" => "Hochladen fehlgeschlagen. Hochgeladene Datei konnte nicht gefunden werden.",
+"Upload failed. Could not get file info." => "Hochladen fehlgeschlagen. Die Dateiinformationen konnten nicht abgerufen werden.",
+"Upload failed. Could not find uploaded file" => "Hochladen fehlgeschlagen. Die hochgeladene Datei konnte nicht gefunden werden.",
"Invalid directory." => "Ungültiges Verzeichnis.",
"Files" => "Dateien",
-"Unable to upload {filename} as it is a directory or has 0 bytes" => "Datei {filename} kann nicht hochgeladen werden, da sie entweder ein Verzeichnis oder 0 Bytes groß ist",
+"Unable to upload {filename} as it is a directory or has 0 bytes" => "Die Datei {filename} kann nicht hochgeladen werden, da sie entweder ein Verzeichnis oder 0 Bytes groß ist",
"Not enough space available" => "Nicht genügend Speicherplatz verfügbar",
"Upload cancelled." => "Upload abgebrochen.",
"Could not get result from server." => "Ergebnis konnte nicht vom Server abgerufen werden.",
@@ -34,7 +34,7 @@ $TRANSLATIONS = array(
"URL cannot be empty" => "Die URL darf nicht leer sein",
"In the home folder 'Shared' is a reserved filename" => "Das Benutzerverzeichnis 'Shared' ist ein reservierter Dateiname",
"{new_name} already exists" => "{new_name} existiert bereits",
-"Could not create file" => "Datei konnte nicht erstellt werden",
+"Could not create file" => "Die Datei konnte nicht erstellt werden",
"Could not create folder" => "Der Ordner konnte nicht erstellt werden",
"Share" => "Teilen",
"Delete permanently" => "Endgültig löschen",
@@ -43,6 +43,7 @@ $TRANSLATIONS = array(
"Could not rename file" => "Die Datei konnte nicht umbenannt werden",
"replaced {new_name} with {old_name}" => "{old_name} wurde ersetzt durch {new_name}",
"undo" => "rückgängig machen",
+"Error deleting file." => "Fehler beim Löschen der Datei.",
"_%n folder_::_%n folders_" => array("%n Ordner","%n Ordner"),
"_%n file_::_%n files_" => array("%n Datei","%n Dateien"),
"{dirs} and {files}" => "{dirs} und {files}",
@@ -51,8 +52,8 @@ $TRANSLATIONS = array(
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Ungültiger Name, '\\', '/', '<', '>', ':', '\"', '|', '?' und '*' sind nicht zulässig.",
"Your storage is full, files can not be updated or synced anymore!" => "Ihr Speicher ist voll, daher können keine Dateien mehr aktualisiert oder synchronisiert werden!",
"Your storage is almost full ({usedSpacePercent}%)" => "Ihr Speicher ist fast voll ({usedSpacePercent}%)",
-"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Verschlüsselung-App ist aktiviert aber Ihre Schlüssel sind nicht initialisiert. Bitte melden sich nochmals ab und wieder an.",
-"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Ungültiger privater Schlüssel für die Verschlüsselung-App. Bitte aktualisieren Sie Ihr privates Schlüssel-Passwort um den Zugriff auf Ihre verschlüsselten Dateien wiederherzustellen.",
+"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Verschlüsselung-App ist aktiviert, aber Ihre Schlüssel sind nicht initialisiert. Bitte melden sich nochmals ab und wieder an.",
+"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Ungültiger privater Schlüssel für die Verschlüsselung-App. Bitte aktualisieren Sie Ihr privates Schlüssel-Passwort, um den Zugriff auf Ihre verschlüsselten Dateien wiederherzustellen.",
"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Die Verschlüsselung wurde deaktiviert, jedoch sind Ihre Dateien nach wie vor verschlüsselt. Bitte gehen Sie zu Ihren persönlichen Einstellungen, um Ihre Dateien zu entschlüsseln.",
"Your download is being prepared. This might take some time if the files are big." => "Ihr Download wird vorbereitet. Dies kann bei größeren Dateien etwas dauern.",
"Error moving file" => "Fehler beim Verschieben der Datei",
diff --git a/apps/files/l10n/en_GB.php b/apps/files/l10n/en_GB.php
index 454d623a4d..b613723ff7 100644
--- a/apps/files/l10n/en_GB.php
+++ b/apps/files/l10n/en_GB.php
@@ -43,6 +43,7 @@ $TRANSLATIONS = array(
"Could not rename file" => "Could not rename file",
"replaced {new_name} with {old_name}" => "replaced {new_name} with {old_name}",
"undo" => "undo",
+"Error deleting file." => "Error deleting file.",
"_%n folder_::_%n folders_" => array("%n folder","%n folders"),
"_%n file_::_%n files_" => array("%n file","%n files"),
"{dirs} and {files}" => "{dirs} and {files}",
diff --git a/apps/files/l10n/et_EE.php b/apps/files/l10n/et_EE.php
index 83a8adf052..29a5771c9f 100644
--- a/apps/files/l10n/et_EE.php
+++ b/apps/files/l10n/et_EE.php
@@ -43,6 +43,7 @@ $TRANSLATIONS = array(
"Could not rename file" => "Ei suuda faili ümber nimetada",
"replaced {new_name} with {old_name}" => "asendas nime {old_name} nimega {new_name}",
"undo" => "tagasi",
+"Error deleting file." => "Viga faili kustutamisel.",
"_%n folder_::_%n folders_" => array("%n kataloog","%n kataloogi"),
"_%n file_::_%n files_" => array("%n fail","%n faili"),
"{dirs} and {files}" => "{dirs} ja {files}",
diff --git a/apps/files/l10n/fi_FI.php b/apps/files/l10n/fi_FI.php
index 93d29aba67..dfce39bae8 100644
--- a/apps/files/l10n/fi_FI.php
+++ b/apps/files/l10n/fi_FI.php
@@ -6,6 +6,7 @@ $TRANSLATIONS = array(
"File name must not contain \"/\". Please choose a different name." => "Tiedoston nimessä ei saa olla merkkiä \"/\". Valitse toinen nimi.",
"The name %s is already used in the folder %s. Please choose a different name." => "Nimi %s on jo käytössä kansiossa %s. Valitse toinen nimi.",
"Not a valid source" => "Virheellinen lähde",
+"Error while downloading %s to %s" => "Virhe ladatessa kohdetta %s sijaintiin %s",
"Error when creating the file" => "Virhe tiedostoa luotaessa",
"Folder name cannot be empty." => "Kansion nimi ei voi olla tyhjä.",
"Folder name must not contain \"/\". Please choose a different name." => "Kansion nimessä ei saa olla merkkiä \"/\". Valitse toinen nimi.",
@@ -36,6 +37,7 @@ $TRANSLATIONS = array(
"Pending" => "Odottaa",
"Could not rename file" => "Tiedoston nimeäminen uudelleen epäonnistui",
"undo" => "kumoa",
+"Error deleting file." => "Virhe tiedostoa poistaessa.",
"_%n folder_::_%n folders_" => array("%n kansio","%n kansiota"),
"_%n file_::_%n files_" => array("%n tiedosto","%n tiedostoa"),
"{dirs} and {files}" => "{dirs} ja {files}",
diff --git a/apps/files/l10n/gl.php b/apps/files/l10n/gl.php
index 4edb889bb4..d76aad46b4 100644
--- a/apps/files/l10n/gl.php
+++ b/apps/files/l10n/gl.php
@@ -1,6 +1,6 @@
"Non se moveu %s - Xa existe un ficheiro con ese nome.",
+"Could not move %s - File with this name already exists" => "Non foi posíbel mover %s; Xa existe un ficheiro con ese nome.",
"Could not move %s" => "Non foi posíbel mover %s",
"File name cannot be empty." => "O nome de ficheiro non pode estar baleiro",
"File name must not contain \"/\". Please choose a different name." => "O nome do ficheiro non pode conter «/». Escolla outro nome.",
@@ -43,6 +43,7 @@ $TRANSLATIONS = array(
"Could not rename file" => "Non foi posíbel renomear o ficheiro",
"replaced {new_name} with {old_name}" => "substituír {new_name} por {old_name}",
"undo" => "desfacer",
+"Error deleting file." => "Produciuse un erro ao eliminar o ficheiro.",
"_%n folder_::_%n folders_" => array("%n cartafol","%n cartafoles"),
"_%n file_::_%n files_" => array("%n ficheiro","%n ficheiros"),
"{dirs} and {files}" => "{dirs} e {files}",
diff --git a/apps/files/l10n/it.php b/apps/files/l10n/it.php
index 48d52653d5..eb8dab7009 100644
--- a/apps/files/l10n/it.php
+++ b/apps/files/l10n/it.php
@@ -43,6 +43,7 @@ $TRANSLATIONS = array(
"Could not rename file" => "Impossibile rinominare il file",
"replaced {new_name} with {old_name}" => "sostituito {new_name} con {old_name}",
"undo" => "annulla",
+"Error deleting file." => "Errore durante l'eliminazione del file.",
"_%n folder_::_%n folders_" => array("%n cartella","%n cartelle"),
"_%n file_::_%n files_" => array("%n file","%n file"),
"{dirs} and {files}" => "{dirs} e {files}",
diff --git a/apps/files/l10n/pl.php b/apps/files/l10n/pl.php
index 8140bac46b..dbb49b4649 100644
--- a/apps/files/l10n/pl.php
+++ b/apps/files/l10n/pl.php
@@ -3,7 +3,14 @@ $TRANSLATIONS = array(
"Could not move %s - File with this name already exists" => "Nie można było przenieść %s - Plik o takiej nazwie już istnieje",
"Could not move %s" => "Nie można było przenieść %s",
"File name cannot be empty." => "Nazwa pliku nie może być pusta.",
+"File name must not contain \"/\". Please choose a different name." => "Nazwa pliku nie może zawierać \"/\". Proszę wybrać inną nazwę.",
+"The name %s is already used in the folder %s. Please choose a different name." => "Nazwa %s jest już używana w folderze %s. Proszę wybrać inną nazwę.",
+"Not a valid source" => "Niepoprawne źródło",
+"Error while downloading %s to %s" => "Błąd podczas pobierania %s do %S",
+"Error when creating the file" => "Błąd przy tworzeniu pliku",
"Folder name cannot be empty." => "Nazwa folderu nie może być pusta.",
+"Folder name must not contain \"/\". Please choose a different name." => "Nazwa folderu nie może zawierać \"/\". Proszę wybrać inną nazwę.",
+"Error when creating the folder" => "Błąd przy tworzeniu folderu",
"Unable to set upload directory." => "Nie można ustawić katalog wczytywania.",
"Invalid Token" => "Nieprawidłowy Token",
"No file was uploaded. Unknown error" => "Żaden plik nie został załadowany. Nieznany błąd",
@@ -24,11 +31,16 @@ $TRANSLATIONS = array(
"Upload cancelled." => "Wczytywanie anulowane.",
"Could not get result from server." => "Nie można uzyskać wyniku z serwera.",
"File upload is in progress. Leaving the page now will cancel the upload." => "Wysyłanie pliku jest w toku. Jeśli opuścisz tę stronę, wysyłanie zostanie przerwane.",
+"URL cannot be empty" => "URL nie może być pusty",
+"In the home folder 'Shared' is a reserved filename" => "W katalogu domowym \"Shared\" jest zarezerwowana nazwa pliku",
"{new_name} already exists" => "{new_name} już istnieje",
+"Could not create file" => "Nie można utworzyć pliku",
+"Could not create folder" => "Nie można utworzyć folderu",
"Share" => "Udostępnij",
"Delete permanently" => "Trwale usuń",
"Rename" => "Zmień nazwę",
"Pending" => "Oczekujące",
+"Could not rename file" => "Nie można zmienić nazwy pliku",
"replaced {new_name} with {old_name}" => "zastąpiono {new_name} przez {old_name}",
"undo" => "cofnij",
"_%n folder_::_%n folders_" => array("%n katalog","%n katalogi","%n katalogów"),
@@ -48,6 +60,7 @@ $TRANSLATIONS = array(
"Name" => "Nazwa",
"Size" => "Rozmiar",
"Modified" => "Modyfikacja",
+"Invalid folder name. Usage of 'Shared' is reserved." => "Niepoprawna nazwa folderu. Wykorzystanie \"Shared\" jest zarezerwowane.",
"%s could not be renamed" => "%s nie można zmienić nazwy",
"Upload" => "Wyślij",
"File handling" => "Zarządzanie plikami",
@@ -64,6 +77,7 @@ $TRANSLATIONS = array(
"From link" => "Z odnośnika",
"Deleted files" => "Pliki usunięte",
"Cancel upload" => "Anuluj wysyłanie",
+"You don’t have permission to upload or create files here" => "Nie masz uprawnień do wczytywania lub tworzenia plików w tym miejscu",
"Nothing in here. Upload something!" => "Pusto. Wyślij coś!",
"Download" => "Pobierz",
"Unshare" => "Zatrzymaj współdzielenie",
diff --git a/apps/files/l10n/pt_BR.php b/apps/files/l10n/pt_BR.php
index 217e9f4599..1bc612af77 100644
--- a/apps/files/l10n/pt_BR.php
+++ b/apps/files/l10n/pt_BR.php
@@ -43,6 +43,7 @@ $TRANSLATIONS = array(
"Could not rename file" => "Não foi possível renomear o arquivo",
"replaced {new_name} with {old_name}" => "Substituído {old_name} por {new_name} ",
"undo" => "desfazer",
+"Error deleting file." => "Erro eliminando o arquivo.",
"_%n folder_::_%n folders_" => array("%n pasta","%n pastas"),
"_%n file_::_%n files_" => array("%n arquivo","%n arquivos"),
"{dirs} and {files}" => "{dirs} e {files}",
diff --git a/apps/files/l10n/ru_RU.php b/apps/files/l10n/ru_RU.php
index 3660b300c2..649ec594cd 100644
--- a/apps/files/l10n/ru_RU.php
+++ b/apps/files/l10n/ru_RU.php
@@ -7,9 +7,11 @@ $TRANSLATIONS = array(
"_%n file_::_%n files_" => array("","",""),
"_Uploading %n file_::_Uploading %n files_" => array("","",""),
"Error" => "Ошибка",
+"Size" => "Размер",
"Upload" => "Загрузка",
"Save" => "Сохранить",
"Cancel upload" => "Отмена загрузки",
-"Download" => "Загрузка"
+"Download" => "Загрузка",
+"Delete" => "Удалить"
);
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";
diff --git a/apps/files/l10n/sl.php b/apps/files/l10n/sl.php
index 3f5e3e625b..819fb632d1 100644
--- a/apps/files/l10n/sl.php
+++ b/apps/files/l10n/sl.php
@@ -1,14 +1,14 @@
"%s ni mogoče premakniti - datoteka s tem imenom že obstaja",
-"Could not move %s" => "Ni mogoče premakniti %s",
+"Could not move %s - File with this name already exists" => "Datoteke %s ni mogoče premakniti - datoteka s tem imenom že obstaja.",
+"Could not move %s" => "Datoteke %s ni mogoče premakniti",
"File name cannot be empty." => "Ime datoteke ne sme biti prazno polje.",
"File name must not contain \"/\". Please choose a different name." => "Ime datoteke ne sme vsebovati znaka \"/\". Določiti je treba drugo ime.",
"The name %s is already used in the folder %s. Please choose a different name." => "Ime %s je že v mapi %s že v uporabi. Izbrati je treba drugo ime.",
"Not a valid source" => "Vir ni veljaven",
"Error while downloading %s to %s" => "Napaka med prejemanjem %s v mapo %s",
"Error when creating the file" => "Napaka med ustvarjanjem datoteke",
-"Folder name cannot be empty." => "Ime mape ne more biti prazna vrednost",
+"Folder name cannot be empty." => "Ime mape ne more biti prazna vrednost.",
"Folder name must not contain \"/\". Please choose a different name." => "Ime mape ne sme vsebovati znaka \"/\". Določiti je treba drugo ime.",
"Error when creating the folder" => "Napaka med ustvarjanjem mape",
"Unable to set upload directory." => "Mapo, v katero boste prenašali dokumente, ni mogoče določiti",
@@ -26,6 +26,7 @@ $TRANSLATIONS = array(
"Upload failed. Could not find uploaded file" => "Pošiljanje je spodletelo. Ni mogoče najti poslane datoteke.",
"Invalid directory." => "Neveljavna mapa.",
"Files" => "Datoteke",
+"Unable to upload {filename} as it is a directory or has 0 bytes" => "Ni mogoče poslati datoteke {filename}, saj je to ali mapa ali pa je velikost datoteke 0 bajtov.",
"Not enough space available" => "Na voljo ni dovolj prostora.",
"Upload cancelled." => "Pošiljanje je preklicano.",
"Could not get result from server." => "Ni mogoče pridobiti podatkov s strežnika.",
@@ -42,22 +43,26 @@ $TRANSLATIONS = array(
"Could not rename file" => "Ni mogoče preimenovati datoteke",
"replaced {new_name} with {old_name}" => "preimenovano ime {new_name} z imenom {old_name}",
"undo" => "razveljavi",
+"Error deleting file." => "Napaka brisanja datoteke.",
"_%n folder_::_%n folders_" => array("%n mapa","%n mapi","%n mape","%n map"),
"_%n file_::_%n files_" => array("%n datoteka","%n datoteki","%n datoteke","%n datotek"),
"{dirs} and {files}" => "{dirs} in {files}",
"_Uploading %n file_::_Uploading %n files_" => array("Posodabljanje %n datoteke","Posodabljanje %n datotek","Posodabljanje %n datotek","Posodabljanje %n datotek"),
"'.' is an invalid file name." => "'.' je neveljavno ime datoteke.",
-"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Neveljavno ime, znaki '\\', '/', '<', '>', ':', '\"', '|', '?' in '*' niso dovoljeni.",
+"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Neveljavno ime; znaki '\\', '/', '<', '>', ':', '\"', '|', '?' in '*' niso dovoljeni.",
"Your storage is full, files can not be updated or synced anymore!" => "Shramba je povsem napolnjena. Datotek ni več mogoče posodabljati in usklajevati!",
-"Your storage is almost full ({usedSpacePercent}%)" => "Mesto za shranjevanje je skoraj polno ({usedSpacePercent}%)",
-"Your download is being prepared. This might take some time if the files are big." => "Postopek priprave datoteke za prejem je lahko dolgotrajen, če je datoteka zelo velika.",
+"Your storage is almost full ({usedSpacePercent}%)" => "Prostor za shranjevanje je skoraj do konca zaseden ({usedSpacePercent}%)",
+"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Program za šifriranje je omogočen, vendar ni začet. Odjavite se in nato ponovno prijavite.",
+"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Ni ustreznega osebnega ključa za program za šifriranje. Posodobite osebni ključ za dostop do šifriranih datotek med nastavitvami.",
+"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Šifriranje je onemogočeno, datoteke pa so še vedno šifrirane. Odšifrirajte jih med nastavitvami.",
+"Your download is being prepared. This might take some time if the files are big." => "Postopek priprave datoteke za prejem je lahko dolgotrajen, kadar je datoteka zelo velika.",
"Error moving file" => "Napaka premikanja datoteke",
"Error" => "Napaka",
"Name" => "Ime",
"Size" => "Velikost",
"Modified" => "Spremenjeno",
"Invalid folder name. Usage of 'Shared' is reserved." => "Neveljavno ime mape. Ime 'Souporaba' je zadržana za javno mapo.",
-"%s could not be renamed" => "%s ni bilo mogoče preimenovati",
+"%s could not be renamed" => "%s ni mogoče preimenovati",
"Upload" => "Pošlji",
"File handling" => "Upravljanje z datotekami",
"Maximum upload size" => "Največja velikost za pošiljanja",
diff --git a/apps/files/l10n/tr.php b/apps/files/l10n/tr.php
index 1faa3547fb..f844125112 100644
--- a/apps/files/l10n/tr.php
+++ b/apps/files/l10n/tr.php
@@ -1,6 +1,6 @@
"%s taşınamadı. Bu isimde dosya zaten var.",
+"Could not move %s - File with this name already exists" => "%s taşınamadı - Bu isimde dosya zaten var",
"Could not move %s" => "%s taşınamadı",
"File name cannot be empty." => "Dosya adı boş olamaz.",
"File name must not contain \"/\". Please choose a different name." => "Dosya adı \"/\" içermemelidir. Lütfen farklı bir isim seçin.",
@@ -43,6 +43,7 @@ $TRANSLATIONS = array(
"Could not rename file" => "Dosya adlandırılamadı",
"replaced {new_name} with {old_name}" => "{new_name} ismi {old_name} ile değiştirildi",
"undo" => "geri al",
+"Error deleting file." => "Dosya silinirken hata.",
"_%n folder_::_%n folders_" => array("%n dizin","%n dizin"),
"_%n file_::_%n files_" => array("%n dosya","%n dosya"),
"{dirs} and {files}" => "{dirs} ve {files}",
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php
index 6dd28532cc..4f8623573c 100644
--- a/apps/files/templates/index.php
+++ b/apps/files/templates/index.php
@@ -25,7 +25,7 @@
data-url="" />
-
+
>
@@ -111,8 +111,9 @@
+
-
+getMock('\OC_L10N', array('t'), array(), '', false);
$l10nMock->expects($this->any())
->method('t')
@@ -39,6 +48,12 @@ class Test_OC_Files_App_Rename extends \PHPUnit_Framework_TestCase {
$this->files = new \OCA\Files\App($viewMock, $l10nMock);
}
+ function tearDown() {
+ $result = \OC_User::deleteUser(self::$user);
+ $this->assertTrue($result);
+ \OC\Files\Filesystem::tearDown();
+ }
+
/**
* @brief test rename of file/folder named "Shared"
*/
diff --git a/apps/files_encryption/l10n/el.php b/apps/files_encryption/l10n/el.php
index 70f778f0a5..6b21122027 100644
--- a/apps/files_encryption/l10n/el.php
+++ b/apps/files_encryption/l10n/el.php
@@ -1,13 +1,34 @@
"Επιτυχής ενεργοποίηση κλειδιού ανάκτησης",
+"Could not enable recovery key. Please check your recovery key password!" => "Αποτυχία ενεργοποίησης κλειδιού ανάκτησης. Παρακαλώ ελέγξτε τον κωδικό του κλειδιού ανάκτησής σας!",
+"Recovery key successfully disabled" => "Επιτυχής απενεργοποίηση κλειδιού ανάκτησης",
+"Could not disable recovery key. Please check your recovery key password!" => "Αποτυχία απενεργοποίησης κλειδιού ανάκτησης. Παρακαλώ ελέγξτε τον κωδικό του κλειδιού ανάκτησής σας!",
"Password successfully changed." => "Ο κωδικός αλλάχτηκε επιτυχώς.",
"Could not change the password. Maybe the old password was not correct." => "Αποτυχία αλλαγής κωδικού ίσως ο παλιός κωδικός να μην ήταν σωστός.",
+"Private key password successfully updated." => "Το Προσωπικό κλειδί πρόσβασης ενημερώθηκε επιτυχώς",
+"Could not update the private key password. Maybe the old password was not correct." => "Αποτυχία ενημέρωσης του κωδικού για το προσωπικό κλειδί. Ενδεχομένως ο παλιός κωδικός δεν ήταν σωστός.",
+"Unknown error please check your system settings or contact your administrator" => "Άγνωστο σφάλμα, παρακαλώ ελέγξτε τις ρυθμίσεις συστήματος ή επικοινωνήστε με τον διαχειριστή σας ",
+"Missing requirements." => "Προαπαιτούμενα που απουσιάζουν.",
+"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Παρακαλώ επιβεβαιώστε ότι η PHP 5.3.3 ή νεότερη είναι εγκατεστημένη και ότι το OpenSSL μαζί με το PHP extension είναι ενεργοποιήμένο και έχει ρυθμιστεί σωστά. Προς το παρόν, η εφαρμογή κρυπτογράφησης είναι απενεργοποιημένη.",
+"Following users are not set up for encryption:" => "Οι κάτωθι χρήστες δεν έχουν ρυθμιστεί για κρυπογράφηση:",
"Saving..." => "Γίνεται αποθήκευση...",
+"Go directly to your " => "Πηγαίνε απευθείας στο ",
"personal settings" => "προσωπικές ρυθμίσεις",
"Encryption" => "Κρυπτογράφηση",
+"Recovery key password" => "Επαναφορά κωδικού κλειδιού",
"Enabled" => "Ενεργοποιημένο",
"Disabled" => "Απενεργοποιημένο",
+"New Recovery key password" => "Νέο κλειδί επαναφοράς κωδικού",
"Change Password" => "Αλλαγή Κωδικού Πρόσβασης",
-"File recovery settings updated" => "Οι ρυθμίσεις επαναφοράς αρχείων ανανεώθηκαν"
+"Your private key password no longer match your log-in password:" => "Ο κωδικός του προσωπικού κλειδιού δεν ταιριάζει πλέον με τον κωδικό σύνδεσής σας:",
+" If you don't remember your old password you can ask your administrator to recover your files." => "Εάν δεν θυμάστε τον παλιό σας κωδικό μπορείτε να ζητήσετε από τον διαχειριστή σας να επανακτήσει τα αρχεία σας.",
+"Old log-in password" => "Παλαιό συνθηματικό εισόδου",
+"Current log-in password" => "Τρέχον συνθηματικό πρόσβασης",
+"Update Private Key Password" => "Ενημέρωση Προσωπικού Κλειδού Πρόσβασης",
+"Enable password recovery:" => "Ενεργοποιήστε την ανάκτηση κωδικού πρόσβασης",
+"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "Η ενεργοποίηση αυτής της επιλογής θα σας επιτρέψει να επανακτήσετε πρόσβαση στα κρυπτογραφημένα σας αρχεία σε περίπτωση απώλειας του κωδικού σας",
+"File recovery settings updated" => "Οι ρυθμίσεις επαναφοράς αρχείων ανανεώθηκαν",
+"Could not update file recovery" => "Αποτυχία ενημέρωσης ανάκτησης αρχείων"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/apps/files_encryption/l10n/pl.php b/apps/files_encryption/l10n/pl.php
index 615951eecc..5d1a48d124 100644
--- a/apps/files_encryption/l10n/pl.php
+++ b/apps/files_encryption/l10n/pl.php
@@ -9,6 +9,7 @@ $TRANSLATIONS = array(
"Private key password successfully updated." => "Pomyślnie zaktualizowano hasło klucza prywatnego.",
"Could not update the private key password. Maybe the old password was not correct." => "Nie można zmienić prywatnego hasła. Może stare hasło nie było poprawne.",
"Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." => "Szyfrowanie aplikacja nie została zainicjowane! Może szyfrowanie aplikacji zostało ponownie włączone podczas tej sesji. Spróbuj się wylogować i zalogować ponownie aby zainicjować szyfrowanie aplikacji.",
+"Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "Klucz prywatny nie jest poprawny! Prawdopodobnie Twoje hasło zostało zmienione poza %s (np. w katalogu firmy). Aby odzyskać dostęp do zaszyfrowanych plików można zaktualizować hasło klucza prywatnego w ustawieniach osobistych.",
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Nie można odszyfrować tego pliku, prawdopodobnie jest to plik udostępniony. Poproś właściciela pliku o ponowne udostępnianie pliku Tobie.",
"Unknown error please check your system settings or contact your administrator" => "Nieznany błąd proszę sprawdzić ustawienia systemu lub skontaktuj się z administratorem",
"Missing requirements." => "Brak wymagań.",
diff --git a/apps/files_encryption/l10n/sl.php b/apps/files_encryption/l10n/sl.php
index d4d881d3d0..be814558f5 100644
--- a/apps/files_encryption/l10n/sl.php
+++ b/apps/files_encryption/l10n/sl.php
@@ -1,36 +1,43 @@
"Ključ za obnovitev gesla je bil uspešno nastavljen",
-"Could not enable recovery key. Please check your recovery key password!" => "Ključa za obnovitev gesla ni bilo mogoče nastaviti. Preverite ključ!",
-"Recovery key successfully disabled" => "Ključ za obnovitev gesla je bil uspešno onemogočen",
-"Could not disable recovery key. Please check your recovery key password!" => "Ključa za obnovitev gesla ni bilo mogoče onemogočiti. Preverite ključ!",
-"Password successfully changed." => "Geslo je bilo uspešno spremenjeno.",
-"Could not change the password. Maybe the old password was not correct." => "Gesla ni bilo mogoče spremeniti. Morda vnos starega gesla ni bil pravilen.",
-"Private key password successfully updated." => "Zasebni ključ za geslo je bil uspešno posodobljen.",
-"Could not update the private key password. Maybe the old password was not correct." => "Zasebnega ključa za geslo ni bilo mogoče posodobiti. Morda vnos starega gesla ni bil pravilen.",
+"Recovery key successfully enabled" => "Ključ za obnovitev gesla je uspešno nastavljen",
+"Could not enable recovery key. Please check your recovery key password!" => "Ključa za obnovitev gesla ni mogoče nastaviti. Preverite ključ!",
+"Recovery key successfully disabled" => "Ključ za obnovitev gesla je uspešno onemogočen",
+"Could not disable recovery key. Please check your recovery key password!" => "Ključa za obnovitev gesla ni mogoče onemogočiti. Preverite ključ!",
+"Password successfully changed." => "Geslo je uspešno spremenjeno.",
+"Could not change the password. Maybe the old password was not correct." => "Gesla ni mogoče spremeniti. Morda vnos starega gesla ni pravilen.",
+"Private key password successfully updated." => "Zasebni ključ za geslo je uspešno posodobljen.",
+"Could not update the private key password. Maybe the old password was not correct." => "Zasebnega ključa za geslo ni mogoče posodobiti. Morda vnos starega gesla ni bil pravilen.",
+"Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." => "Program za šifriranje ni začet. Morda je bil program ponovno omogočen šele med zagonom trenutne seje. Odjavite se in se nato prijavite nazaj. S tem morda razrešite napako.",
+"Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "Zasebni ključ ni veljaven. Najverjetneje je bilo geslo spremenjeno izven %s (najverjetneje je to poslovna mapa). Geslo lahko posodobite med osebnimi nastavitvami in s tem obnovite dostop do šifriranih datotek.",
+"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Te datoteke ni mogoče šifrirati, ker je to najverjetneje datoteka v souporabi. Prosite lastnika datoteke, da jo da ponovno v souporabo.",
+"Unknown error please check your system settings or contact your administrator" => "Prišlo je do neznane napake. Preverite nastavitve sistema ali pa stopite v stik s skrbnikom sistema.",
"Missing requirements." => "Manjkajoče zahteve",
-"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Preverite, da imate na strežniku nameščen paket PHP 5.3.3 ali novejši in da je omogočen in pravilno nastavljen PHP OpenSSL . Zaenkrat je šifriranje onemogočeno.",
-"Following users are not set up for encryption:" => "Naslednji uporabniki še nimajo nastavljenega šifriranja:",
+"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Preverite, ali je na strežniku nameščen paket PHP 5.3.3 ali novejši, da je omogočen in pravilno nastavljen PHP OpenSSL. Z obstoječimi možnostmi šifriranje ni mogoče.",
+"Following users are not set up for encryption:" => "Navedeni uporabniki še nimajo nastavljenega šifriranja:",
"Saving..." => "Poteka shranjevanje ...",
+"Go directly to your " => "Skočite neposredno na",
"personal settings" => "osebne nastavitve",
"Encryption" => "Šifriranje",
-"Enable recovery key (allow to recover users files in case of password loss):" => "Omogoči ključ za obnovitev datotek (v primeru izgube gesla)",
+"Enable recovery key (allow to recover users files in case of password loss):" => "Omogoči ključ za obnovitev datotek (v primeru izgube gesla):",
"Recovery key password" => "Ključ za obnovitev gesla",
+"Repeat Recovery key password" => "Ponovi ključ za obnovitev gesla",
"Enabled" => "Omogočeno",
"Disabled" => "Onemogočeno",
"Change recovery key password:" => "Spremeni ključ za obnovitev gesla:",
"Old Recovery key password" => "Stari ključ za obnovitev gesla",
-"New Recovery key password" => "Nov ključ za obnovitev gesla",
+"New Recovery key password" => "Novi ključ za obnovitev gesla",
+"Repeat New Recovery key password" => "Ponovi novi ključ za obnovitev gesla",
"Change Password" => "Spremeni geslo",
-"Your private key password no longer match your log-in password:" => "Vaš zasebni ključ za geslo se ne ujema z vnešenim geslom ob prijavi:",
-"Set your old private key password to your current log-in password." => "Nastavite svoj star zasebni ključ v geslo, vnešeno ob prijavi.",
-" If you don't remember your old password you can ask your administrator to recover your files." => "Če ste svoje geslo pozabili, lahko vaše datoteke obnovi skrbnik sistema.",
+"Your private key password no longer match your log-in password:" => "Vaš zasebni ključ za geslo se ne ujema z geslom, vnesenim ob prijavi:",
+"Set your old private key password to your current log-in password." => "Nastavite svoj star zasebni ključ v geslo, vneseno ob prijavi.",
+" If you don't remember your old password you can ask your administrator to recover your files." => "Če ste pozabili svoje geslo, lahko vaše datoteke obnovi le skrbnik sistema.",
"Old log-in password" => "Staro geslo",
"Current log-in password" => "Trenutno geslo",
"Update Private Key Password" => "Posodobi zasebni ključ",
"Enable password recovery:" => "Omogoči obnovitev gesla:",
-"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "Nastavitev te možnosti omogoča ponovno pridobitev dostopa do šifriranih datotek, v primeru da boste geslo pozabili.",
-"File recovery settings updated" => "Nastavitve obnavljanja dokumentov so bile posodobljene",
-"Could not update file recovery" => "Nastavitev za obnavljanje dokumentov ni bilo mogoče posodobiti"
+"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "Nastavitev te možnosti omogoča ponovno pridobitev dostopa do šifriranih datotek, v primeru, da boste geslo pozabili.",
+"File recovery settings updated" => "Nastavitve obnavljanja dokumentov so posodobljene",
+"Could not update file recovery" => "Nastavitev za obnavljanje dokumentov ni mogoče posodobiti"
);
$PLURAL_FORMS = "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);";
diff --git a/apps/files_external/l10n/ar.php b/apps/files_external/l10n/ar.php
index 055c689582..338526d2af 100644
--- a/apps/files_external/l10n/ar.php
+++ b/apps/files_external/l10n/ar.php
@@ -1,6 +1,7 @@
"اسم المجلد",
+"Options" => "خيارات",
"All Users" => "كل المستخدمين",
"Groups" => "مجموعات",
"Users" => "المستخدمين",
diff --git a/apps/files_external/l10n/ru_RU.php b/apps/files_external/l10n/ru_RU.php
new file mode 100644
index 0000000000..d517597f59
--- /dev/null
+++ b/apps/files_external/l10n/ru_RU.php
@@ -0,0 +1,6 @@
+ "Опции",
+"Delete" => "Удалить"
+);
+$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";
diff --git a/apps/files_external/lib/amazons3.php b/apps/files_external/lib/amazons3.php
index c08a266b48..9a682fb2d4 100644
--- a/apps/files_external/lib/amazons3.php
+++ b/apps/files_external/lib/amazons3.php
@@ -300,14 +300,6 @@ class AmazonS3 extends \OC\Files\Storage\Common {
return false;
}
- public function isReadable($path) {
- return true;
- }
-
- public function isUpdatable($path) {
- return true;
- }
-
public function unlink($path) {
$path = $this->normalizePath($path);
diff --git a/apps/files_external/lib/dropbox.php b/apps/files_external/lib/dropbox.php
index b6deab6e5a..6e464f4e28 100755
--- a/apps/files_external/lib/dropbox.php
+++ b/apps/files_external/lib/dropbox.php
@@ -146,14 +146,6 @@ class Dropbox extends \OC\Files\Storage\Common {
return false;
}
- public function isReadable($path) {
- return $this->file_exists($path);
- }
-
- public function isUpdatable($path) {
- return $this->file_exists($path);
- }
-
public function file_exists($path) {
if ($path == '' || $path == '/') {
return true;
diff --git a/apps/files_external/lib/google.php b/apps/files_external/lib/google.php
index b63b5885de..426caf008e 100644
--- a/apps/files_external/lib/google.php
+++ b/apps/files_external/lib/google.php
@@ -317,10 +317,6 @@ class Google extends \OC\Files\Storage\Common {
}
}
- public function isReadable($path) {
- return $this->file_exists($path);
- }
-
public function isUpdatable($path) {
$file = $this->getDriveFile($path);
if ($file) {
diff --git a/apps/files_external/lib/sftp.php b/apps/files_external/lib/sftp.php
index 7c5aed5aa0..bcc4c5eafd 100644
--- a/apps/files_external/lib/sftp.php
+++ b/apps/files_external/lib/sftp.php
@@ -180,14 +180,6 @@ class SFTP extends \OC\Files\Storage\Common {
return false;
}
- public function isReadable($path) {
- return true;
- }
-
- public function isUpdatable($path) {
- return true;
- }
-
public function file_exists($path) {
try {
return $this->client->stat($this->absPath($path)) !== false;
diff --git a/apps/files_external/lib/streamwrapper.php b/apps/files_external/lib/streamwrapper.php
index 4a63dfb6e0..23c5f91a2f 100644
--- a/apps/files_external/lib/streamwrapper.php
+++ b/apps/files_external/lib/streamwrapper.php
@@ -41,14 +41,6 @@ abstract class StreamWrapper extends Common {
return filetype($this->constructUrl($path));
}
- public function isReadable($path) {
- return true; //not properly supported
- }
-
- public function isUpdatable($path) {
- return true; //not properly supported
- }
-
public function file_exists($path) {
return file_exists($this->constructUrl($path));
}
diff --git a/apps/files_external/lib/swift.php b/apps/files_external/lib/swift.php
index bb650dacc7..86938ef3bb 100644
--- a/apps/files_external/lib/swift.php
+++ b/apps/files_external/lib/swift.php
@@ -268,14 +268,6 @@ class Swift extends \OC\Files\Storage\Common {
}
}
- public function isReadable($path) {
- return true;
- }
-
- public function isUpdatable($path) {
- return true;
- }
-
public function unlink($path) {
$path = $this->normalizePath($path);
diff --git a/apps/files_external/lib/webdav.php b/apps/files_external/lib/webdav.php
index 9ee7f55528..0837222e51 100644
--- a/apps/files_external/lib/webdav.php
+++ b/apps/files_external/lib/webdav.php
@@ -134,14 +134,6 @@ class DAV extends \OC\Files\Storage\Common{
}
}
- public function isReadable($path) {
- return true;//not properly supported
- }
-
- public function isUpdatable($path) {
- return true;//not properly supported
- }
-
public function file_exists($path) {
$this->init();
$path=$this->cleanPath($path);
@@ -323,11 +315,9 @@ class DAV extends \OC\Files\Storage\Common{
}
public function cleanPath($path) {
- if ( ! $path || $path[0]=='/') {
- return substr($path, 1);
- } else {
- return $path;
- }
+ $path = \OC\Files\Filesystem::normalizePath($path);
+ // remove leading slash
+ return substr($path, 1);
}
private function simpleResponse($method, $path, $body, $expected) {
diff --git a/apps/files_sharing/l10n/el.php b/apps/files_sharing/l10n/el.php
index 4584e261b0..79387a9147 100644
--- a/apps/files_sharing/l10n/el.php
+++ b/apps/files_sharing/l10n/el.php
@@ -1,5 +1,6 @@
"Αυτός ο κοινόχρηστος φάκελος προστατεύεται με κωδικό",
"The password is wrong. Try again." => "Εσφαλμένο συνθηματικό. Προσπαθήστε ξανά.",
"Password" => "Συνθηματικό",
"Sorry, this link doesn’t seem to work anymore." => "Συγγνώμη, αυτός ο σύνδεσμος μοιάζει να μην ισχύει πια.",
@@ -13,6 +14,7 @@ $TRANSLATIONS = array(
"Download" => "Λήψη",
"Upload" => "Μεταφόρτωση",
"Cancel upload" => "Ακύρωση αποστολής",
-"No preview available for" => "Δεν υπάρχει διαθέσιμη προεπισκόπηση για"
+"No preview available for" => "Δεν υπάρχει διαθέσιμη προεπισκόπηση για",
+"Direct link" => "Άμεσος σύνδεσμος"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/apps/files_sharing/public.php b/apps/files_sharing/public.php
index d59f9b7401..3c902ea9a3 100644
--- a/apps/files_sharing/public.php
+++ b/apps/files_sharing/public.php
@@ -221,6 +221,8 @@ if (isset($path)) {
$breadcrumbNav->assign('breadcrumb', $breadcrumb);
$breadcrumbNav->assign('baseURL', OCP\Util::linkToPublic('files') . $urlLinkIdentifiers . '&path=');
$maxUploadFilesize=OCP\Util::maxUploadFilesize($path);
+ $fileHeader = (!isset($files) or count($files) > 0);
+ $emptyContent = ($allowPublicUploadEnabled and !$fileHeader);
$folder = new OCP\Template('files', 'index', '');
$folder->assign('fileList', $list->fetchPage());
$folder->assign('breadcrumb', $breadcrumbNav->fetchPage());
@@ -234,6 +236,11 @@ if (isset($path)) {
$folder->assign('uploadMaxHumanFilesize', OCP\Util::humanFileSize($maxUploadFilesize));
$folder->assign('allowZipDownload', intval(OCP\Config::getSystemValue('allowZipDownload', true)));
$folder->assign('usedSpacePercent', 0);
+ $folder->assign('fileHeader', $fileHeader);
+ $folder->assign('disableSharing', true);
+ $folder->assign('trash', false);
+ $folder->assign('emptyContent', $emptyContent);
+ $folder->assign('ajaxLoad', false);
$tmpl->assign('folder', $folder->fetchPage());
$maxInputFileSize = OCP\Config::getSystemValue('maxZipInputSize', OCP\Util::computerFileSize('800 MB'));
$allowZip = OCP\Config::getSystemValue('allowZipDownload', true)
diff --git a/apps/files_trashbin/appinfo/info.xml b/apps/files_trashbin/appinfo/info.xml
index e9cbdafc1c..2cc7d9a7ac 100644
--- a/apps/files_trashbin/appinfo/info.xml
+++ b/apps/files_trashbin/appinfo/info.xml
@@ -6,7 +6,7 @@
ownCloud keeps a copy of your deleted files in case you need them again.
To make sure that the user doesn't run out of memory the deleted files app
manages the size of the deleted files for the user. By default deleted files
- stay in the trash bin for 180 days. ownCloud checks the age of the files
+ stay in the trash bin for 90 days. ownCloud checks the age of the files
every time a new files gets moved to the deleted files and remove all files
older than 180 days. The user can adjust this value in the config.php by
setting the "trashbin_retention_obligation" value.
diff --git a/apps/files_trashbin/l10n/ru_RU.php b/apps/files_trashbin/l10n/ru_RU.php
index 3129ff95eb..dfc99f594f 100644
--- a/apps/files_trashbin/l10n/ru_RU.php
+++ b/apps/files_trashbin/l10n/ru_RU.php
@@ -1,5 +1,6 @@
"Ошибка"
+"Error" => "Ошибка",
+"Delete" => "Удалить"
);
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";
diff --git a/apps/user_ldap/l10n/ca.php b/apps/user_ldap/l10n/ca.php
index 2c5358d6c7..bcc0a6ed87 100644
--- a/apps/user_ldap/l10n/ca.php
+++ b/apps/user_ldap/l10n/ca.php
@@ -16,6 +16,9 @@ $TRANSLATIONS = array(
"mappings cleared" => "s'han eliminat els mapatges",
"Success" => "Èxit",
"Error" => "Error",
+"Configuration OK" => "Configuració correcte",
+"Configuration incorrect" => "Configuració incorrecte",
+"Configuration incomplete" => "Configuració incompleta",
"Select groups" => "Selecciona els grups",
"Select object classes" => "Seleccioneu les classes dels objectes",
"Select attributes" => "Seleccioneu els atributs",
diff --git a/apps/user_ldap/l10n/de.php b/apps/user_ldap/l10n/de.php
index 15eefd842c..2aeb5e595b 100644
--- a/apps/user_ldap/l10n/de.php
+++ b/apps/user_ldap/l10n/de.php
@@ -16,6 +16,9 @@ $TRANSLATIONS = array(
"mappings cleared" => "Zuordnungen gelöscht",
"Success" => "Erfolgreich",
"Error" => "Fehler",
+"Configuration OK" => "Konfiguration OK",
+"Configuration incorrect" => "Konfiguration nicht korrekt",
+"Configuration incomplete" => "Konfiguration nicht vollständig",
"Select groups" => "Wähle Gruppen aus",
"Select object classes" => "Objekt-Klassen auswählen",
"Select attributes" => "Attribute auswählen",
diff --git a/apps/user_ldap/l10n/de_DE.php b/apps/user_ldap/l10n/de_DE.php
index 0da5307d93..b43ac9048c 100644
--- a/apps/user_ldap/l10n/de_DE.php
+++ b/apps/user_ldap/l10n/de_DE.php
@@ -16,6 +16,9 @@ $TRANSLATIONS = array(
"mappings cleared" => "Zuordnungen gelöscht",
"Success" => "Erfolg",
"Error" => "Fehler",
+"Configuration OK" => "Konfiguration OK",
+"Configuration incorrect" => "Konfiguration nicht korrekt",
+"Configuration incomplete" => "Konfiguration nicht vollständig",
"Select groups" => "Wähle Gruppen",
"Select object classes" => "Objekt-Klassen auswählen",
"Select attributes" => "Attribute auswählen",
diff --git a/apps/user_ldap/l10n/el.php b/apps/user_ldap/l10n/el.php
index 2cd93a4f07..6a0fc107cf 100644
--- a/apps/user_ldap/l10n/el.php
+++ b/apps/user_ldap/l10n/el.php
@@ -1,5 +1,6 @@
"Αποτυχία εκκαθάρισης των αντιστοιχιών.",
"Failed to delete the server configuration" => "Αποτυχία διαγραφής ρυθμίσεων διακομιστή",
"The configuration is valid and the connection could be established!" => "Οι ρυθμίσεις είναι έγκυρες και η σύνδεση μπορεί να πραγματοποιηθεί!",
"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "Οι ρυθμίσεις είναι έγκυρες, αλλά απέτυχε η σύνδεση. Παρακαλώ ελέγξτε τις ρυθμίσεις του διακομιστή και τα διαπιστευτήρια.",
@@ -7,6 +8,7 @@ $TRANSLATIONS = array(
"Take over settings from recent server configuration?" => "Πάρτε πάνω από τις πρόσφατες ρυθμίσεις διαμόρφωσης του διακομιστή?",
"Keep settings?" => "Διατήρηση ρυθμίσεων;",
"Cannot add server configuration" => "Αδυναμία προσθήκης ρυθμίσεων διακομιστή",
+"mappings cleared" => "αντιστοιχίες εκκαθαρίστηκαν",
"Success" => "Επιτυχία",
"Error" => "Σφάλμα",
"Select groups" => "Επιλέξτε ομάδες",
@@ -31,6 +33,7 @@ $TRANSLATIONS = array(
"You can specify Base DN for users and groups in the Advanced tab" => "Μπορείτε να καθορίσετε το Base DN για χρήστες και ομάδες από την καρτέλα Προηγμένες ρυθμίσεις",
"Back" => "Επιστροφή",
"Continue" => "Συνέχεια",
+"Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "Προσοχή: Οι εφαρμογές user_ldap και user_webdavauth είναι ασύμβατες. Μπορεί να αντιμετωπίσετε απρόβλεπτη συμπεριφορά. Παρακαλώ ζητήστε από τον διαχειριστή συστήματος να απενεργοποιήσει μία από αυτές.",
"Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "Προσοχή: Το άρθρωμα PHP LDAP δεν είναι εγκατεστημένο και το σύστημα υποστήριξης δεν θα δουλέψει. Παρακαλώ ζητήστε από τον διαχειριστή συστήματος να το εγκαταστήσει.",
"Connection Settings" => "Ρυθμίσεις Σύνδεσης",
"Configuration Active" => "Ενεργοποιηση ρυθμισεων",
@@ -61,6 +64,8 @@ $TRANSLATIONS = array(
"in bytes" => "σε bytes",
"Email Field" => "Email τυπος",
"User Home Folder Naming Rule" => "Χρήστης Προσωπικόςφάκελος Ονομασία Κανόνας ",
-"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Αφήστε το κενό για το όνομα χρήστη (προεπιλογή). Διαφορετικά, συμπληρώστε μία ιδιότητα LDAP/AD."
+"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Αφήστε το κενό για το όνομα χρήστη (προεπιλογή). Διαφορετικά, συμπληρώστε μία ιδιότητα LDAP/AD.",
+"Internal Username" => "Εσωτερικό Όνομα Χρήστη",
+"Internal Username Attribute:" => "Ιδιότητα Εσωτερικού Ονόματος Χρήστη:"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/apps/user_ldap/l10n/en_GB.php b/apps/user_ldap/l10n/en_GB.php
index 325256bc8c..fb54dcb1b1 100644
--- a/apps/user_ldap/l10n/en_GB.php
+++ b/apps/user_ldap/l10n/en_GB.php
@@ -16,6 +16,9 @@ $TRANSLATIONS = array(
"mappings cleared" => "mappings cleared",
"Success" => "Success",
"Error" => "Error",
+"Configuration OK" => "Configuration OK",
+"Configuration incorrect" => "Configuration incorrect",
+"Configuration incomplete" => "Configuration incomplete",
"Select groups" => "Select groups",
"Select object classes" => "Select object classes",
"Select attributes" => "Select attributes",
diff --git a/apps/user_ldap/l10n/es.php b/apps/user_ldap/l10n/es.php
index 804cc9e4f1..ab219e73d8 100644
--- a/apps/user_ldap/l10n/es.php
+++ b/apps/user_ldap/l10n/es.php
@@ -16,6 +16,9 @@ $TRANSLATIONS = array(
"mappings cleared" => "Asignaciones borradas",
"Success" => "Éxito",
"Error" => "Error",
+"Configuration OK" => "Configuración OK",
+"Configuration incorrect" => "Configuración Incorrecta",
+"Configuration incomplete" => "Configuración incompleta",
"Select groups" => "Seleccionar grupos",
"Select object classes" => "Seleccionar la clase de objeto",
"Select attributes" => "Seleccionar atributos",
diff --git a/apps/user_ldap/l10n/et_EE.php b/apps/user_ldap/l10n/et_EE.php
index cf19b062df..9dda17c3b7 100644
--- a/apps/user_ldap/l10n/et_EE.php
+++ b/apps/user_ldap/l10n/et_EE.php
@@ -16,6 +16,9 @@ $TRANSLATIONS = array(
"mappings cleared" => "vastendused puhastatud",
"Success" => "Korras",
"Error" => "Viga",
+"Configuration OK" => "Seadistus on korras",
+"Configuration incorrect" => "Seadistus on vigane",
+"Configuration incomplete" => "Seadistus on puudulik",
"Select groups" => "Vali grupid",
"Select object classes" => "Vali objekti klassid",
"Select attributes" => "Vali atribuudid",
diff --git a/apps/user_ldap/l10n/fr.php b/apps/user_ldap/l10n/fr.php
index d53f78eb36..64d9dcc47c 100644
--- a/apps/user_ldap/l10n/fr.php
+++ b/apps/user_ldap/l10n/fr.php
@@ -16,6 +16,9 @@ $TRANSLATIONS = array(
"mappings cleared" => "associations supprimées",
"Success" => "Succès",
"Error" => "Erreur",
+"Configuration OK" => "Configuration OK",
+"Configuration incorrect" => "Configuration incorrecte",
+"Configuration incomplete" => "Configuration incomplète",
"Select groups" => "Sélectionnez les groupes",
"Select object classes" => "Sélectionner les classes d'objet",
"Select attributes" => "Sélectionner les attributs",
diff --git a/apps/user_ldap/l10n/gl.php b/apps/user_ldap/l10n/gl.php
index 6d7f8e334b..3f19b0cf22 100644
--- a/apps/user_ldap/l10n/gl.php
+++ b/apps/user_ldap/l10n/gl.php
@@ -16,6 +16,9 @@ $TRANSLATIONS = array(
"mappings cleared" => "limpadas as asignacións",
"Success" => "Correcto",
"Error" => "Erro",
+"Configuration OK" => "Configuración correcta",
+"Configuration incorrect" => "Configuración incorrecta",
+"Configuration incomplete" => "Configuración incompleta",
"Select groups" => "Seleccionar grupos",
"Select object classes" => "Seleccione as clases de obxectos",
"Select attributes" => "Seleccione os atributos",
diff --git a/apps/user_ldap/l10n/it.php b/apps/user_ldap/l10n/it.php
index 97ca14e0a8..599a6da48a 100644
--- a/apps/user_ldap/l10n/it.php
+++ b/apps/user_ldap/l10n/it.php
@@ -16,6 +16,9 @@ $TRANSLATIONS = array(
"mappings cleared" => "associazioni cancellate",
"Success" => "Riuscito",
"Error" => "Errore",
+"Configuration OK" => "Configurazione corretta",
+"Configuration incorrect" => "Configurazione non corretta",
+"Configuration incomplete" => "Configurazione incompleta",
"Select groups" => "Seleziona i gruppi",
"Select object classes" => "Seleziona le classi di oggetti",
"Select attributes" => "Seleziona gli attributi",
diff --git a/apps/user_ldap/l10n/nl.php b/apps/user_ldap/l10n/nl.php
index 9acd9c088c..b2e8f17367 100644
--- a/apps/user_ldap/l10n/nl.php
+++ b/apps/user_ldap/l10n/nl.php
@@ -16,6 +16,9 @@ $TRANSLATIONS = array(
"mappings cleared" => "vertaaltabel leeggemaakt",
"Success" => "Succes",
"Error" => "Fout",
+"Configuration OK" => "Configuratie OK",
+"Configuration incorrect" => "Configuratie onjuist",
+"Configuration incomplete" => "Configuratie incompleet",
"Select groups" => "Selecteer groepen",
"Select object classes" => "Selecteer objectklasse",
"Select attributes" => "Selecteer attributen",
diff --git a/apps/user_ldap/l10n/pt_BR.php b/apps/user_ldap/l10n/pt_BR.php
index cf047b2c88..940a55489a 100644
--- a/apps/user_ldap/l10n/pt_BR.php
+++ b/apps/user_ldap/l10n/pt_BR.php
@@ -16,6 +16,9 @@ $TRANSLATIONS = array(
"mappings cleared" => "mapeamentos limpos",
"Success" => "Sucesso",
"Error" => "Erro",
+"Configuration OK" => "Configuração OK",
+"Configuration incorrect" => "Configuração incorreta",
+"Configuration incomplete" => "Configuração incompleta",
"Select groups" => "Selecionar grupos",
"Select object classes" => "Selecione classes de objetos",
"Select attributes" => "Selecione os atributos",
diff --git a/apps/user_ldap/l10n/ru.php b/apps/user_ldap/l10n/ru.php
index f908fa3cc7..f70ecdcf1f 100644
--- a/apps/user_ldap/l10n/ru.php
+++ b/apps/user_ldap/l10n/ru.php
@@ -16,6 +16,9 @@ $TRANSLATIONS = array(
"mappings cleared" => "Соответствия очищены",
"Success" => "Успешно",
"Error" => "Ошибка",
+"Configuration OK" => "Конфигурация в порядке",
+"Configuration incorrect" => "Конфигурация неправильна",
+"Configuration incomplete" => "Конфигурация не завершена",
"Select groups" => "Выберите группы",
"Select object classes" => "Выберите объектные классы",
"Select attributes" => "Выберите атрибуты",
diff --git a/apps/user_ldap/l10n/sl.php b/apps/user_ldap/l10n/sl.php
index 81bc8c9b70..616be979d0 100644
--- a/apps/user_ldap/l10n/sl.php
+++ b/apps/user_ldap/l10n/sl.php
@@ -1,48 +1,74 @@
"Preslikav ni bilo mogoče izbrisati",
+"Failed to clear the mappings." => "Čiščenje preslikav je spodletelo.",
"Failed to delete the server configuration" => "Brisanje nastavitev strežnika je spodletelo.",
"The configuration is valid and the connection could be established!" => "Nastavitev je veljavna, zato je povezavo mogoče vzpostaviti!",
-"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "Nastavitev je veljavna, vendar pa je vez Bind spodletela. Preveriti je treba nastavitve strežnika in ustreznost poveril.",
+"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "Nastavitev je veljavna, vendar pa je vez spodletela. Preveriti je treba nastavitve strežnika in ustreznost poveril.",
+"The configuration is invalid. Please have a look at the logs for further details." => "Nastavitev ni veljavna. Več podrobnosti o napaki je zabeleženih v dnevniku.",
+"No action specified" => "Ni določenega dejanja",
+"No configuration specified" => "Ni določenih nastavitev",
+"No data specified" => "Ni navedenih podatkov",
+" Could not set configuration %s" => "Ni mogoče uveljaviti nastavitev %s",
"Deletion failed" => "Brisanje je spodletelo.",
-"Take over settings from recent server configuration?" => "Ali naj se prevzame nastavitve nedavne nastavitve strežnika?",
-"Keep settings?" => "Ali nas se nastavitve ohranijo?",
+"Take over settings from recent server configuration?" => "Ali naj bodo prevzete nedavne nastavitve strežnika?",
+"Keep settings?" => "Ali naj se nastavitve ohranijo?",
"Cannot add server configuration" => "Ni mogoče dodati nastavitev strežnika",
-"mappings cleared" => "Preslikave so izbrisane",
+"mappings cleared" => "preslikave so izbrisane",
"Success" => "Uspešno končano.",
"Error" => "Napaka",
+"Configuration OK" => "Nastavitev je ustrezna",
+"Configuration incorrect" => "Nastavitev ni ustrezna",
+"Configuration incomplete" => "Nastavitev je nepopolna",
"Select groups" => "Izberi skupine",
+"Select object classes" => "Izbor razredov predmeta",
"Select attributes" => "Izbor atributov",
"Connection test succeeded" => "Preizkus povezave je uspešno končan.",
"Connection test failed" => "Preizkus povezave je spodletel.",
"Do you really want to delete the current Server Configuration?" => "Ali res želite izbrisati trenutne nastavitve strežnika?",
"Confirm Deletion" => "Potrdi brisanje",
-"_%s group found_::_%s groups found_" => array("","","",""),
-"_%s user found_::_%s users found_" => array("","","",""),
+"_%s group found_::_%s groups found_" => array("%s najdena skupina","%s najdeni skupini","%s najdene skupine","%s najdenih skupin"),
+"_%s user found_::_%s users found_" => array("%s najden uporabnik","%s najdena uporabnika","%s najdeni uporabniki","%s najdenih uporabnikov"),
"Invalid Host" => "Neveljaven gostitelj",
+"Could not find the desired feature" => "Želene zmožnosti ni mogoče najti",
"Save" => "Shrani",
"Test Configuration" => "Preizkusne nastavitve",
"Help" => "Pomoč",
+"Limit the access to %s to groups meeting this criteria:" => "Omeji dostop %s do skupin glede na kriterij:",
+"only those object classes:" => "le razredi predmeta:",
+"only from those groups:" => "le iz skupin:",
+"Edit raw filter instead" => "Uredi surov filter",
+"Raw LDAP filter" => "Surovi filter LDAP",
+"The filter specifies which LDAP groups shall have access to the %s instance." => "Filter določa, katere skupine LDAP bodo imele dostop do %s.",
+"groups found" => "najdenih skupin",
+"What attribute shall be used as login name:" => "Kateri atribut naj bo uporabljen kot prijavno ime:",
+"LDAP Username:" => "Uporabniško ime LDAP:",
+"LDAP Email Address:" => "Elektronski naslov LDAP:",
+"Other Attributes:" => "Drugi atributi:",
"Add Server Configuration" => "Dodaj nastavitve strežnika",
"Host" => "Gostitelj",
"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Protokol je lahko izpuščen, če ni posebej zahtevan SSL. V tem primeru se mora naslov začeti z ldaps://",
"Port" => "Vrata",
-"User DN" => "Uporabnik 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 uporabnikovega odjemalca, s katerim naj se opravi vezava, npr. uid=agent,dc=example,dc=com. Za brezimni dostop sta polji DN in geslo prazni.",
+"User DN" => "Uporabnikovo enolično ime",
+"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." => "Enolično ime uporabnikovega odjemalca, s katerim naj se opravi vezava, npr. uid=agent,dc=example,dc=com. Za brezimni dostop sta polji prikaznega imena in gesla prazni.",
"Password" => "Geslo",
-"For anonymous access, leave DN and Password empty." => "Za brezimni dostop sta polji DN in geslo prazni.",
-"One Base DN per line" => "En osnovni DN na vrstico",
-"You can specify Base DN for users and groups in the Advanced tab" => "Osnovni DN za uporabnike in skupine lahko določite v zavihku naprednih možnosti.",
+"For anonymous access, leave DN and Password empty." => "Za brezimni dostop naj bosta polji imena in gesla prazni.",
+"One Base DN per line" => "Eno osnovno enolično ime na vrstico",
+"You can specify Base DN for users and groups in the Advanced tab" => "Osnovno enolično ime za uporabnike in skupine lahko določite v zavihku naprednih možnosti.",
+"Limit the access to %s to users meeting this criteria:" => "Omeji dostop do %s uporabnikom, za katere velja kriterij:",
+"The filter specifies which LDAP users shall have access to the %s instance." => "Filter določa, kateri uporabniki LDAP bodo imeli dostop do %s.",
+"users found" => "najdenih uporabnikov",
"Back" => "Nazaj",
"Continue" => "Nadaljuj",
+"Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "Opozorilo: določili user_ldap in user_webdavauth sta neskladni, kar lahko vpliva na delovanje sistema. O napaki pošljite poročilo skrbniku sistema in opozorite, da je treba eno izmed možnosti onemogočiti.",
"Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "Opozorilo: modul PHP LDAP mora biti nameščen, sicer vmesnik ne bo deloval. Paket je treba namestiti.",
"Connection Settings" => "Nastavitve povezave",
"Configuration Active" => "Dejavna nastavitev",
"When unchecked, this configuration will be skipped." => "Neizbrana možnost preskoči nastavitev.",
"User Login Filter" => "Filter prijav uporabnikov",
+"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Določi filter, ki bo uveljavljen ob poskusu prijave. %%uid zamenja uporabniško ime pri prijavi, na primer: \"uid=%%uid\"",
"Backup (Replica) Host" => "Varnostna kopija (replika) podatkov gostitelja",
"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Podati je treba izbirno varnostno kopijo gostitelja. Ta mora biti natančna replika strežnika LDAP/AD.",
-"Backup (Replica) Port" => "Varnostna kopija (replika) podatka vrat",
+"Backup (Replica) Port" => "Vrata varnostne kopije (replike)",
"Disable Main Server" => "Onemogoči glavni strežnik",
"Case insensitve LDAP server (Windows)" => "Strežnik LDAP ne upošteva velikosti črk (Windows)",
"Turn off SSL certificate validation." => "Onemogoči določanje veljavnosti potrdila SSL.",
@@ -50,14 +76,16 @@ $TRANSLATIONS = array(
"in seconds. A change empties the cache." => "v sekundah. Sprememba izprazni predpomnilnik.",
"Directory Settings" => "Nastavitve mape",
"User Display Name Field" => "Polje za uporabnikovo prikazano ime",
+"The LDAP attribute to use to generate the user's display name." => "Atribut LDAP za uporabo pri ustvarjanju prikaznega imena uporabnika.",
"Base User Tree" => "Osnovno uporabniško drevo",
-"One User Base DN per line" => "Eno osnovno uporabniško ime DN na vrstico",
-"User Search Attributes" => "Uporabi atribute iskanja",
+"One User Base DN per line" => "Eno osnovno uporabniško ime na vrstico",
+"User Search Attributes" => "Uporabnikovi atributi iskanja",
"Optional; one attribute per line" => "Izbirno; en atribut na vrstico",
"Group Display Name Field" => "Polje za prikazano ime skupine",
+"The LDAP attribute to use to generate the groups's display name." => "Atribut LDAP za uporabo pri ustvarjanju prikaznega imena skupine.",
"Base Group Tree" => "Osnovno drevo skupine",
-"One Group Base DN per line" => "Eno osnovno ime skupine DN na vrstico",
-"Group Search Attributes" => "Atributi iskanja skupine",
+"One Group Base DN per line" => "Eno osnovno ime skupine na vrstico",
+"Group Search Attributes" => "Skupinski atributi iskanja",
"Group-Member association" => "Povezava član-skupina",
"Special Attributes" => "Posebni atributi",
"Quota Field" => "Polje količinske omejitve",
@@ -66,10 +94,12 @@ $TRANSLATIONS = array(
"Email Field" => "Polje elektronske pošte",
"User Home Folder Naming Rule" => "Pravila poimenovanja uporabniške osebne mape",
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Pustite prazno za uporabniško ime (privzeto), sicer navedite atribut LDAP/AD.",
-"Internal Username" => "Interno uporabniško ime",
-"Internal Username Attribute:" => "Atribut Interno uporabniško ime",
+"Internal Username" => "Programsko uporabniško ime",
+"Internal Username Attribute:" => "Programski atribut uporabniškega imena:",
"Override UUID detection" => "Prezri zaznavo UUID",
-"Username-LDAP User Mapping" => "Preslikava uporabniško ime - LDAP-uporabnik",
+"UUID Attribute for Users:" => "Atribut UUID za uporabnike:",
+"UUID Attribute for Groups:" => "Atribut UUID za skupine:",
+"Username-LDAP User Mapping" => "Uporabniška preslikava Uporabniško_ime-LDAP",
"Clear Username-LDAP User Mapping" => "Izbriši preslikavo Uporabniškega imena in LDAP-uporabnika",
"Clear Groupname-LDAP Group Mapping" => "Izbriši preslikavo Skupine in LDAP-skupine"
);
diff --git a/apps/user_ldap/l10n/tr.php b/apps/user_ldap/l10n/tr.php
index 80fd570577..040c707cc4 100644
--- a/apps/user_ldap/l10n/tr.php
+++ b/apps/user_ldap/l10n/tr.php
@@ -16,6 +16,9 @@ $TRANSLATIONS = array(
"mappings cleared" => "Dönüşümler temizlendi",
"Success" => "Başarılı",
"Error" => "Hata",
+"Configuration OK" => "Yapılandırma tamam",
+"Configuration incorrect" => "Yapılandırma geçersiz",
+"Configuration incomplete" => "Yapılandırma tamamlanmamış",
"Select groups" => "Grupları seç",
"Select object classes" => "Nesne sınıflarını seç",
"Select attributes" => "Nitelikleri seç",
diff --git a/apps/user_ldap/lib/wizard.php b/apps/user_ldap/lib/wizard.php
index fb6aca9e96..9286af46be 100644
--- a/apps/user_ldap/lib/wizard.php
+++ b/apps/user_ldap/lib/wizard.php
@@ -215,7 +215,7 @@ class Wizard extends LDAPUtility {
throw new \Exception('Could not connect to LDAP');
}
- $obclasses = array('posixGroup', 'group', '*');
+ $obclasses = array('posixGroup', 'group', 'zimbraDistributionList', '*');
$this->determineFeature($obclasses, 'cn', $dbkey, $confkey);
if($testMemberOf) {
diff --git a/core/l10n/ca.php b/core/l10n/ca.php
index f7734b0d0e..b00a43c5ce 100644
--- a/core/l10n/ca.php
+++ b/core/l10n/ca.php
@@ -132,7 +132,6 @@ $TRANSLATIONS = array(
"Access forbidden" => "Accés prohibit",
"Cloud not found" => "No s'ha trobat el núvol",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Ei,\n\nnomés fer-te saber que %s ha compartit %s amb tu.\nMira-ho a: %s\n\n",
-"The share will expire on %s.\n\n" => "El compartit té venciment a %s.\n\n",
"Cheers!" => "Salut!",
"Security Warning" => "Avís de seguretat",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "La versió de PHP que useu és vulnerable a l'atac per NULL Byte (CVE-2006-7243)",
@@ -165,7 +164,6 @@ $TRANSLATIONS = array(
"Log in" => "Inici de sessió",
"Alternative Logins" => "Acreditacions alternatives",
"Hey there,
just letting you know that %s shared »%s« with you. View it!
" => "Ei,
només fer-te saber que %s ha compartit »%s« amb tu. Mira-ho!
",
-"The share will expire on %s.
" => "El compartit té venciment a %s.
",
"Updating ownCloud to version %s, this may take a while." => "S'està actualitzant ownCloud a la versió %s, pot trigar una estona.",
"This ownCloud instance is currently being updated, which may take a while." => "Aquesta instància d'ownCloud s'està actualitzant i podria trigar una estona.",
"Please reload this page after a short time to continue using ownCloud." => "Carregueu de nou aquesta pàgina d'aquí a poc temps per continuar usant ownCloud.",
diff --git a/core/l10n/cs_CZ.php b/core/l10n/cs_CZ.php
index f2bbec30d6..0e3c6bf27f 100644
--- a/core/l10n/cs_CZ.php
+++ b/core/l10n/cs_CZ.php
@@ -129,7 +129,6 @@ $TRANSLATIONS = array(
"Access forbidden" => "Přístup zakázán",
"Cloud not found" => "Cloud nebyl nalezen",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hej ty tam,\n\njen ti chci dát vědět, že %s sdílel %s s tebou.\nZobraz si to: %s\n\n",
-"The share will expire on %s.\n\n" => "Sdílení expiruje %s.\n\n",
"Cheers!" => "Ať slouží!",
"Security Warning" => "Bezpečnostní upozornění",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Verze vašeho PHP je napadnutelná pomocí techniky \"NULL Byte\" (CVE-2006-7243)",
@@ -162,7 +161,6 @@ $TRANSLATIONS = array(
"Log in" => "Přihlásit",
"Alternative Logins" => "Alternativní přihlášení",
"Hey there,
just letting you know that %s shared »%s« with you. View it!
" => "Hej ty tam,
jen ti chci dát vědět, že %s sdílel »%s« s tebou. Zobrazit!
",
-"The share will expire on %s.
" => "Sdílení expiruje %s.
",
"Updating ownCloud to version %s, this may take a while." => "Aktualizuji ownCloud na verzi %s, bude to chvíli trvat."
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";
diff --git a/core/l10n/da.php b/core/l10n/da.php
index ff41ecb13f..88348fe39e 100644
--- a/core/l10n/da.php
+++ b/core/l10n/da.php
@@ -132,7 +132,6 @@ $TRANSLATIONS = array(
"Access forbidden" => "Adgang forbudt",
"Cloud not found" => "Sky ikke fundet",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hej med dig\n\nDette blot for at lade dig vide, at %s har delt %s med dig.\nSe det her: %s\n\n",
-"The share will expire on %s.\n\n" => "Det delte link vil udløbe d. %s.⏎\n⏎\n",
"Cheers!" => "Hej!",
"Security Warning" => "Sikkerhedsadvarsel",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Din PHP-version er sårbar overfor et NULL Byte angreb (CVE-2006-7243)",
@@ -165,7 +164,6 @@ $TRANSLATIONS = array(
"Log in" => "Log ind",
"Alternative Logins" => "Alternative logins",
"Hey there,
just letting you know that %s shared »%s« with you. View it!
" => "Hej med dig,
Dette blot for at lade dig vide, at %s har delt \"%s\" med dig. Se det her!
Hej",
-"The share will expire on %s.
" => "Det delte link vil udløbe d. %s.",
"Updating ownCloud to version %s, this may take a while." => "Opdatere Owncloud til version %s, dette kan tage et stykke tid.",
"This ownCloud instance is currently being updated, which may take a while." => "Opdatere Owncloud, dette kan tage et stykke tid.",
"Please reload this page after a short time to continue using ownCloud." => "Genindlæs denne side efter kort tid til at fortsætte med at bruge ownCloud.",
diff --git a/core/l10n/de.php b/core/l10n/de.php
index 494764f97c..3239238642 100644
--- a/core/l10n/de.php
+++ b/core/l10n/de.php
@@ -100,7 +100,7 @@ $TRANSLATIONS = array(
"Delete" => "Löschen",
"Add" => "Hinzufügen",
"Edit tags" => "Schlagwörter bearbeiten",
-"Error loading dialog template: {error}" => "Fehler beim Laden der Gesprächsvorlage: {error}",
+"Error loading dialog template: {error}" => "Fehler beim Laden der Dialogvorlage: {error}",
"No tags selected for deletion." => "Es wurden keine Schlagwörter zum Löschen ausgewählt.",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "Das Update ist fehlgeschlagen. Bitte melde dieses Problem an die ownCloud Community.",
"The update was successful. Redirecting you to ownCloud now." => "Das Update war erfolgreich. Du wirst nun zu ownCloud weitergeleitet.",
@@ -132,7 +132,7 @@ $TRANSLATIONS = array(
"Access forbidden" => "Zugriff verboten",
"Cloud not found" => "Cloud nicht gefunden",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hallo,\n\nich wollte Dich nur wissen lassen, dass %s %s mit Dir teilt.\nSchaue es Dir an: %s\n\n",
-"The share will expire on %s.\n\n" => "Die Freigabe wird ablaufen am %s.\n\n",
+"The share will expire on %s." => "Die Freigabe wird am %s ablaufen.",
"Cheers!" => "Hallo!",
"Security Warning" => "Sicherheitswarnung",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Deine PHP Version ist durch die NULL Byte Attacke (CVE-2006-7243) angreifbar",
@@ -165,7 +165,6 @@ $TRANSLATIONS = array(
"Log in" => "Einloggen",
"Alternative Logins" => "Alternative Logins",
"Hey there,
just letting you know that %s shared »%s« with you. View it!
" => "Hallo,
wollte dich nur kurz informieren, dass %s gerade %s mit dir geteilt hat. Schau es dir an.
",
-"The share will expire on %s.
" => "Die Freigabe wird ablaufen am %s.
",
"Updating ownCloud to version %s, this may take a while." => "Aktualisiere ownCloud auf Version %s. Dies könnte eine Weile dauern.",
"This ownCloud instance is currently being updated, which may take a while." => "Diese OwnCloud-Instanz wird gerade aktualisiert, was eine Weile dauert.",
"Please reload this page after a short time to continue using ownCloud." => "Bitte lade diese Seite nach kurzer Zeit neu, um mit der Nutzung von OwnCloud fortzufahren.",
diff --git a/core/l10n/de_DE.php b/core/l10n/de_DE.php
index 8832aad32b..af76319eb7 100644
--- a/core/l10n/de_DE.php
+++ b/core/l10n/de_DE.php
@@ -1,12 +1,12 @@
"%s geteilt »%s« mit Ihnen",
-"Couldn't send mail to following users: %s " => "Die E-Mail konnte nicht an folgende Benutzer gesendet werden: %s",
+"Couldn't send mail to following users: %s " => "An folgende Benutzer konnte keine E-Mail gesendet werden: %s",
"Turned on maintenance mode" => "Wartungsmodus eingeschaltet ",
"Turned off maintenance mode" => "Wartungsmodus ausgeschaltet",
"Updated database" => "Datenbank aktualisiert",
-"Updating filecache, this may take really long..." => "Aktualisiere Dateicache, dies könnte eine Weile dauern...",
-"Updated filecache" => "Dateicache aktualisiert",
+"Updating filecache, this may take really long..." => "Aktualisiere Datei-Cache, dies könnte eine Weile dauern...",
+"Updated filecache" => "Datei-Cache aktualisiert",
"... %d%% done ..." => "... %d%% erledigt ...",
"No image or file provided" => "Kein Bild oder Datei zur Verfügung gestellt",
"Unknown filetype" => "Unbekannter Dateityp",
@@ -53,7 +53,7 @@ $TRANSLATIONS = array(
"_{count} file conflict_::_{count} file conflicts_" => array("{count} Dateikonflikt","{count} Dateikonflikte"),
"One file conflict" => "Ein Dateikonflikt",
"Which files do you want to keep?" => "Welche Dateien möchten Sie behalten?",
-"If you select both versions, the copied file will have a number added to its name." => "Wenn Siebeide Versionen auswählen, erhält die kopierte Datei eine Zahl am Ende des Dateinamens.",
+"If you select both versions, the copied file will have a number added to its name." => "Wenn Sie beide Versionen auswählen, erhält die kopierte Datei eine Zahl am Ende des Dateinamens.",
"Cancel" => "Abbrechen",
"Continue" => "Fortsetzen",
"(all selected)" => "(Alle ausgewählt)",
@@ -100,7 +100,7 @@ $TRANSLATIONS = array(
"Delete" => "Löschen",
"Add" => "Hinzufügen",
"Edit tags" => "Schlagwörter bearbeiten",
-"Error loading dialog template: {error}" => "Fehler beim Laden der Gesprächsvorlage: {error}",
+"Error loading dialog template: {error}" => "Fehler beim Laden der Dialogvorlage: {error}",
"No tags selected for deletion." => "Es wurden keine Schlagwörter zum Löschen ausgewählt.",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "Das Update ist fehlgeschlagen. Bitte melden Sie dieses Problem an die ownCloud Community.",
"The update was successful. Redirecting you to ownCloud now." => "Das Update war erfolgreich. Sie werden nun zu ownCloud weitergeleitet.",
@@ -131,16 +131,16 @@ $TRANSLATIONS = array(
"Error unfavoriting" => "Fehler beim Entfernen aus den Favoriten",
"Access forbidden" => "Zugriff verboten",
"Cloud not found" => "Cloud wurde nicht gefunden",
-"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hallo,\n\nich wollte Sie nur wissen lassen, dass %s %s mit Ihnen teilt.\nSchauen Sie es sich an: %s\n\n",
-"The share will expire on %s.\n\n" => "Die Freigabe wird ablaufen am %s.\n\n",
-"Cheers!" => "Hallo!",
+"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hallo,\n\n%s hat %s mit Ihnen geteilt.\nSchauen Sie es sich an: %s\n\n",
+"The share will expire on %s." => "Die Freigabe wird am %s ablaufen.",
+"Cheers!" => "Noch einen schönen Tag!",
"Security Warning" => "Sicherheitshinweis",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Ihre PHP Version ist durch die NULL Byte Attacke (CVE-2006-7243) angreifbar",
"Please update your PHP installation to use %s securely." => "Bitte aktualisieren Sie Ihre PHP-Installation um %s sicher nutzen zu können.",
"No secure random number generator is available, please enable the PHP OpenSSL extension." => "Es ist kein sicherer Zufallszahlengenerator verfügbar, bitte aktivieren Sie die PHP-Erweiterung für OpenSSL.",
"Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "Ohne einen sicheren Zufallszahlengenerator sind Angreifer in der Lage, die Tokens für das Zurücksetzen der Passwörter vorherzusehen und Ihr Konto zu übernehmen.",
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Ihr Datenverzeichnis und Ihre Dateien sind wahrscheinlich vom Internet aus erreichbar, weil die .htaccess-Datei nicht funktioniert.",
-"For information how to properly configure your server, please see the documentation." => "Für Informationen, wie Sie Ihren Server richtig konfigurieren lesen Sie bitte die Dokumentation.",
+"For information how to properly configure your server, please see the documentation." => "Bitte lesen Sie die Dokumentation, um zu erfahren, wie Sie Ihr Server richtig konfigurieren können.",
"Create an admin account" => "Administrator-Konto anlegen",
"Advanced" => "Fortgeschritten",
"Data folder" => "Datenverzeichnis",
@@ -158,17 +158,16 @@ $TRANSLATIONS = array(
"Automatic logon rejected!" => "Automatische Anmeldung verweigert!",
"If you did not change your password recently, your account may be compromised!" => "Wenn Sie Ihr Passwort nicht vor kurzem geändert haben, könnte Ihr\nAccount kompromittiert sein!",
"Please change your password to secure your account again." => "Bitte ändern Sie Ihr Passwort, um Ihr Konto wieder zu sichern.",
-"Server side authentication failed!" => "Serverseitige Authentifizierung fehlgeschlagen!",
+"Server side authentication failed!" => "Die Authentifizierung auf dem Server ist fehlgeschlagen!",
"Please contact your administrator." => "Bitte kontaktieren Sie Ihren Administrator.",
"Lost your password?" => "Passwort vergessen?",
"remember" => "merken",
"Log in" => "Einloggen",
"Alternative Logins" => "Alternative Logins",
-"Hey there,
just letting you know that %s shared »%s« with you. View it!
",
"Updating ownCloud to version %s, this may take a while." => "Aktualisiere ownCloud auf Version %s. Dies könnte eine Weile dauern.",
-"This ownCloud instance is currently being updated, which may take a while." => "Diese OwnCloud-Instanz wird gerade aktualisiert, was eine Weile dauert.",
-"Please reload this page after a short time to continue using ownCloud." => "Bitte laden Sie diese Seite nach kurzer Zeit neu, um mit der Nutzung von OwnCloud fortzufahren.",
+"This ownCloud instance is currently being updated, which may take a while." => "Diese ownCloud-Instanz wird gerade aktualisiert, was eine Weile dauert.",
+"Please reload this page after a short time to continue using ownCloud." => "Bitte laden Sie diese Seite nach kurzer Zeit neu, um mit der Nutzung von ownCloud fortzufahren.",
"Contact your system administrator if this message persists or appeared unexpectedly." => "Kontaktieren Sie Ihren Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint.",
"Thank you for your patience." => "Vielen Dank für Ihre Geduld."
);
diff --git a/core/l10n/el.php b/core/l10n/el.php
index c379881cae..dc196486e6 100644
--- a/core/l10n/el.php
+++ b/core/l10n/el.php
@@ -1,9 +1,11 @@
"Ο %s διαμοιράστηκε μαζί σας το »%s«",
+"Couldn't send mail to following users: %s " => "Αδυναμία αποστολής μηνύματος στους ακόλουθους χρήστες: %s",
"Turned on maintenance mode" => "Η κατάσταση συντήρησης ενεργοποιήθηκε",
"Turned off maintenance mode" => "Η κατάσταση συντήρησης απενεργοποιήθηκε",
"Updated database" => "Ενημερωμένη βάση δεδομένων",
+"No image or file provided" => "Δεν δόθηκε εικόνα ή αρχείο",
"Unknown filetype" => "Άγνωστος τύπος αρχείου",
"Invalid image" => "Μη έγκυρη εικόνα",
"Sunday" => "Κυριακή",
@@ -27,7 +29,7 @@ $TRANSLATIONS = array(
"December" => "Δεκέμβριος",
"Settings" => "Ρυθμίσεις",
"seconds ago" => "δευτερόλεπτα πριν",
-"_%n minute ago_::_%n minutes ago_" => array("",""),
+"_%n minute ago_::_%n minutes ago_" => array("%n λεπτό πριν","%n λεπτά πριν"),
"_%n hour ago_::_%n hours ago_" => array("",""),
"today" => "σήμερα",
"yesterday" => "χτες",
@@ -42,8 +44,11 @@ $TRANSLATIONS = array(
"No" => "Όχι",
"Ok" => "Οκ",
"_{count} file conflict_::_{count} file conflicts_" => array("",""),
+"Which files do you want to keep?" => "Ποια αρχεία θέλετε να κρατήσετε;",
+"If you select both versions, the copied file will have a number added to its name." => "Εάν επιλέξετε και τις δυο εκδοχές, ένας αριθμός θα προστεθεί στο αντιγραφόμενο αρχείο.",
"Cancel" => "Άκυρο",
"Continue" => "Συνέχεια",
+"(all selected)" => "(όλα τα επιλεγμένα)",
"Shared" => "Κοινόχρηστα",
"Share" => "Διαμοιρασμός",
"Error" => "Σφάλμα",
@@ -107,6 +112,7 @@ $TRANSLATIONS = array(
"Tag already exists" => "Υπάρχει ήδη η ετικέτα",
"Access forbidden" => "Δεν επιτρέπεται η πρόσβαση",
"Cloud not found" => "Δεν βρέθηκε νέφος",
+"The share will expire on %s." => "Ο διαμοιρασμός θα λήξει σε %s.",
"Security Warning" => "Προειδοποίηση Ασφαλείας",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Η PHP ειναι ευαλωτη στην NULL Byte επιθεση (CVE-2006-7243)",
"Please update your PHP installation to use %s securely." => "Παρακαλώ ενημερώστε την εγκατάσταση της PHP ώστε να χρησιμοποιήσετε το %s με ασφάλεια.",
@@ -125,16 +131,21 @@ $TRANSLATIONS = array(
"Database tablespace" => "Κενά Πινάκων Βάσης Δεδομένων",
"Database host" => "Διακομιστής βάσης δεδομένων",
"Finish setup" => "Ολοκλήρωση εγκατάστασης",
+"Finishing …" => "Ολοκλήρωση...",
"%s is available. Get more information on how to update." => "%s είναι διαθέσιμη. Δείτε περισσότερες πληροφορίες στο πώς να αναβαθμίσετε.",
"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." => "Παρακαλώ αλλάξτε το συνθηματικό σας για να ασφαλίσετε πάλι τον λογαριασμό σας.",
+"Server side authentication failed!" => "Η διαδικασία επικύρωσης απέτυχε από την πλευρά του διακομιστή!",
+"Please contact your administrator." => "Παρακαλώ επικοινωνήστε με τον διαχειριστή.",
"Lost your password?" => "Ξεχάσατε το συνθηματικό σας;",
"remember" => "απομνημόνευση",
"Log in" => "Είσοδος",
"Alternative Logins" => "Εναλλακτικές Συνδέσεις",
"Updating ownCloud to version %s, this may take a while." => "Ενημερώνοντας το ownCloud στην έκδοση %s,μπορεί να πάρει λίγο χρόνο.",
+"Please reload this page after a short time to continue using ownCloud." => "Παρακαλώ ανανεώστε αυτή τη σελίδα μετά από ένα σύντομο χρονικό διάστημα ώστε να συνεχίσετε να χρησιμοποιείτε το ownCloud.",
+"Contact your system administrator if this message persists or appeared unexpectedly." => "Επικοινωνήστε με το διαχειριστή του συστήματος αν αυτό το μήνυμα συνεχίζει να εμφανίζεται ή εμφανίστηκε απρόσμενα.",
"Thank you for your patience." => "Σας ευχαριστούμε για την υπομονή σας."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/core/l10n/en_GB.php b/core/l10n/en_GB.php
index 7ead84a874..1ad9031e75 100644
--- a/core/l10n/en_GB.php
+++ b/core/l10n/en_GB.php
@@ -132,7 +132,7 @@ $TRANSLATIONS = array(
"Access forbidden" => "Access denied",
"Cloud not found" => "Cloud not found",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n",
-"The share will expire on %s.\n\n" => "The share will expire on %s.\n\n",
+"The share will expire on %s." => "The share will expire on %s.",
"Cheers!" => "Cheers!",
"Security Warning" => "Security Warning",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)",
@@ -165,7 +165,6 @@ $TRANSLATIONS = array(
"Log in" => "Log in",
"Alternative Logins" => "Alternative Logins",
"Hey there,
just letting you know that %s shared »%s« with you. View it!
" => "Hey there,
just letting you know that %s shared »%s« with you. View it!
",
-"The share will expire on %s.
" => "The share will expire on %s.
",
"Updating ownCloud to version %s, this may take a while." => "Updating ownCloud to version %s, this may take a while.",
"This ownCloud instance is currently being updated, which may take a while." => "This ownCloud instance is currently being updated, which may take a while.",
"Please reload this page after a short time to continue using ownCloud." => "Please reload this page after a short time to continue using ownCloud.",
diff --git a/core/l10n/es.php b/core/l10n/es.php
index f938218d43..df765ab212 100644
--- a/core/l10n/es.php
+++ b/core/l10n/es.php
@@ -132,7 +132,6 @@ $TRANSLATIONS = array(
"Access forbidden" => "Acceso denegado",
"Cloud not found" => "No se encuentra la nube",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hola:\n\nTan solo queremos informarte que %s compartió %s contigo.\nMíralo aquí: %s\n\n",
-"The share will expire on %s.\n\n" => "El objeto dejará de ser compartido el %s.\n\n",
"Cheers!" => "¡Saludos!",
"Security Warning" => "Advertencia de seguridad",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Su versión de PHP es vulnerable al ataque de Byte NULL (CVE-2006-7243)",
@@ -165,7 +164,6 @@ $TRANSLATIONS = array(
"Log in" => "Entrar",
"Alternative Logins" => "Inicios de sesión alternativos",
"Hey there,
just letting you know that %s shared »%s« with you. View it!
" => "Hola:
tan solo queremos informarte que %s compartió «%s» contigo. ¡Míralo acá!
",
-"The share will expire on %s.
" => "El objeto dejará de ser compartido el %s.
",
"Updating ownCloud to version %s, this may take a while." => "Actualizando ownCloud a la versión %s, esto puede demorar un tiempo.",
"This ownCloud instance is currently being updated, which may take a while." => "Esta versión de owncloud se está actualizando, esto puede demorar un tiempo.",
"Please reload this page after a short time to continue using ownCloud." => "Por favor , recargue esta instancia de onwcloud tras un corto periodo de tiempo y continue usándolo.",
diff --git a/core/l10n/et_EE.php b/core/l10n/et_EE.php
index b56038a212..c12a1c6631 100644
--- a/core/l10n/et_EE.php
+++ b/core/l10n/et_EE.php
@@ -132,7 +132,7 @@ $TRANSLATIONS = array(
"Access forbidden" => "Ligipääs on keelatud",
"Cloud not found" => "Pilve ei leitud",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hei,\n\nlihtsalt annan sulle teada, et %s jagas sulle välja %s.\nVaata seda: %s\n\n",
-"The share will expire on %s.\n\n" => "Jagamine aegub %s.\n\n",
+"The share will expire on %s." => "Jagamine aegub %s.",
"Cheers!" => "Terekest!",
"Security Warning" => "Turvahoiatus",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Sinu PHP versioon on haavatav NULL Baidi (CVE-2006-7243) rünnakuga.",
@@ -165,7 +165,6 @@ $TRANSLATIONS = array(
"Log in" => "Logi sisse",
"Alternative Logins" => "Alternatiivsed sisselogimisviisid",
"Hey there,
just letting you know that %s shared »%s« with you. View it!
" => "Hei,
lihtsalt annan sulle teada, et %s jagas sulle välja »%s«. Vaata seda!
",
-"The share will expire on %s.
" => "Jagamine aegub %s.
",
"Updating ownCloud to version %s, this may take a while." => "ownCloudi uuendamine versioonile %s. See võib veidi aega võtta.",
"This ownCloud instance is currently being updated, which may take a while." => "Seda ownCloud instantsi hetkel uuendatakse, võib võtta veidi aega.",
"Please reload this page after a short time to continue using ownCloud." => "Palun laadi see leht uuesti veidi aja pärast jätkamaks ownCloud kasutamist.",
diff --git a/core/l10n/fi_FI.php b/core/l10n/fi_FI.php
index 3462ab5c98..5e7a65d609 100644
--- a/core/l10n/fi_FI.php
+++ b/core/l10n/fi_FI.php
@@ -121,7 +121,7 @@ $TRANSLATIONS = array(
"Access forbidden" => "Pääsy estetty",
"Cloud not found" => "Pilveä ei löydy",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hei sinä!\n\n%s jakoi kohteen %s kanssasi.\nTutustu siihen: %s\n\n",
-"The share will expire on %s.\n\n" => "Jakaminen päättyy %s.\n\n",
+"The share will expire on %s." => "Jakaminen päättyy %s.",
"Security Warning" => "Turvallisuusvaroitus",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "PHP-asennuksesi on haavoittuvainen NULL Byte -hyökkäykselle (CVE-2006-7243)",
"Please update your PHP installation to use %s securely." => "Päivitä PHP-asennus varmistaaksesi, että %s on turvallinen käyttää.",
@@ -152,8 +152,9 @@ $TRANSLATIONS = array(
"Log in" => "Kirjaudu sisään",
"Alternative Logins" => "Vaihtoehtoiset kirjautumiset",
"Hey there,
just letting you know that %s shared »%s« with you. View it!
",
"Updating ownCloud to version %s, this may take a while." => "Päivitetään ownCloud versioon %s, tämä saattaa kestää hetken.",
+"This ownCloud instance is currently being updated, which may take a while." => "Tätä ownCloud-asennusta päivitetään parhaillaan, siinä saattaa kestää hetki.",
+"Please reload this page after a short time to continue using ownCloud." => "Päivitä tämä sivu hetken kuluttua jatkaaksesi ownCloudin käyttämistä.",
"Thank you for your patience." => "Kiitos kärsivällisyydestäsi."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/core/l10n/fr.php b/core/l10n/fr.php
index 624dd54575..7668f589a8 100644
--- a/core/l10n/fr.php
+++ b/core/l10n/fr.php
@@ -132,7 +132,6 @@ $TRANSLATIONS = array(
"Access forbidden" => "Accès interdit",
"Cloud not found" => "Introuvable",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Bonjour,\n\nJuste pour vous signaler que %s a partagé %s avec vous.\nConsultez-le : %s\n",
-"The share will expire on %s.\n\n" => "Le partage expire le %s.\n\n",
"Cheers!" => "Salutations!",
"Security Warning" => "Avertissement de sécurité",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Votre version de PHP est vulnérable à l'attaque par caractère NULL (CVE-2006-7243)",
@@ -165,7 +164,6 @@ $TRANSLATIONS = array(
"Log in" => "Connexion",
"Alternative Logins" => "Logins alternatifs",
"Hey there,
just letting you know that %s shared »%s« with you. View it!
" => "Bonjour,
Juste pour vous informer que %s a partagé »%s« avec vous. Consultez-le !
",
-"The share will expire on %s.
" => "Le partage expirera le %s.
",
"Updating ownCloud to version %s, this may take a while." => "Mise à jour en cours d'ownCloud vers la version %s, cela peut prendre du temps.",
"This ownCloud instance is currently being updated, which may take a while." => "Cette instance d'ownCloud est en cours de mise à jour, cela peut prendre du temps.",
"Please reload this page after a short time to continue using ownCloud." => "Merci de recharger cette page après un moment pour continuer à utiliser ownCloud.",
diff --git a/core/l10n/gl.php b/core/l10n/gl.php
index 6a5c5ed56e..94a4b47b9c 100644
--- a/core/l10n/gl.php
+++ b/core/l10n/gl.php
@@ -132,7 +132,7 @@ $TRANSLATIONS = array(
"Access forbidden" => "Acceso denegado",
"Cloud not found" => "Nube non atopada",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Ola,\n\nsó facerlle saber que %s compartiu %s con vostede.\nVéxao en: %s\n\n",
-"The share will expire on %s.\n\n" => "Esta compartición caduca o %s.\n\n",
+"The share will expire on %s." => "Esta compartición caduca o %s.",
"Cheers!" => "Saúdos!",
"Security Warning" => "Aviso de seguranza",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "A súa versión de PHP é vulnerábel a un ataque de byte nulo (CVE-2006-7243)",
@@ -165,7 +165,6 @@ $TRANSLATIONS = array(
"Log in" => "Conectar",
"Alternative Logins" => "Accesos alternativos",
"Hey there,
just letting you know that %s shared »%s« with you. View it!
" => "Ola,
Só facerlle saber que %s compartiu «%s» con vostede. Véxao!
",
-"The share will expire on %s.
" => "Esta compartición caduca o %s.
",
"Updating ownCloud to version %s, this may take a while." => "Actualizando ownCloud a versión %s, esto pode levar un anaco.",
"This ownCloud instance is currently being updated, which may take a while." => "Esta instancia do ownCloud está actualizandose neste momento, pode levarlle un chisco.",
"Please reload this page after a short time to continue using ownCloud." => "Volva cargar a páxina de aquí a pouco para para continuar co ownCloud.",
diff --git a/core/l10n/hu_HU.php b/core/l10n/hu_HU.php
index 7a8cdee925..7c67bb9d22 100644
--- a/core/l10n/hu_HU.php
+++ b/core/l10n/hu_HU.php
@@ -132,7 +132,6 @@ $TRANSLATIONS = array(
"Access forbidden" => "A hozzáférés nem engedélyezett",
"Cloud not found" => "A felhő nem található",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Szia!\\n\n\\n\nÉrtesítünk, hogy %s megosztotta veled a következőt: %s.\\n\nItt tudod megnézni: %s\\n\n\\n",
-"The share will expire on %s.\n\n" => "A megosztás ekkor jár le: %s\\n\n\\n",
"Cheers!" => "Üdv.",
"Security Warning" => "Biztonsági figyelmeztetés",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Az Ön PHP verziója sebezhető a NULL bájtos támadással szemben (CVE-2006-7243)",
@@ -165,7 +164,6 @@ $TRANSLATIONS = array(
"Log in" => "Bejelentkezés",
"Alternative Logins" => "Alternatív bejelentkezés",
"Hey there,
just letting you know that %s shared »%s« with you. View it!
",
"Updating ownCloud to version %s, this may take a while." => "Owncloud frissítés a %s verzióra folyamatban. Kis türelmet.",
"This ownCloud instance is currently being updated, which may take a while." => "Az Owncloud frissítés elezdődött, eltarthat egy ideig.",
"Please reload this page after a short time to continue using ownCloud." => "Frissitsd az oldalt ha \"Please reload this page after a short time to continue using ownCloud. \"",
diff --git a/core/l10n/it.php b/core/l10n/it.php
index 353bbe0705..80536e2dbe 100644
--- a/core/l10n/it.php
+++ b/core/l10n/it.php
@@ -132,7 +132,6 @@ $TRANSLATIONS = array(
"Access forbidden" => "Accesso negato",
"Cloud not found" => "Nuvola non trovata",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Ciao,\n\nvolevo informarti che %s ha condiviso %s con te.\nVedi: %s\n\n",
-"The share will expire on %s.\n\n" => "La condivisione scadrà il %s.\n\n",
"Cheers!" => "Saluti!",
"Security Warning" => "Avviso di sicurezza",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "La tua versione di PHP è vulnerabile all'attacco NULL Byte (CVE-2006-7243)",
@@ -165,7 +164,6 @@ $TRANSLATIONS = array(
"Log in" => "Accedi",
"Alternative Logins" => "Accessi alternativi",
"Hey there,
just letting you know that %s shared »%s« with you. View it!
" => "Ciao,
volevo informarti che %s ha condiviso %s con te. Vedi!
",
-"The share will expire on %s.
" => "La condivisione scadrà il %s.
",
"Updating ownCloud to version %s, this may take a while." => "Aggiornamento di ownCloud alla versione %s in corso, ciò potrebbe richiedere del tempo.",
"This ownCloud instance is currently being updated, which may take a while." => "Questa istanza di ownCloud è in fase di aggiornamento, potrebbe richiedere del tempo.",
"Please reload this page after a short time to continue using ownCloud." => "Ricarica questa pagina per poter continuare ad usare ownCloud.",
diff --git a/core/l10n/ja_JP.php b/core/l10n/ja_JP.php
index 6b525223e9..f43e6083d0 100644
--- a/core/l10n/ja_JP.php
+++ b/core/l10n/ja_JP.php
@@ -132,7 +132,6 @@ $TRANSLATIONS = array(
"Access forbidden" => "アクセスが禁止されています",
"Cloud not found" => "見つかりません",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "こんにちは、\n\n%s があなたと %s を共有したことをお知らせします。\nそれを表示: %s\n",
-"The share will expire on %s.\n\n" => "共有は %s で有効期限が切れます。\n\n",
"Cheers!" => "それでは!",
"Security Warning" => "セキュリティ警告",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "あなたのPHPのバージョンには、Null Byte攻撃(CVE-2006-7243)という脆弱性が含まれています。",
@@ -161,11 +160,10 @@ $TRANSLATIONS = array(
"Server side authentication failed!" => "サーバサイドの認証に失敗しました!",
"Please contact your administrator." => "管理者に問い合わせてください。",
"Lost your password?" => "パスワードを忘れましたか?",
-"remember" => "パスワードを記憶する",
+"remember" => "自動ログインする",
"Log in" => "ログイン",
"Alternative Logins" => "代替ログイン",
"Hey there,
just letting you know that %s shared »%s« with you. View it!
",
"Updating ownCloud to version %s, this may take a while." => "ownCloud をバージョン %s に更新しています、しばらくお待ち下さい。",
"This ownCloud instance is currently being updated, which may take a while." => "この ownCloud インスタンスは現在更新中であり、しばらく時間がかかります。",
"Please reload this page after a short time to continue using ownCloud." => "ownCloud を続けて利用するには、しばらくした後でページをリロードしてください。",
diff --git a/core/l10n/lt_LT.php b/core/l10n/lt_LT.php
index f7fc7203bb..bed1756cb4 100644
--- a/core/l10n/lt_LT.php
+++ b/core/l10n/lt_LT.php
@@ -129,7 +129,6 @@ $TRANSLATIONS = array(
"Access forbidden" => "Priėjimas draudžiamas",
"Cloud not found" => "Negalima rasti",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Labas,\n\nInformuojame, kad %s pasidalino su Jumis %s.\nPažiūrėti tai: %s\n",
-"The share will expire on %s.\n\n" => "Bendrinimo laikas baigsis %s.\n",
"Cheers!" => "Sveikinimai!",
"Security Warning" => "Saugumo pranešimas",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Jūsų PHP versija yra pažeidžiama prieš NULL Byte ataką (CVE-2006-7243)",
@@ -162,7 +161,6 @@ $TRANSLATIONS = array(
"Log in" => "Prisijungti",
"Alternative Logins" => "Alternatyvūs prisijungimai",
"Hey there,
just letting you know that %s shared »%s« with you. View it!
" => "Labas,
tik informuojame, kad %s pasidalino su Jumis »%s«. Peržiūrėk!
",
-"The share will expire on %s.
" => "Bendrinimo laikas baigsis %s.
",
"Updating ownCloud to version %s, this may take a while." => "Atnaujinama ownCloud į %s versiją. tai gali šiek tiek užtrukti.",
"This ownCloud instance is currently being updated, which may take a while." => "Šiuo metu vyksta ownCloud atnaujinamas, tai gali šiek tiek užtrukti.",
"Please reload this page after a short time to continue using ownCloud." => "Po trupučio laiko atnaujinkite šį puslapį kad galėtumėte toliau naudoti ownCloud.",
diff --git a/core/l10n/mk.php b/core/l10n/mk.php
index 62d319a65e..bc40a6c2ff 100644
--- a/core/l10n/mk.php
+++ b/core/l10n/mk.php
@@ -115,7 +115,6 @@ $TRANSLATIONS = array(
"Access forbidden" => "Забранет пристап",
"Cloud not found" => "Облакот не е најден",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Здраво,\n\nСамо да ве известам дека %s shared %s with you.\nView it: %s\n\n",
-"The share will expire on %s.\n\n" => "Споделувањето ќе заврши на %s.\n\n",
"Cheers!" => "Поздрав!",
"Security Warning" => "Безбедносно предупредување",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Вашата верзија на PHP е ранлива на NULL Byte attack (CVE-2006-7243)",
diff --git a/core/l10n/nl.php b/core/l10n/nl.php
index 8b7ad7d32d..12ea9e0233 100644
--- a/core/l10n/nl.php
+++ b/core/l10n/nl.php
@@ -132,7 +132,6 @@ $TRANSLATIONS = array(
"Access forbidden" => "Toegang verboden",
"Cloud not found" => "Cloud niet gevonden",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hallo daar,\n\neven een berichtje dat %s %s met u deelde.\nBekijk het: %s\n\n",
-"The share will expire on %s.\n\n" => "De Share vervalt op %s.\n\n\n\n",
"Cheers!" => "Proficiat!",
"Security Warning" => "Beveiligingswaarschuwing",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Je PHP-versie is kwetsbaar voor de NULL byte aanval (CVE-2006-7243)",
@@ -165,7 +164,6 @@ $TRANSLATIONS = array(
"Log in" => "Meld je aan",
"Alternative Logins" => "Alternatieve inlogs",
"Hey there,
just letting you know that %s shared »%s« with you. View it!
" => "Hallo daar,
even een berichtje dat %s »%s« met u deelde. Bekijk hier!
",
-"The share will expire on %s.
" => "Het delen stopt op %s.
",
"Updating ownCloud to version %s, this may take a while." => "Updaten ownCloud naar versie %s, dit kan even duren...",
"This ownCloud instance is currently being updated, which may take a while." => "Deze ownCloud dienst wordt nu bijgewerkt, dat kan even duren.",
"Please reload this page after a short time to continue using ownCloud." => "Laad deze pagina straks opnieuw om verder te gaan met ownCloud.",
diff --git a/core/l10n/pl.php b/core/l10n/pl.php
index d9d1730cd4..7cf5be575f 100644
--- a/core/l10n/pl.php
+++ b/core/l10n/pl.php
@@ -61,6 +61,7 @@ $TRANSLATIONS = array(
"Error while changing permissions" => "Błąd przy zmianie uprawnień",
"Shared with you and the group {group} by {owner}" => "Udostępnione tobie i grupie {group} przez {owner}",
"Shared with you by {owner}" => "Udostępnione tobie przez {owner}",
+"Share link" => "Udostępnij link",
"Password protect" => "Zabezpiecz hasłem",
"Password" => "Hasło",
"Allow Public Upload" => "Pozwól na publiczne wczytywanie",
@@ -74,6 +75,7 @@ $TRANSLATIONS = array(
"Resharing is not allowed" => "Współdzielenie nie jest możliwe",
"Shared in {item} with {user}" => "Współdzielone w {item} z {user}",
"Unshare" => "Zatrzymaj współdzielenie",
+"notify by email" => "powiadom przez emaila",
"can edit" => "może edytować",
"access control" => "kontrola dostępu",
"create" => "utwórz",
@@ -119,7 +121,6 @@ $TRANSLATIONS = array(
"Error untagging" => "Błąd odtagowania",
"Access forbidden" => "Dostęp zabroniony",
"Cloud not found" => "Nie odnaleziono chmury",
-"The share will expire on %s.\n\n" => "Udostępnienie wygaśnie w dniu %s.\n\n",
"Cheers!" => "Pozdrawiam!",
"Security Warning" => "Ostrzeżenie o zabezpieczeniach",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Twója wersja PHP jest narażona na NULL Byte attack (CVE-2006-7243)",
@@ -152,7 +153,7 @@ $TRANSLATIONS = array(
"Log in" => "Zaloguj",
"Alternative Logins" => "Alternatywne loginy",
"Hey there,
just letting you know that %s shared »%s« with you. View it!
",
-"Updating ownCloud to version %s, this may take a while." => "Aktualizowanie ownCloud do wersji %s. Może to trochę potrwać."
+"Updating ownCloud to version %s, this may take a while." => "Aktualizowanie ownCloud do wersji %s. Może to trochę potrwać.",
+"Thank you for your patience." => "Dziękuję za cierpliwość."
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";
diff --git a/core/l10n/pt_BR.php b/core/l10n/pt_BR.php
index ed98ff09e5..4fd427217d 100644
--- a/core/l10n/pt_BR.php
+++ b/core/l10n/pt_BR.php
@@ -132,7 +132,7 @@ $TRANSLATIONS = array(
"Access forbidden" => "Acesso proibido",
"Cloud not found" => "Cloud não encontrado",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Olá,\n\ngostaria que você soubesse que %s compartilhou %s com vecê.\nVeja isto: %s\n\n",
-"The share will expire on %s.\n\n" => "O compartilhamento irá expirer em %s.\n\n",
+"The share will expire on %s." => "O compartilhamento irá expirar em %s.",
"Cheers!" => "Saúde!",
"Security Warning" => "Aviso de Segurança",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Sua versão do PHP está vulnerável ao ataque NULL Byte (CVE-2006-7243)",
@@ -165,7 +165,6 @@ $TRANSLATIONS = array(
"Log in" => "Fazer login",
"Alternative Logins" => "Logins alternativos",
"Hey there,
just letting you know that %s shared »%s« with you. View it!
" => "Olá,
só gostaria que você soubesse que %s compartilhou »%s« com você. Veja isto!
" => "O compartilhamento irá expirar em %s.
",
"Updating ownCloud to version %s, this may take a while." => "Atualizando ownCloud para a versão %s, isto pode levar algum tempo.",
"This ownCloud instance is currently being updated, which may take a while." => "Esta instância do ownCloud está sendo atualizada, o que pode demorar um pouco.",
"Please reload this page after a short time to continue using ownCloud." => "Por favor, atualize esta página depois de um curto período de tempo para continuar usando ownCloud.",
diff --git a/core/l10n/ru.php b/core/l10n/ru.php
index 68cbad60d3..27ae806fd5 100644
--- a/core/l10n/ru.php
+++ b/core/l10n/ru.php
@@ -132,7 +132,6 @@ $TRANSLATIONS = array(
"Access forbidden" => "Доступ запрещён",
"Cloud not found" => "Облако не найдено",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Здравствуйте,\n\nпросто даём вам знать, что %s расшарил %s для вас.\nПосмотреть: %s\n\n",
-"The share will expire on %s.\n\n" => "Шара закончится %s\n\n",
"Cheers!" => "Приветствуем!",
"Security Warning" => "Предупреждение безопасности",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Ваша версия PHP уязвима к атаке NULL Byte (CVE-2006-7243)",
@@ -165,11 +164,10 @@ $TRANSLATIONS = array(
"Log in" => "Войти",
"Alternative Logins" => "Альтернативные имена пользователя",
"Hey there,
just letting you know that %s shared »%s« with you. View it!
" => "Здравствуйте,
просто даём вам знать, что %s расшарил %s для вас. Посмотреть!
",
-"The share will expire on %s.
" => "Шара закончится %s.
",
"Updating ownCloud to version %s, this may take a while." => "Идёт обновление ownCloud до версии %s. Это может занять некоторое время.",
"This ownCloud instance is currently being updated, which may take a while." => "Производится обновление ownCloud, это может занять некоторое время.",
-"Please reload this page after a short time to continue using ownCloud." => "Перезагрузите эту страницу через короткое время чтобы продолжить использовать ownCloud.",
+"Please reload this page after a short time to continue using ownCloud." => "Перезагрузите эту страницу через некоторое время чтобы продолжить использовать ownCloud.",
"Contact your system administrator if this message persists or appeared unexpectedly." => "Обратитесь к вашему системному администратору если это сообщение не исчезает или появляется неожиданно.",
-"Thank you for your patience." => "Спасибо за ваше терпение."
+"Thank you for your patience." => "Спасибо за терпение."
);
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";
diff --git a/core/l10n/ru_RU.php b/core/l10n/ru_RU.php
index 06e9392092..81ce456e14 100644
--- a/core/l10n/ru_RU.php
+++ b/core/l10n/ru_RU.php
@@ -12,7 +12,9 @@ $TRANSLATIONS = array(
"Share" => "Сделать общим",
"Error" => "Ошибка",
"Password" => "Пароль",
+"can edit" => "возможно редактирование",
"Warning" => "Предупреждение",
+"Delete" => "Удалить",
"Username" => "Имя пользователя",
"Help" => "Помощь"
);
diff --git a/core/l10n/sk_SK.php b/core/l10n/sk_SK.php
index 1957a5d65b..7e6a404db7 100644
--- a/core/l10n/sk_SK.php
+++ b/core/l10n/sk_SK.php
@@ -131,7 +131,6 @@ $TRANSLATIONS = array(
"Access forbidden" => "Prístup odmietnutý",
"Cloud not found" => "Nenájdené",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Ahoj,\n\nchcem ti dať navedomie, že %s zdieľa %s s tebou.\nZobrazenie tu: %s\n\n",
-"The share will expire on %s.\n\n" => "Zdieľanie vyexpiruje %s.\n\n",
"Cheers!" => "Za zdravie!",
"Security Warning" => "Bezpečnostné varovanie",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Verzia Vášho PHP je napadnuteľná pomocou techniky \"NULL Byte\" (CVE-2006-7243)",
@@ -164,7 +163,6 @@ $TRANSLATIONS = array(
"Log in" => "Prihlásiť sa",
"Alternative Logins" => "Alternatívne prihlásenie",
"Hey there,
just letting you know that %s shared »%s« with you. View it!
" => "Ahoj,
chcem ti dať navedomie, že %s zdieľa »%s« s tebou. Zobrazenie tu!
",
-"The share will expire on %s.
" => "Zdieľanie vyexpiruje %s.
",
"Updating ownCloud to version %s, this may take a while." => "Aktualizujem ownCloud na verziu %s, môže to chvíľu trvať.",
"This ownCloud instance is currently being updated, which may take a while." => "Táto inštancia ownCloud sa práve aktualizuje, čo môže nejaký čas trvať.",
"Please reload this page after a short time to continue using ownCloud." => "Prosím obnovte túto stránku a po krátkej dobe môžete pokračovať v používaní.",
diff --git a/core/l10n/sl.php b/core/l10n/sl.php
index 0279fb4146..ce1df56679 100644
--- a/core/l10n/sl.php
+++ b/core/l10n/sl.php
@@ -1,9 +1,18 @@
"%s je delil »%s« z vami",
+"%s shared »%s« with you" => "%s je omogočil souporabo »%s«",
+"Couldn't send mail to following users: %s " => "Ni mogoče poslati sporočila za: %s",
+"Turned on maintenance mode" => "Vzdrževalni način je omogočen",
+"Turned off maintenance mode" => "Vzdrževalni način je onemogočen",
"Updated database" => "Posodobljena podatkovna zbirka",
+"Updating filecache, this may take really long..." => "Poteka posodabljanje predpomnilnika datotek. Opravilo je lahko dolgotrajno ...",
+"Updated filecache" => "Predpomnilnik datotek je posodobljen",
+"... %d%% done ..." => "... %d%% končano ...",
+"No image or file provided" => "Ni podane datoteke ali slike",
"Unknown filetype" => "Neznana vrsta datoteke",
"Invalid image" => "Neveljavna slika",
+"No temporary profile picture available, try again" => "Na voljo ni nobene začasne slike za profil. Poskusite znova.",
+"No crop data provided" => "Ni podanih podatkov obreza",
"Sunday" => "nedelja",
"Monday" => "ponedeljek",
"Tuesday" => "torek",
@@ -25,25 +34,31 @@ $TRANSLATIONS = array(
"December" => "december",
"Settings" => "Nastavitve",
"seconds ago" => "pred nekaj sekundami",
-"_%n minute ago_::_%n minutes ago_" => array("","","","pred %n minutami"),
-"_%n hour ago_::_%n hours ago_" => array("","","","pred %n urami"),
+"_%n minute ago_::_%n minutes ago_" => array("pred %n minuto","pred %n minutama","pred %n minutami","pred %n minutami"),
+"_%n hour ago_::_%n hours ago_" => array("pred %n uro","pred %n urama","pred %n urami","pred %n urami"),
"today" => "danes",
"yesterday" => "včeraj",
-"_%n day ago_::_%n days ago_" => array("","","","pred %n dnevi"),
+"_%n day ago_::_%n days ago_" => array("pred %n dnevom","pred %n dnevoma","pred %n dnevi","pred %n dnevi"),
"last month" => "zadnji mesec",
-"_%n month ago_::_%n months ago_" => array("","","","pred %n meseci"),
+"_%n month ago_::_%n months ago_" => array("pred %n mesecem","pred %n mesecema","pred %n meseci","pred %n meseci"),
"months ago" => "mesecev nazaj",
"last year" => "lansko leto",
"years ago" => "let nazaj",
"Choose" => "Izbor",
+"Error loading file picker template: {error}" => "Napaka nalaganja predloge izbirnika datotek: {error}",
"Yes" => "Da",
"No" => "Ne",
"Ok" => "V redu",
-"_{count} file conflict_::_{count} file conflicts_" => array("","","",""),
+"Error loading message template: {error}" => "Napaka nalaganja predloge sporočil: {error}",
+"_{count} file conflict_::_{count} file conflicts_" => array("{count} spor datotek","{count} spora datotek","{count} spori datotek","{count} sporov datotek"),
+"One file conflict" => "En spor datotek",
+"Which files do you want to keep?" => "Katare datoteke želite ohraniti?",
+"If you select both versions, the copied file will have a number added to its name." => "Če izberete obe različici, bo kopirani datoteki k imenu dodana številka.",
"Cancel" => "Prekliči",
"Continue" => "Nadaljuj",
"(all selected)" => "(vse izbrano)",
"({count} selected)" => "({count} izbranih)",
+"Error loading file exists template" => "Napaka nalaganja predloge obstoječih datotek",
"Shared" => "V souporabi",
"Share" => "Souporaba",
"Error" => "Napaka",
@@ -52,19 +67,22 @@ $TRANSLATIONS = array(
"Error while changing permissions" => "Napaka med spreminjanjem dovoljenj",
"Shared with you and the group {group} by {owner}" => "V souporabi z vami in skupino {group}. Lastnik je {owner}.",
"Shared with you by {owner}" => "V souporabi z vami. Lastnik je {owner}.",
+"Share with user or group …" => "Souporaba z uporabnikom ali skupino ...",
+"Share link" => "Povezava za prejem",
"Password protect" => "Zaščiti z geslom",
"Password" => "Geslo",
-"Allow Public Upload" => "Dovoli javne prenose na strežnik",
+"Allow Public Upload" => "Dovoli javno pošiljanje na strežnik",
"Email link to person" => "Posreduj povezavo po elektronski pošti",
"Send" => "Pošlji",
"Set expiration date" => "Nastavi datum preteka",
"Expiration date" => "Datum preteka",
-"Share via email:" => "Souporaba preko elektronske pošte:",
+"Share via email:" => "Pošlji povezavo do dokumenta preko elektronske pošte:",
"No people found" => "Ni najdenih uporabnikov",
"group" => "skupina",
"Resharing is not allowed" => "Nadaljnja souporaba ni dovoljena",
-"Shared in {item} with {user}" => "V souporabi v {item} z {user}",
+"Shared in {item} with {user}" => "V souporabi v {item} z uporabnikom {user}",
"Unshare" => "Prekliči souporabo",
+"notify by email" => "obvesti po elektronski pošti",
"can edit" => "lahko ureja",
"access control" => "nadzor dostopa",
"create" => "ustvari",
@@ -78,17 +96,21 @@ $TRANSLATIONS = array(
"Email sent" => "Elektronska pošta je poslana",
"Warning" => "Opozorilo",
"The object type is not specified." => "Vrsta predmeta ni podana.",
+"Enter new" => "Vnesite novo",
"Delete" => "Izbriši",
"Add" => "Dodaj",
"Edit tags" => "Uredi oznake",
+"Error loading dialog template: {error}" => "Napaka nalaganja predloge pogovornega okna: {error}",
+"No tags selected for deletion." => "Ni izbranih oznak za izbris.",
"The update was unsuccessful. Please report this issue to the ownCloud community." => "Posodobitev ni uspela. Pošljite poročilo o napaki na sistemu ownCloud.",
"The update was successful. Redirecting you to ownCloud now." => "Posodobitev je uspešno končana. Stran bo preusmerjena na oblak ownCloud.",
+"%s password reset" => "Ponastavitev gesla %s",
"Use the following link to reset your password: {link}" => "Za ponastavitev gesla uporabite povezavo: {link}",
"The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders. If it is not there ask your local administrator ." => "Povezava za ponastavitev gesla je bila poslana na elektronski naslov. V kolikor sporočila ne prejmete v doglednem času, preverite tudi mape vsiljene pošte. Če ne bo niti tam, stopite v stik s skrbnikom.",
"Request failed! Did you make sure your email/username was right?" => "Zahteva je spodletela! Ali sta elektronski naslov oziroma uporabniško ime navedena pravilno?",
"You will receive a link to reset your password via Email." => "Na elektronski naslov boste prejeli povezavo za ponovno nastavitev gesla.",
"Username" => "Uporabniško ime",
-"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Datoteke so šifrirane. Če niste omogočili ključa za obnovitev, žal podatkov ne bo mogoče pridobiti nazaj, ko boste geslo enkrat spremenili. Če niste prepričani, kaj storiti, se obrnite na skrbnika storitve. Ste prepričani, da želite nadaljevati?",
+"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Datoteke so šifrirane. Če niste omogočili ključa za obnovitev, žal podatkov ne bo mogoče pridobiti nazaj, ko boste geslo enkrat spremenili. Če niste prepričani, kaj storiti, se obrnite na skrbnika storitve. Ali ste prepričani, da želite nadaljevati?",
"Yes, I really want to reset my password now" => "Da, potrjujem ponastavitev gesla",
"Reset" => "Ponastavi",
"Your password was reset" => "Geslo je ponovno nastavljeno",
@@ -101,15 +123,24 @@ $TRANSLATIONS = array(
"Admin" => "Skrbništvo",
"Help" => "Pomoč",
"Error loading tags" => "Napaka nalaganja oznak",
+"Tag already exists" => "Oznaka že obstaja",
+"Error deleting tag(s)" => "Napaka brisanja oznak",
+"Error tagging" => "Napaka označevanja",
+"Error untagging" => "Napaka odstranjevanja oznak",
+"Error favoriting" => "Napaka označevanja priljubljenosti",
+"Error unfavoriting" => "Napaka odstranjevanja oznake priljubljenosti",
"Access forbidden" => "Dostop je prepovedan",
"Cloud not found" => "Oblaka ni mogoče najti",
+"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Pozdravljeni,\n\noseba %s vam je omogočila souporabo %s.\nVir si lahko ogledate: %s\n\n",
+"The share will expire on %s." => "Povezava souporabe bo potekla %s.",
+"Cheers!" => "Na zdravje!",
"Security Warning" => "Varnostno opozorilo",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Uporabljena različica PHP je ranljiva za napad NULL Byte (CVE-2006-7243)",
-"Please update your PHP installation to use %s securely." => "Za varno uporabo storitve %s posodobite PHP",
+"Please update your PHP installation to use %s securely." => "Za varno uporabo storitve %s, je treba posodobiti namestitev PHP",
"No secure random number generator is available, please enable the PHP OpenSSL extension." => "Na voljo ni nobenega varnega ustvarjalnika naključnih števil. Omogočiti je treba razširitev PHP OpenSSL.",
"Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "Brez varnega ustvarjalnika naključnih števil je mogoče napovedati žetone za ponastavitev gesla, s čimer je mogoče prevzeti nadzor nad računom.",
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Podatkovna mapa in datoteke so najverjetneje javno dostopni preko interneta, saj datoteka .htaccess ni ustrezno nastavljena.",
-"For information how to properly configure your server, please see the documentation." => "Za navodila, kako pravilno nastaviti vaš strežnik, kliknite na povezavo do dokumentacije.",
+"For information how to properly configure your server, please see the documentation." => "Za več informacij o pravilnem nastavljanju strežnika, kliknite na povezavo do dokumentacije.",
"Create an admin account" => "Ustvari skrbniški račun",
"Advanced" => "Napredne možnosti",
"Data folder" => "Podatkovna mapa",
@@ -120,17 +151,24 @@ $TRANSLATIONS = array(
"Database name" => "Ime podatkovne zbirke",
"Database tablespace" => "Razpredelnica podatkovne zbirke",
"Database host" => "Gostitelj podatkovne zbirke",
-"Finish setup" => "Končaj namestitev",
+"Finish setup" => "Končaj nastavitev",
"Finishing …" => "Poteka zaključevanje opravila ...",
"%s is available. Get more information on how to update." => "%s je na voljo. Pridobite več podrobnosti za posodobitev.",
"Log out" => "Odjava",
"Automatic logon rejected!" => "Samodejno prijavljanje je zavrnjeno!",
"If you did not change your password recently, your account may be compromised!" => "V primeru, da gesla za dostop že nekaj časa niste spremenili, je račun lahko ogrožen!",
"Please change your password to secure your account again." => "Spremenite geslo za izboljšanje zaščite računa.",
+"Server side authentication failed!" => "Overitev s strežnika je spodletela!",
+"Please contact your administrator." => "Stopite v stik s skrbnikom sistema.",
"Lost your password?" => "Ali ste pozabili geslo?",
"remember" => "zapomni si",
"Log in" => "Prijava",
"Alternative Logins" => "Druge prijavne možnosti",
-"Updating ownCloud to version %s, this may take a while." => "Posodabljanje sistema ownCloud na različico %s je lahko dolgotrajno."
+"Hey there,
just letting you know that %s shared »%s« with you. View it!
" => "Pozdravljeni,
oseba %s vam je omogočila souporabo %s. Vir si lahko ogledate na tem naslovu.
",
+"Updating ownCloud to version %s, this may take a while." => "Posodabljanje sistema ownCloud na različico %s je lahko dolgotrajno.",
+"This ownCloud instance is currently being updated, which may take a while." => "Nastavitev oblaka ownCloud se trenutno posodablja. Opravilo je lahko dolgotrajno ...",
+"Please reload this page after a short time to continue using ownCloud." => "Ponovno naložite to stran po krajšem preteku časa in nadaljujte z uporabo oblaka ownCloud.",
+"Contact your system administrator if this message persists or appeared unexpectedly." => "Stopite v stik s skrbnikom sistema, če se bo sporočilo še naprej nepričakovano prikazovalo.",
+"Thank you for your patience." => "Hvala za potrpežljivost!"
);
$PLURAL_FORMS = "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);";
diff --git a/core/l10n/sv.php b/core/l10n/sv.php
index b668bc108d..e40aafe202 100644
--- a/core/l10n/sv.php
+++ b/core/l10n/sv.php
@@ -132,7 +132,6 @@ $TRANSLATIONS = array(
"Access forbidden" => "Åtkomst förbjuden",
"Cloud not found" => "Hittade inget moln",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hej där,⏎\n⏎\nville bara meddela dig att %s delade %s med dig.⏎\nTitta på den: %s⏎\n⏎\n",
-"The share will expire on %s.\n\n" => "Utdelningen kommer att upphöra %s.⏎\n⏎\n",
"Cheers!" => "Vi höres!",
"Security Warning" => "Säkerhetsvarning",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Din version av PHP är sårbar för NULL byte attack (CVE-2006-7243)",
@@ -165,7 +164,6 @@ $TRANSLATIONS = array(
"Log in" => "Logga in",
"Alternative Logins" => "Alternativa inloggningar",
"Hey there,
just letting you know that %s shared »%s« with you. View it!
" => "Hej där,
ville bara informera dig om att %s delade »%s« med dig. Titta på den!
",
-"The share will expire on %s.
" => "Utdelningen kommer att upphöra %s.
",
"Updating ownCloud to version %s, this may take a while." => "Uppdaterar ownCloud till version %s, detta kan ta en stund.",
"This ownCloud instance is currently being updated, which may take a while." => "Denna ownCloud instans håller på att uppdatera, vilket kan ta ett tag.",
"Please reload this page after a short time to continue using ownCloud." => "Var god och ladda om denna sida efter en kort stund för att fortsätta använda ownCloud.",
diff --git a/core/l10n/tr.php b/core/l10n/tr.php
index 46cbaf8b14..74eff9317c 100644
--- a/core/l10n/tr.php
+++ b/core/l10n/tr.php
@@ -132,7 +132,7 @@ $TRANSLATIONS = array(
"Access forbidden" => "Erişim yasaklı",
"Cloud not found" => "Bulut bulunamadı",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Merhaba,\n\nSadece %s sizinle %s paylaşımını yaptığını bildiriyoruz.\nBuradan bakabilirsiniz: %s\n\n",
-"The share will expire on %s.\n\n" => "Paylaşım %s tarihinde bitecektir.\n\n",
+"The share will expire on %s." => "Bu paylaşım %s tarihinde sona erecek.",
"Cheers!" => "Şerefe!",
"Security Warning" => "Güvenlik Uyarisi",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "PHP sürümünüz NULL Byte saldırısına açık (CVE-2006-7243)",
@@ -165,7 +165,6 @@ $TRANSLATIONS = array(
"Log in" => "Giriş yap",
"Alternative Logins" => "Alternatif Girişler",
"Hey there,
just letting you know that %s shared »%s« with you. View it!
",
"Updating ownCloud to version %s, this may take a while." => "Owncloud %s versiyonuna güncelleniyor. Biraz zaman alabilir.",
"This ownCloud instance is currently being updated, which may take a while." => "Bu ownCloud örneği şu anda güncelleniyor, bu biraz zaman alabilir.",
"Please reload this page after a short time to continue using ownCloud." => "ownCloud kullanmaya devam etmek için kısa bir süre sonra lütfen sayfayı yenileyin.",
diff --git a/core/l10n/zh_TW.php b/core/l10n/zh_TW.php
index 3fe65720ad..cfe4e69c12 100644
--- a/core/l10n/zh_TW.php
+++ b/core/l10n/zh_TW.php
@@ -131,7 +131,6 @@ $TRANSLATIONS = array(
"Access forbidden" => "存取被拒",
"Cloud not found" => "找不到網頁",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "嗨,\n\n%s 和你分享了 %s ,到這裡看它:%s\n",
-"The share will expire on %s.\n\n" => "分享將於 %s 過期\n",
"Cheers!" => "太棒了!",
"Security Warning" => "安全性警告",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "您的 PHP 版本無法抵抗 NULL Byte 攻擊 (CVE-2006-7243)",
@@ -164,7 +163,6 @@ $TRANSLATIONS = array(
"Log in" => "登入",
"Alternative Logins" => "其他登入方法",
"Hey there,
just letting you know that %s shared »%s« with you. View it!
",
"Updating ownCloud to version %s, this may take a while." => "正在將 ownCloud 升級至版本 %s ,這可能需要一點時間。",
"This ownCloud instance is currently being updated, which may take a while." => "ownCloud 正在升級,請稍待一會。",
"Please reload this page after a short time to continue using ownCloud." => "請稍後重新載入這個頁面就可以繼續使用 ownCloud",
diff --git a/core/templates/altmail.php b/core/templates/altmail.php
index 00b67bee45..7776919ea3 100644
--- a/core/templates/altmail.php
+++ b/core/templates/altmail.php
@@ -1,7 +1,8 @@
t("Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n", array($_['user_displayname'], $_['filename'], $_['link'])));
if ( isset($_['expiration']) ) {
- print_unescaped($l->t("The share will expire on %s.\n\n", array($_['expiration'])));
+ print_unescaped($l->t("The share will expire on %s.", array($_['expiration'])));
+ print_unescaped('\n\n');
}
p($l->t("Cheers!"));
?>
diff --git a/core/templates/mail.php b/core/templates/mail.php
index 40092f5491..4fa54aa528 100644
--- a/core/templates/mail.php
+++ b/core/templates/mail.php
@@ -14,7 +14,8 @@
t('Hey there,
just letting you know that %s shared »%s« with you. View it!
', array($_['user_displayname'], $_['filename'], $_['link'])));
if ( isset($_['expiration']) ) {
- print_unescaped($l->t("The share will expire on %s.
", array($_['expiration'])));
+ p($l->t("The share will expire on %s.", array($_['expiration'])));
+ print_unescaped('
només fer-te saber que %s ha compartit »%s« amb tu. Mira-ho!
"
-#: templates/mail.php:17
-#, php-format
-msgid "The share will expire on %s.
"
-msgstr "El compartit té venciment a %s.
"
-
#: templates/update.admin.php:3
#, php-format
msgid "Updating ownCloud to version %s, this may take a while."
diff --git a/l10n/ca/files.po b/l10n/ca/files.po
index fd1d27d535..64eb3932cd 100644
--- a/l10n/ca/files.po
+++ b/l10n/ca/files.po
@@ -10,9 +10,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-11 05:45-0500\n"
-"PO-Revision-Date: 2013-11-09 07:01+0000\n"
-"Last-Translator: rogerc\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-21 15:01+0000\n"
+"Last-Translator: I Robot \n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -158,11 +158,11 @@ msgstr "Hi ha una pujada en curs. Si abandoneu la pàgina la pujada es cancel·l
msgid "URL cannot be empty"
msgstr "L'URL no pot ser buit"
-#: js/file-upload.js:523 js/filelist.js:371
+#: js/file-upload.js:523 js/filelist.js:377
msgid "In the home folder 'Shared' is a reserved filename"
msgstr "A la carpeta inici 'Compartit' és un nom de fitxer reservat"
-#: js/file-upload.js:525 js/filelist.js:373
+#: js/file-upload.js:525 js/filelist.js:379
msgid "{new_name} already exists"
msgstr "{new_name} ja existeix"
@@ -186,39 +186,43 @@ msgstr "Esborra permanentment"
msgid "Rename"
msgstr "Reanomena"
-#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:857
+#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:873
msgid "Pending"
msgstr "Pendent"
-#: js/filelist.js:399
+#: js/filelist.js:405
msgid "Could not rename file"
msgstr "No es pot canviar el nom de fitxer"
-#: js/filelist.js:518
+#: js/filelist.js:524
msgid "replaced {new_name} with {old_name}"
msgstr "s'ha substituït {old_name} per {new_name}"
-#: js/filelist.js:518
+#: js/filelist.js:524
msgid "undo"
msgstr "desfés"
-#: js/filelist.js:578 js/filelist.js:652 js/files.js:631
+#: js/filelist.js:576
+msgid "Error deleting file."
+msgstr ""
+
+#: js/filelist.js:594 js/filelist.js:668 js/files.js:631
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "%n carpeta"
msgstr[1] "%n carpetes"
-#: js/filelist.js:579 js/filelist.js:653 js/files.js:637
+#: js/filelist.js:595 js/filelist.js:669 js/files.js:637
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "%n fitxer"
msgstr[1] "%n fitxers"
-#: js/filelist.js:586
+#: js/filelist.js:602
msgid "{dirs} and {files}"
msgstr "{dirs} i {files}"
-#: js/filelist.js:796 js/filelist.js:834
+#: js/filelist.js:812 js/filelist.js:850
msgid "Uploading %n file"
msgid_plural "Uploading %n files"
msgstr[0] "Pujant %n fitxer"
diff --git a/l10n/ca/files_external.po b/l10n/ca/files_external.po
index e4391cf531..e8defe258b 100644
--- a/l10n/ca/files_external.po
+++ b/l10n/ca/files_external.po
@@ -7,9 +7,9 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-16 00:26-0400\n"
-"PO-Revision-Date: 2013-10-14 00:42+0000\n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-16 07:44+0000\n"
"Last-Translator: rogerc\n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
"MIME-Version: 1.0\n"
@@ -38,20 +38,20 @@ msgstr "Proporcioneu una clau d'aplicació i secret vàlids per a Dropbox"
msgid "Error configuring Google Drive storage"
msgstr "Error en configurar l'emmagatzemament Google Drive"
-#: lib/config.php:453
+#: lib/config.php:461
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr "Avís: \"smbclient\" no està instal·lat. No es pot muntar la compartició CIFS/SMB. Demaneu a l'administrador del sistema que l'instal·li."
-#: lib/config.php:457
+#: lib/config.php:465
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr "Avís: El suport FTP per PHP no està activat o no està instal·lat. No es pot muntar la compartició FTP. Demaneu a l'administrador del sistema que l'instal·li."
-#: lib/config.php:460
+#: lib/config.php:468
msgid ""
"Warning: The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
diff --git a/l10n/ca/files_trashbin.po b/l10n/ca/files_trashbin.po
index 53cf314a0f..dec2858e3b 100644
--- a/l10n/ca/files_trashbin.po
+++ b/l10n/ca/files_trashbin.po
@@ -7,9 +7,9 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-16 00:26-0400\n"
-"PO-Revision-Date: 2013-10-14 00:42+0000\n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-16 07:44+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
"MIME-Version: 1.0\n"
@@ -32,7 +32,7 @@ msgstr "No s'ha pogut restaurar %s"
msgid "Error"
msgstr "Error"
-#: lib/trashbin.php:814 lib/trashbin.php:816
+#: lib/trashbin.php:815 lib/trashbin.php:817
msgid "restored"
msgstr "restaurat"
diff --git a/l10n/ca/lib.po b/l10n/ca/lib.po
index 0f952f5be3..754d2b3200 100644
--- a/l10n/ca/lib.po
+++ b/l10n/ca/lib.po
@@ -7,9 +7,9 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-29 07:28-0400\n"
-"PO-Revision-Date: 2013-10-28 10:45+0000\n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-21 15:01+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
"MIME-Version: 1.0\n"
@@ -71,27 +71,27 @@ msgstr "controleu els vostres serveis web"
msgid "cannot open \"%s\""
msgstr "no es pot obrir \"%s\""
-#: private/files.php:226
+#: private/files.php:228
msgid "ZIP download is turned off."
msgstr "La baixada en ZIP està desactivada."
-#: private/files.php:227
+#: private/files.php:229
msgid "Files need to be downloaded one by one."
msgstr "Els fitxers s'han de baixar d'un en un."
-#: private/files.php:228 private/files.php:256
+#: private/files.php:230 private/files.php:258
msgid "Back to Files"
msgstr "Torna a Fitxers"
-#: private/files.php:253
+#: private/files.php:255
msgid "Selected files too large to generate zip file."
msgstr "Els fitxers seleccionats son massa grans per generar un fitxer zip."
-#: private/files.php:254
+#: private/files.php:256
msgid ""
-"Download the files in smaller chunks, seperately or kindly ask your "
+"Please download the files separately in smaller chunks or kindly ask your "
"administrator."
-msgstr "Baixeu els fitxers en trossos petits, de forma separada, o pregunteu a l'administrador."
+msgstr ""
#: private/installer.php:63
msgid "No source specified when installing app"
@@ -134,17 +134,17 @@ msgid ""
"which is not allowed for non shipped apps"
msgstr "L'aplicació no es pot instal·lar perquè conté l'etiqueta vertader que no es permet per aplicacions no enviades"
-#: private/installer.php:152
+#: private/installer.php:159
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr "L'aplicació no es pot instal·lar perquè la versió a info.xml/version no és la mateixa que la versió indicada des de la botiga d'aplicacions"
-#: private/installer.php:162
+#: private/installer.php:169
msgid "App directory already exists"
msgstr "La carpeta de l'aplicació ja existeix"
-#: private/installer.php:175
+#: private/installer.php:182
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr "No es pot crear la carpeta de l'aplicació. Arregleu els permisos. %s"
@@ -269,13 +269,13 @@ msgstr "Establiu un nom d'usuari per l'administrador."
msgid "Set an admin password."
msgstr "Establiu una contrasenya per l'administrador."
-#: private/setup.php:184
+#: private/setup.php:195
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "El servidor web no està configurat correctament per permetre la sincronització de fitxers perquè la interfície WebDAV sembla no funcionar correctament."
-#: private/setup.php:185
+#: private/setup.php:196
#, php-format
msgid "Please double check the installation guides."
msgstr "Comproveu les guies d'instal·lació."
@@ -333,6 +333,6 @@ msgstr "l'any passat"
msgid "years ago"
msgstr "anys enrere"
-#: private/template.php:297 public/util.php:103
+#: private/template.php:297 public/util.php:108
msgid "Caused by:"
msgstr "Provocat per:"
diff --git a/l10n/ca/settings.po b/l10n/ca/settings.po
index 20cb858450..80bdaff549 100644
--- a/l10n/ca/settings.po
+++ b/l10n/ca/settings.po
@@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-15 22:54-0500\n"
-"PO-Revision-Date: 2013-11-13 16:11+0000\n"
-"Last-Translator: rogerc\n"
+"POT-Creation-Date: 2013-11-21 21:06-0500\n"
+"PO-Revision-Date: 2013-11-22 02:06+0000\n"
+"Last-Translator: I Robot \n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -283,18 +283,27 @@ msgid "Locale not working"
msgstr "Locale no funciona"
#: templates/admin.php:70
+msgid "System locale can not be set to a one which supports UTF-8."
+msgstr ""
+
+#: templates/admin.php:74
+msgid ""
+"This means that there might be problems with certain characters in file "
+"names."
+msgstr ""
+
+#: templates/admin.php:78
#, php-format
msgid ""
-"System locale can't be set to %s. This means that there might be problems "
-"with certain characters in file names. We strongly suggest to install the "
-"required packages on your system to support %s."
-msgstr "Les locale del sistema no es poden establir en %s. Això significa que hi poden haver problemes amb alguns caràcters en el nom dels fitxers. Us recomanem instal·lar els paquets necessaris al sistema per donar suport a %s."
+"We strongly suggest to install the required packages on your system to "
+"support one of the following locales: %s."
+msgstr ""
-#: templates/admin.php:82
+#: templates/admin.php:90
msgid "Internet connection not working"
msgstr "La connexió a internet no funciona"
-#: templates/admin.php:85
+#: templates/admin.php:93
msgid ""
"This server has no working internet connection. This means that some of the "
"features like mounting of external storage, notifications about updates or "
@@ -303,118 +312,118 @@ msgid ""
"internet connection for this server if you want to have all features."
msgstr "Aquest servidor no té cap connexió a internet que funcioni. Això significa que algunes de les característiques com el muntatge d'emmagatzemament extern, les notificacions quant a actualitzacions o la instal·lació d'aplicacions de tercers no funcionarà. L'accés remot a fitxers i l'enviament de correus electrònics podria tampoc no funcionar. Us suggerim que habiliteu la connexió a internet per aquest servidor si voleu tenir totes les característiques."
-#: templates/admin.php:99
+#: templates/admin.php:107
msgid "Cron"
msgstr "Cron"
-#: templates/admin.php:106
+#: templates/admin.php:114
msgid "Execute one task with each page loaded"
msgstr "Executa una tasca per cada paquet carregat"
-#: templates/admin.php:114
+#: templates/admin.php:122
msgid ""
"cron.php is registered at a webcron service to call cron.php every 15 "
"minutes over http."
msgstr "cron.php està registrat en un servei webcron que fa una crida a cron.php cada 15 minuts a través de http."
-#: templates/admin.php:122
+#: templates/admin.php:130
msgid "Use systems cron service to call the cron.php file every 15 minutes."
msgstr "Utilitza el servei cron del sistema per fer una crida al fitxer cron.php cada 15 minuts."
-#: templates/admin.php:127
+#: templates/admin.php:135
msgid "Sharing"
msgstr "Compartir"
-#: templates/admin.php:133
+#: templates/admin.php:141
msgid "Enable Share API"
msgstr "Habilita l'API de compartir"
-#: templates/admin.php:134
+#: templates/admin.php:142
msgid "Allow apps to use the Share API"
msgstr "Permet que les aplicacions utilitzin l'API de compartir"
-#: templates/admin.php:141
+#: templates/admin.php:149
msgid "Allow links"
msgstr "Permet enllaços"
-#: templates/admin.php:142
+#: templates/admin.php:150
msgid "Allow users to share items to the public with links"
msgstr "Permet als usuaris compartir elements amb el públic amb enllaços"
-#: templates/admin.php:150
+#: templates/admin.php:158
msgid "Allow public uploads"
msgstr "Permet pujada pública"
-#: templates/admin.php:151
+#: templates/admin.php:159
msgid ""
"Allow users to enable others to upload into their publicly shared folders"
msgstr "Permet als usuaris habilitar pujades de tercers en les seves carpetes compartides al públic"
-#: templates/admin.php:159
+#: templates/admin.php:167
msgid "Allow resharing"
msgstr "Permet compartir de nou"
-#: templates/admin.php:160
+#: templates/admin.php:168
msgid "Allow users to share items shared with them again"
msgstr "Permet als usuaris compartir de nou elements ja compartits amb ells"
-#: templates/admin.php:167
+#: templates/admin.php:175
msgid "Allow users to share with anyone"
msgstr "Permet compartir amb qualsevol"
-#: templates/admin.php:170
+#: templates/admin.php:178
msgid "Allow users to only share with users in their groups"
msgstr "Permet als usuaris compartir només amb els usuaris del seu grup"
-#: templates/admin.php:177
+#: templates/admin.php:185
msgid "Allow mail notification"
msgstr "Permet notificacions per correu electrónic"
-#: templates/admin.php:178
+#: templates/admin.php:186
msgid "Allow user to send mail notification for shared files"
msgstr "Permet a l'usuari enviar notificacions de fitxers compartits per correu "
-#: templates/admin.php:185
+#: templates/admin.php:193
msgid "Security"
msgstr "Seguretat"
-#: templates/admin.php:198
+#: templates/admin.php:206
msgid "Enforce HTTPS"
msgstr "Força HTTPS"
-#: templates/admin.php:200
+#: templates/admin.php:208
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr "Força la connexió dels clients a %s a través d'una connexió encriptada."
-#: templates/admin.php:206
+#: templates/admin.php:214
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr "Connecteu a %s a través de HTTPS per habilitar o inhabilitar l'accés SSL."
-#: templates/admin.php:218
+#: templates/admin.php:226
msgid "Log"
msgstr "Registre"
-#: templates/admin.php:219
+#: templates/admin.php:227
msgid "Log level"
msgstr "Nivell de registre"
-#: templates/admin.php:251
+#: templates/admin.php:259
msgid "More"
msgstr "Més"
-#: templates/admin.php:252
+#: templates/admin.php:260
msgid "Less"
msgstr "Menys"
-#: templates/admin.php:258 templates/personal.php:169
+#: templates/admin.php:266 templates/personal.php:169
msgid "Version"
msgstr "Versió"
-#: templates/admin.php:262 templates/personal.php:172
+#: templates/admin.php:270 templates/personal.php:172
msgid ""
"Developed by the ownCloud community, the \n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-20 22:00+0000\n"
+"Last-Translator: Victek \n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -89,15 +91,15 @@ msgstr "Error"
#: js/settings.js:674
msgid "Configuration OK"
-msgstr ""
+msgstr "Configuració correcte"
#: js/settings.js:683
msgid "Configuration incorrect"
-msgstr ""
+msgstr "Configuració incorrecte"
#: js/settings.js:692
msgid "Configuration incomplete"
-msgstr ""
+msgstr "Configuració incompleta"
#: js/settings.js:709 js/settings.js:718
msgid "Select groups"
diff --git a/l10n/cs_CZ/core.po b/l10n/cs_CZ/core.po
index 4fe8fba36b..793744112d 100644
--- a/l10n/cs_CZ/core.po
+++ b/l10n/cs_CZ/core.po
@@ -13,8 +13,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-15 22:54-0500\n"
-"PO-Revision-Date: 2013-11-13 16:11+0000\n"
+"POT-Creation-Date: 2013-11-24 00:13-0500\n"
+"PO-Revision-Date: 2013-11-22 02:20+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n"
@@ -287,12 +287,12 @@ msgstr "Sdílené"
msgid "Share"
msgstr "Sdílet"
-#: js/share.js:158 js/share.js:171 js/share.js:178 js/share.js:692
-#: js/share.js:704
+#: js/share.js:158 js/share.js:171 js/share.js:178 js/share.js:707
+#: js/share.js:719
msgid "Error"
msgstr "Chyba"
-#: js/share.js:160 js/share.js:732
+#: js/share.js:160 js/share.js:747
msgid "Error while sharing"
msgstr "Chyba při sdílení"
@@ -312,115 +312,115 @@ msgstr "S Vámi a skupinou {group} sdílí {owner}"
msgid "Shared with you by {owner}"
msgstr "S Vámi sdílí {owner}"
-#: js/share.js:212
+#: js/share.js:213
msgid "Share with user or group …"
msgstr ""
-#: js/share.js:218
+#: js/share.js:219
msgid "Share link"
msgstr ""
-#: js/share.js:221
+#: js/share.js:222
msgid "Password protect"
msgstr "Chránit heslem"
-#: js/share.js:223 templates/installation.php:57 templates/login.php:32
+#: js/share.js:224 templates/installation.php:57 templates/login.php:32
msgid "Password"
msgstr "Heslo"
-#: js/share.js:228
+#: js/share.js:229
msgid "Allow Public Upload"
msgstr "Povolit veřejné nahrávání"
-#: js/share.js:232
+#: js/share.js:233
msgid "Email link to person"
msgstr "Odeslat osobě odkaz e-mailem"
-#: js/share.js:233
+#: js/share.js:234
msgid "Send"
msgstr "Odeslat"
-#: js/share.js:238
+#: js/share.js:239
msgid "Set expiration date"
msgstr "Nastavit datum vypršení platnosti"
-#: js/share.js:239
+#: js/share.js:240
msgid "Expiration date"
msgstr "Datum vypršení platnosti"
-#: js/share.js:274
+#: js/share.js:275
msgid "Share via email:"
msgstr "Sdílet e-mailem:"
-#: js/share.js:277
+#: js/share.js:278
msgid "No people found"
msgstr "Žádní lidé nenalezeni"
-#: js/share.js:307 js/share.js:344
+#: js/share.js:322 js/share.js:359
msgid "group"
msgstr "skupina"
-#: js/share.js:318
+#: js/share.js:333
msgid "Resharing is not allowed"
msgstr "Sdílení již sdílené položky není povoleno"
-#: js/share.js:360
+#: js/share.js:375
msgid "Shared in {item} with {user}"
msgstr "Sdíleno v {item} s {user}"
-#: js/share.js:382
+#: js/share.js:397
msgid "Unshare"
msgstr "Zrušit sdílení"
-#: js/share.js:390
+#: js/share.js:405
msgid "notify by email"
msgstr ""
-#: js/share.js:393
+#: js/share.js:408
msgid "can edit"
msgstr "lze upravovat"
-#: js/share.js:395
+#: js/share.js:410
msgid "access control"
msgstr "řízení přístupu"
-#: js/share.js:398
+#: js/share.js:413
msgid "create"
msgstr "vytvořit"
-#: js/share.js:401
+#: js/share.js:416
msgid "update"
msgstr "aktualizovat"
-#: js/share.js:404
+#: js/share.js:419
msgid "delete"
msgstr "smazat"
-#: js/share.js:407
+#: js/share.js:422
msgid "share"
msgstr "sdílet"
-#: js/share.js:449 js/share.js:679
+#: js/share.js:464 js/share.js:694
msgid "Password protected"
msgstr "Chráněno heslem"
-#: js/share.js:692
+#: js/share.js:707
msgid "Error unsetting expiration date"
msgstr "Chyba při odstraňování data vypršení platnosti"
-#: js/share.js:704
+#: js/share.js:719
msgid "Error setting expiration date"
msgstr "Chyba při nastavení data vypršení platnosti"
-#: js/share.js:719
+#: js/share.js:734
msgid "Sending ..."
msgstr "Odesílám ..."
-#: js/share.js:730
+#: js/share.js:745
msgid "Email sent"
msgstr "E-mail odeslán"
-#: js/share.js:754
+#: js/share.js:769
msgid "Warning"
msgstr "Varování"
@@ -590,14 +590,12 @@ msgid ""
"\n"
msgstr "Hej ty tam,\n\njen ti chci dát vědět, že %s sdílel %s s tebou.\nZobraz si to: %s\n\n"
-#: templates/altmail.php:4
+#: templates/altmail.php:4 templates/mail.php:17
#, php-format
-msgid ""
-"The share will expire on %s.\n"
-"\n"
-msgstr "Sdílení expiruje %s.\n\n"
+msgid "The share will expire on %s."
+msgstr ""
-#: templates/altmail.php:6 templates/mail.php:19
+#: templates/altmail.php:7 templates/mail.php:20
msgid "Cheers!"
msgstr "Ať slouží!"
@@ -744,11 +742,6 @@ msgid ""
"href=\"%s\">View it!
"
msgstr "Hej ty tam,
jen ti chci dát vědět, že %s sdílel »%s« s tebou. Zobrazit!
"
-#: templates/mail.php:17
-#, php-format
-msgid "The share will expire on %s.
"
-msgstr "Sdílení expiruje %s.
"
-
#: templates/update.admin.php:3
#, php-format
msgid "Updating ownCloud to version %s, this may take a while."
diff --git a/l10n/cs_CZ/files.po b/l10n/cs_CZ/files.po
index 9a77407e82..7e61095758 100644
--- a/l10n/cs_CZ/files.po
+++ b/l10n/cs_CZ/files.po
@@ -13,9 +13,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-15 22:54-0500\n"
-"PO-Revision-Date: 2013-11-15 13:50+0000\n"
-"Last-Translator: Twiguard\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-21 15:01+0000\n"
+"Last-Translator: I Robot \n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -189,7 +189,7 @@ msgstr "Trvale odstranit"
msgid "Rename"
msgstr "Přejmenovat"
-#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:863
+#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:873
msgid "Pending"
msgstr "Nevyřízené"
@@ -205,25 +205,29 @@ msgstr "nahrazeno {new_name} s {old_name}"
msgid "undo"
msgstr "vrátit zpět"
-#: js/filelist.js:584 js/filelist.js:658 js/files.js:631
+#: js/filelist.js:576
+msgid "Error deleting file."
+msgstr ""
+
+#: js/filelist.js:594 js/filelist.js:668 js/files.js:631
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "%n složka"
msgstr[1] "%n složky"
msgstr[2] "%n složek"
-#: js/filelist.js:585 js/filelist.js:659 js/files.js:637
+#: js/filelist.js:595 js/filelist.js:669 js/files.js:637
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "%n soubor"
msgstr[1] "%n soubory"
msgstr[2] "%n souborů"
-#: js/filelist.js:592
+#: js/filelist.js:602
msgid "{dirs} and {files}"
msgstr "{dirs} a {files}"
-#: js/filelist.js:802 js/filelist.js:840
+#: js/filelist.js:812 js/filelist.js:850
msgid "Uploading %n file"
msgid_plural "Uploading %n files"
msgstr[0] "Nahrávám %n soubor"
diff --git a/l10n/cs_CZ/files_external.po b/l10n/cs_CZ/files_external.po
index 2efdf764fc..9c03428285 100644
--- a/l10n/cs_CZ/files_external.po
+++ b/l10n/cs_CZ/files_external.po
@@ -7,9 +7,9 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-16 00:26-0400\n"
-"PO-Revision-Date: 2013-10-14 00:42+0000\n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-16 07:44+0000\n"
"Last-Translator: pstast \n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n"
@@ -38,20 +38,20 @@ msgstr "Zadejte, prosím, platný klíč a bezpečnostní frázi aplikace Dropbo
msgid "Error configuring Google Drive storage"
msgstr "Chyba při nastavení úložiště Google Drive"
-#: lib/config.php:453
+#: lib/config.php:461
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr "Varování: není nainstalován program \"smbclient\". Není možné připojení oddílů CIFS/SMB. Prosím požádejte svého správce systému ať jej nainstaluje."
-#: lib/config.php:457
+#: lib/config.php:465
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr "Varování: podpora FTP v PHP není povolena nebo není nainstalována. Není možné připojení oddílů FTP. Prosím požádejte svého správce systému ať ji nainstaluje."
-#: lib/config.php:460
+#: lib/config.php:468
msgid ""
"Warning: The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
diff --git a/l10n/cs_CZ/files_trashbin.po b/l10n/cs_CZ/files_trashbin.po
index 3d091b0979..a6242ccbee 100644
--- a/l10n/cs_CZ/files_trashbin.po
+++ b/l10n/cs_CZ/files_trashbin.po
@@ -8,9 +8,9 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-16 00:26-0400\n"
-"PO-Revision-Date: 2013-10-14 00:42+0000\n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-16 07:44+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n"
@@ -33,7 +33,7 @@ msgstr "Nelze obnovit %s"
msgid "Error"
msgstr "Chyba"
-#: lib/trashbin.php:814 lib/trashbin.php:816
+#: lib/trashbin.php:815 lib/trashbin.php:817
msgid "restored"
msgstr "obnoveno"
diff --git a/l10n/cs_CZ/lib.po b/l10n/cs_CZ/lib.po
index 2bd7948ff5..73f20d08a0 100644
--- a/l10n/cs_CZ/lib.po
+++ b/l10n/cs_CZ/lib.po
@@ -9,9 +9,9 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-29 07:28-0400\n"
-"PO-Revision-Date: 2013-10-28 10:45+0000\n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-21 15:01+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n"
@@ -73,27 +73,27 @@ msgstr "webové služby pod Vaší kontrolou"
msgid "cannot open \"%s\""
msgstr "nelze otevřít \"%s\""
-#: private/files.php:226
+#: private/files.php:228
msgid "ZIP download is turned off."
msgstr "Stahování v ZIPu je vypnuto."
-#: private/files.php:227
+#: private/files.php:229
msgid "Files need to be downloaded one by one."
msgstr "Soubory musí být stahovány jednotlivě."
-#: private/files.php:228 private/files.php:256
+#: private/files.php:230 private/files.php:258
msgid "Back to Files"
msgstr "Zpět k souborům"
-#: private/files.php:253
+#: private/files.php:255
msgid "Selected files too large to generate zip file."
msgstr "Vybrané soubory jsou příliš velké pro vytvoření ZIP souboru."
-#: private/files.php:254
+#: private/files.php:256
msgid ""
-"Download the files in smaller chunks, seperately or kindly ask your "
+"Please download the files separately in smaller chunks or kindly ask your "
"administrator."
-msgstr "Stáhněte soubory po menších částech, samostatně, nebo se obraťte na správce."
+msgstr ""
#: private/installer.php:63
msgid "No source specified when installing app"
@@ -136,17 +136,17 @@ msgid ""
"which is not allowed for non shipped apps"
msgstr "Aplikace nemůže být nainstalována, protože obsahuje značku\n\n\ntrue\n\n\ncož není povoleno pro nedodávané aplikace"
-#: private/installer.php:152
+#: private/installer.php:159
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr "Aplikace nemůže být nainstalována, protože verze uvedená v info.xml/version nesouhlasí s verzí oznámenou z úložiště aplikací."
-#: private/installer.php:162
+#: private/installer.php:169
msgid "App directory already exists"
msgstr "Adresář aplikace již existuje"
-#: private/installer.php:175
+#: private/installer.php:182
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr "Nelze vytvořit složku aplikace. Opravte práva souborů. %s"
@@ -271,13 +271,13 @@ msgstr "Zadejte uživatelské jméno správce."
msgid "Set an admin password."
msgstr "Zadejte heslo správce."
-#: private/setup.php:184
+#: private/setup.php:195
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "Váš webový server není správně nastaven pro umožnění synchronizace, rozhraní WebDAV se zdá být rozbité."
-#: private/setup.php:185
+#: private/setup.php:196
#, php-format
msgid "Please double check the installation guides."
msgstr "Zkonzultujte, prosím, průvodce instalací."
@@ -339,6 +339,6 @@ msgstr "minulý rok"
msgid "years ago"
msgstr "před lety"
-#: private/template.php:297 public/util.php:103
+#: private/template.php:297 public/util.php:108
msgid "Caused by:"
msgstr "Příčina:"
diff --git a/l10n/cs_CZ/settings.po b/l10n/cs_CZ/settings.po
index 7bbf686a96..66852cca3b 100644
--- a/l10n/cs_CZ/settings.po
+++ b/l10n/cs_CZ/settings.po
@@ -12,9 +12,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-15 22:54-0500\n"
-"PO-Revision-Date: 2013-11-15 14:00+0000\n"
-"Last-Translator: Twiguard\n"
+"POT-Creation-Date: 2013-11-21 21:06-0500\n"
+"PO-Revision-Date: 2013-11-22 02:06+0000\n"
+"Last-Translator: I Robot \n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -286,18 +286,27 @@ msgid "Locale not working"
msgstr "Lokalizace nefunguje"
#: templates/admin.php:70
+msgid "System locale can not be set to a one which supports UTF-8."
+msgstr ""
+
+#: templates/admin.php:74
+msgid ""
+"This means that there might be problems with certain characters in file "
+"names."
+msgstr ""
+
+#: templates/admin.php:78
#, php-format
msgid ""
-"System locale can't be set to %s. This means that there might be problems "
-"with certain characters in file names. We strongly suggest to install the "
-"required packages on your system to support %s."
-msgstr "Systémové nastavení lokalizace nemohlo být nastaveno na %s. To znamená, že se mohou vyskytnout problémy s některými znaky v názvech souborů. Důrazně doporučujeme nainstalovat do vašeho systému balíčky potřebné pro podporu %s."
+"We strongly suggest to install the required packages on your system to "
+"support one of the following locales: %s."
+msgstr ""
-#: templates/admin.php:82
+#: templates/admin.php:90
msgid "Internet connection not working"
msgstr "Připojení k internetu nefunguje"
-#: templates/admin.php:85
+#: templates/admin.php:93
msgid ""
"This server has no working internet connection. This means that some of the "
"features like mounting of external storage, notifications about updates or "
@@ -306,118 +315,118 @@ msgid ""
"internet connection for this server if you want to have all features."
msgstr "Server nemá funkční připojení k internetu. Některé moduly jako např. externí úložiště, oznámení o dostupných aktualizacích nebo instalace aplikací třetích stran nebudou fungovat. Přístup k souborům z jiných míst a odesílání oznamovacích e-mailů také nemusí fungovat. Pokud si přejete využívat všech vlastností ownCloud, doporučujeme povolit připojení k internetu tomuto serveru."
-#: templates/admin.php:99
+#: templates/admin.php:107
msgid "Cron"
msgstr "Cron"
-#: templates/admin.php:106
+#: templates/admin.php:114
msgid "Execute one task with each page loaded"
msgstr "Spustit jednu úlohu s každým načtením stránky"
-#: templates/admin.php:114
+#: templates/admin.php:122
msgid ""
"cron.php is registered at a webcron service to call cron.php every 15 "
"minutes over http."
msgstr "cron.php je registrován u služby webcron, aby zavolal cron.php jednou za 15 minut přes http."
-#: templates/admin.php:122
+#: templates/admin.php:130
msgid "Use systems cron service to call the cron.php file every 15 minutes."
msgstr "Použít systémovou službu cron pro zavolání cron.php každých 15 minut."
-#: templates/admin.php:127
+#: templates/admin.php:135
msgid "Sharing"
msgstr "Sdílení"
-#: templates/admin.php:133
+#: templates/admin.php:141
msgid "Enable Share API"
msgstr "Povolit API sdílení"
-#: templates/admin.php:134
+#: templates/admin.php:142
msgid "Allow apps to use the Share API"
msgstr "Povolit aplikacím používat API sdílení"
-#: templates/admin.php:141
+#: templates/admin.php:149
msgid "Allow links"
msgstr "Povolit odkazy"
-#: templates/admin.php:142
+#: templates/admin.php:150
msgid "Allow users to share items to the public with links"
msgstr "Povolit uživatelům sdílet položky veřejně pomocí odkazů"
-#: templates/admin.php:150
+#: templates/admin.php:158
msgid "Allow public uploads"
msgstr "Povolit veřejné nahrávání souborů"
-#: templates/admin.php:151
+#: templates/admin.php:159
msgid ""
"Allow users to enable others to upload into their publicly shared folders"
msgstr "Povolit uživatelům, aby mohli ostatním umožnit nahrávat do jejich veřejně sdílené složky"
-#: templates/admin.php:159
+#: templates/admin.php:167
msgid "Allow resharing"
msgstr "Povolit znovu-sdílení"
-#: templates/admin.php:160
+#: templates/admin.php:168
msgid "Allow users to share items shared with them again"
msgstr "Povolit uživatelům znovu sdílet položky, které jsou pro ně sdíleny"
-#: templates/admin.php:167
+#: templates/admin.php:175
msgid "Allow users to share with anyone"
msgstr "Povolit uživatelům sdílet s kýmkoliv"
-#: templates/admin.php:170
+#: templates/admin.php:178
msgid "Allow users to only share with users in their groups"
msgstr "Povolit uživatelům sdílet pouze s uživateli v jejich skupinách"
-#: templates/admin.php:177
+#: templates/admin.php:185
msgid "Allow mail notification"
msgstr "Povolit e-mailová upozornění"
-#: templates/admin.php:178
+#: templates/admin.php:186
msgid "Allow user to send mail notification for shared files"
msgstr "Povolit uživatelům odesílat e-mailová upozornění pro sdílené soubory"
-#: templates/admin.php:185
+#: templates/admin.php:193
msgid "Security"
msgstr "Zabezpečení"
-#: templates/admin.php:198
+#: templates/admin.php:206
msgid "Enforce HTTPS"
msgstr "Vynutit HTTPS"
-#: templates/admin.php:200
+#: templates/admin.php:208
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr "Vynutí připojování klientů k %s šifrovaným spojením."
-#: templates/admin.php:206
+#: templates/admin.php:214
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr "Připojte se k %s skrze HTTPS pro povolení nebo zakázání vynucování SSL."
-#: templates/admin.php:218
+#: templates/admin.php:226
msgid "Log"
msgstr "Záznam"
-#: templates/admin.php:219
+#: templates/admin.php:227
msgid "Log level"
msgstr "Úroveň zaznamenávání"
-#: templates/admin.php:251
+#: templates/admin.php:259
msgid "More"
msgstr "Více"
-#: templates/admin.php:252
+#: templates/admin.php:260
msgid "Less"
msgstr "Méně"
-#: templates/admin.php:258 templates/personal.php:169
+#: templates/admin.php:266 templates/personal.php:169
msgid "Version"
msgstr "Verze"
-#: templates/admin.php:262 templates/personal.php:172
+#: templates/admin.php:270 templates/personal.php:172
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/cy_GB/core.po b/l10n/cy_GB/core.po
index 4551a826ae..fe53a37a9e 100644
--- a/l10n/cy_GB/core.po
+++ b/l10n/cy_GB/core.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-15 22:54-0500\n"
-"PO-Revision-Date: 2013-11-13 16:11+0000\n"
+"POT-Creation-Date: 2013-11-24 00:13-0500\n"
+"PO-Revision-Date: 2013-11-22 02:20+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n"
"MIME-Version: 1.0\n"
@@ -287,12 +287,12 @@ msgstr "Rhannwyd"
msgid "Share"
msgstr "Rhannu"
-#: js/share.js:158 js/share.js:171 js/share.js:178 js/share.js:692
-#: js/share.js:704
+#: js/share.js:158 js/share.js:171 js/share.js:178 js/share.js:707
+#: js/share.js:719
msgid "Error"
msgstr "Gwall"
-#: js/share.js:160 js/share.js:732
+#: js/share.js:160 js/share.js:747
msgid "Error while sharing"
msgstr "Gwall wrth rannu"
@@ -312,115 +312,115 @@ msgstr "Rhannwyd â chi a'r grŵp {group} gan {owner}"
msgid "Shared with you by {owner}"
msgstr "Rhannwyd â chi gan {owner}"
-#: js/share.js:212
+#: js/share.js:213
msgid "Share with user or group …"
msgstr ""
-#: js/share.js:218
+#: js/share.js:219
msgid "Share link"
msgstr ""
-#: js/share.js:221
+#: js/share.js:222
msgid "Password protect"
msgstr "Diogelu cyfrinair"
-#: js/share.js:223 templates/installation.php:57 templates/login.php:32
+#: js/share.js:224 templates/installation.php:57 templates/login.php:32
msgid "Password"
msgstr "Cyfrinair"
-#: js/share.js:228
+#: js/share.js:229
msgid "Allow Public Upload"
msgstr ""
-#: js/share.js:232
+#: js/share.js:233
msgid "Email link to person"
msgstr "E-bostio dolen at berson"
-#: js/share.js:233
+#: js/share.js:234
msgid "Send"
msgstr "Anfon"
-#: js/share.js:238
+#: js/share.js:239
msgid "Set expiration date"
msgstr "Gosod dyddiad dod i ben"
-#: js/share.js:239
+#: js/share.js:240
msgid "Expiration date"
msgstr "Dyddiad dod i ben"
-#: js/share.js:274
+#: js/share.js:275
msgid "Share via email:"
msgstr "Rhannu drwy e-bost:"
-#: js/share.js:277
+#: js/share.js:278
msgid "No people found"
msgstr "Heb ganfod pobl"
-#: js/share.js:307 js/share.js:344
+#: js/share.js:322 js/share.js:359
msgid "group"
msgstr "grŵp"
-#: js/share.js:318
+#: js/share.js:333
msgid "Resharing is not allowed"
msgstr "Does dim hawl ail-rannu"
-#: js/share.js:360
+#: js/share.js:375
msgid "Shared in {item} with {user}"
msgstr "Rhannwyd yn {item} â {user}"
-#: js/share.js:382
+#: js/share.js:397
msgid "Unshare"
msgstr "Dad-rannu"
-#: js/share.js:390
+#: js/share.js:405
msgid "notify by email"
msgstr ""
-#: js/share.js:393
+#: js/share.js:408
msgid "can edit"
msgstr "yn gallu golygu"
-#: js/share.js:395
+#: js/share.js:410
msgid "access control"
msgstr "rheolaeth mynediad"
-#: js/share.js:398
+#: js/share.js:413
msgid "create"
msgstr "creu"
-#: js/share.js:401
+#: js/share.js:416
msgid "update"
msgstr "diweddaru"
-#: js/share.js:404
+#: js/share.js:419
msgid "delete"
msgstr "dileu"
-#: js/share.js:407
+#: js/share.js:422
msgid "share"
msgstr "rhannu"
-#: js/share.js:449 js/share.js:679
+#: js/share.js:464 js/share.js:694
msgid "Password protected"
msgstr "Diogelwyd â chyfrinair"
-#: js/share.js:692
+#: js/share.js:707
msgid "Error unsetting expiration date"
msgstr "Gwall wrth ddad-osod dyddiad dod i ben"
-#: js/share.js:704
+#: js/share.js:719
msgid "Error setting expiration date"
msgstr "Gwall wrth osod dyddiad dod i ben"
-#: js/share.js:719
+#: js/share.js:734
msgid "Sending ..."
msgstr "Yn anfon ..."
-#: js/share.js:730
+#: js/share.js:745
msgid "Email sent"
msgstr "Anfonwyd yr e-bost"
-#: js/share.js:754
+#: js/share.js:769
msgid "Warning"
msgstr "Rhybudd"
@@ -590,14 +590,12 @@ msgid ""
"\n"
msgstr ""
-#: templates/altmail.php:4
+#: templates/altmail.php:4 templates/mail.php:17
#, php-format
-msgid ""
-"The share will expire on %s.\n"
-"\n"
+msgid "The share will expire on %s."
msgstr ""
-#: templates/altmail.php:6 templates/mail.php:19
+#: templates/altmail.php:7 templates/mail.php:20
msgid "Cheers!"
msgstr ""
@@ -744,11 +742,6 @@ msgid ""
"href=\"%s\">View it!
"
msgstr ""
-#: templates/mail.php:17
-#, php-format
-msgid "The share will expire on %s.
wollte dich nur kurz informieren, dass %s gerade %s mit dir geteilt hat. Schau es dir an.
"
-#: templates/mail.php:17
-#, php-format
-msgid "The share will expire on %s.
"
-msgstr "Die Freigabe wird ablaufen am %s.
"
-
#: templates/update.admin.php:3
#, php-format
msgid "Updating ownCloud to version %s, this may take a while."
diff --git a/l10n/de/files.po b/l10n/de/files.po
index 00f8b5f40d..b8b95429c5 100644
--- a/l10n/de/files.po
+++ b/l10n/de/files.po
@@ -13,8 +13,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-11 05:45-0500\n"
-"PO-Revision-Date: 2013-11-09 07:01+0000\n"
+"POT-Creation-Date: 2013-11-24 00:13-0500\n"
+"PO-Revision-Date: 2013-11-22 08:30+0000\n"
"Last-Translator: Mario Siegmann \n"
"Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n"
"MIME-Version: 1.0\n"
@@ -161,11 +161,11 @@ msgstr "Dateiupload läuft. Wenn Du die Seite jetzt verlässt, wird der Upload a
msgid "URL cannot be empty"
msgstr "Die URL darf nicht leer sein"
-#: js/file-upload.js:523 js/filelist.js:371
+#: js/file-upload.js:523 js/filelist.js:377
msgid "In the home folder 'Shared' is a reserved filename"
msgstr "Das Benutzerverzeichnis 'Shared' ist ein reservierter Dateiname"
-#: js/file-upload.js:525 js/filelist.js:373
+#: js/file-upload.js:525 js/filelist.js:379
msgid "{new_name} already exists"
msgstr "{new_name} existiert bereits"
@@ -189,39 +189,43 @@ msgstr "Endgültig löschen"
msgid "Rename"
msgstr "Umbenennen"
-#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:857
+#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:873
msgid "Pending"
msgstr "Ausstehend"
-#: js/filelist.js:399
+#: js/filelist.js:405
msgid "Could not rename file"
msgstr "Die Datei konnte nicht umbenannt werden"
-#: js/filelist.js:518
+#: js/filelist.js:524
msgid "replaced {new_name} with {old_name}"
msgstr "{old_name} ersetzt durch {new_name}"
-#: js/filelist.js:518
+#: js/filelist.js:524
msgid "undo"
msgstr "rückgängig machen"
-#: js/filelist.js:578 js/filelist.js:652 js/files.js:631
+#: js/filelist.js:576
+msgid "Error deleting file."
+msgstr "Fehler beim Löschen der Datei."
+
+#: js/filelist.js:594 js/filelist.js:668 js/files.js:631
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "%n Ordner"
msgstr[1] "%n Ordner"
-#: js/filelist.js:579 js/filelist.js:653 js/files.js:637
+#: js/filelist.js:595 js/filelist.js:669 js/files.js:637
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "%n Datei"
msgstr[1] "%n Dateien"
-#: js/filelist.js:586
+#: js/filelist.js:602
msgid "{dirs} and {files}"
msgstr "{dirs} und {files}"
-#: js/filelist.js:796 js/filelist.js:834
+#: js/filelist.js:812 js/filelist.js:850
msgid "Uploading %n file"
msgid_plural "Uploading %n files"
msgstr[0] "%n Datei wird hochgeladen"
diff --git a/l10n/de/files_external.po b/l10n/de/files_external.po
index 1511e55e45..961094281a 100644
--- a/l10n/de/files_external.po
+++ b/l10n/de/files_external.po
@@ -7,9 +7,9 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-16 00:26-0400\n"
-"PO-Revision-Date: 2013-10-14 00:42+0000\n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-16 07:44+0000\n"
"Last-Translator: Mirodin \n"
"Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n"
"MIME-Version: 1.0\n"
@@ -38,20 +38,20 @@ msgstr "Bitte trage einen gültigen Dropbox-App-Key mit Secret ein."
msgid "Error configuring Google Drive storage"
msgstr "Fehler beim Einrichten von Google Drive"
-#: lib/config.php:453
+#: lib/config.php:461
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr "Warnung: \"smbclient\" ist nicht installiert. Das Einhängen von CIFS/SMB-Freigaben ist nicht möglich. Bitte Deinen System-Administrator, dies zu installieren."
-#: lib/config.php:457
+#: lib/config.php:465
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr "Warnung:: Die FTP Unterstützung von PHP ist nicht aktiviert oder installiert. Bitte wende Dich an Deinen Systemadministrator."
-#: lib/config.php:460
+#: lib/config.php:468
msgid ""
"Warning: The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
diff --git a/l10n/de/files_trashbin.po b/l10n/de/files_trashbin.po
index ccb1112cd4..4d9622f834 100644
--- a/l10n/de/files_trashbin.po
+++ b/l10n/de/files_trashbin.po
@@ -7,9 +7,9 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-16 00:26-0400\n"
-"PO-Revision-Date: 2013-10-14 00:42+0000\n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-16 07:44+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n"
"MIME-Version: 1.0\n"
@@ -32,7 +32,7 @@ msgstr "Konnte %s nicht wiederherstellen"
msgid "Error"
msgstr "Fehler"
-#: lib/trashbin.php:814 lib/trashbin.php:816
+#: lib/trashbin.php:815 lib/trashbin.php:817
msgid "restored"
msgstr "Wiederhergestellt"
diff --git a/l10n/de/lib.po b/l10n/de/lib.po
index e67c23addc..04350ed33e 100644
--- a/l10n/de/lib.po
+++ b/l10n/de/lib.po
@@ -10,10 +10,10 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-29 07:28-0400\n"
-"PO-Revision-Date: 2013-10-28 10:45+0000\n"
-"Last-Translator: I Robot \n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-24 00:13-0500\n"
+"PO-Revision-Date: 2013-11-22 08:30+0000\n"
+"Last-Translator: Mario Siegmann \n"
"Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -57,11 +57,11 @@ msgstr "Administration"
msgid "Failed to upgrade \"%s\"."
msgstr "Konnte \"%s\" nicht aktualisieren."
-#: private/avatar.php:60
+#: private/avatar.php:62
msgid "Unknown filetype"
msgstr "Unbekannter Dateityp"
-#: private/avatar.php:65
+#: private/avatar.php:67
msgid "Invalid image"
msgstr "Ungültiges Bild"
@@ -74,27 +74,27 @@ msgstr "Web-Services unter Deiner Kontrolle"
msgid "cannot open \"%s\""
msgstr "Öffnen von \"%s\" fehlgeschlagen"
-#: private/files.php:226
+#: private/files.php:228
msgid "ZIP download is turned off."
msgstr "Der ZIP-Download ist deaktiviert."
-#: private/files.php:227
+#: private/files.php:229
msgid "Files need to be downloaded one by one."
msgstr "Die Dateien müssen einzeln heruntergeladen werden."
-#: private/files.php:228 private/files.php:256
+#: private/files.php:230 private/files.php:258
msgid "Back to Files"
msgstr "Zurück zu \"Dateien\""
-#: private/files.php:253
+#: private/files.php:255
msgid "Selected files too large to generate zip file."
msgstr "Die gewählten Dateien sind zu groß, um eine ZIP-Datei zu erstellen."
-#: private/files.php:254
+#: private/files.php:256
msgid ""
-"Download the files in smaller chunks, seperately or kindly ask your "
+"Please download the files separately in smaller chunks or kindly ask your "
"administrator."
-msgstr "Lade die Dateien in kleineren, separaten, Stücken herunter oder bitte deinen Administrator."
+msgstr "Bitte lade die Dateien einzeln in kleineren Teilen herunter oder bitte Deinen Administrator."
#: private/installer.php:63
msgid "No source specified when installing app"
@@ -137,17 +137,17 @@ msgid ""
"which is not allowed for non shipped apps"
msgstr "Die Applikation konnte nicht installiert werden, da diese das true Tag beinhaltet und dieses, bei nicht mitausgelieferten Applikationen, nicht erlaubt ist ist"
-#: private/installer.php:152
+#: private/installer.php:159
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr "Die Applikation konnte nicht installiert werden, da die Version in der info.xml nicht die gleiche Version wie im App-Store ist"
-#: private/installer.php:162
+#: private/installer.php:169
msgid "App directory already exists"
msgstr "Das Applikationsverzeichnis existiert bereits"
-#: private/installer.php:175
+#: private/installer.php:182
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr "Es kann kein Applikationsordner erstellt werden. Bitte passen sie die Berechtigungen an. %s"
@@ -272,13 +272,13 @@ msgstr "Setze Administrator Benutzername."
msgid "Set an admin password."
msgstr "Setze Administrator Passwort"
-#: private/setup.php:184
+#: private/setup.php:195
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "Dein Web-Server ist noch nicht für Datei-Synchronisation bereit, weil die WebDAV-Schnittstelle vermutlich defekt ist."
-#: private/setup.php:185
+#: private/setup.php:196
#, php-format
msgid "Please double check the installation guides."
msgstr "Bitte prüfe die Installationsanleitungen."
@@ -336,6 +336,6 @@ msgstr "Letztes Jahr"
msgid "years ago"
msgstr "Vor Jahren"
-#: private/template.php:297 public/util.php:103
+#: private/template.php:297 public/util.php:108
msgid "Caused by:"
msgstr "Verursacht durch:"
diff --git a/l10n/de/settings.po b/l10n/de/settings.po
index 0a58ea7d8d..c109183063 100644
--- a/l10n/de/settings.po
+++ b/l10n/de/settings.po
@@ -13,8 +13,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-15 22:54-0500\n"
-"PO-Revision-Date: 2013-11-13 16:11+0000\n"
+"POT-Creation-Date: 2013-11-24 00:13-0500\n"
+"PO-Revision-Date: 2013-11-23 16:12+0000\n"
"Last-Translator: Mario Siegmann \n"
"Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n"
"MIME-Version: 1.0\n"
@@ -287,18 +287,27 @@ msgid "Locale not working"
msgstr "Ländereinstellung funktioniert nicht"
#: templates/admin.php:70
+msgid "System locale can not be set to a one which supports UTF-8."
+msgstr "Systemgebietsschema kann nicht auf eine UTF-8 unterstützende eingestellt werden."
+
+#: templates/admin.php:74
+msgid ""
+"This means that there might be problems with certain characters in file "
+"names."
+msgstr "Dies bedeutet, dass Probleme mit bestimmten Zeichen in den Dateinamen geben kann."
+
+#: templates/admin.php:78
#, php-format
msgid ""
-"System locale can't be set to %s. This means that there might be problems "
-"with certain characters in file names. We strongly suggest to install the "
-"required packages on your system to support %s."
-msgstr "Die System-Ländereinstellung kann nicht auf %s geändert werden. Dies bedeutet, dass es Probleme mit bestimmten Zeichen in Dateinamen geben könnte. Wir empfehlen, die für %s benötigten Pakete auf ihrem System zu installieren."
+"We strongly suggest to install the required packages on your system to "
+"support one of the following locales: %s."
+msgstr "Wir empfehlen dringend, die erforderlichen Pakete auf Ihrem System zu installieren, damit eine der folgenden Gebietsschemas unterstützt wird: %s."
-#: templates/admin.php:82
+#: templates/admin.php:90
msgid "Internet connection not working"
msgstr "Keine Netzwerkverbindung"
-#: templates/admin.php:85
+#: templates/admin.php:93
msgid ""
"This server has no working internet connection. This means that some of the "
"features like mounting of external storage, notifications about updates or "
@@ -307,118 +316,118 @@ msgid ""
"internet connection for this server if you want to have all features."
msgstr "Dieser Server hat keine funktionierende Internetverbindung. Dies bedeutet das einige Funktionen wie z.B. das Einbinden von externen Speichern, Update-Benachrichtigungen oder die Installation von Drittanbieter-Apps nicht funktionieren. Der Fernzugriff auf Dateien und das Senden von Benachrichtigungsmails funktioniert eventuell ebenfalls nicht. Wir empfehlen die Internetverbindung für diesen Server zu aktivieren wenn Sie alle Funktionen nutzen wollen."
-#: templates/admin.php:99
+#: templates/admin.php:107
msgid "Cron"
msgstr "Cron"
-#: templates/admin.php:106
+#: templates/admin.php:114
msgid "Execute one task with each page loaded"
msgstr "Führe eine Aufgabe mit jeder geladenen Seite aus"
-#: templates/admin.php:114
+#: templates/admin.php:122
msgid ""
"cron.php is registered at a webcron service to call cron.php every 15 "
"minutes over http."
msgstr "cron.php ist als Webcron-Dienst registriert, der die cron.php alle 15 Minuten per HTTP aufruft."
-#: templates/admin.php:122
+#: templates/admin.php:130
msgid "Use systems cron service to call the cron.php file every 15 minutes."
msgstr "Benutze den System-Crondienst um die cron.php alle 15 Minuten aufzurufen."
-#: templates/admin.php:127
+#: templates/admin.php:135
msgid "Sharing"
msgstr "Teilen"
-#: templates/admin.php:133
+#: templates/admin.php:141
msgid "Enable Share API"
msgstr "Aktiviere Sharing-API"
-#: templates/admin.php:134
+#: templates/admin.php:142
msgid "Allow apps to use the Share API"
msgstr "Erlaubt Apps die Nutzung der Share-API"
-#: templates/admin.php:141
+#: templates/admin.php:149
msgid "Allow links"
msgstr "Erlaubt Links"
-#: templates/admin.php:142
+#: templates/admin.php:150
msgid "Allow users to share items to the public with links"
msgstr "Erlaubt Benutzern, Inhalte über öffentliche Links zu teilen"
-#: templates/admin.php:150
+#: templates/admin.php:158
msgid "Allow public uploads"
msgstr "Öffentliches Hochladen erlauben"
-#: templates/admin.php:151
+#: templates/admin.php:159
msgid ""
"Allow users to enable others to upload into their publicly shared folders"
msgstr "Erlaubt Benutzern die Freigabe anderer Benutzer in ihren öffentlich freigegebene Ordner hochladen zu dürfen"
-#: templates/admin.php:159
+#: templates/admin.php:167
msgid "Allow resharing"
msgstr "Erlaubt erneutes Teilen"
-#: templates/admin.php:160
+#: templates/admin.php:168
msgid "Allow users to share items shared with them again"
msgstr "Erlaubt Benutzern, mit ihnen geteilte Inhalte erneut zu teilen"
-#: templates/admin.php:167
+#: templates/admin.php:175
msgid "Allow users to share with anyone"
msgstr "Erlaubt Benutzern, mit jedem zu teilen"
-#: templates/admin.php:170
+#: templates/admin.php:178
msgid "Allow users to only share with users in their groups"
msgstr "Erlaubt Benutzern, nur mit Benutzern ihrer Gruppe zu teilen"
-#: templates/admin.php:177
+#: templates/admin.php:185
msgid "Allow mail notification"
msgstr "Mail-Benachrichtigung erlauben"
-#: templates/admin.php:178
+#: templates/admin.php:186
msgid "Allow user to send mail notification for shared files"
msgstr "Benutzern erlauben Mail-Benachrichtigungen für freigegebene Dateien zu senden"
-#: templates/admin.php:185
+#: templates/admin.php:193
msgid "Security"
msgstr "Sicherheit"
-#: templates/admin.php:198
+#: templates/admin.php:206
msgid "Enforce HTTPS"
msgstr "Erzwinge HTTPS"
-#: templates/admin.php:200
+#: templates/admin.php:208
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr "Zwingt die Clients, sich über eine verschlüsselte Verbindung zu %s zu verbinden."
-#: templates/admin.php:206
+#: templates/admin.php:214
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr "Bitte verbinde dich zu deinem %s über HTTPS um die SSL-Erzwingung zu aktivieren oder zu deaktivieren."
-#: templates/admin.php:218
+#: templates/admin.php:226
msgid "Log"
msgstr "Log"
-#: templates/admin.php:219
+#: templates/admin.php:227
msgid "Log level"
msgstr "Loglevel"
-#: templates/admin.php:251
+#: templates/admin.php:259
msgid "More"
msgstr "Mehr"
-#: templates/admin.php:252
+#: templates/admin.php:260
msgid "Less"
msgstr "Weniger"
-#: templates/admin.php:258 templates/personal.php:169
+#: templates/admin.php:266 templates/personal.php:169
msgid "Version"
msgstr "Version"
-#: templates/admin.php:262 templates/personal.php:172
+#: templates/admin.php:270 templates/personal.php:172
msgid ""
"Developed by the ownCloud community, the \n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-18 14:27+0000\n"
+"Last-Translator: Mario Siegmann \n"
"Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -92,15 +92,15 @@ msgstr "Fehler"
#: js/settings.js:674
msgid "Configuration OK"
-msgstr ""
+msgstr "Konfiguration OK"
#: js/settings.js:683
msgid "Configuration incorrect"
-msgstr ""
+msgstr "Konfiguration nicht korrekt"
#: js/settings.js:692
msgid "Configuration incomplete"
-msgstr ""
+msgstr "Konfiguration nicht vollständig"
#: js/settings.js:709 js/settings.js:718
msgid "Select groups"
diff --git a/l10n/de_AT/core.po b/l10n/de_AT/core.po
index eec0ad8fab..beb8a1c1fb 100644
--- a/l10n/de_AT/core.po
+++ b/l10n/de_AT/core.po
@@ -7,9 +7,9 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-30 03:32-0400\n"
-"PO-Revision-Date: 2013-10-30 07:32+0000\n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-21 15:01+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: German (Austria) (http://www.transifex.com/projects/p/owncloud/language/de_AT/)\n"
"MIME-Version: 1.0\n"
@@ -277,12 +277,12 @@ msgstr ""
msgid "Share"
msgstr ""
-#: js/share.js:158 js/share.js:171 js/share.js:178 js/share.js:690
-#: js/share.js:702
+#: js/share.js:158 js/share.js:171 js/share.js:178 js/share.js:707
+#: js/share.js:719
msgid "Error"
msgstr ""
-#: js/share.js:160 js/share.js:730
+#: js/share.js:160 js/share.js:747
msgid "Error while sharing"
msgstr ""
@@ -302,115 +302,115 @@ msgstr ""
msgid "Shared with you by {owner}"
msgstr ""
-#: js/share.js:212
+#: js/share.js:213
msgid "Share with user or group …"
msgstr ""
-#: js/share.js:218
+#: js/share.js:219
msgid "Share link"
msgstr ""
-#: js/share.js:221
+#: js/share.js:222
msgid "Password protect"
msgstr ""
-#: js/share.js:223 templates/installation.php:57 templates/login.php:32
+#: js/share.js:224 templates/installation.php:57 templates/login.php:32
msgid "Password"
msgstr ""
-#: js/share.js:228
+#: js/share.js:229
msgid "Allow Public Upload"
msgstr ""
-#: js/share.js:232
+#: js/share.js:233
msgid "Email link to person"
msgstr ""
-#: js/share.js:233
+#: js/share.js:234
msgid "Send"
msgstr ""
-#: js/share.js:238
+#: js/share.js:239
msgid "Set expiration date"
msgstr ""
-#: js/share.js:239
+#: js/share.js:240
msgid "Expiration date"
msgstr ""
-#: js/share.js:272
+#: js/share.js:275
msgid "Share via email:"
msgstr ""
-#: js/share.js:275
+#: js/share.js:278
msgid "No people found"
msgstr ""
-#: js/share.js:305 js/share.js:342
+#: js/share.js:322 js/share.js:359
msgid "group"
msgstr ""
-#: js/share.js:316
+#: js/share.js:333
msgid "Resharing is not allowed"
msgstr ""
-#: js/share.js:358
+#: js/share.js:375
msgid "Shared in {item} with {user}"
msgstr ""
-#: js/share.js:380
+#: js/share.js:397
msgid "Unshare"
msgstr ""
-#: js/share.js:388
+#: js/share.js:405
msgid "notify by email"
msgstr ""
-#: js/share.js:391
+#: js/share.js:408
msgid "can edit"
msgstr ""
-#: js/share.js:393
+#: js/share.js:410
msgid "access control"
msgstr ""
-#: js/share.js:396
+#: js/share.js:413
msgid "create"
msgstr ""
-#: js/share.js:399
+#: js/share.js:416
msgid "update"
msgstr ""
-#: js/share.js:402
+#: js/share.js:419
msgid "delete"
msgstr ""
-#: js/share.js:405
+#: js/share.js:422
msgid "share"
msgstr ""
-#: js/share.js:447 js/share.js:677
+#: js/share.js:464 js/share.js:694
msgid "Password protected"
msgstr ""
-#: js/share.js:690
+#: js/share.js:707
msgid "Error unsetting expiration date"
msgstr ""
-#: js/share.js:702
+#: js/share.js:719
msgid "Error setting expiration date"
msgstr ""
-#: js/share.js:717
+#: js/share.js:734
msgid "Sending ..."
msgstr ""
-#: js/share.js:728
+#: js/share.js:745
msgid "Email sent"
msgstr ""
-#: js/share.js:752
+#: js/share.js:769
msgid "Warning"
msgstr ""
@@ -580,14 +580,12 @@ msgid ""
"\n"
msgstr ""
-#: templates/altmail.php:4
+#: templates/altmail.php:4 templates/mail.php:17
#, php-format
-msgid ""
-"The share will expire on %s.\n"
-"\n"
+msgid "The share will expire on %s."
msgstr ""
-#: templates/altmail.php:6 templates/mail.php:19
+#: templates/altmail.php:7 templates/mail.php:20
msgid "Cheers!"
msgstr ""
@@ -734,11 +732,6 @@ msgid ""
"href=\"%s\">View it!
"
msgstr ""
-#: templates/mail.php:17
-#, php-format
-msgid "The share will expire on %s.
"
-msgstr ""
-
#: templates/update.admin.php:3
#, php-format
msgid "Updating ownCloud to version %s, this may take a while."
diff --git a/l10n/de_AT/files.po b/l10n/de_AT/files.po
index c23b63b75c..a2b271b2cc 100644
--- a/l10n/de_AT/files.po
+++ b/l10n/de_AT/files.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-03 12:38-0500\n"
-"PO-Revision-Date: 2013-11-03 17:38+0000\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-21 15:01+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: German (Austria) (http://www.transifex.com/projects/p/owncloud/language/de_AT/)\n"
"MIME-Version: 1.0\n"
@@ -27,7 +27,7 @@ msgstr ""
msgid "Could not move %s"
msgstr ""
-#: ajax/newfile.php:56 js/files.js:27
+#: ajax/newfile.php:56 js/files.js:74
msgid "File name cannot be empty."
msgstr ""
@@ -51,7 +51,7 @@ msgstr ""
msgid "Error while downloading %s to %s"
msgstr ""
-#: ajax/newfile.php:127
+#: ajax/newfile.php:128
msgid "Error when creating the file"
msgstr ""
@@ -114,15 +114,15 @@ msgstr ""
msgid "Not enough storage available"
msgstr ""
-#: ajax/upload.php:127 ajax/upload.php:153
+#: ajax/upload.php:127 ajax/upload.php:154
msgid "Upload failed. Could not get file info."
msgstr ""
-#: ajax/upload.php:143
+#: ajax/upload.php:144
msgid "Upload failed. Could not find uploaded file"
msgstr ""
-#: ajax/upload.php:170
+#: ajax/upload.php:172
msgid "Invalid directory."
msgstr ""
@@ -142,24 +142,24 @@ msgstr ""
msgid "Upload cancelled."
msgstr ""
-#: js/file-upload.js:345
+#: js/file-upload.js:344
msgid "Could not get result from server."
msgstr ""
-#: js/file-upload.js:437
+#: js/file-upload.js:436
msgid ""
"File upload is in progress. Leaving the page now will cancel the upload."
msgstr ""
-#: js/file-upload.js:520
+#: js/file-upload.js:519
msgid "URL cannot be empty"
msgstr ""
-#: js/file-upload.js:524 js/filelist.js:364
+#: js/file-upload.js:523 js/filelist.js:377
msgid "In the home folder 'Shared' is a reserved filename"
msgstr ""
-#: js/file-upload.js:526 js/filelist.js:366
+#: js/file-upload.js:525 js/filelist.js:379
msgid "{new_name} already exists"
msgstr ""
@@ -183,104 +183,108 @@ msgstr ""
msgid "Rename"
msgstr ""
-#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:854
+#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:873
msgid "Pending"
msgstr ""
-#: js/filelist.js:392
+#: js/filelist.js:405
msgid "Could not rename file"
msgstr ""
-#: js/filelist.js:511
+#: js/filelist.js:524
msgid "replaced {new_name} with {old_name}"
msgstr ""
-#: js/filelist.js:511
+#: js/filelist.js:524
msgid "undo"
msgstr ""
-#: js/filelist.js:582 js/filelist.js:649 js/files.js:587
+#: js/filelist.js:576
+msgid "Error deleting file."
+msgstr ""
+
+#: js/filelist.js:594 js/filelist.js:668 js/files.js:631
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] ""
-#: js/filelist.js:583 js/filelist.js:650 js/files.js:593
+#: js/filelist.js:595 js/filelist.js:669 js/files.js:637
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
msgstr[1] ""
-#: js/filelist.js:590
+#: js/filelist.js:602
msgid "{dirs} and {files}"
msgstr ""
-#: js/filelist.js:793 js/filelist.js:831
+#: js/filelist.js:812 js/filelist.js:850
msgid "Uploading %n file"
msgid_plural "Uploading %n files"
msgstr[0] ""
msgstr[1] ""
-#: js/files.js:25
+#: js/files.js:72
msgid "'.' is an invalid file name."
msgstr ""
-#: js/files.js:34
+#: js/files.js:81
msgid ""
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
"allowed."
msgstr ""
-#: js/files.js:46
+#: js/files.js:93
msgid "Your storage is full, files can not be updated or synced anymore!"
msgstr ""
-#: js/files.js:50
+#: js/files.js:97
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr ""
-#: js/files.js:63
+#: js/files.js:110
msgid ""
"Encryption App is enabled but your keys are not initialized, please log-out "
"and log-in again"
msgstr ""
-#: js/files.js:67
+#: js/files.js:114
msgid ""
"Invalid private key for Encryption App. Please update your private key "
"password in your personal settings to recover access to your encrypted "
"files."
msgstr ""
-#: js/files.js:71
+#: js/files.js:118
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr ""
-#: js/files.js:302
+#: js/files.js:349
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr ""
-#: js/files.js:514 js/files.js:552
+#: js/files.js:558 js/files.js:596
msgid "Error moving file"
msgstr ""
-#: js/files.js:514 js/files.js:552
+#: js/files.js:558 js/files.js:596
msgid "Error"
msgstr ""
-#: js/files.js:569 templates/index.php:56
+#: js/files.js:613 templates/index.php:56
msgid "Name"
msgstr ""
-#: js/files.js:570 templates/index.php:68
+#: js/files.js:614 templates/index.php:68
msgid "Size"
msgstr ""
-#: js/files.js:571 templates/index.php:70
+#: js/files.js:615 templates/index.php:70
msgid "Modified"
msgstr ""
diff --git a/l10n/de_AT/lib.po b/l10n/de_AT/lib.po
index c08f173a6c..1fcf0fb278 100644
--- a/l10n/de_AT/lib.po
+++ b/l10n/de_AT/lib.po
@@ -6,9 +6,9 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-17 13:47-0400\n"
-"PO-Revision-Date: 2013-10-17 17:47+0000\n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-21 15:01+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: German (Austria) (http://www.transifex.com/projects/p/owncloud/language/de_AT/)\n"
"MIME-Version: 1.0\n"
@@ -24,31 +24,31 @@ msgid ""
" of ownCloud."
msgstr ""
-#: private/app.php:254
+#: private/app.php:255
msgid "No app name specified"
msgstr ""
-#: private/app.php:359
+#: private/app.php:360
msgid "Help"
msgstr ""
-#: private/app.php:372
+#: private/app.php:373
msgid "Personal"
msgstr ""
-#: private/app.php:383
+#: private/app.php:384
msgid "Settings"
msgstr ""
-#: private/app.php:395
+#: private/app.php:396
msgid "Users"
msgstr ""
-#: private/app.php:408
+#: private/app.php:409
msgid "Admin"
msgstr ""
-#: private/app.php:872
+#: private/app.php:873
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr ""
@@ -70,25 +70,25 @@ msgstr ""
msgid "cannot open \"%s\""
msgstr ""
-#: private/files.php:226
+#: private/files.php:228
msgid "ZIP download is turned off."
msgstr ""
-#: private/files.php:227
+#: private/files.php:229
msgid "Files need to be downloaded one by one."
msgstr ""
-#: private/files.php:228 private/files.php:256
+#: private/files.php:230 private/files.php:258
msgid "Back to Files"
msgstr ""
-#: private/files.php:253
+#: private/files.php:255
msgid "Selected files too large to generate zip file."
msgstr ""
-#: private/files.php:254
+#: private/files.php:256
msgid ""
-"Download the files in smaller chunks, seperately or kindly ask your "
+"Please download the files separately in smaller chunks or kindly ask your "
"administrator."
msgstr ""
@@ -133,17 +133,17 @@ msgid ""
"which is not allowed for non shipped apps"
msgstr ""
-#: private/installer.php:152
+#: private/installer.php:159
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr ""
-#: private/installer.php:162
+#: private/installer.php:169
msgid "App directory already exists"
msgstr ""
-#: private/installer.php:175
+#: private/installer.php:182
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr ""
@@ -268,13 +268,13 @@ msgstr ""
msgid "Set an admin password."
msgstr ""
-#: private/setup.php:184
+#: private/setup.php:195
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr ""
-#: private/setup.php:185
+#: private/setup.php:196
#, php-format
msgid "Please double check the installation guides."
msgstr ""
@@ -284,54 +284,54 @@ msgstr ""
msgid "Could not find category \"%s\""
msgstr ""
-#: private/template/functions.php:122
+#: private/template/functions.php:130
msgid "seconds ago"
msgstr ""
-#: private/template/functions.php:123
+#: private/template/functions.php:131
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] ""
msgstr[1] ""
-#: private/template/functions.php:124
+#: private/template/functions.php:132
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] ""
msgstr[1] ""
-#: private/template/functions.php:125
+#: private/template/functions.php:133
msgid "today"
msgstr ""
-#: private/template/functions.php:126
+#: private/template/functions.php:134
msgid "yesterday"
msgstr ""
-#: private/template/functions.php:128
+#: private/template/functions.php:136
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] ""
msgstr[1] ""
-#: private/template/functions.php:130
+#: private/template/functions.php:138
msgid "last month"
msgstr ""
-#: private/template/functions.php:131
+#: private/template/functions.php:139
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] ""
msgstr[1] ""
-#: private/template/functions.php:133
+#: private/template/functions.php:141
msgid "last year"
msgstr ""
-#: private/template/functions.php:134
+#: private/template/functions.php:142
msgid "years ago"
msgstr ""
-#: private/template.php:297
+#: private/template.php:297 public/util.php:108
msgid "Caused by:"
msgstr ""
diff --git a/l10n/de_AT/settings.po b/l10n/de_AT/settings.po
index ec6106ecef..e9da4f708b 100644
--- a/l10n/de_AT/settings.po
+++ b/l10n/de_AT/settings.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-06 21:43-0500\n"
-"PO-Revision-Date: 2013-11-07 02:43+0000\n"
+"POT-Creation-Date: 2013-11-21 21:06-0500\n"
+"PO-Revision-Date: 2013-11-22 02:06+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: German (Austria) (http://www.transifex.com/projects/p/owncloud/language/de_AT/)\n"
"MIME-Version: 1.0\n"
@@ -282,18 +282,27 @@ msgid "Locale not working"
msgstr ""
#: templates/admin.php:70
-#, php-format
-msgid ""
-"System locale can't be set to %s. This means that there might be problems "
-"with certain characters in file names. We strongly suggest to install the "
-"required packages on your system to support %s."
+msgid "System locale can not be set to a one which supports UTF-8."
msgstr ""
-#: templates/admin.php:82
+#: templates/admin.php:74
+msgid ""
+"This means that there might be problems with certain characters in file "
+"names."
+msgstr ""
+
+#: templates/admin.php:78
+#, php-format
+msgid ""
+"We strongly suggest to install the required packages on your system to "
+"support one of the following locales: %s."
+msgstr ""
+
+#: templates/admin.php:90
msgid "Internet connection not working"
msgstr ""
-#: templates/admin.php:85
+#: templates/admin.php:93
msgid ""
"This server has no working internet connection. This means that some of the "
"features like mounting of external storage, notifications about updates or "
@@ -302,118 +311,118 @@ msgid ""
"internet connection for this server if you want to have all features."
msgstr ""
-#: templates/admin.php:99
+#: templates/admin.php:107
msgid "Cron"
msgstr ""
-#: templates/admin.php:106
+#: templates/admin.php:114
msgid "Execute one task with each page loaded"
msgstr ""
-#: templates/admin.php:114
+#: templates/admin.php:122
msgid ""
"cron.php is registered at a webcron service to call cron.php every 15 "
"minutes over http."
msgstr ""
-#: templates/admin.php:122
+#: templates/admin.php:130
msgid "Use systems cron service to call the cron.php file every 15 minutes."
msgstr ""
-#: templates/admin.php:127
+#: templates/admin.php:135
msgid "Sharing"
msgstr ""
-#: templates/admin.php:133
+#: templates/admin.php:141
msgid "Enable Share API"
msgstr ""
-#: templates/admin.php:134
+#: templates/admin.php:142
msgid "Allow apps to use the Share API"
msgstr ""
-#: templates/admin.php:141
+#: templates/admin.php:149
msgid "Allow links"
msgstr ""
-#: templates/admin.php:142
+#: templates/admin.php:150
msgid "Allow users to share items to the public with links"
msgstr ""
-#: templates/admin.php:150
+#: templates/admin.php:158
msgid "Allow public uploads"
msgstr ""
-#: templates/admin.php:151
+#: templates/admin.php:159
msgid ""
"Allow users to enable others to upload into their publicly shared folders"
msgstr ""
-#: templates/admin.php:159
+#: templates/admin.php:167
msgid "Allow resharing"
msgstr ""
-#: templates/admin.php:160
+#: templates/admin.php:168
msgid "Allow users to share items shared with them again"
msgstr ""
-#: templates/admin.php:167
+#: templates/admin.php:175
msgid "Allow users to share with anyone"
msgstr ""
-#: templates/admin.php:170
+#: templates/admin.php:178
msgid "Allow users to only share with users in their groups"
msgstr ""
-#: templates/admin.php:177
+#: templates/admin.php:185
msgid "Allow mail notification"
msgstr ""
-#: templates/admin.php:178
+#: templates/admin.php:186
msgid "Allow user to send mail notification for shared files"
msgstr ""
-#: templates/admin.php:185
+#: templates/admin.php:193
msgid "Security"
msgstr ""
-#: templates/admin.php:198
+#: templates/admin.php:206
msgid "Enforce HTTPS"
msgstr ""
-#: templates/admin.php:200
+#: templates/admin.php:208
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr ""
-#: templates/admin.php:206
+#: templates/admin.php:214
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr ""
-#: templates/admin.php:218
+#: templates/admin.php:226
msgid "Log"
msgstr ""
-#: templates/admin.php:219
+#: templates/admin.php:227
msgid "Log level"
msgstr ""
-#: templates/admin.php:251
+#: templates/admin.php:259
msgid "More"
msgstr ""
-#: templates/admin.php:252
+#: templates/admin.php:260
msgid "Less"
msgstr ""
-#: templates/admin.php:258 templates/personal.php:169
+#: templates/admin.php:266 templates/personal.php:169
msgid "Version"
msgstr ""
-#: templates/admin.php:262 templates/personal.php:172
+#: templates/admin.php:270 templates/personal.php:172
msgid ""
"Developed by the ownCloud community, the \n"
+"POT-Creation-Date: 2013-11-24 00:13-0500\n"
+"PO-Revision-Date: 2013-11-22 02:20+0000\n"
+"Last-Translator: I Robot \n"
"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/owncloud/language/de_CH/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -286,12 +286,12 @@ msgstr "Geteilt"
msgid "Share"
msgstr "Teilen"
-#: js/share.js:158 js/share.js:171 js/share.js:178 js/share.js:692
-#: js/share.js:704
+#: js/share.js:158 js/share.js:171 js/share.js:178 js/share.js:707
+#: js/share.js:719
msgid "Error"
msgstr "Fehler"
-#: js/share.js:160 js/share.js:732
+#: js/share.js:160 js/share.js:747
msgid "Error while sharing"
msgstr "Fehler beim Teilen"
@@ -311,115 +311,115 @@ msgstr "Von {owner} mit Ihnen und der Gruppe {group} geteilt."
msgid "Shared with you by {owner}"
msgstr "Von {owner} mit Ihnen geteilt."
-#: js/share.js:212
+#: js/share.js:213
msgid "Share with user or group …"
msgstr ""
-#: js/share.js:218
+#: js/share.js:219
msgid "Share link"
msgstr ""
-#: js/share.js:221
+#: js/share.js:222
msgid "Password protect"
msgstr "Passwortschutz"
-#: js/share.js:223 templates/installation.php:57 templates/login.php:32
+#: js/share.js:224 templates/installation.php:57 templates/login.php:32
msgid "Password"
msgstr "Passwort"
-#: js/share.js:228
+#: js/share.js:229
msgid "Allow Public Upload"
msgstr "Öffentliches Hochladen erlauben"
-#: js/share.js:232
+#: js/share.js:233
msgid "Email link to person"
msgstr "Link per E-Mail verschicken"
-#: js/share.js:233
+#: js/share.js:234
msgid "Send"
msgstr "Senden"
-#: js/share.js:238
+#: js/share.js:239
msgid "Set expiration date"
msgstr "Ein Ablaufdatum setzen"
-#: js/share.js:239
+#: js/share.js:240
msgid "Expiration date"
msgstr "Ablaufdatum"
-#: js/share.js:274
+#: js/share.js:275
msgid "Share via email:"
msgstr "Mittels einer E-Mail teilen:"
-#: js/share.js:277
+#: js/share.js:278
msgid "No people found"
msgstr "Niemand gefunden"
-#: js/share.js:307 js/share.js:344
+#: js/share.js:322 js/share.js:359
msgid "group"
msgstr "Gruppe"
-#: js/share.js:318
+#: js/share.js:333
msgid "Resharing is not allowed"
msgstr "Das Weiterverteilen ist nicht erlaubt"
-#: js/share.js:360
+#: js/share.js:375
msgid "Shared in {item} with {user}"
msgstr "Freigegeben in {item} von {user}"
-#: js/share.js:382
+#: js/share.js:397
msgid "Unshare"
msgstr "Freigabe aufheben"
-#: js/share.js:390
+#: js/share.js:405
msgid "notify by email"
msgstr ""
-#: js/share.js:393
+#: js/share.js:408
msgid "can edit"
msgstr "kann bearbeiten"
-#: js/share.js:395
+#: js/share.js:410
msgid "access control"
msgstr "Zugriffskontrolle"
-#: js/share.js:398
+#: js/share.js:413
msgid "create"
msgstr "erstellen"
-#: js/share.js:401
+#: js/share.js:416
msgid "update"
msgstr "aktualisieren"
-#: js/share.js:404
+#: js/share.js:419
msgid "delete"
msgstr "löschen"
-#: js/share.js:407
+#: js/share.js:422
msgid "share"
msgstr "teilen"
-#: js/share.js:449 js/share.js:679
+#: js/share.js:464 js/share.js:694
msgid "Password protected"
msgstr "Passwortgeschützt"
-#: js/share.js:692
+#: js/share.js:707
msgid "Error unsetting expiration date"
msgstr "Fehler beim Entfernen des Ablaufdatums"
-#: js/share.js:704
+#: js/share.js:719
msgid "Error setting expiration date"
msgstr "Fehler beim Setzen des Ablaufdatums"
-#: js/share.js:719
+#: js/share.js:734
msgid "Sending ..."
msgstr "Sende ..."
-#: js/share.js:730
+#: js/share.js:745
msgid "Email sent"
msgstr "Email gesendet"
-#: js/share.js:754
+#: js/share.js:769
msgid "Warning"
msgstr "Warnung"
@@ -589,14 +589,12 @@ msgid ""
"\n"
msgstr ""
-#: templates/altmail.php:4
+#: templates/altmail.php:4 templates/mail.php:17
#, php-format
-msgid ""
-"The share will expire on %s.\n"
-"\n"
+msgid "The share will expire on %s."
msgstr ""
-#: templates/altmail.php:6 templates/mail.php:19
+#: templates/altmail.php:7 templates/mail.php:20
msgid "Cheers!"
msgstr ""
@@ -743,11 +741,6 @@ msgid ""
"href=\"%s\">View it!
"
msgstr ""
-#: templates/mail.php:17
-#, php-format
-msgid "The share will expire on %s.
"
msgstr ""
-#: templates/mail.php:17
-#, php-format
-msgid "The share will expire on %s.
"
-msgstr ""
-
#: templates/update.admin.php:3
#, php-format
msgid "Updating ownCloud to version %s, this may take a while."
@@ -758,13 +752,13 @@ msgstr ""
#: templates/update.user.php:4
msgid "Please reload this page after a short time to continue using ownCloud."
-msgstr ""
+msgstr "Παρακαλώ ανανεώστε αυτή τη σελίδα μετά από ένα σύντομο χρονικό διάστημα ώστε να συνεχίσετε να χρησιμοποιείτε το ownCloud."
#: templates/update.user.php:5
msgid ""
"Contact your system administrator if this message persists or appeared "
"unexpectedly."
-msgstr ""
+msgstr "Επικοινωνήστε με το διαχειριστή του συστήματος αν αυτό το μήνυμα συνεχίζει να εμφανίζεται ή εμφανίστηκε απρόσμενα."
#: templates/update.user.php:6
msgid "Thank you for your patience."
diff --git a/l10n/el/files.po b/l10n/el/files.po
index 828a0014bd..40325974d7 100644
--- a/l10n/el/files.po
+++ b/l10n/el/files.po
@@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-11 05:45-0500\n"
-"PO-Revision-Date: 2013-11-09 07:01+0000\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-21 15:01+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
"MIME-Version: 1.0\n"
@@ -159,11 +159,11 @@ msgstr "Η αποστολή του αρχείου βρίσκεται σε εξέ
msgid "URL cannot be empty"
msgstr ""
-#: js/file-upload.js:523 js/filelist.js:371
+#: js/file-upload.js:523 js/filelist.js:377
msgid "In the home folder 'Shared' is a reserved filename"
msgstr ""
-#: js/file-upload.js:525 js/filelist.js:373
+#: js/file-upload.js:525 js/filelist.js:379
msgid "{new_name} already exists"
msgstr "{new_name} υπάρχει ήδη"
@@ -187,39 +187,43 @@ msgstr "Μόνιμη διαγραφή"
msgid "Rename"
msgstr "Μετονομασία"
-#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:857
+#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:873
msgid "Pending"
msgstr "Εκκρεμεί"
-#: js/filelist.js:399
+#: js/filelist.js:405
msgid "Could not rename file"
msgstr ""
-#: js/filelist.js:518
+#: js/filelist.js:524
msgid "replaced {new_name} with {old_name}"
msgstr "αντικαταστάθηκε το {new_name} με {old_name}"
-#: js/filelist.js:518
+#: js/filelist.js:524
msgid "undo"
msgstr "αναίρεση"
-#: js/filelist.js:578 js/filelist.js:652 js/files.js:631
+#: js/filelist.js:576
+msgid "Error deleting file."
+msgstr ""
+
+#: js/filelist.js:594 js/filelist.js:668 js/files.js:631
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "%n φάκελος"
msgstr[1] "%n φάκελοι"
-#: js/filelist.js:579 js/filelist.js:653 js/files.js:637
+#: js/filelist.js:595 js/filelist.js:669 js/files.js:637
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "%n αρχείο"
msgstr[1] "%n αρχεία"
-#: js/filelist.js:586
+#: js/filelist.js:602
msgid "{dirs} and {files}"
msgstr ""
-#: js/filelist.js:796 js/filelist.js:834
+#: js/filelist.js:812 js/filelist.js:850
msgid "Uploading %n file"
msgid_plural "Uploading %n files"
msgstr[0] "Ανέβασμα %n αρχείου"
diff --git a/l10n/el/files_encryption.po b/l10n/el/files_encryption.po
index 6ed3ff8ad6..7216d1adc7 100644
--- a/l10n/el/files_encryption.po
+++ b/l10n/el/files_encryption.po
@@ -4,15 +4,17 @@
#
# Translators:
# Efstathios Iosifidis , 2013
+# Marios Bekatoros <>, 2013
# Teogramm , 2013
# Teogramm , 2013
+# vkehayas , 2013
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-03 12:38-0500\n"
-"PO-Revision-Date: 2013-11-03 17:38+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-11-24 00:13-0500\n"
+"PO-Revision-Date: 2013-11-22 21:10+0000\n"
+"Last-Translator: vkehayas \n"
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -22,21 +24,21 @@ msgstr ""
#: ajax/adminrecovery.php:29
msgid "Recovery key successfully enabled"
-msgstr ""
+msgstr "Επιτυχής ενεργοποίηση κλειδιού ανάκτησης"
#: ajax/adminrecovery.php:34
msgid ""
"Could not enable recovery key. Please check your recovery key password!"
-msgstr ""
+msgstr "Αποτυχία ενεργοποίησης κλειδιού ανάκτησης. Παρακαλώ ελέγξτε τον κωδικό του κλειδιού ανάκτησής σας!"
#: ajax/adminrecovery.php:48
msgid "Recovery key successfully disabled"
-msgstr ""
+msgstr "Επιτυχής απενεργοποίηση κλειδιού ανάκτησης"
#: ajax/adminrecovery.php:53
msgid ""
"Could not disable recovery key. Please check your recovery key password!"
-msgstr ""
+msgstr "Αποτυχία απενεργοποίησης κλειδιού ανάκτησης. Παρακαλώ ελέγξτε τον κωδικό του κλειδιού ανάκτησής σας!"
#: ajax/changeRecoveryPassword.php:49
msgid "Password successfully changed."
@@ -48,13 +50,13 @@ msgstr "Αποτυχία αλλαγής κωδικού ίσως ο παλιός
#: ajax/updatePrivateKeyPassword.php:52
msgid "Private key password successfully updated."
-msgstr ""
+msgstr "Το Προσωπικό κλειδί πρόσβασης ενημερώθηκε επιτυχώς"
#: ajax/updatePrivateKeyPassword.php:54
msgid ""
"Could not update the private key password. Maybe the old password was not "
"correct."
-msgstr ""
+msgstr "Αποτυχία ενημέρωσης του κωδικού για το προσωπικό κλειδί. Ενδεχομένως ο παλιός κωδικός δεν ήταν σωστός."
#: files/error.php:12
msgid ""
@@ -81,22 +83,22 @@ msgstr ""
msgid ""
"Unknown error please check your system settings or contact your "
"administrator"
-msgstr ""
+msgstr "Άγνωστο σφάλμα, παρακαλώ ελέγξτε τις ρυθμίσεις συστήματος ή επικοινωνήστε με τον διαχειριστή σας "
#: hooks/hooks.php:59
msgid "Missing requirements."
-msgstr ""
+msgstr "Προαπαιτούμενα που απουσιάζουν."
#: hooks/hooks.php:60
msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
"together with the PHP extension is enabled and configured properly. For now,"
" the encryption app has been disabled."
-msgstr ""
+msgstr "Παρακαλώ επιβεβαιώστε ότι η PHP 5.3.3 ή νεότερη είναι εγκατεστημένη και ότι το OpenSSL μαζί με το PHP extension είναι ενεργοποιήμένο και έχει ρυθμιστεί σωστά. Προς το παρόν, η εφαρμογή κρυπτογράφησης είναι απενεργοποιημένη."
#: hooks/hooks.php:273
msgid "Following users are not set up for encryption:"
-msgstr ""
+msgstr "Οι κάτωθι χρήστες δεν έχουν ρυθμιστεί για κρυπογράφηση:"
#: js/settings-admin.js:13
msgid "Saving..."
@@ -104,7 +106,7 @@ msgstr "Γίνεται αποθήκευση..."
#: templates/invalid_private_key.php:8
msgid "Go directly to your "
-msgstr ""
+msgstr "Πηγαίνε απευθείας στο "
#: templates/invalid_private_key.php:8
msgid "personal settings"
@@ -121,7 +123,7 @@ msgstr ""
#: templates/settings-admin.php:11
msgid "Recovery key password"
-msgstr ""
+msgstr "Επαναφορά κωδικού κλειδιού"
#: templates/settings-admin.php:14
msgid "Repeat Recovery key password"
@@ -145,7 +147,7 @@ msgstr ""
#: templates/settings-admin.php:47
msgid "New Recovery key password"
-msgstr ""
+msgstr "Νέο κλειδί επαναφοράς κωδικού"
#: templates/settings-admin.php:53
msgid "Repeat New Recovery key password"
@@ -157,7 +159,7 @@ msgstr "Αλλαγή Κωδικού Πρόσβασης"
#: templates/settings-personal.php:9
msgid "Your private key password no longer match your log-in password:"
-msgstr ""
+msgstr "Ο κωδικός του προσωπικού κλειδιού δεν ταιριάζει πλέον με τον κωδικό σύνδεσής σας:"
#: templates/settings-personal.php:12
msgid "Set your old private key password to your current log-in password."
@@ -167,29 +169,29 @@ msgstr ""
msgid ""
" If you don't remember your old password you can ask your administrator to "
"recover your files."
-msgstr ""
+msgstr "Εάν δεν θυμάστε τον παλιό σας κωδικό μπορείτε να ζητήσετε από τον διαχειριστή σας να επανακτήσει τα αρχεία σας."
#: templates/settings-personal.php:22
msgid "Old log-in password"
-msgstr ""
+msgstr "Παλαιό συνθηματικό εισόδου"
#: templates/settings-personal.php:28
msgid "Current log-in password"
-msgstr ""
+msgstr "Τρέχον συνθηματικό πρόσβασης"
#: templates/settings-personal.php:33
msgid "Update Private Key Password"
-msgstr ""
+msgstr "Ενημέρωση Προσωπικού Κλειδού Πρόσβασης"
#: templates/settings-personal.php:42
msgid "Enable password recovery:"
-msgstr ""
+msgstr "Ενεργοποιήστε την ανάκτηση κωδικού πρόσβασης"
#: templates/settings-personal.php:44
msgid ""
"Enabling this option will allow you to reobtain access to your encrypted "
"files in case of password loss"
-msgstr ""
+msgstr "Η ενεργοποίηση αυτής της επιλογής θα σας επιτρέψει να επανακτήσετε πρόσβαση στα κρυπτογραφημένα σας αρχεία σε περίπτωση απώλειας του κωδικού σας"
#: templates/settings-personal.php:60
msgid "File recovery settings updated"
@@ -197,4 +199,4 @@ msgstr "Οι ρυθμίσεις επαναφοράς αρχείων ανανεώ
#: templates/settings-personal.php:61
msgid "Could not update file recovery"
-msgstr ""
+msgstr "Αποτυχία ενημέρωσης ανάκτησης αρχείων"
diff --git a/l10n/el/files_external.po b/l10n/el/files_external.po
index be819a840e..d380c50daa 100644
--- a/l10n/el/files_external.po
+++ b/l10n/el/files_external.po
@@ -7,9 +7,9 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-16 00:26-0400\n"
-"PO-Revision-Date: 2013-10-14 00:42+0000\n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-16 07:44+0000\n"
"Last-Translator: KAT.RAT12 \n"
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
"MIME-Version: 1.0\n"
@@ -38,20 +38,20 @@ msgstr "Παρακαλούμε δώστε έγκυρο κλειδί Dropbox κα
msgid "Error configuring Google Drive storage"
msgstr "Σφάλμα ρυθμίζωντας αποθήκευση Google Drive "
-#: lib/config.php:453
+#: lib/config.php:461
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr "Προσοχή: Ο \"smbclient\" δεν εγκαταστάθηκε. Δεν είναι δυνατή η προσάρτηση CIFS/SMB. Παρακαλώ ενημερώστε τον διαχειριστή συστήματος να το εγκαταστήσει."
-#: lib/config.php:457
+#: lib/config.php:465
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr "Προσοχή: Η υποστήριξη FTP στην PHP δεν ενεργοποιήθηκε ή εγκαταστάθηκε. Δεν είναι δυνατή η προσάρτηση FTP. Παρακαλώ ενημερώστε τον διαχειριστή συστήματος να το εγκαταστήσει."
-#: lib/config.php:460
+#: lib/config.php:468
msgid ""
"Warning: The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
diff --git a/l10n/el/files_sharing.po b/l10n/el/files_sharing.po
index 1a4fb155cf..276e7044c6 100644
--- a/l10n/el/files_sharing.po
+++ b/l10n/el/files_sharing.po
@@ -4,13 +4,14 @@
#
# Translators:
# Efstathios Iosifidis , 2013
+# vkehayas , 2013
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-15 22:54-0500\n"
-"PO-Revision-Date: 2013-11-13 16:11+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-11-24 00:13-0500\n"
+"PO-Revision-Date: 2013-11-23 01:30+0000\n"
+"Last-Translator: vkehayas \n"
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -20,7 +21,7 @@ msgstr ""
#: templates/authenticate.php:4
msgid "This share is password-protected"
-msgstr ""
+msgstr "Αυτός ο κοινόχρηστος φάκελος προστατεύεται με κωδικό"
#: templates/authenticate.php:7
msgid "The password is wrong. Try again."
@@ -82,4 +83,4 @@ msgstr "Δεν υπάρχει διαθέσιμη προεπισκόπηση γι
#: templates/public.php:99
msgid "Direct link"
-msgstr ""
+msgstr "Άμεσος σύνδεσμος"
diff --git a/l10n/el/files_trashbin.po b/l10n/el/files_trashbin.po
index 2e2a8c4b1d..57aa40f148 100644
--- a/l10n/el/files_trashbin.po
+++ b/l10n/el/files_trashbin.po
@@ -7,9 +7,9 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-16 00:26-0400\n"
-"PO-Revision-Date: 2013-10-14 00:42+0000\n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-16 07:44+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
"MIME-Version: 1.0\n"
@@ -32,7 +32,7 @@ msgstr "Αδυναμία επαναφοράς %s"
msgid "Error"
msgstr "Σφάλμα"
-#: lib/trashbin.php:814 lib/trashbin.php:816
+#: lib/trashbin.php:815 lib/trashbin.php:817
msgid "restored"
msgstr "έγινε επαναφορά"
diff --git a/l10n/el/lib.po b/l10n/el/lib.po
index cc650a36f1..bb1e7107c8 100644
--- a/l10n/el/lib.po
+++ b/l10n/el/lib.po
@@ -7,9 +7,9 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-29 07:28-0400\n"
-"PO-Revision-Date: 2013-10-28 10:45+0000\n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-24 00:13-0500\n"
+"PO-Revision-Date: 2013-11-23 01:50+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
"MIME-Version: 1.0\n"
@@ -54,11 +54,11 @@ msgstr "Διαχειριστής"
msgid "Failed to upgrade \"%s\"."
msgstr "Αποτυχία αναβάθμισης του \"%s\"."
-#: private/avatar.php:60
+#: private/avatar.php:62
msgid "Unknown filetype"
msgstr "Άγνωστος τύπος αρχείου"
-#: private/avatar.php:65
+#: private/avatar.php:67
msgid "Invalid image"
msgstr "Μη έγκυρη εικόνα"
@@ -71,27 +71,27 @@ msgstr "υπηρεσίες δικτύου υπό τον έλεγχό σας"
msgid "cannot open \"%s\""
msgstr "αδυναμία ανοίγματος \"%s\""
-#: private/files.php:226
+#: private/files.php:228
msgid "ZIP download is turned off."
msgstr "Η λήψη ZIP απενεργοποιήθηκε."
-#: private/files.php:227
+#: private/files.php:229
msgid "Files need to be downloaded one by one."
msgstr "Τα αρχεία πρέπει να ληφθούν ένα-ένα."
-#: private/files.php:228 private/files.php:256
+#: private/files.php:230 private/files.php:258
msgid "Back to Files"
msgstr "Πίσω στα Αρχεία"
-#: private/files.php:253
+#: private/files.php:255
msgid "Selected files too large to generate zip file."
msgstr "Τα επιλεγμένα αρχεία είναι μεγάλα ώστε να δημιουργηθεί αρχείο zip."
-#: private/files.php:254
+#: private/files.php:256
msgid ""
-"Download the files in smaller chunks, seperately or kindly ask your "
+"Please download the files separately in smaller chunks or kindly ask your "
"administrator."
-msgstr "Λήψη των αρχείων σε μικρότερα κομμάτια, χωριστά ή ρωτήστε τον διαχειριστή σας."
+msgstr ""
#: private/installer.php:63
msgid "No source specified when installing app"
@@ -134,17 +134,17 @@ msgid ""
"which is not allowed for non shipped apps"
msgstr ""
-#: private/installer.php:152
+#: private/installer.php:159
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr ""
-#: private/installer.php:162
+#: private/installer.php:169
msgid "App directory already exists"
msgstr ""
-#: private/installer.php:175
+#: private/installer.php:182
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr ""
@@ -269,13 +269,13 @@ msgstr "Εισάγετε όνομα χρήστη διαχειριστή."
msgid "Set an admin password."
msgstr "Εισάγετε συνθηματικό διαχειριστή."
-#: private/setup.php:184
+#: private/setup.php:195
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "Ο διακομιστής σας δεν έχει ρυθμιστεί κατάλληλα ώστε να επιτρέπει τον συγχρονισμό αρχείων γιατί η διεπαφή WebDAV πιθανόν να είναι κατεστραμμένη."
-#: private/setup.php:185
+#: private/setup.php:196
#, php-format
msgid "Please double check the installation guides."
msgstr "Ελέγξτε ξανά τις οδηγίες εγκατάστασης."
@@ -293,7 +293,7 @@ msgstr "δευτερόλεπτα πριν"
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] ""
-msgstr[1] ""
+msgstr[1] "%n λεπτά πριν"
#: private/template/functions.php:132
msgid "%n hour ago"
@@ -333,6 +333,6 @@ msgstr "τελευταίο χρόνο"
msgid "years ago"
msgstr "χρόνια πριν"
-#: private/template.php:297 public/util.php:103
+#: private/template.php:297 public/util.php:108
msgid "Caused by:"
msgstr "Προκλήθηκε από:"
diff --git a/l10n/el/settings.po b/l10n/el/settings.po
index 5c4305deea..f363111a6f 100644
--- a/l10n/el/settings.po
+++ b/l10n/el/settings.po
@@ -8,14 +8,15 @@
# KAT.RAT12 , 2013
# Teogramm , 2013
# Teogramm , 2013
+# vkehayas , 2013
# KAT.RAT12 , 2013
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-15 22:54-0500\n"
-"PO-Revision-Date: 2013-11-13 16:11+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-11-24 00:13-0500\n"
+"PO-Revision-Date: 2013-11-23 18:10+0000\n"
+"Last-Translator: vkehayas \n"
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -34,11 +35,11 @@ msgstr "Σφάλμα πιστοποίησης"
#: ajax/changedisplayname.php:31
msgid "Your full name has been changed."
-msgstr ""
+msgstr "Το πλήρες όνομά σας άλλαξε."
#: ajax/changedisplayname.php:34
msgid "Unable to change full name"
-msgstr ""
+msgstr "Δεν ήταν δυνατή η αλλαγή του πλήρους ονόματός σας"
#: ajax/creategroup.php:10
msgid "Group already exists"
@@ -242,7 +243,7 @@ msgstr ""
#: templates/admin.php:12
msgid "Fatal issues only"
-msgstr ""
+msgstr "Καίρια ζητήματα μόνο"
#: templates/admin.php:22
msgid "Security Warning"
@@ -255,7 +256,7 @@ msgid ""
"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 ""
+msgstr "Ο κατάλογος δεδομένων και τα αρχεία σας πιθανόν να είναι διαθέσιμα στο διαδίκτυο. Το αρχείο .htaccess δεν δουλεύει. Σας προτείνουμε ανεπιφύλακτα να ρυθμίσετε το διακομιστή σας με τέτοιο τρόπο ώστε ο κατάλογος δεδομένων να μην είναι πλέον προσβάσιμος ή να μετακινήσετε τον κατάλογο δεδομένων έξω από τη ρίζα του καταλόγου του διακομιστή."
#: templates/admin.php:36
msgid "Setup Warning"
@@ -287,18 +288,27 @@ msgid "Locale not working"
msgstr "Η μετάφραση δεν δουλεύει"
#: templates/admin.php:70
-#, php-format
-msgid ""
-"System locale can't be set to %s. This means that there might be problems "
-"with certain characters in file names. We strongly suggest to install the "
-"required packages on your system to support %s."
+msgid "System locale can not be set to a one which supports UTF-8."
msgstr ""
-#: templates/admin.php:82
+#: templates/admin.php:74
+msgid ""
+"This means that there might be problems with certain characters in file "
+"names."
+msgstr "Αυτό σημαίνει ότι μπορεί να υπάρχουν προβλήματα με κάποιους χαρακτήρες στα ονόματα αρχείων."
+
+#: templates/admin.php:78
+#, php-format
+msgid ""
+"We strongly suggest to install the required packages on your system to "
+"support one of the following locales: %s."
+msgstr "Συνιστούμε σοβαρά να εγκαταστήσετε τα απαιτούμενα πακέτα στο σύστημά σας ώστε να υποστηρίζεται μια από τις ακόλουθες ρυθμίσεις τοποθεσίας: %s."
+
+#: templates/admin.php:90
msgid "Internet connection not working"
msgstr "Η σύνδεση στο διαδίκτυο δεν δουλεύει"
-#: templates/admin.php:85
+#: templates/admin.php:93
msgid ""
"This server has no working internet connection. This means that some of the "
"features like mounting of external storage, notifications about updates or "
@@ -307,118 +317,118 @@ msgid ""
"internet connection for this server if you want to have all features."
msgstr ""
-#: templates/admin.php:99
+#: templates/admin.php:107
msgid "Cron"
msgstr "Cron"
-#: templates/admin.php:106
+#: templates/admin.php:114
msgid "Execute one task with each page loaded"
msgstr "Εκτέλεση μιας διεργασίας με κάθε σελίδα που φορτώνεται"
-#: templates/admin.php:114
+#: templates/admin.php:122
msgid ""
"cron.php is registered at a webcron service to call cron.php every 15 "
"minutes over http."
msgstr ""
-#: templates/admin.php:122
+#: templates/admin.php:130
msgid "Use systems cron service to call the cron.php file every 15 minutes."
msgstr ""
-#: templates/admin.php:127
+#: templates/admin.php:135
msgid "Sharing"
msgstr "Διαμοιρασμός"
-#: templates/admin.php:133
+#: templates/admin.php:141
msgid "Enable Share API"
msgstr "Ενεργοποίηση API Διαμοιρασμού"
-#: templates/admin.php:134
+#: templates/admin.php:142
msgid "Allow apps to use the Share API"
msgstr "Να επιτρέπεται στις εφαρμογές να χρησιμοποιούν το API Διαμοιρασμού"
-#: templates/admin.php:141
+#: templates/admin.php:149
msgid "Allow links"
msgstr "Να επιτρέπονται σύνδεσμοι"
-#: templates/admin.php:142
+#: templates/admin.php:150
msgid "Allow users to share items to the public with links"
msgstr "Να επιτρέπεται στους χρήστες να διαμοιράζουν δημόσια με συνδέσμους"
-#: templates/admin.php:150
+#: templates/admin.php:158
msgid "Allow public uploads"
-msgstr ""
-
-#: templates/admin.php:151
-msgid ""
-"Allow users to enable others to upload into their publicly shared folders"
-msgstr ""
+msgstr "Επιτρέψτε κοινόχρηστο ανέβασμα"
#: templates/admin.php:159
+msgid ""
+"Allow users to enable others to upload into their publicly shared folders"
+msgstr "Επιτρέψτε στους χρήστες να καθιστούν άλλους χρήστες ικανούς να ανεβάζουν στους κοινόχρηστους φακέλους τους"
+
+#: templates/admin.php:167
msgid "Allow resharing"
msgstr "Να επιτρέπεται ο επαναδιαμοιρασμός"
-#: templates/admin.php:160
+#: templates/admin.php:168
msgid "Allow users to share items shared with them again"
msgstr "Να επιτρέπεται στους χρήστες να διαμοιράζουν ότι τους έχει διαμοιραστεί"
-#: templates/admin.php:167
+#: templates/admin.php:175
msgid "Allow users to share with anyone"
msgstr "Να επιτρέπεται ο διαμοιρασμός με οποιονδήποτε"
-#: templates/admin.php:170
+#: templates/admin.php:178
msgid "Allow users to only share with users in their groups"
msgstr "Να επιτρέπεται στους χρήστες ο διαμοιρασμός μόνο με χρήστες της ίδιας ομάδας"
-#: templates/admin.php:177
+#: templates/admin.php:185
msgid "Allow mail notification"
msgstr ""
-#: templates/admin.php:178
+#: templates/admin.php:186
msgid "Allow user to send mail notification for shared files"
-msgstr ""
+msgstr "Επιτρέψτε στο χρήστη να στέλνει ειδοποιήσεις μέσω ηλεκτρονικού ταχυδρομείου για κοινόχρηστα αρχεία"
-#: templates/admin.php:185
+#: templates/admin.php:193
msgid "Security"
msgstr "Ασφάλεια"
-#: templates/admin.php:198
+#: templates/admin.php:206
msgid "Enforce HTTPS"
msgstr "Επιβολή χρήσης HTTPS"
-#: templates/admin.php:200
+#: templates/admin.php:208
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr ""
-#: templates/admin.php:206
+#: templates/admin.php:214
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr ""
-#: templates/admin.php:218
+#: templates/admin.php:226
msgid "Log"
msgstr "Καταγραφές"
-#: templates/admin.php:219
+#: templates/admin.php:227
msgid "Log level"
msgstr "Επίπεδο καταγραφής"
-#: templates/admin.php:251
+#: templates/admin.php:259
msgid "More"
msgstr "Περισσότερα"
-#: templates/admin.php:252
+#: templates/admin.php:260
msgid "Less"
msgstr "Λιγότερα"
-#: templates/admin.php:258 templates/personal.php:169
+#: templates/admin.php:266 templates/personal.php:169
msgid "Version"
msgstr "Έκδοση"
-#: templates/admin.php:262 templates/personal.php:172
+#: templates/admin.php:270 templates/personal.php:172
msgid ""
"Developed by the ownCloud community, the , 2013
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-15 22:54-0500\n"
-"PO-Revision-Date: 2013-11-16 03:54+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-11-24 00:13-0500\n"
+"PO-Revision-Date: 2013-11-23 21:20+0000\n"
+"Last-Translator: vkehayas \n"
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -19,7 +20,7 @@ msgstr ""
#: ajax/clearMappings.php:34
msgid "Failed to clear the mappings."
-msgstr ""
+msgstr "Αποτυχία εκκαθάρισης των αντιστοιχιών."
#: ajax/deleteConfiguration.php:34
msgid "Failed to delete the server configuration"
@@ -76,7 +77,7 @@ msgstr "Αδυναμία προσθήκης ρυθμίσεων διακομισ
#: js/settings.js:127
msgid "mappings cleared"
-msgstr ""
+msgstr "αντιστοιχίες εκκαθαρίστηκαν"
#: js/settings.js:128
msgid "Success"
@@ -283,7 +284,7 @@ msgid ""
"Warning: Apps user_ldap and user_webdavauth are incompatible. You may"
" experience unexpected behavior. Please ask your system administrator to "
"disable one of them."
-msgstr ""
+msgstr "Προσοχή: Οι εφαρμογές user_ldap και user_webdavauth είναι ασύμβατες. Μπορεί να αντιμετωπίσετε απρόβλεπτη συμπεριφορά. Παρακαλώ ζητήστε από τον διαχειριστή συστήματος να απενεργοποιήσει μία από αυτές."
#: templates/settings.php:14
msgid ""
@@ -443,7 +444,7 @@ msgstr "Αφήστε το κενό για το όνομα χρήστη (προε
#: templates/settings.php:54
msgid "Internal Username"
-msgstr ""
+msgstr "Εσωτερικό Όνομα Χρήστη"
#: templates/settings.php:55
msgid ""
@@ -463,7 +464,7 @@ msgstr ""
#: templates/settings.php:56
msgid "Internal Username Attribute:"
-msgstr ""
+msgstr "Ιδιότητα Εσωτερικού Ονόματος Χρήστη:"
#: templates/settings.php:57
msgid "Override UUID detection"
diff --git a/l10n/en@pirate/core.po b/l10n/en@pirate/core.po
index 09b9dbbeab..d04b1301f7 100644
--- a/l10n/en@pirate/core.po
+++ b/l10n/en@pirate/core.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-15 22:54-0500\n"
-"PO-Revision-Date: 2013-11-13 16:11+0000\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-21 15:01+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Pirate English (http://www.transifex.com/projects/p/owncloud/language/en@pirate/)\n"
"MIME-Version: 1.0\n"
@@ -277,12 +277,12 @@ msgstr ""
msgid "Share"
msgstr ""
-#: js/share.js:158 js/share.js:171 js/share.js:178 js/share.js:692
-#: js/share.js:704
+#: js/share.js:158 js/share.js:171 js/share.js:178 js/share.js:707
+#: js/share.js:719
msgid "Error"
msgstr ""
-#: js/share.js:160 js/share.js:732
+#: js/share.js:160 js/share.js:747
msgid "Error while sharing"
msgstr ""
@@ -302,115 +302,115 @@ msgstr ""
msgid "Shared with you by {owner}"
msgstr ""
-#: js/share.js:212
+#: js/share.js:213
msgid "Share with user or group …"
msgstr ""
-#: js/share.js:218
+#: js/share.js:219
msgid "Share link"
msgstr ""
-#: js/share.js:221
+#: js/share.js:222
msgid "Password protect"
msgstr ""
-#: js/share.js:223 templates/installation.php:57 templates/login.php:32
+#: js/share.js:224 templates/installation.php:57 templates/login.php:32
msgid "Password"
msgstr "Passcode"
-#: js/share.js:228
+#: js/share.js:229
msgid "Allow Public Upload"
msgstr ""
-#: js/share.js:232
+#: js/share.js:233
msgid "Email link to person"
msgstr ""
-#: js/share.js:233
+#: js/share.js:234
msgid "Send"
msgstr ""
-#: js/share.js:238
+#: js/share.js:239
msgid "Set expiration date"
msgstr ""
-#: js/share.js:239
+#: js/share.js:240
msgid "Expiration date"
msgstr ""
-#: js/share.js:274
+#: js/share.js:275
msgid "Share via email:"
msgstr ""
-#: js/share.js:277
+#: js/share.js:278
msgid "No people found"
msgstr ""
-#: js/share.js:307 js/share.js:344
+#: js/share.js:322 js/share.js:359
msgid "group"
msgstr ""
-#: js/share.js:318
+#: js/share.js:333
msgid "Resharing is not allowed"
msgstr ""
-#: js/share.js:360
+#: js/share.js:375
msgid "Shared in {item} with {user}"
msgstr ""
-#: js/share.js:382
+#: js/share.js:397
msgid "Unshare"
msgstr ""
-#: js/share.js:390
+#: js/share.js:405
msgid "notify by email"
msgstr ""
-#: js/share.js:393
+#: js/share.js:408
msgid "can edit"
msgstr ""
-#: js/share.js:395
+#: js/share.js:410
msgid "access control"
msgstr ""
-#: js/share.js:398
+#: js/share.js:413
msgid "create"
msgstr ""
-#: js/share.js:401
+#: js/share.js:416
msgid "update"
msgstr ""
-#: js/share.js:404
+#: js/share.js:419
msgid "delete"
msgstr ""
-#: js/share.js:407
+#: js/share.js:422
msgid "share"
msgstr ""
-#: js/share.js:449 js/share.js:679
+#: js/share.js:464 js/share.js:694
msgid "Password protected"
msgstr ""
-#: js/share.js:692
+#: js/share.js:707
msgid "Error unsetting expiration date"
msgstr ""
-#: js/share.js:704
+#: js/share.js:719
msgid "Error setting expiration date"
msgstr ""
-#: js/share.js:719
+#: js/share.js:734
msgid "Sending ..."
msgstr ""
-#: js/share.js:730
+#: js/share.js:745
msgid "Email sent"
msgstr ""
-#: js/share.js:754
+#: js/share.js:769
msgid "Warning"
msgstr ""
@@ -580,14 +580,12 @@ msgid ""
"\n"
msgstr ""
-#: templates/altmail.php:4
+#: templates/altmail.php:4 templates/mail.php:17
#, php-format
-msgid ""
-"The share will expire on %s.\n"
-"\n"
+msgid "The share will expire on %s."
msgstr ""
-#: templates/altmail.php:6 templates/mail.php:19
+#: templates/altmail.php:7 templates/mail.php:20
msgid "Cheers!"
msgstr ""
@@ -734,11 +732,6 @@ msgid ""
"href=\"%s\">View it!
"
msgstr ""
-#: templates/mail.php:17
-#, php-format
-msgid "The share will expire on %s.
"
-msgstr ""
-
#: templates/update.admin.php:3
#, php-format
msgid "Updating ownCloud to version %s, this may take a while."
diff --git a/l10n/en@pirate/files.po b/l10n/en@pirate/files.po
index 7dfbcbfeda..94beead035 100644
--- a/l10n/en@pirate/files.po
+++ b/l10n/en@pirate/files.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-03 12:38-0500\n"
-"PO-Revision-Date: 2013-11-03 17:38+0000\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-21 15:01+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Pirate English (http://www.transifex.com/projects/p/owncloud/language/en@pirate/)\n"
"MIME-Version: 1.0\n"
@@ -27,7 +27,7 @@ msgstr ""
msgid "Could not move %s"
msgstr ""
-#: ajax/newfile.php:56 js/files.js:27
+#: ajax/newfile.php:56 js/files.js:74
msgid "File name cannot be empty."
msgstr ""
@@ -51,7 +51,7 @@ msgstr ""
msgid "Error while downloading %s to %s"
msgstr ""
-#: ajax/newfile.php:127
+#: ajax/newfile.php:128
msgid "Error when creating the file"
msgstr ""
@@ -114,15 +114,15 @@ msgstr ""
msgid "Not enough storage available"
msgstr ""
-#: ajax/upload.php:127 ajax/upload.php:153
+#: ajax/upload.php:127 ajax/upload.php:154
msgid "Upload failed. Could not get file info."
msgstr ""
-#: ajax/upload.php:143
+#: ajax/upload.php:144
msgid "Upload failed. Could not find uploaded file"
msgstr ""
-#: ajax/upload.php:170
+#: ajax/upload.php:172
msgid "Invalid directory."
msgstr ""
@@ -142,24 +142,24 @@ msgstr ""
msgid "Upload cancelled."
msgstr ""
-#: js/file-upload.js:345
+#: js/file-upload.js:344
msgid "Could not get result from server."
msgstr ""
-#: js/file-upload.js:437
+#: js/file-upload.js:436
msgid ""
"File upload is in progress. Leaving the page now will cancel the upload."
msgstr ""
-#: js/file-upload.js:520
+#: js/file-upload.js:519
msgid "URL cannot be empty"
msgstr ""
-#: js/file-upload.js:524 js/filelist.js:364
+#: js/file-upload.js:523 js/filelist.js:377
msgid "In the home folder 'Shared' is a reserved filename"
msgstr ""
-#: js/file-upload.js:526 js/filelist.js:366
+#: js/file-upload.js:525 js/filelist.js:379
msgid "{new_name} already exists"
msgstr ""
@@ -183,104 +183,108 @@ msgstr ""
msgid "Rename"
msgstr ""
-#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:854
+#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:873
msgid "Pending"
msgstr ""
-#: js/filelist.js:392
+#: js/filelist.js:405
msgid "Could not rename file"
msgstr ""
-#: js/filelist.js:511
+#: js/filelist.js:524
msgid "replaced {new_name} with {old_name}"
msgstr ""
-#: js/filelist.js:511
+#: js/filelist.js:524
msgid "undo"
msgstr ""
-#: js/filelist.js:582 js/filelist.js:649 js/files.js:587
+#: js/filelist.js:576
+msgid "Error deleting file."
+msgstr ""
+
+#: js/filelist.js:594 js/filelist.js:668 js/files.js:631
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] ""
-#: js/filelist.js:583 js/filelist.js:650 js/files.js:593
+#: js/filelist.js:595 js/filelist.js:669 js/files.js:637
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
msgstr[1] ""
-#: js/filelist.js:590
+#: js/filelist.js:602
msgid "{dirs} and {files}"
msgstr ""
-#: js/filelist.js:793 js/filelist.js:831
+#: js/filelist.js:812 js/filelist.js:850
msgid "Uploading %n file"
msgid_plural "Uploading %n files"
msgstr[0] ""
msgstr[1] ""
-#: js/files.js:25
+#: js/files.js:72
msgid "'.' is an invalid file name."
msgstr ""
-#: js/files.js:34
+#: js/files.js:81
msgid ""
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
"allowed."
msgstr ""
-#: js/files.js:46
+#: js/files.js:93
msgid "Your storage is full, files can not be updated or synced anymore!"
msgstr ""
-#: js/files.js:50
+#: js/files.js:97
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr ""
-#: js/files.js:63
+#: js/files.js:110
msgid ""
"Encryption App is enabled but your keys are not initialized, please log-out "
"and log-in again"
msgstr ""
-#: js/files.js:67
+#: js/files.js:114
msgid ""
"Invalid private key for Encryption App. Please update your private key "
"password in your personal settings to recover access to your encrypted "
"files."
msgstr ""
-#: js/files.js:71
+#: js/files.js:118
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr ""
-#: js/files.js:302
+#: js/files.js:349
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr ""
-#: js/files.js:514 js/files.js:552
+#: js/files.js:558 js/files.js:596
msgid "Error moving file"
msgstr ""
-#: js/files.js:514 js/files.js:552
+#: js/files.js:558 js/files.js:596
msgid "Error"
msgstr ""
-#: js/files.js:569 templates/index.php:56
+#: js/files.js:613 templates/index.php:56
msgid "Name"
msgstr ""
-#: js/files.js:570 templates/index.php:68
+#: js/files.js:614 templates/index.php:68
msgid "Size"
msgstr ""
-#: js/files.js:571 templates/index.php:70
+#: js/files.js:615 templates/index.php:70
msgid "Modified"
msgstr ""
diff --git a/l10n/en@pirate/lib.po b/l10n/en@pirate/lib.po
index e681218488..d5acd01a2e 100644
--- a/l10n/en@pirate/lib.po
+++ b/l10n/en@pirate/lib.po
@@ -6,9 +6,9 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-17 13:47-0400\n"
-"PO-Revision-Date: 2013-10-17 17:47+0000\n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-21 15:01+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Pirate English (http://www.transifex.com/projects/p/owncloud/language/en@pirate/)\n"
"MIME-Version: 1.0\n"
@@ -24,31 +24,31 @@ msgid ""
" of ownCloud."
msgstr ""
-#: private/app.php:254
+#: private/app.php:255
msgid "No app name specified"
msgstr ""
-#: private/app.php:359
+#: private/app.php:360
msgid "Help"
msgstr ""
-#: private/app.php:372
+#: private/app.php:373
msgid "Personal"
msgstr ""
-#: private/app.php:383
+#: private/app.php:384
msgid "Settings"
msgstr ""
-#: private/app.php:395
+#: private/app.php:396
msgid "Users"
msgstr ""
-#: private/app.php:408
+#: private/app.php:409
msgid "Admin"
msgstr ""
-#: private/app.php:872
+#: private/app.php:873
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr ""
@@ -70,25 +70,25 @@ msgstr "web services under your control"
msgid "cannot open \"%s\""
msgstr ""
-#: private/files.php:226
+#: private/files.php:228
msgid "ZIP download is turned off."
msgstr ""
-#: private/files.php:227
+#: private/files.php:229
msgid "Files need to be downloaded one by one."
msgstr ""
-#: private/files.php:228 private/files.php:256
+#: private/files.php:230 private/files.php:258
msgid "Back to Files"
msgstr ""
-#: private/files.php:253
+#: private/files.php:255
msgid "Selected files too large to generate zip file."
msgstr ""
-#: private/files.php:254
+#: private/files.php:256
msgid ""
-"Download the files in smaller chunks, seperately or kindly ask your "
+"Please download the files separately in smaller chunks or kindly ask your "
"administrator."
msgstr ""
@@ -133,17 +133,17 @@ msgid ""
"which is not allowed for non shipped apps"
msgstr ""
-#: private/installer.php:152
+#: private/installer.php:159
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr ""
-#: private/installer.php:162
+#: private/installer.php:169
msgid "App directory already exists"
msgstr ""
-#: private/installer.php:175
+#: private/installer.php:182
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr ""
@@ -268,13 +268,13 @@ msgstr ""
msgid "Set an admin password."
msgstr ""
-#: private/setup.php:184
+#: private/setup.php:195
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr ""
-#: private/setup.php:185
+#: private/setup.php:196
#, php-format
msgid "Please double check the installation guides."
msgstr ""
@@ -284,54 +284,54 @@ msgstr ""
msgid "Could not find category \"%s\""
msgstr ""
-#: private/template/functions.php:122
+#: private/template/functions.php:130
msgid "seconds ago"
msgstr ""
-#: private/template/functions.php:123
+#: private/template/functions.php:131
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] ""
msgstr[1] ""
-#: private/template/functions.php:124
+#: private/template/functions.php:132
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] ""
msgstr[1] ""
-#: private/template/functions.php:125
+#: private/template/functions.php:133
msgid "today"
msgstr ""
-#: private/template/functions.php:126
+#: private/template/functions.php:134
msgid "yesterday"
msgstr ""
-#: private/template/functions.php:128
+#: private/template/functions.php:136
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] ""
msgstr[1] ""
-#: private/template/functions.php:130
+#: private/template/functions.php:138
msgid "last month"
msgstr ""
-#: private/template/functions.php:131
+#: private/template/functions.php:139
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] ""
msgstr[1] ""
-#: private/template/functions.php:133
+#: private/template/functions.php:141
msgid "last year"
msgstr ""
-#: private/template/functions.php:134
+#: private/template/functions.php:142
msgid "years ago"
msgstr ""
-#: private/template.php:297
+#: private/template.php:297 public/util.php:108
msgid "Caused by:"
msgstr ""
diff --git a/l10n/en@pirate/settings.po b/l10n/en@pirate/settings.po
index 9303a81886..3ef0ebccbf 100644
--- a/l10n/en@pirate/settings.po
+++ b/l10n/en@pirate/settings.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-15 22:54-0500\n"
-"PO-Revision-Date: 2013-11-13 16:11+0000\n"
+"POT-Creation-Date: 2013-11-21 21:06-0500\n"
+"PO-Revision-Date: 2013-11-22 02:06+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Pirate English (http://www.transifex.com/projects/p/owncloud/language/en@pirate/)\n"
"MIME-Version: 1.0\n"
@@ -281,18 +281,27 @@ msgid "Locale not working"
msgstr ""
#: templates/admin.php:70
-#, php-format
-msgid ""
-"System locale can't be set to %s. This means that there might be problems "
-"with certain characters in file names. We strongly suggest to install the "
-"required packages on your system to support %s."
+msgid "System locale can not be set to a one which supports UTF-8."
msgstr ""
-#: templates/admin.php:82
+#: templates/admin.php:74
+msgid ""
+"This means that there might be problems with certain characters in file "
+"names."
+msgstr ""
+
+#: templates/admin.php:78
+#, php-format
+msgid ""
+"We strongly suggest to install the required packages on your system to "
+"support one of the following locales: %s."
+msgstr ""
+
+#: templates/admin.php:90
msgid "Internet connection not working"
msgstr ""
-#: templates/admin.php:85
+#: templates/admin.php:93
msgid ""
"This server has no working internet connection. This means that some of the "
"features like mounting of external storage, notifications about updates or "
@@ -301,118 +310,118 @@ msgid ""
"internet connection for this server if you want to have all features."
msgstr ""
-#: templates/admin.php:99
+#: templates/admin.php:107
msgid "Cron"
msgstr ""
-#: templates/admin.php:106
+#: templates/admin.php:114
msgid "Execute one task with each page loaded"
msgstr ""
-#: templates/admin.php:114
+#: templates/admin.php:122
msgid ""
"cron.php is registered at a webcron service to call cron.php every 15 "
"minutes over http."
msgstr ""
-#: templates/admin.php:122
+#: templates/admin.php:130
msgid "Use systems cron service to call the cron.php file every 15 minutes."
msgstr ""
-#: templates/admin.php:127
+#: templates/admin.php:135
msgid "Sharing"
msgstr ""
-#: templates/admin.php:133
+#: templates/admin.php:141
msgid "Enable Share API"
msgstr ""
-#: templates/admin.php:134
+#: templates/admin.php:142
msgid "Allow apps to use the Share API"
msgstr ""
-#: templates/admin.php:141
+#: templates/admin.php:149
msgid "Allow links"
msgstr ""
-#: templates/admin.php:142
+#: templates/admin.php:150
msgid "Allow users to share items to the public with links"
msgstr ""
-#: templates/admin.php:150
+#: templates/admin.php:158
msgid "Allow public uploads"
msgstr ""
-#: templates/admin.php:151
+#: templates/admin.php:159
msgid ""
"Allow users to enable others to upload into their publicly shared folders"
msgstr ""
-#: templates/admin.php:159
+#: templates/admin.php:167
msgid "Allow resharing"
msgstr ""
-#: templates/admin.php:160
+#: templates/admin.php:168
msgid "Allow users to share items shared with them again"
msgstr ""
-#: templates/admin.php:167
+#: templates/admin.php:175
msgid "Allow users to share with anyone"
msgstr ""
-#: templates/admin.php:170
+#: templates/admin.php:178
msgid "Allow users to only share with users in their groups"
msgstr ""
-#: templates/admin.php:177
+#: templates/admin.php:185
msgid "Allow mail notification"
msgstr ""
-#: templates/admin.php:178
+#: templates/admin.php:186
msgid "Allow user to send mail notification for shared files"
msgstr ""
-#: templates/admin.php:185
+#: templates/admin.php:193
msgid "Security"
msgstr ""
-#: templates/admin.php:198
+#: templates/admin.php:206
msgid "Enforce HTTPS"
msgstr ""
-#: templates/admin.php:200
+#: templates/admin.php:208
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr ""
-#: templates/admin.php:206
+#: templates/admin.php:214
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr ""
-#: templates/admin.php:218
+#: templates/admin.php:226
msgid "Log"
msgstr ""
-#: templates/admin.php:219
+#: templates/admin.php:227
msgid "Log level"
msgstr ""
-#: templates/admin.php:251
+#: templates/admin.php:259
msgid "More"
msgstr ""
-#: templates/admin.php:252
+#: templates/admin.php:260
msgid "Less"
msgstr ""
-#: templates/admin.php:258 templates/personal.php:169
+#: templates/admin.php:266 templates/personal.php:169
msgid "Version"
msgstr ""
-#: templates/admin.php:262 templates/personal.php:172
+#: templates/admin.php:270 templates/personal.php:172
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n"
"MIME-Version: 1.0\n"
@@ -277,12 +277,12 @@ msgstr "Shared"
msgid "Share"
msgstr "Share"
-#: js/share.js:158 js/share.js:171 js/share.js:178 js/share.js:692
-#: js/share.js:704
+#: js/share.js:158 js/share.js:171 js/share.js:178 js/share.js:707
+#: js/share.js:719
msgid "Error"
msgstr "Error"
-#: js/share.js:160 js/share.js:732
+#: js/share.js:160 js/share.js:747
msgid "Error while sharing"
msgstr "Error whilst sharing"
@@ -302,115 +302,115 @@ msgstr "Shared with you and the group {group} by {owner}"
msgid "Shared with you by {owner}"
msgstr "Shared with you by {owner}"
-#: js/share.js:212
+#: js/share.js:213
msgid "Share with user or group …"
msgstr "Share with user or group …"
-#: js/share.js:218
+#: js/share.js:219
msgid "Share link"
msgstr "Share link"
-#: js/share.js:221
+#: js/share.js:222
msgid "Password protect"
msgstr "Password protect"
-#: js/share.js:223 templates/installation.php:57 templates/login.php:32
+#: js/share.js:224 templates/installation.php:57 templates/login.php:32
msgid "Password"
msgstr "Password"
-#: js/share.js:228
+#: js/share.js:229
msgid "Allow Public Upload"
msgstr "Allow Public Upload"
-#: js/share.js:232
+#: js/share.js:233
msgid "Email link to person"
msgstr "Email link to person"
-#: js/share.js:233
+#: js/share.js:234
msgid "Send"
msgstr "Send"
-#: js/share.js:238
+#: js/share.js:239
msgid "Set expiration date"
msgstr "Set expiration date"
-#: js/share.js:239
+#: js/share.js:240
msgid "Expiration date"
msgstr "Expiration date"
-#: js/share.js:274
+#: js/share.js:275
msgid "Share via email:"
msgstr "Share via email:"
-#: js/share.js:277
+#: js/share.js:278
msgid "No people found"
msgstr "No people found"
-#: js/share.js:307 js/share.js:344
+#: js/share.js:322 js/share.js:359
msgid "group"
msgstr "group"
-#: js/share.js:318
+#: js/share.js:333
msgid "Resharing is not allowed"
msgstr "Resharing is not allowed"
-#: js/share.js:360
+#: js/share.js:375
msgid "Shared in {item} with {user}"
msgstr "Shared in {item} with {user}"
-#: js/share.js:382
+#: js/share.js:397
msgid "Unshare"
msgstr "Unshare"
-#: js/share.js:390
+#: js/share.js:405
msgid "notify by email"
msgstr "notify by email"
-#: js/share.js:393
+#: js/share.js:408
msgid "can edit"
msgstr "can edit"
-#: js/share.js:395
+#: js/share.js:410
msgid "access control"
msgstr "access control"
-#: js/share.js:398
+#: js/share.js:413
msgid "create"
msgstr "create"
-#: js/share.js:401
+#: js/share.js:416
msgid "update"
msgstr "update"
-#: js/share.js:404
+#: js/share.js:419
msgid "delete"
msgstr "delete"
-#: js/share.js:407
+#: js/share.js:422
msgid "share"
msgstr "share"
-#: js/share.js:449 js/share.js:679
+#: js/share.js:464 js/share.js:694
msgid "Password protected"
msgstr "Password protected"
-#: js/share.js:692
+#: js/share.js:707
msgid "Error unsetting expiration date"
msgstr "Error unsetting expiration date"
-#: js/share.js:704
+#: js/share.js:719
msgid "Error setting expiration date"
msgstr "Error setting expiration date"
-#: js/share.js:719
+#: js/share.js:734
msgid "Sending ..."
msgstr "Sending ..."
-#: js/share.js:730
+#: js/share.js:745
msgid "Email sent"
msgstr "Email sent"
-#: js/share.js:754
+#: js/share.js:769
msgid "Warning"
msgstr "Warning"
@@ -580,14 +580,12 @@ msgid ""
"\n"
msgstr "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n"
-#: templates/altmail.php:4
+#: templates/altmail.php:4 templates/mail.php:17
#, php-format
-msgid ""
-"The share will expire on %s.\n"
-"\n"
-msgstr "The share will expire on %s.\n\n"
+msgid "The share will expire on %s."
+msgstr "The share will expire on %s."
-#: templates/altmail.php:6 templates/mail.php:19
+#: templates/altmail.php:7 templates/mail.php:20
msgid "Cheers!"
msgstr "Cheers!"
@@ -734,11 +732,6 @@ msgid ""
"href=\"%s\">View it!
"
msgstr "Hey there,
just letting you know that %s shared »%s« with you. View it!
"
-#: templates/mail.php:17
-#, php-format
-msgid "The share will expire on %s.
"
-msgstr "The share will expire on %s.
"
-
#: templates/update.admin.php:3
#, php-format
msgid "Updating ownCloud to version %s, this may take a while."
diff --git a/l10n/en_GB/files.po b/l10n/en_GB/files.po
index e98b5de92f..8309d35dd6 100644
--- a/l10n/en_GB/files.po
+++ b/l10n/en_GB/files.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-11 05:45-0500\n"
-"PO-Revision-Date: 2013-11-09 07:01+0000\n"
+"POT-Creation-Date: 2013-11-21 21:05-0500\n"
+"PO-Revision-Date: 2013-11-21 15:22+0000\n"
"Last-Translator: mnestis \n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n"
"MIME-Version: 1.0\n"
@@ -156,11 +156,11 @@ msgstr "File upload is in progress. Leaving the page now will cancel the upload.
msgid "URL cannot be empty"
msgstr "URL cannot be empty"
-#: js/file-upload.js:523 js/filelist.js:371
+#: js/file-upload.js:523 js/filelist.js:377
msgid "In the home folder 'Shared' is a reserved filename"
msgstr "In the home folder 'Shared' is a reserved file name"
-#: js/file-upload.js:525 js/filelist.js:373
+#: js/file-upload.js:525 js/filelist.js:379
msgid "{new_name} already exists"
msgstr "{new_name} already exists"
@@ -184,39 +184,43 @@ msgstr "Delete permanently"
msgid "Rename"
msgstr "Rename"
-#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:857
+#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:873
msgid "Pending"
msgstr "Pending"
-#: js/filelist.js:399
+#: js/filelist.js:405
msgid "Could not rename file"
msgstr "Could not rename file"
-#: js/filelist.js:518
+#: js/filelist.js:524
msgid "replaced {new_name} with {old_name}"
msgstr "replaced {new_name} with {old_name}"
-#: js/filelist.js:518
+#: js/filelist.js:524
msgid "undo"
msgstr "undo"
-#: js/filelist.js:578 js/filelist.js:652 js/files.js:631
+#: js/filelist.js:576
+msgid "Error deleting file."
+msgstr "Error deleting file."
+
+#: js/filelist.js:594 js/filelist.js:668 js/files.js:631
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "%n folder"
msgstr[1] "%n folders"
-#: js/filelist.js:579 js/filelist.js:653 js/files.js:637
+#: js/filelist.js:595 js/filelist.js:669 js/files.js:637
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "%n file"
msgstr[1] "%n files"
-#: js/filelist.js:586
+#: js/filelist.js:602
msgid "{dirs} and {files}"
msgstr "{dirs} and {files}"
-#: js/filelist.js:796 js/filelist.js:834
+#: js/filelist.js:812 js/filelist.js:850
msgid "Uploading %n file"
msgid_plural "Uploading %n files"
msgstr[0] "Uploading %n file"
diff --git a/l10n/en_GB/files_external.po b/l10n/en_GB/files_external.po
index 03c8c2458a..bbfe3b3d26 100644
--- a/l10n/en_GB/files_external.po
+++ b/l10n/en_GB/files_external.po
@@ -7,9 +7,9 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-16 00:26-0400\n"
-"PO-Revision-Date: 2013-10-14 00:42+0000\n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-16 07:44+0000\n"
"Last-Translator: mnestis \n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n"
"MIME-Version: 1.0\n"
@@ -38,20 +38,20 @@ msgstr "Please provide a valid Dropbox app key and secret."
msgid "Error configuring Google Drive storage"
msgstr "Error configuring Google Drive storage"
-#: lib/config.php:453
+#: lib/config.php:461
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr "Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares is not possible. Please ask your system administrator to install it."
-#: lib/config.php:457
+#: lib/config.php:465
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr "Warning: The FTP support in PHP is not enabled or installed. Mounting of FTP shares is not possible. Please ask your system administrator to install it."
-#: lib/config.php:460
+#: lib/config.php:468
msgid ""
"Warning: The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
diff --git a/l10n/en_GB/files_trashbin.po b/l10n/en_GB/files_trashbin.po
index 47a46a78b0..6da8b00bfe 100644
--- a/l10n/en_GB/files_trashbin.po
+++ b/l10n/en_GB/files_trashbin.po
@@ -7,9 +7,9 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-16 00:26-0400\n"
-"PO-Revision-Date: 2013-10-14 00:42+0000\n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-16 07:44+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n"
"MIME-Version: 1.0\n"
@@ -32,7 +32,7 @@ msgstr "Couldn't restore %s"
msgid "Error"
msgstr "Error"
-#: lib/trashbin.php:814 lib/trashbin.php:816
+#: lib/trashbin.php:815 lib/trashbin.php:817
msgid "restored"
msgstr "restored"
diff --git a/l10n/en_GB/lib.po b/l10n/en_GB/lib.po
index 67a35a19e1..3857ebb302 100644
--- a/l10n/en_GB/lib.po
+++ b/l10n/en_GB/lib.po
@@ -7,10 +7,10 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-29 07:28-0400\n"
-"PO-Revision-Date: 2013-10-28 10:45+0000\n"
-"Last-Translator: I Robot \n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-21 21:06-0500\n"
+"PO-Revision-Date: 2013-11-21 15:22+0000\n"
+"Last-Translator: mnestis \n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -71,27 +71,27 @@ msgstr "web services under your control"
msgid "cannot open \"%s\""
msgstr "cannot open \"%s\""
-#: private/files.php:226
+#: private/files.php:228
msgid "ZIP download is turned off."
msgstr "ZIP download is turned off."
-#: private/files.php:227
+#: private/files.php:229
msgid "Files need to be downloaded one by one."
msgstr "Files need to be downloaded one by one."
-#: private/files.php:228 private/files.php:256
+#: private/files.php:230 private/files.php:258
msgid "Back to Files"
msgstr "Back to Files"
-#: private/files.php:253
+#: private/files.php:255
msgid "Selected files too large to generate zip file."
msgstr "Selected files too large to generate zip file."
-#: private/files.php:254
+#: private/files.php:256
msgid ""
-"Download the files in smaller chunks, seperately or kindly ask your "
+"Please download the files separately in smaller chunks or kindly ask your "
"administrator."
-msgstr "Download the files in smaller chunks, seperately or kindly ask your administrator."
+msgstr "Please download the files separately in smaller chunks or kindly ask your administrator."
#: private/installer.php:63
msgid "No source specified when installing app"
@@ -134,17 +134,17 @@ msgid ""
"which is not allowed for non shipped apps"
msgstr "App can't be installed because it contains the true tag which is not allowed for non shipped apps"
-#: private/installer.php:152
+#: private/installer.php:159
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store"
-#: private/installer.php:162
+#: private/installer.php:169
msgid "App directory already exists"
msgstr "App directory already exists"
-#: private/installer.php:175
+#: private/installer.php:182
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr "Can't create app folder. Please fix permissions. %s"
@@ -269,13 +269,13 @@ msgstr "Set an admin username."
msgid "Set an admin password."
msgstr "Set an admin password."
-#: private/setup.php:184
+#: private/setup.php:195
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "Your web server is not yet properly setup to allow files synchronisation because the WebDAV interface seems to be broken."
-#: private/setup.php:185
+#: private/setup.php:196
#, php-format
msgid "Please double check the installation guides."
msgstr "Please double check the installation guides."
@@ -333,6 +333,6 @@ msgstr "last year"
msgid "years ago"
msgstr "years ago"
-#: private/template.php:297 public/util.php:103
+#: private/template.php:297 public/util.php:108
msgid "Caused by:"
msgstr "Caused by:"
diff --git a/l10n/en_GB/settings.po b/l10n/en_GB/settings.po
index 1f7f4c5e7f..8912a27e47 100644
--- a/l10n/en_GB/settings.po
+++ b/l10n/en_GB/settings.po
@@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-15 22:54-0500\n"
-"PO-Revision-Date: 2013-11-13 16:00+0000\n"
-"Last-Translator: mnestis \n"
+"POT-Creation-Date: 2013-11-21 21:06-0500\n"
+"PO-Revision-Date: 2013-11-22 02:06+0000\n"
+"Last-Translator: I Robot \n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -282,18 +282,27 @@ msgid "Locale not working"
msgstr "Locale not working"
#: templates/admin.php:70
+msgid "System locale can not be set to a one which supports UTF-8."
+msgstr ""
+
+#: templates/admin.php:74
+msgid ""
+"This means that there might be problems with certain characters in file "
+"names."
+msgstr ""
+
+#: templates/admin.php:78
#, php-format
msgid ""
-"System locale can't be set to %s. This means that there might be problems "
-"with certain characters in file names. We strongly suggest to install the "
-"required packages on your system to support %s."
-msgstr "System locale can't be set to %s. This means that there might be problems with certain characters in file names. We strongly suggest to install the required packages on your system to support %s."
+"We strongly suggest to install the required packages on your system to "
+"support one of the following locales: %s."
+msgstr ""
-#: templates/admin.php:82
+#: templates/admin.php:90
msgid "Internet connection not working"
msgstr "Internet connection not working"
-#: templates/admin.php:85
+#: templates/admin.php:93
msgid ""
"This server has no working internet connection. This means that some of the "
"features like mounting of external storage, notifications about updates or "
@@ -302,118 +311,118 @@ msgid ""
"internet connection for this server if you want to have all features."
msgstr "This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don't work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features."
-#: templates/admin.php:99
+#: templates/admin.php:107
msgid "Cron"
msgstr "Cron"
-#: templates/admin.php:106
+#: templates/admin.php:114
msgid "Execute one task with each page loaded"
msgstr "Execute one task with each page loaded"
-#: templates/admin.php:114
+#: templates/admin.php:122
msgid ""
"cron.php is registered at a webcron service to call cron.php every 15 "
"minutes over http."
msgstr "cron.php is registered at a webcron service to call cron.php every 15 minutes over http."
-#: templates/admin.php:122
+#: templates/admin.php:130
msgid "Use systems cron service to call the cron.php file every 15 minutes."
msgstr "Use system's cron service to call the cron.php file every 15 minutes."
-#: templates/admin.php:127
+#: templates/admin.php:135
msgid "Sharing"
msgstr "Sharing"
-#: templates/admin.php:133
+#: templates/admin.php:141
msgid "Enable Share API"
msgstr "Enable Share API"
-#: templates/admin.php:134
+#: templates/admin.php:142
msgid "Allow apps to use the Share API"
msgstr "Allow apps to use the Share API"
-#: templates/admin.php:141
+#: templates/admin.php:149
msgid "Allow links"
msgstr "Allow links"
-#: templates/admin.php:142
+#: templates/admin.php:150
msgid "Allow users to share items to the public with links"
msgstr "Allow users to share items to the public with links"
-#: templates/admin.php:150
+#: templates/admin.php:158
msgid "Allow public uploads"
msgstr "Allow public uploads"
-#: templates/admin.php:151
+#: templates/admin.php:159
msgid ""
"Allow users to enable others to upload into their publicly shared folders"
msgstr "Allow users to enable others to upload into their publicly shared folders"
-#: templates/admin.php:159
+#: templates/admin.php:167
msgid "Allow resharing"
msgstr "Allow resharing"
-#: templates/admin.php:160
+#: templates/admin.php:168
msgid "Allow users to share items shared with them again"
msgstr "Allow users to share items shared with them again"
-#: templates/admin.php:167
+#: templates/admin.php:175
msgid "Allow users to share with anyone"
msgstr "Allow users to share with anyone"
-#: templates/admin.php:170
+#: templates/admin.php:178
msgid "Allow users to only share with users in their groups"
msgstr "Allow users to only share with users in their groups"
-#: templates/admin.php:177
+#: templates/admin.php:185
msgid "Allow mail notification"
msgstr "Allow mail notification"
-#: templates/admin.php:178
+#: templates/admin.php:186
msgid "Allow user to send mail notification for shared files"
msgstr "Allow user to send mail notification for shared files"
-#: templates/admin.php:185
+#: templates/admin.php:193
msgid "Security"
msgstr "Security"
-#: templates/admin.php:198
+#: templates/admin.php:206
msgid "Enforce HTTPS"
msgstr "Enforce HTTPS"
-#: templates/admin.php:200
+#: templates/admin.php:208
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr "Forces the clients to connect to %s via an encrypted connection."
-#: templates/admin.php:206
+#: templates/admin.php:214
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr "Please connect to your %s via HTTPS to enable or disable the SSL enforcement."
-#: templates/admin.php:218
+#: templates/admin.php:226
msgid "Log"
msgstr "Log"
-#: templates/admin.php:219
+#: templates/admin.php:227
msgid "Log level"
msgstr "Log level"
-#: templates/admin.php:251
+#: templates/admin.php:259
msgid "More"
msgstr "More"
-#: templates/admin.php:252
+#: templates/admin.php:260
msgid "Less"
msgstr "Less"
-#: templates/admin.php:258 templates/personal.php:169
+#: templates/admin.php:266 templates/personal.php:169
msgid "Version"
msgstr "Version"
-#: templates/admin.php:262 templates/personal.php:172
+#: templates/admin.php:270 templates/personal.php:172
msgid ""
"Developed by the ownCloud community, the \n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-17 17:20+0000\n"
+"Last-Translator: mnestis \n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -89,15 +89,15 @@ msgstr "Error"
#: js/settings.js:674
msgid "Configuration OK"
-msgstr ""
+msgstr "Configuration OK"
#: js/settings.js:683
msgid "Configuration incorrect"
-msgstr ""
+msgstr "Configuration incorrect"
#: js/settings.js:692
msgid "Configuration incomplete"
-msgstr ""
+msgstr "Configuration incomplete"
#: js/settings.js:709 js/settings.js:718
msgid "Select groups"
diff --git a/l10n/eo/core.po b/l10n/eo/core.po
index b9ac927435..315f26d0da 100644
--- a/l10n/eo/core.po
+++ b/l10n/eo/core.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-15 22:54-0500\n"
-"PO-Revision-Date: 2013-11-13 16:11+0000\n"
+"POT-Creation-Date: 2013-11-24 00:13-0500\n"
+"PO-Revision-Date: 2013-11-22 02:20+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n"
"MIME-Version: 1.0\n"
@@ -278,12 +278,12 @@ msgstr "Dividita"
msgid "Share"
msgstr "Kunhavigi"
-#: js/share.js:158 js/share.js:171 js/share.js:178 js/share.js:692
-#: js/share.js:704
+#: js/share.js:158 js/share.js:171 js/share.js:178 js/share.js:707
+#: js/share.js:719
msgid "Error"
msgstr "Eraro"
-#: js/share.js:160 js/share.js:732
+#: js/share.js:160 js/share.js:747
msgid "Error while sharing"
msgstr "Eraro dum kunhavigo"
@@ -303,115 +303,115 @@ msgstr "Kunhavigita kun vi kaj la grupo {group} de {owner}"
msgid "Shared with you by {owner}"
msgstr "Kunhavigita kun vi de {owner}"
-#: js/share.js:212
+#: js/share.js:213
msgid "Share with user or group …"
msgstr ""
-#: js/share.js:218
+#: js/share.js:219
msgid "Share link"
msgstr ""
-#: js/share.js:221
+#: js/share.js:222
msgid "Password protect"
msgstr "Protekti per pasvorto"
-#: js/share.js:223 templates/installation.php:57 templates/login.php:32
+#: js/share.js:224 templates/installation.php:57 templates/login.php:32
msgid "Password"
msgstr "Pasvorto"
-#: js/share.js:228
+#: js/share.js:229
msgid "Allow Public Upload"
msgstr ""
-#: js/share.js:232
+#: js/share.js:233
msgid "Email link to person"
msgstr "Retpoŝti la ligilon al ulo"
-#: js/share.js:233
+#: js/share.js:234
msgid "Send"
msgstr "Sendi"
-#: js/share.js:238
+#: js/share.js:239
msgid "Set expiration date"
msgstr "Agordi limdaton"
-#: js/share.js:239
+#: js/share.js:240
msgid "Expiration date"
msgstr "Limdato"
-#: js/share.js:274
+#: js/share.js:275
msgid "Share via email:"
msgstr "Kunhavigi per retpoŝto:"
-#: js/share.js:277
+#: js/share.js:278
msgid "No people found"
msgstr "Ne troviĝis gento"
-#: js/share.js:307 js/share.js:344
+#: js/share.js:322 js/share.js:359
msgid "group"
msgstr "grupo"
-#: js/share.js:318
+#: js/share.js:333
msgid "Resharing is not allowed"
msgstr "Rekunhavigo ne permesatas"
-#: js/share.js:360
+#: js/share.js:375
msgid "Shared in {item} with {user}"
msgstr "Kunhavigita en {item} kun {user}"
-#: js/share.js:382
+#: js/share.js:397
msgid "Unshare"
msgstr "Malkunhavigi"
-#: js/share.js:390
+#: js/share.js:405
msgid "notify by email"
msgstr ""
-#: js/share.js:393
+#: js/share.js:408
msgid "can edit"
msgstr "povas redakti"
-#: js/share.js:395
+#: js/share.js:410
msgid "access control"
msgstr "alirkontrolo"
-#: js/share.js:398
+#: js/share.js:413
msgid "create"
msgstr "krei"
-#: js/share.js:401
+#: js/share.js:416
msgid "update"
msgstr "ĝisdatigi"
-#: js/share.js:404
+#: js/share.js:419
msgid "delete"
msgstr "forigi"
-#: js/share.js:407
+#: js/share.js:422
msgid "share"
msgstr "kunhavigi"
-#: js/share.js:449 js/share.js:679
+#: js/share.js:464 js/share.js:694
msgid "Password protected"
msgstr "Protektita per pasvorto"
-#: js/share.js:692
+#: js/share.js:707
msgid "Error unsetting expiration date"
msgstr "Eraro dum malagordado de limdato"
-#: js/share.js:704
+#: js/share.js:719
msgid "Error setting expiration date"
msgstr "Eraro dum agordado de limdato"
-#: js/share.js:719
+#: js/share.js:734
msgid "Sending ..."
msgstr "Sendante..."
-#: js/share.js:730
+#: js/share.js:745
msgid "Email sent"
msgstr "La retpoŝtaĵo sendiĝis"
-#: js/share.js:754
+#: js/share.js:769
msgid "Warning"
msgstr "Averto"
@@ -581,14 +581,12 @@ msgid ""
"\n"
msgstr ""
-#: templates/altmail.php:4
+#: templates/altmail.php:4 templates/mail.php:17
#, php-format
-msgid ""
-"The share will expire on %s.\n"
-"\n"
+msgid "The share will expire on %s."
msgstr ""
-#: templates/altmail.php:6 templates/mail.php:19
+#: templates/altmail.php:7 templates/mail.php:20
msgid "Cheers!"
msgstr ""
@@ -735,11 +733,6 @@ msgid ""
"href=\"%s\">View it!
"
msgstr ""
-#: templates/mail.php:17
-#, php-format
-msgid "The share will expire on %s.
tan solo queremos informarte que %s compartió «%s» contigo. ¡Míralo acá!
"
-#: templates/mail.php:17
-#, php-format
-msgid "The share will expire on %s.
"
-msgstr "El objeto dejará de ser compartido el %s.
"
-
#: templates/update.admin.php:3
#, php-format
msgid "Updating ownCloud to version %s, this may take a while."
diff --git a/l10n/es/files.po b/l10n/es/files.po
index ace67ff778..3a54e47993 100644
--- a/l10n/es/files.po
+++ b/l10n/es/files.po
@@ -16,9 +16,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-11 05:45-0500\n"
-"PO-Revision-Date: 2013-11-09 07:01+0000\n"
-"Last-Translator: Raul Fernandez Garcia \n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-21 15:01+0000\n"
+"Last-Translator: I Robot \n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -164,11 +164,11 @@ msgstr "La subida del archivo está en proceso. Si sale de la página ahora, la
msgid "URL cannot be empty"
msgstr "La dirección URL no puede estar vacía"
-#: js/file-upload.js:523 js/filelist.js:371
+#: js/file-upload.js:523 js/filelist.js:377
msgid "In the home folder 'Shared' is a reserved filename"
msgstr "En la carpeta de inicio, 'Shared' es un nombre reservado"
-#: js/file-upload.js:525 js/filelist.js:373
+#: js/file-upload.js:525 js/filelist.js:379
msgid "{new_name} already exists"
msgstr "{new_name} ya existe"
@@ -192,39 +192,43 @@ msgstr "Eliminar permanentemente"
msgid "Rename"
msgstr "Renombrar"
-#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:857
+#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:873
msgid "Pending"
msgstr "Pendiente"
-#: js/filelist.js:399
+#: js/filelist.js:405
msgid "Could not rename file"
msgstr "No se pudo renombrar el archivo"
-#: js/filelist.js:518
+#: js/filelist.js:524
msgid "replaced {new_name} with {old_name}"
msgstr "reemplazado {new_name} con {old_name}"
-#: js/filelist.js:518
+#: js/filelist.js:524
msgid "undo"
msgstr "deshacer"
-#: js/filelist.js:578 js/filelist.js:652 js/files.js:631
+#: js/filelist.js:576
+msgid "Error deleting file."
+msgstr ""
+
+#: js/filelist.js:594 js/filelist.js:668 js/files.js:631
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "%n carpeta"
msgstr[1] "%n carpetas"
-#: js/filelist.js:579 js/filelist.js:653 js/files.js:637
+#: js/filelist.js:595 js/filelist.js:669 js/files.js:637
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "%n archivo"
msgstr[1] "%n archivos"
-#: js/filelist.js:586
+#: js/filelist.js:602
msgid "{dirs} and {files}"
msgstr "{dirs} y {files}"
-#: js/filelist.js:796 js/filelist.js:834
+#: js/filelist.js:812 js/filelist.js:850
msgid "Uploading %n file"
msgid_plural "Uploading %n files"
msgstr[0] "Subiendo %n archivo"
diff --git a/l10n/es/files_external.po b/l10n/es/files_external.po
index 72118628d1..503d6f1758 100644
--- a/l10n/es/files_external.po
+++ b/l10n/es/files_external.po
@@ -3,14 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
-# Korrosivo , 2013
+# Rubén del Campo , 2013
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-16 00:26-0400\n"
-"PO-Revision-Date: 2013-10-14 00:42+0000\n"
-"Last-Translator: Korrosivo \n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-16 07:44+0000\n"
+"Last-Translator: Rubén del Campo \n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -38,20 +38,20 @@ msgstr "Por favor, proporcione un una clave válida de la app Dropbox y una clav
msgid "Error configuring Google Drive storage"
msgstr "Error configurando el almacenamiento de Google Drive"
-#: lib/config.php:453
+#: lib/config.php:461
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr "Advertencia: El cliente smb (smbclient) no se encuentra instalado. El montado de archivos o ficheros CIFS/SMB no es posible. Por favor pida al administrador de su sistema que lo instale."
-#: lib/config.php:457
+#: lib/config.php:465
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr "Advertencia: El soporte de FTP en PHP no se encuentra instalado. El montado de archivos o ficheros FTP no es posible. Por favor pida al administrador de su sistema que lo instale."
-#: lib/config.php:460
+#: lib/config.php:468
msgid ""
"Warning: The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
diff --git a/l10n/es/files_trashbin.po b/l10n/es/files_trashbin.po
index 155a900d63..186909f350 100644
--- a/l10n/es/files_trashbin.po
+++ b/l10n/es/files_trashbin.po
@@ -4,13 +4,13 @@
#
# Translators:
# Art O. Pal , 2013
-# Korrosivo , 2013
+# Rubén del Campo , 2013
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-16 00:26-0400\n"
-"PO-Revision-Date: 2013-10-14 00:42+0000\n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-16 07:44+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n"
"MIME-Version: 1.0\n"
@@ -33,7 +33,7 @@ msgstr "No se puede restaurar %s"
msgid "Error"
msgstr "Error"
-#: lib/trashbin.php:814 lib/trashbin.php:816
+#: lib/trashbin.php:815 lib/trashbin.php:817
msgid "restored"
msgstr "recuperado"
diff --git a/l10n/es/lib.po b/l10n/es/lib.po
index 04e07c4534..d31c23cabf 100644
--- a/l10n/es/lib.po
+++ b/l10n/es/lib.po
@@ -10,9 +10,9 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-29 07:28-0400\n"
-"PO-Revision-Date: 2013-10-28 10:45+0000\n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-21 15:01+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n"
"MIME-Version: 1.0\n"
@@ -74,27 +74,27 @@ msgstr "Servicios web bajo su control"
msgid "cannot open \"%s\""
msgstr "No se puede abrir \"%s\""
-#: private/files.php:226
+#: private/files.php:228
msgid "ZIP download is turned off."
msgstr "La descarga en ZIP está desactivada."
-#: private/files.php:227
+#: private/files.php:229
msgid "Files need to be downloaded one by one."
msgstr "Los archivos deben ser descargados uno por uno."
-#: private/files.php:228 private/files.php:256
+#: private/files.php:230 private/files.php:258
msgid "Back to Files"
msgstr "Volver a Archivos"
-#: private/files.php:253
+#: private/files.php:255
msgid "Selected files too large to generate zip file."
msgstr "Los archivos seleccionados son demasiado grandes para generar el archivo zip."
-#: private/files.php:254
+#: private/files.php:256
msgid ""
-"Download the files in smaller chunks, seperately or kindly ask your "
+"Please download the files separately in smaller chunks or kindly ask your "
"administrator."
-msgstr "Descargue los archivos en trozos más pequeños, por separado o solicítelos amablemente su administrador."
+msgstr ""
#: private/installer.php:63
msgid "No source specified when installing app"
@@ -137,17 +137,17 @@ msgid ""
"which is not allowed for non shipped apps"
msgstr "La aplicación no se puede instalar porque contiene la etiqueta\n\ntrue\n\nque no está permitida para aplicaciones no distribuidas"
-#: private/installer.php:152
+#: private/installer.php:159
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr "La aplicación no puede ser instalada por que la versión en info.xml/version no es la misma que la establecida en la app store"
-#: private/installer.php:162
+#: private/installer.php:169
msgid "App directory already exists"
msgstr "El directorio de la aplicación ya existe"
-#: private/installer.php:175
+#: private/installer.php:182
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr "No se puede crear la carpeta de la aplicación. Corrija los permisos. %s"
@@ -272,13 +272,13 @@ msgstr "Configurar un nombre de usuario del administrador"
msgid "Set an admin password."
msgstr "Configurar la contraseña del administrador."
-#: private/setup.php:184
+#: private/setup.php:195
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "Su servidor web aún no está configurado adecuadamente para permitir sincronización de archivos ya que la interfaz WebDAV parece no estar funcionando."
-#: private/setup.php:185
+#: private/setup.php:196
#, php-format
msgid "Please double check the installation guides."
msgstr "Por favor, vuelva a comprobar las guías de instalación."
@@ -336,6 +336,6 @@ msgstr "año pasado"
msgid "years ago"
msgstr "hace años"
-#: private/template.php:297 public/util.php:103
+#: private/template.php:297 public/util.php:108
msgid "Caused by:"
msgstr "Causado por:"
diff --git a/l10n/es/settings.po b/l10n/es/settings.po
index 2df3faa3af..34857e7aab 100644
--- a/l10n/es/settings.po
+++ b/l10n/es/settings.po
@@ -19,9 +19,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-15 22:54-0500\n"
-"PO-Revision-Date: 2013-11-13 16:11+0000\n"
-"Last-Translator: Art O. Pal \n"
+"POT-Creation-Date: 2013-11-21 21:06-0500\n"
+"PO-Revision-Date: 2013-11-22 02:06+0000\n"
+"Last-Translator: I Robot \n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -293,18 +293,27 @@ msgid "Locale not working"
msgstr "La configuración regional no está funcionando"
#: templates/admin.php:70
+msgid "System locale can not be set to a one which supports UTF-8."
+msgstr ""
+
+#: templates/admin.php:74
+msgid ""
+"This means that there might be problems with certain characters in file "
+"names."
+msgstr ""
+
+#: templates/admin.php:78
#, php-format
msgid ""
-"System locale can't be set to %s. This means that there might be problems "
-"with certain characters in file names. We strongly suggest to install the "
-"required packages on your system to support %s."
-msgstr "La configuración regional del sistema no se puede ajustar a %s. Esto significa que puede haber problemas con ciertos caracteres en los nombres de archivo. Le recomendamos instalar los paquetes necesarios en el sistema para soportar %s."
+"We strongly suggest to install the required packages on your system to "
+"support one of the following locales: %s."
+msgstr ""
-#: templates/admin.php:82
+#: templates/admin.php:90
msgid "Internet connection not working"
msgstr "La conexión a Internet no está funcionando"
-#: templates/admin.php:85
+#: templates/admin.php:93
msgid ""
"This server has no working internet connection. This means that some of the "
"features like mounting of external storage, notifications about updates or "
@@ -313,118 +322,118 @@ msgid ""
"internet connection for this server if you want to have all features."
msgstr "Este servidor no tiene conexión a Internet. Esto significa que algunas de las características no funcionarán, como el montaje de almacenamiento externo, las notificaciones sobre actualizaciones, la instalación de aplicaciones de terceros, el acceso a los archivos de forma remota o el envío de correos electrónicos de notificación. Sugerimos habilitar una conexión a Internet en este servidor para disfrutar de todas las funciones."
-#: templates/admin.php:99
+#: templates/admin.php:107
msgid "Cron"
msgstr "Cron"
-#: templates/admin.php:106
+#: templates/admin.php:114
msgid "Execute one task with each page loaded"
msgstr "Ejecutar una tarea con cada página cargada"
-#: templates/admin.php:114
+#: templates/admin.php:122
msgid ""
"cron.php is registered at a webcron service to call cron.php every 15 "
"minutes over http."
msgstr "cron.php se registra en un servicio webcron para llamar a cron.php cada 15 minutos a través de HTTP."
-#: templates/admin.php:122
+#: templates/admin.php:130
msgid "Use systems cron service to call the cron.php file every 15 minutes."
msgstr "Utiliza el servicio cron del sistema para llamar al archivo cron.php cada 15 minutos."
-#: templates/admin.php:127
+#: templates/admin.php:135
msgid "Sharing"
msgstr "Compartiendo"
-#: templates/admin.php:133
+#: templates/admin.php:141
msgid "Enable Share API"
msgstr "Activar API de Compartición"
-#: templates/admin.php:134
+#: templates/admin.php:142
msgid "Allow apps to use the Share API"
msgstr "Permitir a las aplicaciones utilizar la API de Compartición"
-#: templates/admin.php:141
+#: templates/admin.php:149
msgid "Allow links"
msgstr "Permitir enlaces"
-#: templates/admin.php:142
+#: templates/admin.php:150
msgid "Allow users to share items to the public with links"
msgstr "Permitir a los usuarios compartir elementos con el público mediante enlaces"
-#: templates/admin.php:150
+#: templates/admin.php:158
msgid "Allow public uploads"
msgstr "Permitir subidas públicas"
-#: templates/admin.php:151
+#: templates/admin.php:159
msgid ""
"Allow users to enable others to upload into their publicly shared folders"
msgstr "Permitir a los usuarios habilitar a otros para subir archivos en sus carpetas compartidas públicamente"
-#: templates/admin.php:159
+#: templates/admin.php:167
msgid "Allow resharing"
msgstr "Permitir re-compartición"
-#: templates/admin.php:160
+#: templates/admin.php:168
msgid "Allow users to share items shared with them again"
msgstr "Permitir a los usuarios compartir de nuevo elementos ya compartidos"
-#: templates/admin.php:167
+#: templates/admin.php:175
msgid "Allow users to share with anyone"
msgstr "Permitir a los usuarios compartir con cualquier persona"
-#: templates/admin.php:170
+#: templates/admin.php:178
msgid "Allow users to only share with users in their groups"
msgstr "Permitir a los usuarios compartir sólo con los usuarios en sus grupos"
-#: templates/admin.php:177
+#: templates/admin.php:185
msgid "Allow mail notification"
msgstr "Permitir notificaciones por correo electrónico"
-#: templates/admin.php:178
+#: templates/admin.php:186
msgid "Allow user to send mail notification for shared files"
msgstr "Permitir al usuario enviar notificaciones por correo electrónico de archivos compartidos"
-#: templates/admin.php:185
+#: templates/admin.php:193
msgid "Security"
msgstr "Seguridad"
-#: templates/admin.php:198
+#: templates/admin.php:206
msgid "Enforce HTTPS"
msgstr "Forzar HTTPS"
-#: templates/admin.php:200
+#: templates/admin.php:208
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr "Forzar a los clientes a conectarse a %s por medio de una conexión cifrada."
-#: templates/admin.php:206
+#: templates/admin.php:214
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr "Por favor, conéctese a su %s a través de HTTPS para habilitar o deshabilitar la aplicación de SSL."
-#: templates/admin.php:218
+#: templates/admin.php:226
msgid "Log"
msgstr "Registro"
-#: templates/admin.php:219
+#: templates/admin.php:227
msgid "Log level"
msgstr "Nivel de registro"
-#: templates/admin.php:251
+#: templates/admin.php:259
msgid "More"
msgstr "Más"
-#: templates/admin.php:252
+#: templates/admin.php:260
msgid "Less"
msgstr "Menos"
-#: templates/admin.php:258 templates/personal.php:169
+#: templates/admin.php:266 templates/personal.php:169
msgid "Version"
msgstr "Versión"
-#: templates/admin.php:262 templates/personal.php:172
+#: templates/admin.php:270 templates/personal.php:172
msgid ""
"Developed by the ownCloud community, the \n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-16 08:20+0000\n"
+"Last-Translator: Raul Fernandez Garcia \n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -95,15 +95,15 @@ msgstr "Error"
#: js/settings.js:674
msgid "Configuration OK"
-msgstr ""
+msgstr "Configuración OK"
#: js/settings.js:683
msgid "Configuration incorrect"
-msgstr ""
+msgstr "Configuración Incorrecta"
#: js/settings.js:692
msgid "Configuration incomplete"
-msgstr ""
+msgstr "Configuración incompleta"
#: js/settings.js:709 js/settings.js:718
msgid "Select groups"
diff --git a/l10n/es_AR/core.po b/l10n/es_AR/core.po
index f3040dd158..872664ebed 100644
--- a/l10n/es_AR/core.po
+++ b/l10n/es_AR/core.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-15 22:54-0500\n"
-"PO-Revision-Date: 2013-11-13 16:11+0000\n"
+"POT-Creation-Date: 2013-11-24 00:13-0500\n"
+"PO-Revision-Date: 2013-11-22 02:20+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n"
"MIME-Version: 1.0\n"
@@ -277,12 +277,12 @@ msgstr "Compartido"
msgid "Share"
msgstr "Compartir"
-#: js/share.js:158 js/share.js:171 js/share.js:178 js/share.js:692
-#: js/share.js:704
+#: js/share.js:158 js/share.js:171 js/share.js:178 js/share.js:707
+#: js/share.js:719
msgid "Error"
msgstr "Error"
-#: js/share.js:160 js/share.js:732
+#: js/share.js:160 js/share.js:747
msgid "Error while sharing"
msgstr "Error al compartir"
@@ -302,115 +302,115 @@ msgstr "Compartido con vos y el grupo {group} por {owner}"
msgid "Shared with you by {owner}"
msgstr "Compartido con vos por {owner}"
-#: js/share.js:212
+#: js/share.js:213
msgid "Share with user or group …"
msgstr ""
-#: js/share.js:218
+#: js/share.js:219
msgid "Share link"
msgstr ""
-#: js/share.js:221
+#: js/share.js:222
msgid "Password protect"
msgstr "Proteger con contraseña "
-#: js/share.js:223 templates/installation.php:57 templates/login.php:32
+#: js/share.js:224 templates/installation.php:57 templates/login.php:32
msgid "Password"
msgstr "Contraseña"
-#: js/share.js:228
+#: js/share.js:229
msgid "Allow Public Upload"
msgstr "Permitir Subida Pública"
-#: js/share.js:232
+#: js/share.js:233
msgid "Email link to person"
msgstr "Enviar el enlace por e-mail."
-#: js/share.js:233
+#: js/share.js:234
msgid "Send"
msgstr "Mandar"
-#: js/share.js:238
+#: js/share.js:239
msgid "Set expiration date"
msgstr "Asignar fecha de vencimiento"
-#: js/share.js:239
+#: js/share.js:240
msgid "Expiration date"
msgstr "Fecha de vencimiento"
-#: js/share.js:274
+#: js/share.js:275
msgid "Share via email:"
msgstr "Compartir a través de e-mail:"
-#: js/share.js:277
+#: js/share.js:278
msgid "No people found"
msgstr "No se encontraron usuarios"
-#: js/share.js:307 js/share.js:344
+#: js/share.js:322 js/share.js:359
msgid "group"
msgstr "grupo"
-#: js/share.js:318
+#: js/share.js:333
msgid "Resharing is not allowed"
msgstr "No se permite volver a compartir"
-#: js/share.js:360
+#: js/share.js:375
msgid "Shared in {item} with {user}"
msgstr "Compartido en {item} con {user}"
-#: js/share.js:382
+#: js/share.js:397
msgid "Unshare"
msgstr "Dejar de compartir"
-#: js/share.js:390
+#: js/share.js:405
msgid "notify by email"
msgstr ""
-#: js/share.js:393
+#: js/share.js:408
msgid "can edit"
msgstr "podés editar"
-#: js/share.js:395
+#: js/share.js:410
msgid "access control"
msgstr "control de acceso"
-#: js/share.js:398
+#: js/share.js:413
msgid "create"
msgstr "crear"
-#: js/share.js:401
+#: js/share.js:416
msgid "update"
msgstr "actualizar"
-#: js/share.js:404
+#: js/share.js:419
msgid "delete"
msgstr "borrar"
-#: js/share.js:407
+#: js/share.js:422
msgid "share"
msgstr "compartir"
-#: js/share.js:449 js/share.js:679
+#: js/share.js:464 js/share.js:694
msgid "Password protected"
msgstr "Protegido por contraseña"
-#: js/share.js:692
+#: js/share.js:707
msgid "Error unsetting expiration date"
msgstr "Error al remover la fecha de vencimiento"
-#: js/share.js:704
+#: js/share.js:719
msgid "Error setting expiration date"
msgstr "Error al asignar fecha de vencimiento"
-#: js/share.js:719
+#: js/share.js:734
msgid "Sending ..."
msgstr "Mandando..."
-#: js/share.js:730
+#: js/share.js:745
msgid "Email sent"
msgstr "e-mail mandado"
-#: js/share.js:754
+#: js/share.js:769
msgid "Warning"
msgstr "Atención"
@@ -580,14 +580,12 @@ msgid ""
"\n"
msgstr ""
-#: templates/altmail.php:4
+#: templates/altmail.php:4 templates/mail.php:17
#, php-format
-msgid ""
-"The share will expire on %s.\n"
-"\n"
+msgid "The share will expire on %s."
msgstr ""
-#: templates/altmail.php:6 templates/mail.php:19
+#: templates/altmail.php:7 templates/mail.php:20
msgid "Cheers!"
msgstr ""
@@ -734,11 +732,6 @@ msgid ""
"href=\"%s\">View it!
"
msgstr ""
-#: templates/mail.php:17
-#, php-format
-msgid "The share will expire on %s.
"
-msgstr ""
-
#: templates/update.admin.php:3
#, php-format
msgid "Updating ownCloud to version %s, this may take a while."
diff --git a/l10n/es_AR/files.po b/l10n/es_AR/files.po
index 1d0584cf16..cf320343ea 100644
--- a/l10n/es_AR/files.po
+++ b/l10n/es_AR/files.po
@@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-11 05:45-0500\n"
-"PO-Revision-Date: 2013-11-09 07:01+0000\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-21 15:01+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n"
"MIME-Version: 1.0\n"
@@ -159,11 +159,11 @@ msgstr "La subida del archivo está en proceso. Si salís de la página ahora, l
msgid "URL cannot be empty"
msgstr ""
-#: js/file-upload.js:523 js/filelist.js:371
+#: js/file-upload.js:523 js/filelist.js:377
msgid "In the home folder 'Shared' is a reserved filename"
msgstr ""
-#: js/file-upload.js:525 js/filelist.js:373
+#: js/file-upload.js:525 js/filelist.js:379
msgid "{new_name} already exists"
msgstr "{new_name} ya existe"
@@ -187,39 +187,43 @@ msgstr "Borrar permanentemente"
msgid "Rename"
msgstr "Cambiar nombre"
-#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:857
+#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:873
msgid "Pending"
msgstr "Pendientes"
-#: js/filelist.js:399
+#: js/filelist.js:405
msgid "Could not rename file"
msgstr ""
-#: js/filelist.js:518
+#: js/filelist.js:524
msgid "replaced {new_name} with {old_name}"
msgstr "se reemplazó {new_name} con {old_name}"
-#: js/filelist.js:518
+#: js/filelist.js:524
msgid "undo"
msgstr "deshacer"
-#: js/filelist.js:578 js/filelist.js:652 js/files.js:631
+#: js/filelist.js:576
+msgid "Error deleting file."
+msgstr ""
+
+#: js/filelist.js:594 js/filelist.js:668 js/files.js:631
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "%n carpeta"
msgstr[1] "%n carpetas"
-#: js/filelist.js:579 js/filelist.js:653 js/files.js:637
+#: js/filelist.js:595 js/filelist.js:669 js/files.js:637
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "%n archivo"
msgstr[1] "%n archivos"
-#: js/filelist.js:586
+#: js/filelist.js:602
msgid "{dirs} and {files}"
msgstr "{carpetas} y {archivos}"
-#: js/filelist.js:796 js/filelist.js:834
+#: js/filelist.js:812 js/filelist.js:850
msgid "Uploading %n file"
msgid_plural "Uploading %n files"
msgstr[0] "Subiendo %n archivo"
diff --git a/l10n/es_AR/files_external.po b/l10n/es_AR/files_external.po
index f22a1caf0e..acf6aafe87 100644
--- a/l10n/es_AR/files_external.po
+++ b/l10n/es_AR/files_external.po
@@ -7,9 +7,9 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-16 00:26-0400\n"
-"PO-Revision-Date: 2013-10-14 00:42+0000\n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-16 07:44+0000\n"
"Last-Translator: cjtess \n"
"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n"
"MIME-Version: 1.0\n"
@@ -38,20 +38,20 @@ msgstr "Por favor, proporcioná un secreto y una contraseña válida para la apl
msgid "Error configuring Google Drive storage"
msgstr "Error al configurar el almacenamiento de Google Drive"
-#: lib/config.php:453
+#: lib/config.php:461
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr "Advertencia: El cliente smb \"smbclient\" no está instalado. Montar archivos CIFS/SMB no es posible. Por favor, pedile al administrador de tu sistema que lo instale."
-#: lib/config.php:457
+#: lib/config.php:465
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr "Advertencia: El soporte de FTP en PHP no está instalado. Montar archivos FTP no es posible. Por favor, pedile al administrador de tu sistema que lo instale."
-#: lib/config.php:460
+#: lib/config.php:468
msgid ""
"Warning: The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
diff --git a/l10n/es_AR/files_trashbin.po b/l10n/es_AR/files_trashbin.po
index 962fd759ca..9ace7d23d4 100644
--- a/l10n/es_AR/files_trashbin.po
+++ b/l10n/es_AR/files_trashbin.po
@@ -7,9 +7,9 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-16 00:26-0400\n"
-"PO-Revision-Date: 2013-10-14 00:42+0000\n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-16 07:44+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n"
"MIME-Version: 1.0\n"
@@ -32,7 +32,7 @@ msgstr "No se pudo restaurar %s"
msgid "Error"
msgstr "Error"
-#: lib/trashbin.php:814 lib/trashbin.php:816
+#: lib/trashbin.php:815 lib/trashbin.php:817
msgid "restored"
msgstr "recuperado"
diff --git a/l10n/es_AR/lib.po b/l10n/es_AR/lib.po
index 02140c0623..9f5fcc9a19 100644
--- a/l10n/es_AR/lib.po
+++ b/l10n/es_AR/lib.po
@@ -7,10 +7,10 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-29 07:28-0400\n"
-"PO-Revision-Date: 2013-10-28 10:45+0000\n"
-"Last-Translator: cjtess \n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-21 15:01+0000\n"
+"Last-Translator: I Robot \n"
"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -71,27 +71,27 @@ msgstr "servicios web sobre los que tenés control"
msgid "cannot open \"%s\""
msgstr "no se puede abrir \"%s\""
-#: private/files.php:226
+#: private/files.php:228
msgid "ZIP download is turned off."
msgstr "La descarga en ZIP está desactivada."
-#: private/files.php:227
+#: private/files.php:229
msgid "Files need to be downloaded one by one."
msgstr "Los archivos deben ser descargados de a uno."
-#: private/files.php:228 private/files.php:256
+#: private/files.php:230 private/files.php:258
msgid "Back to Files"
msgstr "Volver a Archivos"
-#: private/files.php:253
+#: private/files.php:255
msgid "Selected files too large to generate zip file."
msgstr "Los archivos seleccionados son demasiado grandes para generar el archivo zip."
-#: private/files.php:254
+#: private/files.php:256
msgid ""
-"Download the files in smaller chunks, seperately or kindly ask your "
+"Please download the files separately in smaller chunks or kindly ask your "
"administrator."
-msgstr "Descargá los archivos en partes más chicas, de forma separada, o pedíselos al administrador"
+msgstr ""
#: private/installer.php:63
msgid "No source specified when installing app"
@@ -134,17 +134,17 @@ msgid ""
"which is not allowed for non shipped apps"
msgstr "La app no se puede instalar porque contiene la etiqueta true que no está permitida para apps no distribuidas"
-#: private/installer.php:152
+#: private/installer.php:159
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr "La app no puede ser instalada porque la versión en info.xml/version no es la misma que la establecida en el app store"
-#: private/installer.php:162
+#: private/installer.php:169
msgid "App directory already exists"
msgstr "El directorio de la app ya existe"
-#: private/installer.php:175
+#: private/installer.php:182
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr "No se puede crear el directorio para la app. Corregí los permisos. %s"
@@ -269,13 +269,13 @@ msgstr "Configurar un nombre de administrador."
msgid "Set an admin password."
msgstr "Configurar una contraseña de administrador."
-#: private/setup.php:184
+#: private/setup.php:195
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "Tu servidor web no está configurado todavía para permitir sincronización de archivos porque la interfaz WebDAV parece no funcionar."
-#: private/setup.php:185
+#: private/setup.php:196
#, php-format
msgid "Please double check the installation guides."
msgstr "Por favor, comprobá nuevamente la guía de instalación."
@@ -333,6 +333,6 @@ msgstr "el año pasado"
msgid "years ago"
msgstr "años atrás"
-#: private/template.php:297 public/util.php:103
+#: private/template.php:297 public/util.php:108
msgid "Caused by:"
msgstr "Provocado por:"
diff --git a/l10n/es_AR/settings.po b/l10n/es_AR/settings.po
index 7ccb2663a9..f085614eda 100644
--- a/l10n/es_AR/settings.po
+++ b/l10n/es_AR/settings.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-15 22:54-0500\n"
-"PO-Revision-Date: 2013-11-13 16:11+0000\n"
+"POT-Creation-Date: 2013-11-21 21:06-0500\n"
+"PO-Revision-Date: 2013-11-22 02:06+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n"
"MIME-Version: 1.0\n"
@@ -284,18 +284,27 @@ msgid "Locale not working"
msgstr "\"Locale\" no está funcionando"
#: templates/admin.php:70
+msgid "System locale can not be set to a one which supports UTF-8."
+msgstr ""
+
+#: templates/admin.php:74
+msgid ""
+"This means that there might be problems with certain characters in file "
+"names."
+msgstr ""
+
+#: templates/admin.php:78
#, php-format
msgid ""
-"System locale can't be set to %s. This means that there might be problems "
-"with certain characters in file names. We strongly suggest to install the "
-"required packages on your system to support %s."
-msgstr "No se pudo asignar la localización del sistema a %s. Esto significa que puede haber problemas con ciertos caracteres en los nombres de los archivos. Recomendamos fuertemente instalar los paquetes de sistema requeridos para poder dar soporte a %s."
+"We strongly suggest to install the required packages on your system to "
+"support one of the following locales: %s."
+msgstr ""
-#: templates/admin.php:82
+#: templates/admin.php:90
msgid "Internet connection not working"
msgstr "La conexión a Internet no esta funcionando. "
-#: templates/admin.php:85
+#: templates/admin.php:93
msgid ""
"This server has no working internet connection. This means that some of the "
"features like mounting of external storage, notifications about updates or "
@@ -304,118 +313,118 @@ msgid ""
"internet connection for this server if you want to have all features."
msgstr "El servidor no posee una conexión a Internet activa. Esto significa que algunas características como el montaje de un almacenamiento externo, las notificaciones acerca de actualizaciones o la instalación de aplicaciones de terceros no funcionarán. El acceso a archivos de forma remota y el envío de correos con notificaciones es posible que tampoco funcionen. Sugerimos habilitar la conexión a Internet para este servidor si deseas tener todas estas características."
-#: templates/admin.php:99
+#: templates/admin.php:107
msgid "Cron"
msgstr "Cron"
-#: templates/admin.php:106
+#: templates/admin.php:114
msgid "Execute one task with each page loaded"
msgstr "Ejecutá una tarea con cada pagina cargada."
-#: templates/admin.php:114
+#: templates/admin.php:122
msgid ""
"cron.php is registered at a webcron service to call cron.php every 15 "
"minutes over http."
msgstr ""
-#: templates/admin.php:122
+#: templates/admin.php:130
msgid "Use systems cron service to call the cron.php file every 15 minutes."
msgstr ""
-#: templates/admin.php:127
+#: templates/admin.php:135
msgid "Sharing"
msgstr "Compartiendo"
-#: templates/admin.php:133
+#: templates/admin.php:141
msgid "Enable Share API"
msgstr "Habilitar Share API"
-#: templates/admin.php:134
+#: templates/admin.php:142
msgid "Allow apps to use the Share API"
msgstr "Permitir a las aplicaciones usar la Share API"
-#: templates/admin.php:141
+#: templates/admin.php:149
msgid "Allow links"
msgstr "Permitir enlaces"
-#: templates/admin.php:142
+#: templates/admin.php:150
msgid "Allow users to share items to the public with links"
msgstr "Permitir a los usuarios compartir enlaces públicos"
-#: templates/admin.php:150
+#: templates/admin.php:158
msgid "Allow public uploads"
msgstr "Permitir subidas públicas"
-#: templates/admin.php:151
+#: templates/admin.php:159
msgid ""
"Allow users to enable others to upload into their publicly shared folders"
msgstr "Permitir que los usuarios autoricen a otros a subir archivos en sus directorios públicos compartidos"
-#: templates/admin.php:159
+#: templates/admin.php:167
msgid "Allow resharing"
msgstr "Permitir Re-Compartir"
-#: templates/admin.php:160
+#: templates/admin.php:168
msgid "Allow users to share items shared with them again"
msgstr "Permite a los usuarios volver a compartir items que les fueron compartidos"
-#: templates/admin.php:167
+#: templates/admin.php:175
msgid "Allow users to share with anyone"
msgstr "Permitir a los usuarios compartir con cualquiera."
-#: templates/admin.php:170
+#: templates/admin.php:178
msgid "Allow users to only share with users in their groups"
msgstr "Permitir a los usuarios compartir sólo con los de sus mismos grupos"
-#: templates/admin.php:177
+#: templates/admin.php:185
msgid "Allow mail notification"
msgstr ""
-#: templates/admin.php:178
+#: templates/admin.php:186
msgid "Allow user to send mail notification for shared files"
msgstr ""
-#: templates/admin.php:185
+#: templates/admin.php:193
msgid "Security"
msgstr "Seguridad"
-#: templates/admin.php:198
+#: templates/admin.php:206
msgid "Enforce HTTPS"
msgstr "Forzar HTTPS"
-#: templates/admin.php:200
+#: templates/admin.php:208
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr "Fuerza al cliente a conectarse a %s por medio de una conexión encriptada."
-#: templates/admin.php:206
+#: templates/admin.php:214
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr "Por favor conéctese a su %s por medio de HTTPS para habilitar o deshabilitar la característica SSL"
-#: templates/admin.php:218
+#: templates/admin.php:226
msgid "Log"
msgstr "Log"
-#: templates/admin.php:219
+#: templates/admin.php:227
msgid "Log level"
msgstr "Nivel de Log"
-#: templates/admin.php:251
+#: templates/admin.php:259
msgid "More"
msgstr "Más"
-#: templates/admin.php:252
+#: templates/admin.php:260
msgid "Less"
msgstr "Menos"
-#: templates/admin.php:258 templates/personal.php:169
+#: templates/admin.php:266 templates/personal.php:169
msgid "Version"
msgstr "Versión"
-#: templates/admin.php:262 templates/personal.php:172
+#: templates/admin.php:270 templates/personal.php:172
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/es_MX/core.po b/l10n/es_MX/core.po
index c1aa5e04d0..aaed71615d 100644
--- a/l10n/es_MX/core.po
+++ b/l10n/es_MX/core.po
@@ -6,9 +6,9 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-30 03:32-0400\n"
-"PO-Revision-Date: 2013-10-30 07:32+0000\n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-21 15:01+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/owncloud/language/es_MX/)\n"
"MIME-Version: 1.0\n"
@@ -276,12 +276,12 @@ msgstr ""
msgid "Share"
msgstr ""
-#: js/share.js:158 js/share.js:171 js/share.js:178 js/share.js:690
-#: js/share.js:702
+#: js/share.js:158 js/share.js:171 js/share.js:178 js/share.js:707
+#: js/share.js:719
msgid "Error"
msgstr ""
-#: js/share.js:160 js/share.js:730
+#: js/share.js:160 js/share.js:747
msgid "Error while sharing"
msgstr ""
@@ -301,115 +301,115 @@ msgstr ""
msgid "Shared with you by {owner}"
msgstr ""
-#: js/share.js:212
+#: js/share.js:213
msgid "Share with user or group …"
msgstr ""
-#: js/share.js:218
+#: js/share.js:219
msgid "Share link"
msgstr ""
-#: js/share.js:221
+#: js/share.js:222
msgid "Password protect"
msgstr ""
-#: js/share.js:223 templates/installation.php:57 templates/login.php:32
+#: js/share.js:224 templates/installation.php:57 templates/login.php:32
msgid "Password"
msgstr ""
-#: js/share.js:228
+#: js/share.js:229
msgid "Allow Public Upload"
msgstr ""
-#: js/share.js:232
+#: js/share.js:233
msgid "Email link to person"
msgstr ""
-#: js/share.js:233
+#: js/share.js:234
msgid "Send"
msgstr ""
-#: js/share.js:238
+#: js/share.js:239
msgid "Set expiration date"
msgstr ""
-#: js/share.js:239
+#: js/share.js:240
msgid "Expiration date"
msgstr ""
-#: js/share.js:272
+#: js/share.js:275
msgid "Share via email:"
msgstr ""
-#: js/share.js:275
+#: js/share.js:278
msgid "No people found"
msgstr ""
-#: js/share.js:305 js/share.js:342
+#: js/share.js:322 js/share.js:359
msgid "group"
msgstr ""
-#: js/share.js:316
+#: js/share.js:333
msgid "Resharing is not allowed"
msgstr ""
-#: js/share.js:358
+#: js/share.js:375
msgid "Shared in {item} with {user}"
msgstr ""
-#: js/share.js:380
+#: js/share.js:397
msgid "Unshare"
msgstr ""
-#: js/share.js:388
+#: js/share.js:405
msgid "notify by email"
msgstr ""
-#: js/share.js:391
+#: js/share.js:408
msgid "can edit"
msgstr ""
-#: js/share.js:393
+#: js/share.js:410
msgid "access control"
msgstr ""
-#: js/share.js:396
+#: js/share.js:413
msgid "create"
msgstr ""
-#: js/share.js:399
+#: js/share.js:416
msgid "update"
msgstr ""
-#: js/share.js:402
+#: js/share.js:419
msgid "delete"
msgstr ""
-#: js/share.js:405
+#: js/share.js:422
msgid "share"
msgstr ""
-#: js/share.js:447 js/share.js:677
+#: js/share.js:464 js/share.js:694
msgid "Password protected"
msgstr ""
-#: js/share.js:690
+#: js/share.js:707
msgid "Error unsetting expiration date"
msgstr ""
-#: js/share.js:702
+#: js/share.js:719
msgid "Error setting expiration date"
msgstr ""
-#: js/share.js:717
+#: js/share.js:734
msgid "Sending ..."
msgstr ""
-#: js/share.js:728
+#: js/share.js:745
msgid "Email sent"
msgstr ""
-#: js/share.js:752
+#: js/share.js:769
msgid "Warning"
msgstr ""
@@ -579,14 +579,12 @@ msgid ""
"\n"
msgstr ""
-#: templates/altmail.php:4
+#: templates/altmail.php:4 templates/mail.php:17
#, php-format
-msgid ""
-"The share will expire on %s.\n"
-"\n"
+msgid "The share will expire on %s."
msgstr ""
-#: templates/altmail.php:6 templates/mail.php:19
+#: templates/altmail.php:7 templates/mail.php:20
msgid "Cheers!"
msgstr ""
@@ -733,11 +731,6 @@ msgid ""
"href=\"%s\">View it!
"
msgstr ""
-#: templates/mail.php:17
-#, php-format
-msgid "The share will expire on %s.
"
-msgstr ""
-
#: templates/update.admin.php:3
#, php-format
msgid "Updating ownCloud to version %s, this may take a while."
diff --git a/l10n/es_MX/files.po b/l10n/es_MX/files.po
index 4757a4c1c5..9083ac2060 100644
--- a/l10n/es_MX/files.po
+++ b/l10n/es_MX/files.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-03 12:38-0500\n"
-"PO-Revision-Date: 2013-11-03 17:38+0000\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-21 15:01+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/owncloud/language/es_MX/)\n"
"MIME-Version: 1.0\n"
@@ -27,7 +27,7 @@ msgstr ""
msgid "Could not move %s"
msgstr ""
-#: ajax/newfile.php:56 js/files.js:27
+#: ajax/newfile.php:56 js/files.js:74
msgid "File name cannot be empty."
msgstr ""
@@ -51,7 +51,7 @@ msgstr ""
msgid "Error while downloading %s to %s"
msgstr ""
-#: ajax/newfile.php:127
+#: ajax/newfile.php:128
msgid "Error when creating the file"
msgstr ""
@@ -114,15 +114,15 @@ msgstr ""
msgid "Not enough storage available"
msgstr ""
-#: ajax/upload.php:127 ajax/upload.php:153
+#: ajax/upload.php:127 ajax/upload.php:154
msgid "Upload failed. Could not get file info."
msgstr ""
-#: ajax/upload.php:143
+#: ajax/upload.php:144
msgid "Upload failed. Could not find uploaded file"
msgstr ""
-#: ajax/upload.php:170
+#: ajax/upload.php:172
msgid "Invalid directory."
msgstr ""
@@ -142,24 +142,24 @@ msgstr ""
msgid "Upload cancelled."
msgstr ""
-#: js/file-upload.js:345
+#: js/file-upload.js:344
msgid "Could not get result from server."
msgstr ""
-#: js/file-upload.js:437
+#: js/file-upload.js:436
msgid ""
"File upload is in progress. Leaving the page now will cancel the upload."
msgstr ""
-#: js/file-upload.js:520
+#: js/file-upload.js:519
msgid "URL cannot be empty"
msgstr ""
-#: js/file-upload.js:524 js/filelist.js:364
+#: js/file-upload.js:523 js/filelist.js:377
msgid "In the home folder 'Shared' is a reserved filename"
msgstr ""
-#: js/file-upload.js:526 js/filelist.js:366
+#: js/file-upload.js:525 js/filelist.js:379
msgid "{new_name} already exists"
msgstr ""
@@ -183,104 +183,108 @@ msgstr ""
msgid "Rename"
msgstr ""
-#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:854
+#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:873
msgid "Pending"
msgstr ""
-#: js/filelist.js:392
+#: js/filelist.js:405
msgid "Could not rename file"
msgstr ""
-#: js/filelist.js:511
+#: js/filelist.js:524
msgid "replaced {new_name} with {old_name}"
msgstr ""
-#: js/filelist.js:511
+#: js/filelist.js:524
msgid "undo"
msgstr ""
-#: js/filelist.js:582 js/filelist.js:649 js/files.js:587
+#: js/filelist.js:576
+msgid "Error deleting file."
+msgstr ""
+
+#: js/filelist.js:594 js/filelist.js:668 js/files.js:631
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] ""
-#: js/filelist.js:583 js/filelist.js:650 js/files.js:593
+#: js/filelist.js:595 js/filelist.js:669 js/files.js:637
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
msgstr[1] ""
-#: js/filelist.js:590
+#: js/filelist.js:602
msgid "{dirs} and {files}"
msgstr ""
-#: js/filelist.js:793 js/filelist.js:831
+#: js/filelist.js:812 js/filelist.js:850
msgid "Uploading %n file"
msgid_plural "Uploading %n files"
msgstr[0] ""
msgstr[1] ""
-#: js/files.js:25
+#: js/files.js:72
msgid "'.' is an invalid file name."
msgstr ""
-#: js/files.js:34
+#: js/files.js:81
msgid ""
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
"allowed."
msgstr ""
-#: js/files.js:46
+#: js/files.js:93
msgid "Your storage is full, files can not be updated or synced anymore!"
msgstr ""
-#: js/files.js:50
+#: js/files.js:97
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr ""
-#: js/files.js:63
+#: js/files.js:110
msgid ""
"Encryption App is enabled but your keys are not initialized, please log-out "
"and log-in again"
msgstr ""
-#: js/files.js:67
+#: js/files.js:114
msgid ""
"Invalid private key for Encryption App. Please update your private key "
"password in your personal settings to recover access to your encrypted "
"files."
msgstr ""
-#: js/files.js:71
+#: js/files.js:118
msgid ""
"Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files."
msgstr ""
-#: js/files.js:302
+#: js/files.js:349
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr ""
-#: js/files.js:514 js/files.js:552
+#: js/files.js:558 js/files.js:596
msgid "Error moving file"
msgstr ""
-#: js/files.js:514 js/files.js:552
+#: js/files.js:558 js/files.js:596
msgid "Error"
msgstr ""
-#: js/files.js:569 templates/index.php:56
+#: js/files.js:613 templates/index.php:56
msgid "Name"
msgstr ""
-#: js/files.js:570 templates/index.php:68
+#: js/files.js:614 templates/index.php:68
msgid "Size"
msgstr ""
-#: js/files.js:571 templates/index.php:70
+#: js/files.js:615 templates/index.php:70
msgid "Modified"
msgstr ""
diff --git a/l10n/es_MX/lib.po b/l10n/es_MX/lib.po
index 1823a00e41..7285fa72ce 100644
--- a/l10n/es_MX/lib.po
+++ b/l10n/es_MX/lib.po
@@ -6,9 +6,9 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-17 13:47-0400\n"
-"PO-Revision-Date: 2013-10-17 17:47+0000\n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-21 15:01+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/owncloud/language/es_MX/)\n"
"MIME-Version: 1.0\n"
@@ -24,31 +24,31 @@ msgid ""
" of ownCloud."
msgstr ""
-#: private/app.php:254
+#: private/app.php:255
msgid "No app name specified"
msgstr ""
-#: private/app.php:359
+#: private/app.php:360
msgid "Help"
msgstr ""
-#: private/app.php:372
+#: private/app.php:373
msgid "Personal"
msgstr ""
-#: private/app.php:383
+#: private/app.php:384
msgid "Settings"
msgstr ""
-#: private/app.php:395
+#: private/app.php:396
msgid "Users"
msgstr ""
-#: private/app.php:408
+#: private/app.php:409
msgid "Admin"
msgstr ""
-#: private/app.php:872
+#: private/app.php:873
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr ""
@@ -70,25 +70,25 @@ msgstr ""
msgid "cannot open \"%s\""
msgstr ""
-#: private/files.php:226
+#: private/files.php:228
msgid "ZIP download is turned off."
msgstr ""
-#: private/files.php:227
+#: private/files.php:229
msgid "Files need to be downloaded one by one."
msgstr ""
-#: private/files.php:228 private/files.php:256
+#: private/files.php:230 private/files.php:258
msgid "Back to Files"
msgstr ""
-#: private/files.php:253
+#: private/files.php:255
msgid "Selected files too large to generate zip file."
msgstr ""
-#: private/files.php:254
+#: private/files.php:256
msgid ""
-"Download the files in smaller chunks, seperately or kindly ask your "
+"Please download the files separately in smaller chunks or kindly ask your "
"administrator."
msgstr ""
@@ -133,17 +133,17 @@ msgid ""
"which is not allowed for non shipped apps"
msgstr ""
-#: private/installer.php:152
+#: private/installer.php:159
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr ""
-#: private/installer.php:162
+#: private/installer.php:169
msgid "App directory already exists"
msgstr ""
-#: private/installer.php:175
+#: private/installer.php:182
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr ""
@@ -268,13 +268,13 @@ msgstr ""
msgid "Set an admin password."
msgstr ""
-#: private/setup.php:184
+#: private/setup.php:195
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr ""
-#: private/setup.php:185
+#: private/setup.php:196
#, php-format
msgid "Please double check the installation guides."
msgstr ""
@@ -284,54 +284,54 @@ msgstr ""
msgid "Could not find category \"%s\""
msgstr ""
-#: private/template/functions.php:122
+#: private/template/functions.php:130
msgid "seconds ago"
msgstr ""
-#: private/template/functions.php:123
+#: private/template/functions.php:131
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] ""
msgstr[1] ""
-#: private/template/functions.php:124
+#: private/template/functions.php:132
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] ""
msgstr[1] ""
-#: private/template/functions.php:125
+#: private/template/functions.php:133
msgid "today"
msgstr ""
-#: private/template/functions.php:126
+#: private/template/functions.php:134
msgid "yesterday"
msgstr ""
-#: private/template/functions.php:128
+#: private/template/functions.php:136
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] ""
msgstr[1] ""
-#: private/template/functions.php:130
+#: private/template/functions.php:138
msgid "last month"
msgstr ""
-#: private/template/functions.php:131
+#: private/template/functions.php:139
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] ""
msgstr[1] ""
-#: private/template/functions.php:133
+#: private/template/functions.php:141
msgid "last year"
msgstr ""
-#: private/template/functions.php:134
+#: private/template/functions.php:142
msgid "years ago"
msgstr ""
-#: private/template.php:297
+#: private/template.php:297 public/util.php:108
msgid "Caused by:"
msgstr ""
diff --git a/l10n/es_MX/settings.po b/l10n/es_MX/settings.po
index 5bebf9a415..2fd994423a 100644
--- a/l10n/es_MX/settings.po
+++ b/l10n/es_MX/settings.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-06 21:43-0500\n"
-"PO-Revision-Date: 2013-11-07 02:43+0000\n"
+"POT-Creation-Date: 2013-11-21 21:06-0500\n"
+"PO-Revision-Date: 2013-11-22 02:06+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/owncloud/language/es_MX/)\n"
"MIME-Version: 1.0\n"
@@ -281,18 +281,27 @@ msgid "Locale not working"
msgstr ""
#: templates/admin.php:70
-#, php-format
-msgid ""
-"System locale can't be set to %s. This means that there might be problems "
-"with certain characters in file names. We strongly suggest to install the "
-"required packages on your system to support %s."
+msgid "System locale can not be set to a one which supports UTF-8."
msgstr ""
-#: templates/admin.php:82
+#: templates/admin.php:74
+msgid ""
+"This means that there might be problems with certain characters in file "
+"names."
+msgstr ""
+
+#: templates/admin.php:78
+#, php-format
+msgid ""
+"We strongly suggest to install the required packages on your system to "
+"support one of the following locales: %s."
+msgstr ""
+
+#: templates/admin.php:90
msgid "Internet connection not working"
msgstr ""
-#: templates/admin.php:85
+#: templates/admin.php:93
msgid ""
"This server has no working internet connection. This means that some of the "
"features like mounting of external storage, notifications about updates or "
@@ -301,118 +310,118 @@ msgid ""
"internet connection for this server if you want to have all features."
msgstr ""
-#: templates/admin.php:99
+#: templates/admin.php:107
msgid "Cron"
msgstr ""
-#: templates/admin.php:106
+#: templates/admin.php:114
msgid "Execute one task with each page loaded"
msgstr ""
-#: templates/admin.php:114
+#: templates/admin.php:122
msgid ""
"cron.php is registered at a webcron service to call cron.php every 15 "
"minutes over http."
msgstr ""
-#: templates/admin.php:122
+#: templates/admin.php:130
msgid "Use systems cron service to call the cron.php file every 15 minutes."
msgstr ""
-#: templates/admin.php:127
+#: templates/admin.php:135
msgid "Sharing"
msgstr ""
-#: templates/admin.php:133
+#: templates/admin.php:141
msgid "Enable Share API"
msgstr ""
-#: templates/admin.php:134
+#: templates/admin.php:142
msgid "Allow apps to use the Share API"
msgstr ""
-#: templates/admin.php:141
+#: templates/admin.php:149
msgid "Allow links"
msgstr ""
-#: templates/admin.php:142
+#: templates/admin.php:150
msgid "Allow users to share items to the public with links"
msgstr ""
-#: templates/admin.php:150
+#: templates/admin.php:158
msgid "Allow public uploads"
msgstr ""
-#: templates/admin.php:151
+#: templates/admin.php:159
msgid ""
"Allow users to enable others to upload into their publicly shared folders"
msgstr ""
-#: templates/admin.php:159
+#: templates/admin.php:167
msgid "Allow resharing"
msgstr ""
-#: templates/admin.php:160
+#: templates/admin.php:168
msgid "Allow users to share items shared with them again"
msgstr ""
-#: templates/admin.php:167
+#: templates/admin.php:175
msgid "Allow users to share with anyone"
msgstr ""
-#: templates/admin.php:170
+#: templates/admin.php:178
msgid "Allow users to only share with users in their groups"
msgstr ""
-#: templates/admin.php:177
+#: templates/admin.php:185
msgid "Allow mail notification"
msgstr ""
-#: templates/admin.php:178
+#: templates/admin.php:186
msgid "Allow user to send mail notification for shared files"
msgstr ""
-#: templates/admin.php:185
+#: templates/admin.php:193
msgid "Security"
msgstr ""
-#: templates/admin.php:198
+#: templates/admin.php:206
msgid "Enforce HTTPS"
msgstr ""
-#: templates/admin.php:200
+#: templates/admin.php:208
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr ""
-#: templates/admin.php:206
+#: templates/admin.php:214
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr ""
-#: templates/admin.php:218
+#: templates/admin.php:226
msgid "Log"
msgstr ""
-#: templates/admin.php:219
+#: templates/admin.php:227
msgid "Log level"
msgstr ""
-#: templates/admin.php:251
+#: templates/admin.php:259
msgid "More"
msgstr ""
-#: templates/admin.php:252
+#: templates/admin.php:260
msgid "Less"
msgstr ""
-#: templates/admin.php:258 templates/personal.php:169
+#: templates/admin.php:266 templates/personal.php:169
msgid "Version"
msgstr ""
-#: templates/admin.php:262 templates/personal.php:172
+#: templates/admin.php:270 templates/personal.php:172
msgid ""
"Developed by the ownCloud community, the \n"
+"POT-Creation-Date: 2013-11-24 00:13-0500\n"
+"PO-Revision-Date: 2013-11-22 09:40+0000\n"
+"Last-Translator: pisike.sipelgas \n"
"Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -278,12 +278,12 @@ msgstr "Jagatud"
msgid "Share"
msgstr "Jaga"
-#: js/share.js:158 js/share.js:171 js/share.js:178 js/share.js:692
-#: js/share.js:704
+#: js/share.js:158 js/share.js:171 js/share.js:178 js/share.js:707
+#: js/share.js:719
msgid "Error"
msgstr "Viga"
-#: js/share.js:160 js/share.js:732
+#: js/share.js:160 js/share.js:747
msgid "Error while sharing"
msgstr "Viga jagamisel"
@@ -303,115 +303,115 @@ msgstr "Jagatud sinu ja {group} grupiga {owner} poolt"
msgid "Shared with you by {owner}"
msgstr "Sinuga jagas {owner}"
-#: js/share.js:212
+#: js/share.js:213
msgid "Share with user or group …"
msgstr "Jaga kasutaja või grupiga ..."
-#: js/share.js:218
+#: js/share.js:219
msgid "Share link"
msgstr "Jaga linki"
-#: js/share.js:221
+#: js/share.js:222
msgid "Password protect"
msgstr "Parooliga kaitstud"
-#: js/share.js:223 templates/installation.php:57 templates/login.php:32
+#: js/share.js:224 templates/installation.php:57 templates/login.php:32
msgid "Password"
msgstr "Parool"
-#: js/share.js:228
+#: js/share.js:229
msgid "Allow Public Upload"
msgstr "Luba avalik üleslaadimine"
-#: js/share.js:232
+#: js/share.js:233
msgid "Email link to person"
msgstr "Saada link isikule e-postiga"
-#: js/share.js:233
+#: js/share.js:234
msgid "Send"
msgstr "Saada"
-#: js/share.js:238
+#: js/share.js:239
msgid "Set expiration date"
msgstr "Määra aegumise kuupäev"
-#: js/share.js:239
+#: js/share.js:240
msgid "Expiration date"
msgstr "Aegumise kuupäev"
-#: js/share.js:274
+#: js/share.js:275
msgid "Share via email:"
msgstr "Jaga e-postiga:"
-#: js/share.js:277
+#: js/share.js:278
msgid "No people found"
msgstr "Ühtegi inimest ei leitud"
-#: js/share.js:307 js/share.js:344
+#: js/share.js:322 js/share.js:359
msgid "group"
msgstr "grupp"
-#: js/share.js:318
+#: js/share.js:333
msgid "Resharing is not allowed"
msgstr "Edasijagamine pole lubatud"
-#: js/share.js:360
+#: js/share.js:375
msgid "Shared in {item} with {user}"
msgstr "Jagatud {item} kasutajaga {user}"
-#: js/share.js:382
+#: js/share.js:397
msgid "Unshare"
msgstr "Lõpeta jagamine"
-#: js/share.js:390
+#: js/share.js:405
msgid "notify by email"
msgstr "teavita e-postiga"
-#: js/share.js:393
+#: js/share.js:408
msgid "can edit"
msgstr "saab muuta"
-#: js/share.js:395
+#: js/share.js:410
msgid "access control"
msgstr "ligipääsukontroll"
-#: js/share.js:398
+#: js/share.js:413
msgid "create"
msgstr "loo"
-#: js/share.js:401
+#: js/share.js:416
msgid "update"
msgstr "uuenda"
-#: js/share.js:404
+#: js/share.js:419
msgid "delete"
msgstr "kustuta"
-#: js/share.js:407
+#: js/share.js:422
msgid "share"
msgstr "jaga"
-#: js/share.js:449 js/share.js:679
+#: js/share.js:464 js/share.js:694
msgid "Password protected"
msgstr "Parooliga kaitstud"
-#: js/share.js:692
+#: js/share.js:707
msgid "Error unsetting expiration date"
msgstr "Viga aegumise kuupäeva eemaldamisel"
-#: js/share.js:704
+#: js/share.js:719
msgid "Error setting expiration date"
msgstr "Viga aegumise kuupäeva määramisel"
-#: js/share.js:719
+#: js/share.js:734
msgid "Sending ..."
msgstr "Saatmine ..."
-#: js/share.js:730
+#: js/share.js:745
msgid "Email sent"
msgstr "E-kiri on saadetud"
-#: js/share.js:754
+#: js/share.js:769
msgid "Warning"
msgstr "Hoiatus"
@@ -581,14 +581,12 @@ msgid ""
"\n"
msgstr "Hei,\n\nlihtsalt annan sulle teada, et %s jagas sulle välja %s.\nVaata seda: %s\n\n"
-#: templates/altmail.php:4
+#: templates/altmail.php:4 templates/mail.php:17
#, php-format
-msgid ""
-"The share will expire on %s.\n"
-"\n"
-msgstr "Jagamine aegub %s.\n\n"
+msgid "The share will expire on %s."
+msgstr "Jagamine aegub %s."
-#: templates/altmail.php:6 templates/mail.php:19
+#: templates/altmail.php:7 templates/mail.php:20
msgid "Cheers!"
msgstr "Terekest!"
@@ -735,11 +733,6 @@ msgid ""
"href=\"%s\">View it!
"
msgstr "Hei,
lihtsalt annan sulle teada, et %s jagas sulle välja »%s«. Vaata seda!
"
-#: templates/mail.php:17
-#, php-format
-msgid "The share will expire on %s.
"
-msgstr "Jagamine aegub %s.
"
-
#: templates/update.admin.php:3
#, php-format
msgid "Updating ownCloud to version %s, this may take a while."
diff --git a/l10n/et_EE/files.po b/l10n/et_EE/files.po
index 56df8ac9b2..bef1ee0270 100644
--- a/l10n/et_EE/files.po
+++ b/l10n/et_EE/files.po
@@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-11 05:45-0500\n"
-"PO-Revision-Date: 2013-11-09 07:01+0000\n"
-"Last-Translator: Rivo Zängov \n"
+"POT-Creation-Date: 2013-11-24 00:13-0500\n"
+"PO-Revision-Date: 2013-11-22 09:40+0000\n"
+"Last-Translator: pisike.sipelgas \n"
"Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -157,11 +157,11 @@ msgstr "Faili üleslaadimine on töös. Lehelt lahkumine katkestab selle ülesla
msgid "URL cannot be empty"
msgstr "URL ei saa olla tühi"
-#: js/file-upload.js:523 js/filelist.js:371
+#: js/file-upload.js:523 js/filelist.js:377
msgid "In the home folder 'Shared' is a reserved filename"
msgstr "Kodukataloogis 'Shared' on reserveeritud failinimi"
-#: js/file-upload.js:525 js/filelist.js:373
+#: js/file-upload.js:525 js/filelist.js:379
msgid "{new_name} already exists"
msgstr "{new_name} on juba olemas"
@@ -185,39 +185,43 @@ msgstr "Kustuta jäädavalt"
msgid "Rename"
msgstr "Nimeta ümber"
-#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:857
+#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:873
msgid "Pending"
msgstr "Ootel"
-#: js/filelist.js:399
+#: js/filelist.js:405
msgid "Could not rename file"
msgstr "Ei suuda faili ümber nimetada"
-#: js/filelist.js:518
+#: js/filelist.js:524
msgid "replaced {new_name} with {old_name}"
msgstr "asendas nime {old_name} nimega {new_name}"
-#: js/filelist.js:518
+#: js/filelist.js:524
msgid "undo"
msgstr "tagasi"
-#: js/filelist.js:578 js/filelist.js:652 js/files.js:631
+#: js/filelist.js:576
+msgid "Error deleting file."
+msgstr "Viga faili kustutamisel."
+
+#: js/filelist.js:594 js/filelist.js:668 js/files.js:631
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "%n kataloog"
msgstr[1] "%n kataloogi"
-#: js/filelist.js:579 js/filelist.js:653 js/files.js:637
+#: js/filelist.js:595 js/filelist.js:669 js/files.js:637
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "%n fail"
msgstr[1] "%n faili"
-#: js/filelist.js:586
+#: js/filelist.js:602
msgid "{dirs} and {files}"
msgstr "{dirs} ja {files}"
-#: js/filelist.js:796 js/filelist.js:834
+#: js/filelist.js:812 js/filelist.js:850
msgid "Uploading %n file"
msgid_plural "Uploading %n files"
msgstr[0] "Laadin üles %n faili"
diff --git a/l10n/et_EE/files_external.po b/l10n/et_EE/files_external.po
index dc65ccbfc1..8b5da6014e 100644
--- a/l10n/et_EE/files_external.po
+++ b/l10n/et_EE/files_external.po
@@ -7,9 +7,9 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-16 00:26-0400\n"
-"PO-Revision-Date: 2013-10-14 00:42+0000\n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-16 07:44+0000\n"
"Last-Translator: Rivo Zängov \n"
"Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n"
"MIME-Version: 1.0\n"
@@ -38,20 +38,20 @@ msgstr "Palun sisesta korrektne Dropboxi rakenduse võti ja salasõna."
msgid "Error configuring Google Drive storage"
msgstr "Viga Google Drive'i salvestusruumi seadistamisel"
-#: lib/config.php:453
+#: lib/config.php:461
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr "Hoiatus: \"smbclient\" pole paigaldatud. Jagatud CIFS/SMB hoidlate ühendamine pole võimalik. Palu oma süsteemihalduril paigaldata SAMBA tugi."
-#: lib/config.php:457
+#: lib/config.php:465
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr "Hoiatus: PHP-s puudub FTP tugi. Jagatud FTP hoidlate ühendamine pole võimalik. Palu oma süsteemihalduril paigaldata FTP tugi."
-#: lib/config.php:460
+#: lib/config.php:468
msgid ""
"Warning: The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
diff --git a/l10n/et_EE/files_trashbin.po b/l10n/et_EE/files_trashbin.po
index 59ea427425..b14ecfceb1 100644
--- a/l10n/et_EE/files_trashbin.po
+++ b/l10n/et_EE/files_trashbin.po
@@ -7,9 +7,9 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-16 00:26-0400\n"
-"PO-Revision-Date: 2013-10-14 00:42+0000\n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-16 07:44+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n"
"MIME-Version: 1.0\n"
@@ -32,7 +32,7 @@ msgstr "%s ei saa taastada"
msgid "Error"
msgstr "Viga"
-#: lib/trashbin.php:814 lib/trashbin.php:816
+#: lib/trashbin.php:815 lib/trashbin.php:817
msgid "restored"
msgstr "taastatud"
diff --git a/l10n/et_EE/lib.po b/l10n/et_EE/lib.po
index 72507c119b..6f8d989e51 100644
--- a/l10n/et_EE/lib.po
+++ b/l10n/et_EE/lib.po
@@ -8,10 +8,10 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-29 07:28-0400\n"
-"PO-Revision-Date: 2013-10-28 10:45+0000\n"
-"Last-Translator: I Robot \n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-24 00:13-0500\n"
+"PO-Revision-Date: 2013-11-22 09:40+0000\n"
+"Last-Translator: pisike.sipelgas \n"
"Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -55,11 +55,11 @@ msgstr "Admin"
msgid "Failed to upgrade \"%s\"."
msgstr "Ebaõnnestunud uuendus \"%s\"."
-#: private/avatar.php:60
+#: private/avatar.php:62
msgid "Unknown filetype"
msgstr "Tundmatu failitüüp"
-#: private/avatar.php:65
+#: private/avatar.php:67
msgid "Invalid image"
msgstr "Vigane pilt"
@@ -72,27 +72,27 @@ msgstr "veebitenused sinu kontrolli all"
msgid "cannot open \"%s\""
msgstr "ei suuda avada \"%s\""
-#: private/files.php:226
+#: private/files.php:228
msgid "ZIP download is turned off."
msgstr "ZIP-ina allalaadimine on välja lülitatud."
-#: private/files.php:227
+#: private/files.php:229
msgid "Files need to be downloaded one by one."
msgstr "Failid tuleb alla laadida ükshaaval."
-#: private/files.php:228 private/files.php:256
+#: private/files.php:230 private/files.php:258
msgid "Back to Files"
msgstr "Tagasi failide juurde"
-#: private/files.php:253
+#: private/files.php:255
msgid "Selected files too large to generate zip file."
msgstr "Valitud failid on ZIP-faili loomiseks liiga suured."
-#: private/files.php:254
+#: private/files.php:256
msgid ""
-"Download the files in smaller chunks, seperately or kindly ask your "
+"Please download the files separately in smaller chunks or kindly ask your "
"administrator."
-msgstr "Laadi failid alla eraldi väiksemate osadena või küsi nõu oma süsteemiadminstraatorilt."
+msgstr "Palun laadi failid alla eraldi väiksemate osadena või palu abi oma süsteemihaldurilt."
#: private/installer.php:63
msgid "No source specified when installing app"
@@ -135,17 +135,17 @@ msgid ""
"which is not allowed for non shipped apps"
msgstr "Rakendit ei saa paigaldada, kuna see sisaldab \n\n\ntrue\n\nmärgendit, mis pole lubatud mitte veetud (non shipped) rakendites"
-#: private/installer.php:152
+#: private/installer.php:159
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr "Rakendit ei saa paigaldada, kuna selle versioon info.xml/version pole sama, mis on märgitud rakendite laos."
-#: private/installer.php:162
+#: private/installer.php:169
msgid "App directory already exists"
msgstr "Rakendi kataloog on juba olemas"
-#: private/installer.php:175
+#: private/installer.php:182
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr "Ei saa luua rakendi kataloogi. Palun korrigeeri õigusi. %s"
@@ -270,13 +270,13 @@ msgstr "Määra admin kasutajanimi."
msgid "Set an admin password."
msgstr "Määra admini parool."
-#: private/setup.php:184
+#: private/setup.php:195
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "Veebiserveri ei ole veel korralikult seadistatud võimaldamaks failide sünkroniseerimist, kuna WebDAV liides näib olevat mittetoimiv."
-#: private/setup.php:185
+#: private/setup.php:196
#, php-format
msgid "Please double check the installation guides."
msgstr "Palun tutvu veelkord paigalduse juhenditega."
@@ -334,6 +334,6 @@ msgstr "viimasel aastal"
msgid "years ago"
msgstr "aastat tagasi"
-#: private/template.php:297 public/util.php:103
+#: private/template.php:297 public/util.php:108
msgid "Caused by:"
msgstr "Põhjustaja:"
diff --git a/l10n/et_EE/settings.po b/l10n/et_EE/settings.po
index 8844e445df..ced89c3256 100644
--- a/l10n/et_EE/settings.po
+++ b/l10n/et_EE/settings.po
@@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-15 22:54-0500\n"
-"PO-Revision-Date: 2013-11-13 16:11+0000\n"
-"Last-Translator: Rivo Zängov \n"
+"POT-Creation-Date: 2013-11-24 00:13-0500\n"
+"PO-Revision-Date: 2013-11-22 10:00+0000\n"
+"Last-Translator: pisike.sipelgas \n"
"Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -283,18 +283,27 @@ msgid "Locale not working"
msgstr "Lokalisatsioon ei toimi"
#: templates/admin.php:70
+msgid "System locale can not be set to a one which supports UTF-8."
+msgstr "Süsteemi lokaliseeringuks ei saa panna sellist, mis toetab UTF-8-t."
+
+#: templates/admin.php:74
+msgid ""
+"This means that there might be problems with certain characters in file "
+"names."
+msgstr "See tähendab, et võib esineda probleeme failide nimedes mõnede sümbolitega."
+
+#: templates/admin.php:78
#, php-format
msgid ""
-"System locale can't be set to %s. This means that there might be problems "
-"with certain characters in file names. We strongly suggest to install the "
-"required packages on your system to support %s."
-msgstr "Süsteemi lokaliseeringut ei saa panna %s. See tähendab, et võib esineda probleeme teatud tähemärkidega failide nimedes. Soovitame tungivalt paigaldada süsteemi vajalikud pakid toetamaks %s."
+"We strongly suggest to install the required packages on your system to "
+"support one of the following locales: %s."
+msgstr "Soovitame tungivalt paigaldada vajalikud paketid oma süsteemi tagamaks tuge järgmistele lokaliseeringutele: %s."
-#: templates/admin.php:82
+#: templates/admin.php:90
msgid "Internet connection not working"
msgstr "Internetiühendus ei toimi"
-#: templates/admin.php:85
+#: templates/admin.php:93
msgid ""
"This server has no working internet connection. This means that some of the "
"features like mounting of external storage, notifications about updates or "
@@ -303,118 +312,118 @@ msgid ""
"internet connection for this server if you want to have all features."
msgstr "Serveril puudub toimiv internetiühendus. See tähendab, et mõned funktsionaalsused, nagu näiteks väliste andmehoidlate ühendamine, teavitused uuendustest või kolmandate osapoolte rakenduste paigaldamine ei tööta. Eemalt failidele ligipääs ning teadete saatmine emailiga ei pruugi samuti toimida. Kui soovid täielikku funktsionaalsust, siis soovitame serverile tagada ligipääs internetti."
-#: templates/admin.php:99
+#: templates/admin.php:107
msgid "Cron"
msgstr "Cron"
-#: templates/admin.php:106
+#: templates/admin.php:114
msgid "Execute one task with each page loaded"
msgstr "Käivita toiming igal lehe laadimisel"
-#: templates/admin.php:114
+#: templates/admin.php:122
msgid ""
"cron.php is registered at a webcron service to call cron.php every 15 "
"minutes over http."
msgstr "cron.php on registreeritud webcron teenuses, et käivitada fail cron.php iga 15 minuti tagant üle http."
-#: templates/admin.php:122
+#: templates/admin.php:130
msgid "Use systems cron service to call the cron.php file every 15 minutes."
msgstr "Kasuta süsteemi cron teenust, et käivitada fail cron.php iga 15 minuti tagant."
-#: templates/admin.php:127
+#: templates/admin.php:135
msgid "Sharing"
msgstr "Jagamine"
-#: templates/admin.php:133
+#: templates/admin.php:141
msgid "Enable Share API"
msgstr "Luba Share API"
-#: templates/admin.php:134
+#: templates/admin.php:142
msgid "Allow apps to use the Share API"
msgstr "Luba rakendustel kasutada Share API-t"
-#: templates/admin.php:141
+#: templates/admin.php:149
msgid "Allow links"
msgstr "Luba lingid"
-#: templates/admin.php:142
+#: templates/admin.php:150
msgid "Allow users to share items to the public with links"
msgstr "Luba kasutajatel jagada kirjeid avalike linkidega"
-#: templates/admin.php:150
+#: templates/admin.php:158
msgid "Allow public uploads"
msgstr "Luba avalikud üleslaadimised"
-#: templates/admin.php:151
+#: templates/admin.php:159
msgid ""
"Allow users to enable others to upload into their publicly shared folders"
msgstr "Luba kasutajatel üleslaadimine teiste poolt oma avalikult jagatud kataloogidesse "
-#: templates/admin.php:159
+#: templates/admin.php:167
msgid "Allow resharing"
msgstr "Luba edasijagamine"
-#: templates/admin.php:160
+#: templates/admin.php:168
msgid "Allow users to share items shared with them again"
msgstr "Luba kasutajatel jagada edasi kirjeid, mida on neile jagatud"
-#: templates/admin.php:167
+#: templates/admin.php:175
msgid "Allow users to share with anyone"
msgstr "Luba kasutajatel kõigiga jagada"
-#: templates/admin.php:170
+#: templates/admin.php:178
msgid "Allow users to only share with users in their groups"
msgstr "Luba kasutajatel jagada kirjeid ainult nende grupi liikmetele, millesse nad ise kuuluvad"
-#: templates/admin.php:177
+#: templates/admin.php:185
msgid "Allow mail notification"
msgstr "Luba teavitused e-postiga"
-#: templates/admin.php:178
+#: templates/admin.php:186
msgid "Allow user to send mail notification for shared files"
msgstr "Luba kasutajatel saata jagatud failide kohta e-postiga teavitusi"
-#: templates/admin.php:185
+#: templates/admin.php:193
msgid "Security"
msgstr "Turvalisus"
-#: templates/admin.php:198
+#: templates/admin.php:206
msgid "Enforce HTTPS"
msgstr "Sunni peale HTTPS-i kasutamine"
-#: templates/admin.php:200
+#: templates/admin.php:208
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr "Sunnib kliente %s ühenduma krüpteeritult."
-#: templates/admin.php:206
+#: templates/admin.php:214
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr "Palun ühendu oma %s üle HTTPS või keela SSL kasutamine."
-#: templates/admin.php:218
+#: templates/admin.php:226
msgid "Log"
msgstr "Logi"
-#: templates/admin.php:219
+#: templates/admin.php:227
msgid "Log level"
msgstr "Logi tase"
-#: templates/admin.php:251
+#: templates/admin.php:259
msgid "More"
msgstr "Rohkem"
-#: templates/admin.php:252
+#: templates/admin.php:260
msgid "Less"
msgstr "Vähem"
-#: templates/admin.php:258 templates/personal.php:169
+#: templates/admin.php:266 templates/personal.php:169
msgid "Version"
msgstr "Versioon"
-#: templates/admin.php:262 templates/personal.php:172
+#: templates/admin.php:270 templates/personal.php:172
msgid ""
"Developed by the ownCloud community, the \n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-18 09:20+0000\n"
+"Last-Translator: pisike.sipelgas \n"
"Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -90,15 +90,15 @@ msgstr "Viga"
#: js/settings.js:674
msgid "Configuration OK"
-msgstr ""
+msgstr "Seadistus on korras"
#: js/settings.js:683
msgid "Configuration incorrect"
-msgstr ""
+msgstr "Seadistus on vigane"
#: js/settings.js:692
msgid "Configuration incomplete"
-msgstr ""
+msgstr "Seadistus on puudulik"
#: js/settings.js:709 js/settings.js:718
msgid "Select groups"
diff --git a/l10n/eu/core.po b/l10n/eu/core.po
index 76050d7586..114f480b98 100644
--- a/l10n/eu/core.po
+++ b/l10n/eu/core.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-15 22:54-0500\n"
-"PO-Revision-Date: 2013-11-13 16:11+0000\n"
+"POT-Creation-Date: 2013-11-24 00:13-0500\n"
+"PO-Revision-Date: 2013-11-22 02:20+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n"
"MIME-Version: 1.0\n"
@@ -278,12 +278,12 @@ msgstr "Elkarbanatuta"
msgid "Share"
msgstr "Elkarbanatu"
-#: js/share.js:158 js/share.js:171 js/share.js:178 js/share.js:692
-#: js/share.js:704
+#: js/share.js:158 js/share.js:171 js/share.js:178 js/share.js:707
+#: js/share.js:719
msgid "Error"
msgstr "Errorea"
-#: js/share.js:160 js/share.js:732
+#: js/share.js:160 js/share.js:747
msgid "Error while sharing"
msgstr "Errore bat egon da elkarbanatzean"
@@ -303,115 +303,115 @@ msgstr "{owner}-k zu eta {group} taldearekin elkarbanatuta"
msgid "Shared with you by {owner}"
msgstr "{owner}-k zurekin elkarbanatuta"
-#: js/share.js:212
+#: js/share.js:213
msgid "Share with user or group …"
msgstr ""
-#: js/share.js:218
+#: js/share.js:219
msgid "Share link"
msgstr ""
-#: js/share.js:221
+#: js/share.js:222
msgid "Password protect"
msgstr "Babestu pasahitzarekin"
-#: js/share.js:223 templates/installation.php:57 templates/login.php:32
+#: js/share.js:224 templates/installation.php:57 templates/login.php:32
msgid "Password"
msgstr "Pasahitza"
-#: js/share.js:228
+#: js/share.js:229
msgid "Allow Public Upload"
msgstr "Gaitu igotze publikoa"
-#: js/share.js:232
+#: js/share.js:233
msgid "Email link to person"
msgstr "Postaz bidali lotura "
-#: js/share.js:233
+#: js/share.js:234
msgid "Send"
msgstr "Bidali"
-#: js/share.js:238
+#: js/share.js:239
msgid "Set expiration date"
msgstr "Ezarri muga data"
-#: js/share.js:239
+#: js/share.js:240
msgid "Expiration date"
msgstr "Muga data"
-#: js/share.js:274
+#: js/share.js:275
msgid "Share via email:"
msgstr "Elkarbanatu eposta bidez:"
-#: js/share.js:277
+#: js/share.js:278
msgid "No people found"
msgstr "Ez da inor aurkitu"
-#: js/share.js:307 js/share.js:344
+#: js/share.js:322 js/share.js:359
msgid "group"
msgstr "taldea"
-#: js/share.js:318
+#: js/share.js:333
msgid "Resharing is not allowed"
msgstr "Berriz elkarbanatzea ez dago baimendua"
-#: js/share.js:360
+#: js/share.js:375
msgid "Shared in {item} with {user}"
msgstr "{user}ekin {item}-n elkarbanatuta"
-#: js/share.js:382
+#: js/share.js:397
msgid "Unshare"
msgstr "Ez elkarbanatu"
-#: js/share.js:390
+#: js/share.js:405
msgid "notify by email"
msgstr ""
-#: js/share.js:393
+#: js/share.js:408
msgid "can edit"
msgstr "editatu dezake"
-#: js/share.js:395
+#: js/share.js:410
msgid "access control"
msgstr "sarrera kontrola"
-#: js/share.js:398
+#: js/share.js:413
msgid "create"
msgstr "sortu"
-#: js/share.js:401
+#: js/share.js:416
msgid "update"
msgstr "eguneratu"
-#: js/share.js:404
+#: js/share.js:419
msgid "delete"
msgstr "ezabatu"
-#: js/share.js:407
+#: js/share.js:422
msgid "share"
msgstr "elkarbanatu"
-#: js/share.js:449 js/share.js:679
+#: js/share.js:464 js/share.js:694
msgid "Password protected"
msgstr "Pasahitzarekin babestuta"
-#: js/share.js:692
+#: js/share.js:707
msgid "Error unsetting expiration date"
msgstr "Errorea izan da muga data kentzean"
-#: js/share.js:704
+#: js/share.js:719
msgid "Error setting expiration date"
msgstr "Errore bat egon da muga data ezartzean"
-#: js/share.js:719
+#: js/share.js:734
msgid "Sending ..."
msgstr "Bidaltzen ..."
-#: js/share.js:730
+#: js/share.js:745
msgid "Email sent"
msgstr "Eposta bidalia"
-#: js/share.js:754
+#: js/share.js:769
msgid "Warning"
msgstr "Abisua"
@@ -581,14 +581,12 @@ msgid ""
"\n"
msgstr ""
-#: templates/altmail.php:4
+#: templates/altmail.php:4 templates/mail.php:17
#, php-format
-msgid ""
-"The share will expire on %s.\n"
-"\n"
+msgid "The share will expire on %s."
msgstr ""
-#: templates/altmail.php:6 templates/mail.php:19
+#: templates/altmail.php:7 templates/mail.php:20
msgid "Cheers!"
msgstr ""
@@ -735,11 +733,6 @@ msgid ""
"href=\"%s\">View it!
"
msgstr ""
-#: templates/mail.php:17
-#, php-format
-msgid "The share will expire on %s.
"
-msgstr ""
-
#: templates/update.admin.php:3
#, php-format
msgid "Updating ownCloud to version %s, this may take a while."
diff --git a/l10n/eu/files.po b/l10n/eu/files.po
index f668c71534..39373b7ea7 100644
--- a/l10n/eu/files.po
+++ b/l10n/eu/files.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-11 05:45-0500\n"
-"PO-Revision-Date: 2013-11-09 07:01+0000\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-21 15:01+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n"
"MIME-Version: 1.0\n"
@@ -157,11 +157,11 @@ msgstr "Fitxategien igoera martxan da. Orria orain uzteak igoera ezeztatutko du.
msgid "URL cannot be empty"
msgstr ""
-#: js/file-upload.js:523 js/filelist.js:371
+#: js/file-upload.js:523 js/filelist.js:377
msgid "In the home folder 'Shared' is a reserved filename"
msgstr ""
-#: js/file-upload.js:525 js/filelist.js:373
+#: js/file-upload.js:525 js/filelist.js:379
msgid "{new_name} already exists"
msgstr "{new_name} dagoeneko existitzen da"
@@ -185,39 +185,43 @@ msgstr "Ezabatu betirako"
msgid "Rename"
msgstr "Berrizendatu"
-#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:857
+#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:873
msgid "Pending"
msgstr "Zain"
-#: js/filelist.js:399
+#: js/filelist.js:405
msgid "Could not rename file"
msgstr ""
-#: js/filelist.js:518
+#: js/filelist.js:524
msgid "replaced {new_name} with {old_name}"
msgstr " {new_name}-k {old_name} ordezkatu du"
-#: js/filelist.js:518
+#: js/filelist.js:524
msgid "undo"
msgstr "desegin"
-#: js/filelist.js:578 js/filelist.js:652 js/files.js:631
+#: js/filelist.js:576
+msgid "Error deleting file."
+msgstr ""
+
+#: js/filelist.js:594 js/filelist.js:668 js/files.js:631
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "karpeta %n"
msgstr[1] "%n karpeta"
-#: js/filelist.js:579 js/filelist.js:653 js/files.js:637
+#: js/filelist.js:595 js/filelist.js:669 js/files.js:637
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "fitxategi %n"
msgstr[1] "%n fitxategi"
-#: js/filelist.js:586
+#: js/filelist.js:602
msgid "{dirs} and {files}"
msgstr "{dirs} eta {files}"
-#: js/filelist.js:796 js/filelist.js:834
+#: js/filelist.js:812 js/filelist.js:850
msgid "Uploading %n file"
msgid_plural "Uploading %n files"
msgstr[0] "Fitxategi %n igotzen"
diff --git a/l10n/eu/files_external.po b/l10n/eu/files_external.po
index fa979c709b..68f29e218e 100644
--- a/l10n/eu/files_external.po
+++ b/l10n/eu/files_external.po
@@ -7,9 +7,9 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-16 00:26-0400\n"
-"PO-Revision-Date: 2013-10-14 00:42+0000\n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-16 07:44+0000\n"
"Last-Translator: Piarres Beobide \n"
"Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n"
"MIME-Version: 1.0\n"
@@ -38,20 +38,20 @@ msgstr "Mesedez eman baliozkoa den Dropbox app giltza eta sekretua"
msgid "Error configuring Google Drive storage"
msgstr "Errore bat egon da Google Drive biltegiratzea konfiguratzean"
-#: lib/config.php:453
+#: lib/config.php:461
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr "Abisua: \"smbclient\" ez dago instalatuta. CIFS/SMB partekatutako karpetak montatzea ez da posible. Mesedez eskatu zure sistema kudeatzaileari instalatzea."
-#: lib/config.php:457
+#: lib/config.php:465
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr "Abisua: PHPren FTP modulua ez dago instalatuta edo gaitua. FTP partekatutako karpetak montatzea ez da posible. Mesedez eskatu zure sistema kudeatzaileari instalatzea."
-#: lib/config.php:460
+#: lib/config.php:468
msgid ""
"Warning: The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
diff --git a/l10n/eu/files_trashbin.po b/l10n/eu/files_trashbin.po
index af85d6db6a..1687760864 100644
--- a/l10n/eu/files_trashbin.po
+++ b/l10n/eu/files_trashbin.po
@@ -7,9 +7,9 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-16 00:26-0400\n"
-"PO-Revision-Date: 2013-10-14 00:42+0000\n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-16 07:44+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n"
"MIME-Version: 1.0\n"
@@ -32,7 +32,7 @@ msgstr "Ezin izan da %s berreskuratu"
msgid "Error"
msgstr "Errorea"
-#: lib/trashbin.php:814 lib/trashbin.php:816
+#: lib/trashbin.php:815 lib/trashbin.php:817
msgid "restored"
msgstr "Berrezarrita"
diff --git a/l10n/eu/lib.po b/l10n/eu/lib.po
index 8dfd3f28a3..63151c5fc6 100644
--- a/l10n/eu/lib.po
+++ b/l10n/eu/lib.po
@@ -8,9 +8,9 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-29 07:28-0400\n"
-"PO-Revision-Date: 2013-10-28 10:45+0000\n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-21 15:01+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n"
"MIME-Version: 1.0\n"
@@ -72,27 +72,27 @@ msgstr "web zerbitzuak zure kontrolpean"
msgid "cannot open \"%s\""
msgstr "ezin da \"%s\" ireki"
-#: private/files.php:226
+#: private/files.php:228
msgid "ZIP download is turned off."
msgstr "ZIP deskarga ez dago gaituta."
-#: private/files.php:227
+#: private/files.php:229
msgid "Files need to be downloaded one by one."
msgstr "Fitxategiak banan-banan deskargatu behar dira."
-#: private/files.php:228 private/files.php:256
+#: private/files.php:230 private/files.php:258
msgid "Back to Files"
msgstr "Itzuli fitxategietara"
-#: private/files.php:253
+#: private/files.php:255
msgid "Selected files too large to generate zip file."
msgstr "Hautatuko fitxategiak oso handiak dira zip fitxategia sortzeko."
-#: private/files.php:254
+#: private/files.php:256
msgid ""
-"Download the files in smaller chunks, seperately or kindly ask your "
+"Please download the files separately in smaller chunks or kindly ask your "
"administrator."
-msgstr "Deskargatu fitzategiak zati txikiagoetan, banan-banan edo eskatu mesedez zure administradoreari"
+msgstr ""
#: private/installer.php:63
msgid "No source specified when installing app"
@@ -135,17 +135,17 @@ msgid ""
"which is not allowed for non shipped apps"
msgstr ""
-#: private/installer.php:152
+#: private/installer.php:159
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr ""
-#: private/installer.php:162
+#: private/installer.php:169
msgid "App directory already exists"
msgstr ""
-#: private/installer.php:175
+#: private/installer.php:182
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr ""
@@ -270,13 +270,13 @@ msgstr "Ezarri administraziorako erabiltzaile izena."
msgid "Set an admin password."
msgstr "Ezarri administraziorako pasahitza."
-#: private/setup.php:184
+#: private/setup.php:195
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "Zure web zerbitzaria ez dago oraindik ongi konfiguratuta fitxategien sinkronizazioa egiteko, WebDAV interfazea ongi ez dagoela dirudi."
-#: private/setup.php:185
+#: private/setup.php:196
#, php-format
msgid "Please double check the installation guides."
msgstr "Mesedez begiratu instalazio gidak."
@@ -334,6 +334,6 @@ msgstr "joan den urtean"
msgid "years ago"
msgstr "urte"
-#: private/template.php:297 public/util.php:103
+#: private/template.php:297 public/util.php:108
msgid "Caused by:"
msgstr "Honek eraginda:"
diff --git a/l10n/eu/settings.po b/l10n/eu/settings.po
index 1c839466cb..4774567239 100644
--- a/l10n/eu/settings.po
+++ b/l10n/eu/settings.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-15 22:54-0500\n"
-"PO-Revision-Date: 2013-11-13 16:11+0000\n"
+"POT-Creation-Date: 2013-11-21 21:06-0500\n"
+"PO-Revision-Date: 2013-11-22 02:06+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n"
"MIME-Version: 1.0\n"
@@ -284,18 +284,27 @@ msgid "Locale not working"
msgstr "Lokala ez dabil"
#: templates/admin.php:70
-#, php-format
-msgid ""
-"System locale can't be set to %s. This means that there might be problems "
-"with certain characters in file names. We strongly suggest to install the "
-"required packages on your system to support %s."
+msgid "System locale can not be set to a one which supports UTF-8."
msgstr ""
-#: templates/admin.php:82
+#: templates/admin.php:74
+msgid ""
+"This means that there might be problems with certain characters in file "
+"names."
+msgstr ""
+
+#: templates/admin.php:78
+#, php-format
+msgid ""
+"We strongly suggest to install the required packages on your system to "
+"support one of the following locales: %s."
+msgstr ""
+
+#: templates/admin.php:90
msgid "Internet connection not working"
msgstr "Interneteko konexioak ez du funtzionatzen"
-#: templates/admin.php:85
+#: templates/admin.php:93
msgid ""
"This server has no working internet connection. This means that some of the "
"features like mounting of external storage, notifications about updates or "
@@ -304,118 +313,118 @@ msgid ""
"internet connection for this server if you want to have all features."
msgstr ""
-#: templates/admin.php:99
+#: templates/admin.php:107
msgid "Cron"
msgstr "Cron"
-#: templates/admin.php:106
+#: templates/admin.php:114
msgid "Execute one task with each page loaded"
msgstr "Exekutatu zeregin bat orri karga bakoitzean"
-#: templates/admin.php:114
+#: templates/admin.php:122
msgid ""
"cron.php is registered at a webcron service to call cron.php every 15 "
"minutes over http."
msgstr ""
-#: templates/admin.php:122
+#: templates/admin.php:130
msgid "Use systems cron service to call the cron.php file every 15 minutes."
msgstr ""
-#: templates/admin.php:127
+#: templates/admin.php:135
msgid "Sharing"
msgstr "Partekatzea"
-#: templates/admin.php:133
+#: templates/admin.php:141
msgid "Enable Share API"
msgstr "Gaitu Elkarbanatze APIa"
-#: templates/admin.php:134
+#: templates/admin.php:142
msgid "Allow apps to use the Share API"
msgstr "Baimendu aplikazioak Elkarbanatze APIa erabiltzeko"
-#: templates/admin.php:141
+#: templates/admin.php:149
msgid "Allow links"
msgstr "Baimendu loturak"
-#: templates/admin.php:142
+#: templates/admin.php:150
msgid "Allow users to share items to the public with links"
msgstr "Baimendu erabiltzaileak loturen bidez fitxategiak publikoki elkarbanatzen"
-#: templates/admin.php:150
+#: templates/admin.php:158
msgid "Allow public uploads"
msgstr "Baimendu igoera publikoak"
-#: templates/admin.php:151
+#: templates/admin.php:159
msgid ""
"Allow users to enable others to upload into their publicly shared folders"
msgstr "Baimendu erabiltzaileak besteak bere partekatutako karpetetan fitxategiak igotzea"
-#: templates/admin.php:159
+#: templates/admin.php:167
msgid "Allow resharing"
msgstr "Baimendu birpartekatzea"
-#: templates/admin.php:160
+#: templates/admin.php:168
msgid "Allow users to share items shared with them again"
msgstr "Baimendu erabiltzaileak haiekin elkarbanatutako fitxategiak berriz ere elkarbanatzen"
-#: templates/admin.php:167
+#: templates/admin.php:175
msgid "Allow users to share with anyone"
msgstr "Baimendu erabiltzaileak edonorekin elkarbanatzen"
-#: templates/admin.php:170
+#: templates/admin.php:178
msgid "Allow users to only share with users in their groups"
msgstr "Baimendu erabiltzaileak bakarrik bere taldeko erabiltzaileekin elkarbanatzen"
-#: templates/admin.php:177
+#: templates/admin.php:185
msgid "Allow mail notification"
msgstr ""
-#: templates/admin.php:178
+#: templates/admin.php:186
msgid "Allow user to send mail notification for shared files"
msgstr ""
-#: templates/admin.php:185
+#: templates/admin.php:193
msgid "Security"
msgstr "Segurtasuna"
-#: templates/admin.php:198
+#: templates/admin.php:206
msgid "Enforce HTTPS"
msgstr "Behartu HTTPS"
-#: templates/admin.php:200
+#: templates/admin.php:208
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr "Bezeroak %s-ra konexio enkriptatu baten bidez konektatzera behartzen ditu."
-#: templates/admin.php:206
+#: templates/admin.php:214
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr "Mesedez konektatu zure %s-ra HTTPS bidez SSL zehaztapenak aldatzeko."
-#: templates/admin.php:218
+#: templates/admin.php:226
msgid "Log"
msgstr "Egunkaria"
-#: templates/admin.php:219
+#: templates/admin.php:227
msgid "Log level"
msgstr "Erregistro maila"
-#: templates/admin.php:251
+#: templates/admin.php:259
msgid "More"
msgstr "Gehiago"
-#: templates/admin.php:252
+#: templates/admin.php:260
msgid "Less"
msgstr "Gutxiago"
-#: templates/admin.php:258 templates/personal.php:169
+#: templates/admin.php:266 templates/personal.php:169
msgid "Version"
msgstr "Bertsioa"
-#: templates/admin.php:262 templates/personal.php:172
+#: templates/admin.php:270 templates/personal.php:172
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/fa/core.po b/l10n/fa/core.po
index d35fd35d7b..076fa886b2 100644
--- a/l10n/fa/core.po
+++ b/l10n/fa/core.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-15 22:54-0500\n"
-"PO-Revision-Date: 2013-11-13 16:11+0000\n"
+"POT-Creation-Date: 2013-11-24 00:13-0500\n"
+"PO-Revision-Date: 2013-11-22 02:20+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n"
"MIME-Version: 1.0\n"
@@ -272,12 +272,12 @@ msgstr "اشتراک گذاشته شده"
msgid "Share"
msgstr "اشتراکگذاری"
-#: js/share.js:158 js/share.js:171 js/share.js:178 js/share.js:692
-#: js/share.js:704
+#: js/share.js:158 js/share.js:171 js/share.js:178 js/share.js:707
+#: js/share.js:719
msgid "Error"
msgstr "خطا"
-#: js/share.js:160 js/share.js:732
+#: js/share.js:160 js/share.js:747
msgid "Error while sharing"
msgstr "خطا درحال به اشتراک گذاشتن"
@@ -297,115 +297,115 @@ msgstr "به اشتراک گذاشته شده با شما و گروه {گروه}
msgid "Shared with you by {owner}"
msgstr "به اشتراک گذاشته شده با شما توسط { دارنده}"
-#: js/share.js:212
+#: js/share.js:213
msgid "Share with user or group …"
msgstr ""
-#: js/share.js:218
+#: js/share.js:219
msgid "Share link"
msgstr ""
-#: js/share.js:221
+#: js/share.js:222
msgid "Password protect"
msgstr "نگهداری کردن رمز عبور"
-#: js/share.js:223 templates/installation.php:57 templates/login.php:32
+#: js/share.js:224 templates/installation.php:57 templates/login.php:32
msgid "Password"
msgstr "گذرواژه"
-#: js/share.js:228
+#: js/share.js:229
msgid "Allow Public Upload"
msgstr "اجازه آپلود عمومی"
-#: js/share.js:232
+#: js/share.js:233
msgid "Email link to person"
msgstr "پیوند ایمیل برای شخص."
-#: js/share.js:233
+#: js/share.js:234
msgid "Send"
msgstr "ارسال"
-#: js/share.js:238
+#: js/share.js:239
msgid "Set expiration date"
msgstr "تنظیم تاریخ انقضا"
-#: js/share.js:239
+#: js/share.js:240
msgid "Expiration date"
msgstr "تاریخ انقضا"
-#: js/share.js:274
+#: js/share.js:275
msgid "Share via email:"
msgstr "از طریق ایمیل به اشتراک بگذارید :"
-#: js/share.js:277
+#: js/share.js:278
msgid "No people found"
msgstr "کسی یافت نشد"
-#: js/share.js:307 js/share.js:344
+#: js/share.js:322 js/share.js:359
msgid "group"
msgstr "گروه"
-#: js/share.js:318
+#: js/share.js:333
msgid "Resharing is not allowed"
msgstr "اشتراک گذاری مجدد مجاز نمی باشد"
-#: js/share.js:360
+#: js/share.js:375
msgid "Shared in {item} with {user}"
msgstr "به اشتراک گذاشته شده در {بخش} با {کاربر}"
-#: js/share.js:382
+#: js/share.js:397
msgid "Unshare"
msgstr "لغو اشتراک"
-#: js/share.js:390
+#: js/share.js:405
msgid "notify by email"
msgstr ""
-#: js/share.js:393
+#: js/share.js:408
msgid "can edit"
msgstr "می توان ویرایش کرد"
-#: js/share.js:395
+#: js/share.js:410
msgid "access control"
msgstr "کنترل دسترسی"
-#: js/share.js:398
+#: js/share.js:413
msgid "create"
msgstr "ایجاد"
-#: js/share.js:401
+#: js/share.js:416
msgid "update"
msgstr "به روز"
-#: js/share.js:404
+#: js/share.js:419
msgid "delete"
msgstr "پاک کردن"
-#: js/share.js:407
+#: js/share.js:422
msgid "share"
msgstr "به اشتراک گذاشتن"
-#: js/share.js:449 js/share.js:679
+#: js/share.js:464 js/share.js:694
msgid "Password protected"
msgstr "نگهداری از رمز عبور"
-#: js/share.js:692
+#: js/share.js:707
msgid "Error unsetting expiration date"
msgstr "خطا در تنظیم نکردن تاریخ انقضا "
-#: js/share.js:704
+#: js/share.js:719
msgid "Error setting expiration date"
msgstr "خطا در تنظیم تاریخ انقضا"
-#: js/share.js:719
+#: js/share.js:734
msgid "Sending ..."
msgstr "درحال ارسال ..."
-#: js/share.js:730
+#: js/share.js:745
msgid "Email sent"
msgstr "ایمیل ارسال شد"
-#: js/share.js:754
+#: js/share.js:769
msgid "Warning"
msgstr "اخطار"
@@ -575,14 +575,12 @@ msgid ""
"\n"
msgstr ""
-#: templates/altmail.php:4
+#: templates/altmail.php:4 templates/mail.php:17
#, php-format
-msgid ""
-"The share will expire on %s.\n"
-"\n"
+msgid "The share will expire on %s."
msgstr ""
-#: templates/altmail.php:6 templates/mail.php:19
+#: templates/altmail.php:7 templates/mail.php:20
msgid "Cheers!"
msgstr ""
@@ -729,11 +727,6 @@ msgid ""
"href=\"%s\">View it!
"
msgstr ""
-#: templates/mail.php:17
-#, php-format
-msgid "The share will expire on %s.
Só facerlle saber que %s compartiu «%s» con vostede. Véxao!
"
-#: templates/mail.php:17
-#, php-format
-msgid "The share will expire on %s.
"
-msgstr "Esta compartición caduca o %s.
"
-
#: templates/update.admin.php:3
#, php-format
msgid "Updating ownCloud to version %s, this may take a while."
diff --git a/l10n/gl/files.po b/l10n/gl/files.po
index 7f81618cfc..c9fa6307b0 100644
--- a/l10n/gl/files.po
+++ b/l10n/gl/files.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-11 05:45-0500\n"
-"PO-Revision-Date: 2013-11-09 07:01+0000\n"
+"POT-Creation-Date: 2013-11-24 00:13-0500\n"
+"PO-Revision-Date: 2013-11-22 07:20+0000\n"
"Last-Translator: mbouzada \n"
"Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n"
"MIME-Version: 1.0\n"
@@ -21,7 +21,7 @@ msgstr ""
#: ajax/move.php:17
#, php-format
msgid "Could not move %s - File with this name already exists"
-msgstr "Non se moveu %s - Xa existe un ficheiro con ese nome."
+msgstr "Non foi posíbel mover %s; Xa existe un ficheiro con ese nome."
#: ajax/move.php:27 ajax/move.php:30
#, php-format
@@ -156,11 +156,11 @@ msgstr "O envío do ficheiro está en proceso. Saír agora da páxina cancelará
msgid "URL cannot be empty"
msgstr "O URL non pode quedar en branco."
-#: js/file-upload.js:523 js/filelist.js:371
+#: js/file-upload.js:523 js/filelist.js:377
msgid "In the home folder 'Shared' is a reserved filename"
msgstr "«Shared» dentro do cartafol persoal é un nome reservado"
-#: js/file-upload.js:525 js/filelist.js:373
+#: js/file-upload.js:525 js/filelist.js:379
msgid "{new_name} already exists"
msgstr "Xa existe un {new_name}"
@@ -184,39 +184,43 @@ msgstr "Eliminar permanentemente"
msgid "Rename"
msgstr "Renomear"
-#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:857
+#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:873
msgid "Pending"
msgstr "Pendentes"
-#: js/filelist.js:399
+#: js/filelist.js:405
msgid "Could not rename file"
msgstr "Non foi posíbel renomear o ficheiro"
-#: js/filelist.js:518
+#: js/filelist.js:524
msgid "replaced {new_name} with {old_name}"
msgstr "substituír {new_name} por {old_name}"
-#: js/filelist.js:518
+#: js/filelist.js:524
msgid "undo"
msgstr "desfacer"
-#: js/filelist.js:578 js/filelist.js:652 js/files.js:631
+#: js/filelist.js:576
+msgid "Error deleting file."
+msgstr "Produciuse un erro ao eliminar o ficheiro."
+
+#: js/filelist.js:594 js/filelist.js:668 js/files.js:631
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "%n cartafol"
msgstr[1] "%n cartafoles"
-#: js/filelist.js:579 js/filelist.js:653 js/files.js:637
+#: js/filelist.js:595 js/filelist.js:669 js/files.js:637
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "%n ficheiro"
msgstr[1] "%n ficheiros"
-#: js/filelist.js:586
+#: js/filelist.js:602
msgid "{dirs} and {files}"
msgstr "{dirs} e {files}"
-#: js/filelist.js:796 js/filelist.js:834
+#: js/filelist.js:812 js/filelist.js:850
msgid "Uploading %n file"
msgid_plural "Uploading %n files"
msgstr[0] "Cargando %n ficheiro"
diff --git a/l10n/gl/files_external.po b/l10n/gl/files_external.po
index be7162a3c0..1c5aff7b46 100644
--- a/l10n/gl/files_external.po
+++ b/l10n/gl/files_external.po
@@ -6,9 +6,9 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-16 00:26-0400\n"
-"PO-Revision-Date: 2013-10-14 00:42+0000\n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-16 07:44+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n"
"MIME-Version: 1.0\n"
@@ -37,20 +37,20 @@ msgstr "Forneza unha chave correcta e segreda do Dropbox."
msgid "Error configuring Google Drive storage"
msgstr "Produciuse un erro ao configurar o almacenamento en Google Drive"
-#: lib/config.php:453
+#: lib/config.php:461
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr "Aviso: «smbclient» non está instalado. Non é posibel a montaxe de comparticións CIFS/SMB. Consulte co administrador do sistema para instalalo."
-#: lib/config.php:457
+#: lib/config.php:465
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr "Aviso: A compatibilidade de FTP en PHP non está activada ou instalada. Non é posibel a montaxe de comparticións FTP. Consulte co administrador do sistema para instalalo."
-#: lib/config.php:460
+#: lib/config.php:468
msgid ""
"Warning: The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
diff --git a/l10n/gl/files_trashbin.po b/l10n/gl/files_trashbin.po
index b9233c2429..eea63f9317 100644
--- a/l10n/gl/files_trashbin.po
+++ b/l10n/gl/files_trashbin.po
@@ -7,9 +7,9 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-16 00:26-0400\n"
-"PO-Revision-Date: 2013-10-14 00:42+0000\n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-16 07:44+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n"
"MIME-Version: 1.0\n"
@@ -32,7 +32,7 @@ msgstr "Non foi posíbel restaurar %s"
msgid "Error"
msgstr "Erro"
-#: lib/trashbin.php:814 lib/trashbin.php:816
+#: lib/trashbin.php:815 lib/trashbin.php:817
msgid "restored"
msgstr "restaurado"
diff --git a/l10n/gl/lib.po b/l10n/gl/lib.po
index 096ac63bfe..7077ae88a4 100644
--- a/l10n/gl/lib.po
+++ b/l10n/gl/lib.po
@@ -7,10 +7,10 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-29 07:28-0400\n"
-"PO-Revision-Date: 2013-10-28 10:45+0000\n"
-"Last-Translator: I Robot \n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-24 00:13-0500\n"
+"PO-Revision-Date: 2013-11-22 07:30+0000\n"
+"Last-Translator: mbouzada \n"
"Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -54,11 +54,11 @@ msgstr "Administración"
msgid "Failed to upgrade \"%s\"."
msgstr "Non foi posíbel anovar «%s»."
-#: private/avatar.php:60
+#: private/avatar.php:62
msgid "Unknown filetype"
msgstr "Tipo de ficheiro descoñecido"
-#: private/avatar.php:65
+#: private/avatar.php:67
msgid "Invalid image"
msgstr "Imaxe incorrecta"
@@ -71,27 +71,27 @@ msgstr "servizos web baixo o seu control"
msgid "cannot open \"%s\""
msgstr "non foi posíbel abrir «%s»"
-#: private/files.php:226
+#: private/files.php:228
msgid "ZIP download is turned off."
msgstr "As descargas ZIP están desactivadas."
-#: private/files.php:227
+#: private/files.php:229
msgid "Files need to be downloaded one by one."
msgstr "Os ficheiros necesitan seren descargados dun en un."
-#: private/files.php:228 private/files.php:256
+#: private/files.php:230 private/files.php:258
msgid "Back to Files"
msgstr "Volver aos ficheiros"
-#: private/files.php:253
+#: private/files.php:255
msgid "Selected files too large to generate zip file."
msgstr "Os ficheiros seleccionados son demasiado grandes como para xerar un ficheiro zip."
-#: private/files.php:254
+#: private/files.php:256
msgid ""
-"Download the files in smaller chunks, seperately or kindly ask your "
+"Please download the files separately in smaller chunks or kindly ask your "
"administrator."
-msgstr "Descargue os ficheiros en cachos máis pequenos e por separado, ou pídallos amabelmente ao seu administrador."
+msgstr "Descargue os ficheiros en fragmentos máis pequenos e por separado, ou pídallos amabelmente ao seu administrador."
#: private/installer.php:63
msgid "No source specified when installing app"
@@ -134,17 +134,17 @@ msgid ""
"which is not allowed for non shipped apps"
msgstr "Non é posíbel instalar o aplicativo por conter a etiqueta\n\n\ntrue\n\nque non está permitida para os aplicativos non enviados"
-#: private/installer.php:152
+#: private/installer.php:159
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr "Non é posíbel instalar o aplicativo xa que a versión en info.xml/version non é a mesma que a versión informada desde a App Store"
-#: private/installer.php:162
+#: private/installer.php:169
msgid "App directory already exists"
msgstr "Xa existe o directorio do aplicativo"
-#: private/installer.php:175
+#: private/installer.php:182
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr "Non é posíbel crear o cartafol de aplicativos. Corrixa os permisos. %s"
@@ -269,13 +269,13 @@ msgstr "Estabeleza un nome de usuario administrador"
msgid "Set an admin password."
msgstr "Estabeleza un contrasinal de administrador"
-#: private/setup.php:184
+#: private/setup.php:195
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "O seu servidor web non está aínda configurado adecuadamente para permitir a sincronización de ficheiros xa que semella que a interface WebDAV non está a funcionar."
-#: private/setup.php:185
+#: private/setup.php:196
#, php-format
msgid "Please double check the installation guides."
msgstr "Volva comprobar as guías de instalación"
@@ -333,6 +333,6 @@ msgstr "último ano"
msgid "years ago"
msgstr "anos atrás"
-#: private/template.php:297 public/util.php:103
+#: private/template.php:297 public/util.php:108
msgid "Caused by:"
msgstr "Causado por:"
diff --git a/l10n/gl/settings.po b/l10n/gl/settings.po
index 3c0775ed2b..493802be7a 100644
--- a/l10n/gl/settings.po
+++ b/l10n/gl/settings.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-15 22:54-0500\n"
-"PO-Revision-Date: 2013-11-13 16:11+0000\n"
+"POT-Creation-Date: 2013-11-24 00:13-0500\n"
+"PO-Revision-Date: 2013-11-22 08:20+0000\n"
"Last-Translator: mbouzada \n"
"Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n"
"MIME-Version: 1.0\n"
@@ -282,18 +282,27 @@ msgid "Locale not working"
msgstr "A configuración rexional non funciona"
#: templates/admin.php:70
+msgid "System locale can not be set to a one which supports UTF-8."
+msgstr "Non é posíbel estabelecer a configuración rexional do sistema a unha que admita UTF-8."
+
+#: templates/admin.php:74
+msgid ""
+"This means that there might be problems with certain characters in file "
+"names."
+msgstr "Isto significa que pode haber problemas con certos caracteres en nomes de ficheiro."
+
+#: templates/admin.php:78
#, php-format
msgid ""
-"System locale can't be set to %s. This means that there might be problems "
-"with certain characters in file names. We strongly suggest to install the "
-"required packages on your system to support %s."
-msgstr "A configuración rexional do sistema non pode estabelecerse a %s. Isto significa que pode haber problemas con certos caracteres nos nomes de ficheiro. Recomendámoslle que instale os paquetes necesarios no sistema para aceptar o %s."
+"We strongly suggest to install the required packages on your system to "
+"support one of the following locales: %s."
+msgstr "Recomendamoslle que instale no sistema os paquetes necesarios para admitir unha das seguintes configuracións rexionais: %s."
-#: templates/admin.php:82
+#: templates/admin.php:90
msgid "Internet connection not working"
msgstr "A conexión á Internet non funciona"
-#: templates/admin.php:85
+#: templates/admin.php:93
msgid ""
"This server has no working internet connection. This means that some of the "
"features like mounting of external storage, notifications about updates or "
@@ -302,118 +311,118 @@ msgid ""
"internet connection for this server if you want to have all features."
msgstr "Este servidor non ten conexión a Internet. Isto significa que algunhas das funcionalidades como a montaxe de almacenamento externo, as notificacións sobre actualizacións ou instalación de aplicativos de terceiros non funcionan. O acceso aos ficheiros de forma remota e o envío de mensaxes de notificación poderían non funcionar. Suxerímoslle que active a conexión a Internet deste servidor se quere dispor de todas as funcionalidades."
-#: templates/admin.php:99
+#: templates/admin.php:107
msgid "Cron"
msgstr "Cron"
-#: templates/admin.php:106
+#: templates/admin.php:114
msgid "Execute one task with each page loaded"
msgstr "Executar unha tarefa con cada páxina cargada"
-#: templates/admin.php:114
+#: templates/admin.php:122
msgid ""
"cron.php is registered at a webcron service to call cron.php every 15 "
"minutes over http."
msgstr "cron.php está rexistrado nun servizo de WebCron para chamar a cron.php cada 15 minutos a través de HTTP."
-#: templates/admin.php:122
+#: templates/admin.php:130
msgid "Use systems cron service to call the cron.php file every 15 minutes."
msgstr "Use o servizo de sistema cron para chamar ao ficheiro cron.php cada 15 minutos."
-#: templates/admin.php:127
+#: templates/admin.php:135
msgid "Sharing"
msgstr "Compartindo"
-#: templates/admin.php:133
+#: templates/admin.php:141
msgid "Enable Share API"
msgstr "Activar o API para compartir"
-#: templates/admin.php:134
+#: templates/admin.php:142
msgid "Allow apps to use the Share API"
msgstr "Permitir que os aplicativos empreguen o API para compartir"
-#: templates/admin.php:141
+#: templates/admin.php:149
msgid "Allow links"
msgstr "Permitir ligazóns"
-#: templates/admin.php:142
+#: templates/admin.php:150
msgid "Allow users to share items to the public with links"
msgstr "Permitir que os usuarios compartan elementos ao público con ligazóns"
-#: templates/admin.php:150
+#: templates/admin.php:158
msgid "Allow public uploads"
msgstr "Permitir os envíos públicos"
-#: templates/admin.php:151
+#: templates/admin.php:159
msgid ""
"Allow users to enable others to upload into their publicly shared folders"
msgstr "Permitir que os usuarios lle permitan a outros enviar aos seus cartafoles compartidos publicamente"
-#: templates/admin.php:159
+#: templates/admin.php:167
msgid "Allow resharing"
msgstr "Permitir compartir"
-#: templates/admin.php:160
+#: templates/admin.php:168
msgid "Allow users to share items shared with them again"
msgstr "Permitir que os usuarios compartan de novo os elementos compartidos con eles"
-#: templates/admin.php:167
+#: templates/admin.php:175
msgid "Allow users to share with anyone"
msgstr "Permitir que os usuarios compartan con calquera"
-#: templates/admin.php:170
+#: templates/admin.php:178
msgid "Allow users to only share with users in their groups"
msgstr "Permitir que os usuarios compartan só cos usuarios dos seus grupos"
-#: templates/admin.php:177
+#: templates/admin.php:185
msgid "Allow mail notification"
msgstr "Permitir o envío de notificacións por correo"
-#: templates/admin.php:178
+#: templates/admin.php:186
msgid "Allow user to send mail notification for shared files"
msgstr "Permitir que os usuarios envíen notificacións por correo dos ficheiros compartidos"
-#: templates/admin.php:185
+#: templates/admin.php:193
msgid "Security"
msgstr "Seguranza"
-#: templates/admin.php:198
+#: templates/admin.php:206
msgid "Enforce HTTPS"
msgstr "Forzar HTTPS"
-#: templates/admin.php:200
+#: templates/admin.php:208
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr "Forzar que os clientes se conecten a %s empregando unha conexión cifrada."
-#: templates/admin.php:206
+#: templates/admin.php:214
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr "Conéctese a %s empregando HTTPS para activar ou desactivar o forzado de SSL."
-#: templates/admin.php:218
+#: templates/admin.php:226
msgid "Log"
msgstr "Rexistro"
-#: templates/admin.php:219
+#: templates/admin.php:227
msgid "Log level"
msgstr "Nivel de rexistro"
-#: templates/admin.php:251
+#: templates/admin.php:259
msgid "More"
msgstr "Máis"
-#: templates/admin.php:252
+#: templates/admin.php:260
msgid "Less"
msgstr "Menos"
-#: templates/admin.php:258 templates/personal.php:169
+#: templates/admin.php:266 templates/personal.php:169
msgid "Version"
msgstr "Versión"
-#: templates/admin.php:262 templates/personal.php:172
+#: templates/admin.php:270 templates/personal.php:172
msgid ""
"Developed by the ownCloud community, the \n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-18 16:20+0000\n"
+"Last-Translator: mbouzada \n"
"Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -89,15 +89,15 @@ msgstr "Erro"
#: js/settings.js:674
msgid "Configuration OK"
-msgstr ""
+msgstr "Configuración correcta"
#: js/settings.js:683
msgid "Configuration incorrect"
-msgstr ""
+msgstr "Configuración incorrecta"
#: js/settings.js:692
msgid "Configuration incomplete"
-msgstr ""
+msgstr "Configuración incompleta"
#: js/settings.js:709 js/settings.js:718
msgid "Select groups"
diff --git a/l10n/he/core.po b/l10n/he/core.po
index 72d8ad10f2..80c216853e 100644
--- a/l10n/he/core.po
+++ b/l10n/he/core.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-15 22:54-0500\n"
-"PO-Revision-Date: 2013-11-13 16:11+0000\n"
+"POT-Creation-Date: 2013-11-24 00:13-0500\n"
+"PO-Revision-Date: 2013-11-22 02:20+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n"
"MIME-Version: 1.0\n"
@@ -278,12 +278,12 @@ msgstr "שותף"
msgid "Share"
msgstr "שתף"
-#: js/share.js:158 js/share.js:171 js/share.js:178 js/share.js:692
-#: js/share.js:704
+#: js/share.js:158 js/share.js:171 js/share.js:178 js/share.js:707
+#: js/share.js:719
msgid "Error"
msgstr "שגיאה"
-#: js/share.js:160 js/share.js:732
+#: js/share.js:160 js/share.js:747
msgid "Error while sharing"
msgstr "שגיאה במהלך השיתוף"
@@ -303,115 +303,115 @@ msgstr "שותף אתך ועם הקבוצה {group} שבבעלות {owner}"
msgid "Shared with you by {owner}"
msgstr "שותף אתך על ידי {owner}"
-#: js/share.js:212
+#: js/share.js:213
msgid "Share with user or group …"
msgstr ""
-#: js/share.js:218
+#: js/share.js:219
msgid "Share link"
msgstr ""
-#: js/share.js:221
+#: js/share.js:222
msgid "Password protect"
msgstr "הגנה בססמה"
-#: js/share.js:223 templates/installation.php:57 templates/login.php:32
+#: js/share.js:224 templates/installation.php:57 templates/login.php:32
msgid "Password"
msgstr "סיסמא"
-#: js/share.js:228
+#: js/share.js:229
msgid "Allow Public Upload"
msgstr ""
-#: js/share.js:232
+#: js/share.js:233
msgid "Email link to person"
msgstr "שליחת קישור בדוא״ל למשתמש"
-#: js/share.js:233
+#: js/share.js:234
msgid "Send"
msgstr "שליחה"
-#: js/share.js:238
+#: js/share.js:239
msgid "Set expiration date"
msgstr "הגדרת תאריך תפוגה"
-#: js/share.js:239
+#: js/share.js:240
msgid "Expiration date"
msgstr "תאריך התפוגה"
-#: js/share.js:274
+#: js/share.js:275
msgid "Share via email:"
msgstr "שיתוף באמצעות דוא״ל:"
-#: js/share.js:277
+#: js/share.js:278
msgid "No people found"
msgstr "לא נמצאו אנשים"
-#: js/share.js:307 js/share.js:344
+#: js/share.js:322 js/share.js:359
msgid "group"
msgstr "קבוצה"
-#: js/share.js:318
+#: js/share.js:333
msgid "Resharing is not allowed"
msgstr "אסור לעשות שיתוף מחדש"
-#: js/share.js:360
+#: js/share.js:375
msgid "Shared in {item} with {user}"
msgstr "שותף תחת {item} עם {user}"
-#: js/share.js:382
+#: js/share.js:397
msgid "Unshare"
msgstr "הסר שיתוף"
-#: js/share.js:390
+#: js/share.js:405
msgid "notify by email"
msgstr ""
-#: js/share.js:393
+#: js/share.js:408
msgid "can edit"
msgstr "ניתן לערוך"
-#: js/share.js:395
+#: js/share.js:410
msgid "access control"
msgstr "בקרת גישה"
-#: js/share.js:398
+#: js/share.js:413
msgid "create"
msgstr "יצירה"
-#: js/share.js:401
+#: js/share.js:416
msgid "update"
msgstr "עדכון"
-#: js/share.js:404
+#: js/share.js:419
msgid "delete"
msgstr "מחיקה"
-#: js/share.js:407
+#: js/share.js:422
msgid "share"
msgstr "שיתוף"
-#: js/share.js:449 js/share.js:679
+#: js/share.js:464 js/share.js:694
msgid "Password protected"
msgstr "מוגן בססמה"
-#: js/share.js:692
+#: js/share.js:707
msgid "Error unsetting expiration date"
msgstr "אירעה שגיאה בביטול תאריך התפוגה"
-#: js/share.js:704
+#: js/share.js:719
msgid "Error setting expiration date"
msgstr "אירעה שגיאה בעת הגדרת תאריך התפוגה"
-#: js/share.js:719
+#: js/share.js:734
msgid "Sending ..."
msgstr "מתבצעת שליחה ..."
-#: js/share.js:730
+#: js/share.js:745
msgid "Email sent"
msgstr "הודעת הדוא״ל נשלחה"
-#: js/share.js:754
+#: js/share.js:769
msgid "Warning"
msgstr "אזהרה"
@@ -581,14 +581,12 @@ msgid ""
"\n"
msgstr ""
-#: templates/altmail.php:4
+#: templates/altmail.php:4 templates/mail.php:17
#, php-format
-msgid ""
-"The share will expire on %s.\n"
-"\n"
+msgid "The share will expire on %s."
msgstr ""
-#: templates/altmail.php:6 templates/mail.php:19
+#: templates/altmail.php:7 templates/mail.php:20
msgid "Cheers!"
msgstr ""
@@ -735,11 +733,6 @@ msgid ""
"href=\"%s\">View it!
"
msgstr ""
-#: templates/mail.php:17
-#, php-format
-msgid "The share will expire on %s.
"
-msgstr ""
-
#: templates/update.admin.php:3
#, php-format
msgid "Updating ownCloud to version %s, this may take a while."
diff --git a/l10n/he/files.po b/l10n/he/files.po
index deca4a189c..3e4d6d7d9c 100644
--- a/l10n/he/files.po
+++ b/l10n/he/files.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-11 05:45-0500\n"
-"PO-Revision-Date: 2013-11-09 07:01+0000\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-21 15:01+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n"
"MIME-Version: 1.0\n"
@@ -157,11 +157,11 @@ msgstr "מתבצעת כעת העלאת קבצים. עזיבה של העמוד ת
msgid "URL cannot be empty"
msgstr ""
-#: js/file-upload.js:523 js/filelist.js:371
+#: js/file-upload.js:523 js/filelist.js:377
msgid "In the home folder 'Shared' is a reserved filename"
msgstr ""
-#: js/file-upload.js:525 js/filelist.js:373
+#: js/file-upload.js:525 js/filelist.js:379
msgid "{new_name} already exists"
msgstr "{new_name} כבר קיים"
@@ -185,39 +185,43 @@ msgstr "מחק לצמיתות"
msgid "Rename"
msgstr "שינוי שם"
-#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:857
+#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:873
msgid "Pending"
msgstr "ממתין"
-#: js/filelist.js:399
+#: js/filelist.js:405
msgid "Could not rename file"
msgstr ""
-#: js/filelist.js:518
+#: js/filelist.js:524
msgid "replaced {new_name} with {old_name}"
msgstr "{new_name} הוחלף ב־{old_name}"
-#: js/filelist.js:518
+#: js/filelist.js:524
msgid "undo"
msgstr "ביטול"
-#: js/filelist.js:578 js/filelist.js:652 js/files.js:631
+#: js/filelist.js:576
+msgid "Error deleting file."
+msgstr ""
+
+#: js/filelist.js:594 js/filelist.js:668 js/files.js:631
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] ""
-#: js/filelist.js:579 js/filelist.js:653 js/files.js:637
+#: js/filelist.js:595 js/filelist.js:669 js/files.js:637
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
msgstr[1] ""
-#: js/filelist.js:586
+#: js/filelist.js:602
msgid "{dirs} and {files}"
msgstr ""
-#: js/filelist.js:796 js/filelist.js:834
+#: js/filelist.js:812 js/filelist.js:850
msgid "Uploading %n file"
msgid_plural "Uploading %n files"
msgstr[0] ""
diff --git a/l10n/he/files_external.po b/l10n/he/files_external.po
index beb7f4d7e3..91ae5a6c44 100644
--- a/l10n/he/files_external.po
+++ b/l10n/he/files_external.po
@@ -6,9 +6,9 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-16 00:26-0400\n"
-"PO-Revision-Date: 2013-10-14 00:42+0000\n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-16 07:44+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n"
"MIME-Version: 1.0\n"
@@ -37,20 +37,20 @@ msgstr "נא לספק קוד יישום וסוד תקניים של Dropbox."
msgid "Error configuring Google Drive storage"
msgstr "אירעה שגיאה בעת הגדרת אחסון ב־Google Drive"
-#: lib/config.php:453
+#: lib/config.php:461
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr ""
-#: lib/config.php:457
+#: lib/config.php:465
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr ""
-#: lib/config.php:460
+#: lib/config.php:468
msgid ""
"Warning: The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
diff --git a/l10n/he/files_trashbin.po b/l10n/he/files_trashbin.po
index 33edb96f67..b13e9732c8 100644
--- a/l10n/he/files_trashbin.po
+++ b/l10n/he/files_trashbin.po
@@ -7,9 +7,9 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-16 00:26-0400\n"
-"PO-Revision-Date: 2013-10-14 00:42+0000\n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-16 07:44+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n"
"MIME-Version: 1.0\n"
@@ -32,7 +32,7 @@ msgstr "לא ניתן לשחזר את %s"
msgid "Error"
msgstr "שגיאה"
-#: lib/trashbin.php:814 lib/trashbin.php:816
+#: lib/trashbin.php:815 lib/trashbin.php:817
msgid "restored"
msgstr ""
diff --git a/l10n/he/lib.po b/l10n/he/lib.po
index 736f4e9fd6..d16c10b9b6 100644
--- a/l10n/he/lib.po
+++ b/l10n/he/lib.po
@@ -6,9 +6,9 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-29 07:28-0400\n"
-"PO-Revision-Date: 2013-10-28 10:45+0000\n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-21 15:01+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n"
"MIME-Version: 1.0\n"
@@ -70,25 +70,25 @@ msgstr "שירותי רשת תחת השליטה שלך"
msgid "cannot open \"%s\""
msgstr ""
-#: private/files.php:226
+#: private/files.php:228
msgid "ZIP download is turned off."
msgstr "הורדת ZIP כבויה"
-#: private/files.php:227
+#: private/files.php:229
msgid "Files need to be downloaded one by one."
msgstr "יש להוריד את הקבצים אחד אחרי השני."
-#: private/files.php:228 private/files.php:256
+#: private/files.php:230 private/files.php:258
msgid "Back to Files"
msgstr "חזרה לקבצים"
-#: private/files.php:253
+#: private/files.php:255
msgid "Selected files too large to generate zip file."
msgstr "הקבצים הנבחרים גדולים מידי ליצירת קובץ zip."
-#: private/files.php:254
+#: private/files.php:256
msgid ""
-"Download the files in smaller chunks, seperately or kindly ask your "
+"Please download the files separately in smaller chunks or kindly ask your "
"administrator."
msgstr ""
@@ -133,17 +133,17 @@ msgid ""
"which is not allowed for non shipped apps"
msgstr ""
-#: private/installer.php:152
+#: private/installer.php:159
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr ""
-#: private/installer.php:162
+#: private/installer.php:169
msgid "App directory already exists"
msgstr ""
-#: private/installer.php:175
+#: private/installer.php:182
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr ""
@@ -268,13 +268,13 @@ msgstr ""
msgid "Set an admin password."
msgstr ""
-#: private/setup.php:184
+#: private/setup.php:195
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "שרת האינטרנט שלך אינו מוגדר לצורכי סנכרון קבצים עדיין כיוון שמנשק ה־WebDAV כנראה אינו תקין."
-#: private/setup.php:185
+#: private/setup.php:196
#, php-format
msgid "Please double check the installation guides."
msgstr "נא לעיין שוב במדריכי ההתקנה."
@@ -332,6 +332,6 @@ msgstr "שנה שעברה"
msgid "years ago"
msgstr "שנים"
-#: private/template.php:297 public/util.php:103
+#: private/template.php:297 public/util.php:108
msgid "Caused by:"
msgstr ""
diff --git a/l10n/he/settings.po b/l10n/he/settings.po
index c8565137b1..b1ee9d47a3 100644
--- a/l10n/he/settings.po
+++ b/l10n/he/settings.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-15 22:54-0500\n"
-"PO-Revision-Date: 2013-11-13 16:11+0000\n"
+"POT-Creation-Date: 2013-11-21 21:06-0500\n"
+"PO-Revision-Date: 2013-11-22 02:06+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n"
"MIME-Version: 1.0\n"
@@ -282,18 +282,27 @@ msgid "Locale not working"
msgstr ""
#: templates/admin.php:70
-#, php-format
-msgid ""
-"System locale can't be set to %s. This means that there might be problems "
-"with certain characters in file names. We strongly suggest to install the "
-"required packages on your system to support %s."
+msgid "System locale can not be set to a one which supports UTF-8."
msgstr ""
-#: templates/admin.php:82
+#: templates/admin.php:74
+msgid ""
+"This means that there might be problems with certain characters in file "
+"names."
+msgstr ""
+
+#: templates/admin.php:78
+#, php-format
+msgid ""
+"We strongly suggest to install the required packages on your system to "
+"support one of the following locales: %s."
+msgstr ""
+
+#: templates/admin.php:90
msgid "Internet connection not working"
msgstr "החיבור לאינטרנט אינו פעיל"
-#: templates/admin.php:85
+#: templates/admin.php:93
msgid ""
"This server has no working internet connection. This means that some of the "
"features like mounting of external storage, notifications about updates or "
@@ -302,118 +311,118 @@ msgid ""
"internet connection for this server if you want to have all features."
msgstr ""
-#: templates/admin.php:99
+#: templates/admin.php:107
msgid "Cron"
msgstr "Cron"
-#: templates/admin.php:106
+#: templates/admin.php:114
msgid "Execute one task with each page loaded"
msgstr "יש להפעיל משימה אחת עם כל עמוד שנטען"
-#: templates/admin.php:114
+#: templates/admin.php:122
msgid ""
"cron.php is registered at a webcron service to call cron.php every 15 "
"minutes over http."
msgstr ""
-#: templates/admin.php:122
+#: templates/admin.php:130
msgid "Use systems cron service to call the cron.php file every 15 minutes."
msgstr ""
-#: templates/admin.php:127
+#: templates/admin.php:135
msgid "Sharing"
msgstr "שיתוף"
-#: templates/admin.php:133
+#: templates/admin.php:141
msgid "Enable Share API"
msgstr "הפעלת API השיתוף"
-#: templates/admin.php:134
+#: templates/admin.php:142
msgid "Allow apps to use the Share API"
msgstr "לאפשר ליישום להשתמש ב־API השיתוף"
-#: templates/admin.php:141
+#: templates/admin.php:149
msgid "Allow links"
msgstr "לאפשר קישורים"
-#: templates/admin.php:142
+#: templates/admin.php:150
msgid "Allow users to share items to the public with links"
msgstr "לאפשר למשתמשים לשתף פריטים "
-#: templates/admin.php:150
+#: templates/admin.php:158
msgid "Allow public uploads"
msgstr ""
-#: templates/admin.php:151
+#: templates/admin.php:159
msgid ""
"Allow users to enable others to upload into their publicly shared folders"
msgstr ""
-#: templates/admin.php:159
+#: templates/admin.php:167
msgid "Allow resharing"
msgstr "לאפשר שיתוף מחדש"
-#: templates/admin.php:160
+#: templates/admin.php:168
msgid "Allow users to share items shared with them again"
msgstr "לאפשר למשתמשים לשתף הלאה פריטים ששותפו אתם"
-#: templates/admin.php:167
+#: templates/admin.php:175
msgid "Allow users to share with anyone"
msgstr "לאפשר למשתמשים לשתף עם כל אחד"
-#: templates/admin.php:170
+#: templates/admin.php:178
msgid "Allow users to only share with users in their groups"
msgstr "לאפשר למשתמשים לשתף עם משתמשים בקבוצות שלהם בלבד"
-#: templates/admin.php:177
+#: templates/admin.php:185
msgid "Allow mail notification"
msgstr ""
-#: templates/admin.php:178
+#: templates/admin.php:186
msgid "Allow user to send mail notification for shared files"
msgstr ""
-#: templates/admin.php:185
+#: templates/admin.php:193
msgid "Security"
msgstr "אבטחה"
-#: templates/admin.php:198
+#: templates/admin.php:206
msgid "Enforce HTTPS"
msgstr "לאלץ HTTPS"
-#: templates/admin.php:200
+#: templates/admin.php:208
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr ""
-#: templates/admin.php:206
+#: templates/admin.php:214
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr ""
-#: templates/admin.php:218
+#: templates/admin.php:226
msgid "Log"
msgstr "יומן"
-#: templates/admin.php:219
+#: templates/admin.php:227
msgid "Log level"
msgstr "רמת הדיווח"
-#: templates/admin.php:251
+#: templates/admin.php:259
msgid "More"
msgstr "יותר"
-#: templates/admin.php:252
+#: templates/admin.php:260
msgid "Less"
msgstr "פחות"
-#: templates/admin.php:258 templates/personal.php:169
+#: templates/admin.php:266 templates/personal.php:169
msgid "Version"
msgstr "גרסא"
-#: templates/admin.php:262 templates/personal.php:172
+#: templates/admin.php:270 templates/personal.php:172
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/hi/core.po b/l10n/hi/core.po
index ebf1c66c98..4382444a5d 100644
--- a/l10n/hi/core.po
+++ b/l10n/hi/core.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-15 22:54-0500\n"
-"PO-Revision-Date: 2013-11-13 16:11+0000\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-21 15:01+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n"
"MIME-Version: 1.0\n"
@@ -278,12 +278,12 @@ msgstr ""
msgid "Share"
msgstr "साझा करें"
-#: js/share.js:158 js/share.js:171 js/share.js:178 js/share.js:692
-#: js/share.js:704
+#: js/share.js:158 js/share.js:171 js/share.js:178 js/share.js:707
+#: js/share.js:719
msgid "Error"
msgstr "त्रुटि"
-#: js/share.js:160 js/share.js:732
+#: js/share.js:160 js/share.js:747
msgid "Error while sharing"
msgstr ""
@@ -303,115 +303,115 @@ msgstr ""
msgid "Shared with you by {owner}"
msgstr ""
-#: js/share.js:212
+#: js/share.js:213
msgid "Share with user or group …"
msgstr ""
-#: js/share.js:218
+#: js/share.js:219
msgid "Share link"
msgstr ""
-#: js/share.js:221
+#: js/share.js:222
msgid "Password protect"
msgstr ""
-#: js/share.js:223 templates/installation.php:57 templates/login.php:32
+#: js/share.js:224 templates/installation.php:57 templates/login.php:32
msgid "Password"
msgstr "पासवर्ड"
-#: js/share.js:228
+#: js/share.js:229
msgid "Allow Public Upload"
msgstr ""
-#: js/share.js:232
+#: js/share.js:233
msgid "Email link to person"
msgstr ""
-#: js/share.js:233
+#: js/share.js:234
msgid "Send"
msgstr "भेजें"
-#: js/share.js:238
+#: js/share.js:239
msgid "Set expiration date"
msgstr ""
-#: js/share.js:239
+#: js/share.js:240
msgid "Expiration date"
msgstr ""
-#: js/share.js:274
+#: js/share.js:275
msgid "Share via email:"
msgstr ""
-#: js/share.js:277
+#: js/share.js:278
msgid "No people found"
msgstr "कोई व्यक्ति नहीं मिले "
-#: js/share.js:307 js/share.js:344
+#: js/share.js:322 js/share.js:359
msgid "group"
msgstr ""
-#: js/share.js:318
+#: js/share.js:333
msgid "Resharing is not allowed"
msgstr ""
-#: js/share.js:360
+#: js/share.js:375
msgid "Shared in {item} with {user}"
msgstr ""
-#: js/share.js:382
+#: js/share.js:397
msgid "Unshare"
msgstr ""
-#: js/share.js:390
+#: js/share.js:405
msgid "notify by email"
msgstr ""
-#: js/share.js:393
+#: js/share.js:408
msgid "can edit"
msgstr ""
-#: js/share.js:395
+#: js/share.js:410
msgid "access control"
msgstr ""
-#: js/share.js:398
+#: js/share.js:413
msgid "create"
msgstr ""
-#: js/share.js:401
+#: js/share.js:416
msgid "update"
msgstr ""
-#: js/share.js:404
+#: js/share.js:419
msgid "delete"
msgstr ""
-#: js/share.js:407
+#: js/share.js:422
msgid "share"
msgstr ""
-#: js/share.js:449 js/share.js:679
+#: js/share.js:464 js/share.js:694
msgid "Password protected"
msgstr ""
-#: js/share.js:692
+#: js/share.js:707
msgid "Error unsetting expiration date"
msgstr ""
-#: js/share.js:704
+#: js/share.js:719
msgid "Error setting expiration date"
msgstr ""
-#: js/share.js:719
+#: js/share.js:734
msgid "Sending ..."
msgstr "भेजा जा रहा है"
-#: js/share.js:730
+#: js/share.js:745
msgid "Email sent"
msgstr "ईमेल भेज दिया गया है "
-#: js/share.js:754
+#: js/share.js:769
msgid "Warning"
msgstr "चेतावनी "
@@ -581,14 +581,12 @@ msgid ""
"\n"
msgstr ""
-#: templates/altmail.php:4
+#: templates/altmail.php:4 templates/mail.php:17
#, php-format
-msgid ""
-"The share will expire on %s.\n"
-"\n"
+msgid "The share will expire on %s."
msgstr ""
-#: templates/altmail.php:6 templates/mail.php:19
+#: templates/altmail.php:7 templates/mail.php:20
msgid "Cheers!"
msgstr ""
@@ -735,11 +733,6 @@ msgid ""
"href=\"%s\">View it!
"
msgstr ""
-#: templates/mail.php:17
-#, php-format
-msgid "The share will expire on %s.
"
-#: templates/mail.php:17
-#, php-format
-msgid "The share will expire on %s.
"
-msgstr "A megosztás ekkor jár le: %s
"
-
#: templates/update.admin.php:3
#, php-format
msgid "Updating ownCloud to version %s, this may take a while."
diff --git a/l10n/hu_HU/files.po b/l10n/hu_HU/files.po
index dd347fa42a..df7d2f365b 100644
--- a/l10n/hu_HU/files.po
+++ b/l10n/hu_HU/files.po
@@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-15 22:54-0500\n"
-"PO-Revision-Date: 2013-11-13 21:10+0000\n"
-"Last-Translator: Laszlo Tornoci \n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-21 15:01+0000\n"
+"Last-Translator: I Robot \n"
"Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -184,7 +184,7 @@ msgstr "Végleges törlés"
msgid "Rename"
msgstr "Átnevezés"
-#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:863
+#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:873
msgid "Pending"
msgstr "Folyamatban"
@@ -200,23 +200,27 @@ msgstr "{new_name} fájlt kicseréltük ezzel: {old_name}"
msgid "undo"
msgstr "visszavonás"
-#: js/filelist.js:584 js/filelist.js:658 js/files.js:631
+#: js/filelist.js:576
+msgid "Error deleting file."
+msgstr ""
+
+#: js/filelist.js:594 js/filelist.js:668 js/files.js:631
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "%n mappa"
msgstr[1] "%n mappa"
-#: js/filelist.js:585 js/filelist.js:659 js/files.js:637
+#: js/filelist.js:595 js/filelist.js:669 js/files.js:637
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "%n állomány"
msgstr[1] "%n állomány"
-#: js/filelist.js:592
+#: js/filelist.js:602
msgid "{dirs} and {files}"
msgstr "{dirs} és {files}"
-#: js/filelist.js:802 js/filelist.js:840
+#: js/filelist.js:812 js/filelist.js:850
msgid "Uploading %n file"
msgid_plural "Uploading %n files"
msgstr[0] "%n állomány feltöltése"
diff --git a/l10n/hu_HU/files_external.po b/l10n/hu_HU/files_external.po
index 1f24808b15..84343fbce5 100644
--- a/l10n/hu_HU/files_external.po
+++ b/l10n/hu_HU/files_external.po
@@ -7,9 +7,9 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-16 00:26-0400\n"
-"PO-Revision-Date: 2013-10-14 00:42+0000\n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-16 07:44+0000\n"
"Last-Translator: Laszlo Tornoci \n"
"Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n"
"MIME-Version: 1.0\n"
@@ -38,20 +38,20 @@ msgstr "Adjon meg egy érvényes Dropbox app key-t és secretet!"
msgid "Error configuring Google Drive storage"
msgstr "A Google Drive tárolót nem sikerült beállítani"
-#: lib/config.php:453
+#: lib/config.php:461
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr "Figyelem: az \"smbclient\" nincs telepítve a kiszolgálón. Emiatt nem lehet CIFS/SMB megosztásokat fölcsatolni. Kérje meg a rendszergazdát, hogy telepítse a szükséges programot."
-#: lib/config.php:457
+#: lib/config.php:465
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr "Figyelem: a PHP FTP támogatása vagy nincs telepítve, vagy nincs engedélyezve a kiszolgálón. Emiatt nem lehetséges FTP-tárolókat fölcsatolni. Kérje meg a rendszergazdát, hogy telepítse a szükséges programot."
-#: lib/config.php:460
+#: lib/config.php:468
msgid ""
"Warning: The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
diff --git a/l10n/hu_HU/files_trashbin.po b/l10n/hu_HU/files_trashbin.po
index f90dae79c9..218eeecb95 100644
--- a/l10n/hu_HU/files_trashbin.po
+++ b/l10n/hu_HU/files_trashbin.po
@@ -7,9 +7,9 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-16 00:26-0400\n"
-"PO-Revision-Date: 2013-10-14 00:42+0000\n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-16 07:44+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n"
"MIME-Version: 1.0\n"
@@ -32,7 +32,7 @@ msgstr "Nem sikerült %s visszaállítása"
msgid "Error"
msgstr "Hiba"
-#: lib/trashbin.php:814 lib/trashbin.php:816
+#: lib/trashbin.php:815 lib/trashbin.php:817
msgid "restored"
msgstr "visszaállítva"
diff --git a/l10n/hu_HU/lib.po b/l10n/hu_HU/lib.po
index e5927107e0..70b9ddd1a7 100644
--- a/l10n/hu_HU/lib.po
+++ b/l10n/hu_HU/lib.po
@@ -9,10 +9,10 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-29 07:28-0400\n"
-"PO-Revision-Date: 2013-10-28 10:45+0000\n"
-"Last-Translator: sherlock79 \n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-21 15:01+0000\n"
+"Last-Translator: I Robot \n"
"Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -73,27 +73,27 @@ msgstr "webszolgáltatások saját kézben"
msgid "cannot open \"%s\""
msgstr "nem sikerült megnyitni \"%s\""
-#: private/files.php:226
+#: private/files.php:228
msgid "ZIP download is turned off."
msgstr "A ZIP-letöltés nincs engedélyezve."
-#: private/files.php:227
+#: private/files.php:229
msgid "Files need to be downloaded one by one."
msgstr "A fájlokat egyenként kell letölteni."
-#: private/files.php:228 private/files.php:256
+#: private/files.php:230 private/files.php:258
msgid "Back to Files"
msgstr "Vissza a Fájlokhoz"
-#: private/files.php:253
+#: private/files.php:255
msgid "Selected files too large to generate zip file."
msgstr "A kiválasztott fájlok túl nagyok a zip tömörítéshez."
-#: private/files.php:254
+#: private/files.php:256
msgid ""
-"Download the files in smaller chunks, seperately or kindly ask your "
+"Please download the files separately in smaller chunks or kindly ask your "
"administrator."
-msgstr "Tölts le a fileokat kisebb chunkokban, kölün vagy kérj segitséget a rendszergazdádtól."
+msgstr ""
#: private/installer.php:63
msgid "No source specified when installing app"
@@ -136,17 +136,17 @@ msgid ""
"which is not allowed for non shipped apps"
msgstr "Az alkalmazást nem lehet telepíteni, mert tartalmazza a \n\ntrue\n\ncímkét, ami a nem szállított alkalmazások esetén nem engedélyezett"
-#: private/installer.php:152
+#: private/installer.php:159
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr "Az alkalmazást nem lehet telepíteni, mert az info.xml/version-ben megadott verzió nem egyezik az alkalmazás-áruházban feltüntetett verzióval."
-#: private/installer.php:162
+#: private/installer.php:169
msgid "App directory already exists"
msgstr "Az alkalmazás mappája már létezik"
-#: private/installer.php:175
+#: private/installer.php:182
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr "Nem lehetett létrehozni az alkalmzás mappáját. Kérlek ellenőrizd a jogosultásgokat. %s"
@@ -271,13 +271,13 @@ msgstr "Állítson be egy felhasználói nevet az adminisztrációhoz."
msgid "Set an admin password."
msgstr "Állítson be egy jelszót az adminisztrációhoz."
-#: private/setup.php:184
+#: private/setup.php:195
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "Az Ön webkiszolgálója nincs megfelelően beállítva az állományok szinkronizálásához, mert a WebDAV-elérés úgy tűnik, nem működik."
-#: private/setup.php:185
+#: private/setup.php:196
#, php-format
msgid "Please double check the installation guides."
msgstr "Kérjük tüzetesen tanulmányozza át a telepítési útmutatót."
@@ -335,6 +335,6 @@ msgstr "tavaly"
msgid "years ago"
msgstr "több éve"
-#: private/template.php:297 public/util.php:103
+#: private/template.php:297 public/util.php:108
msgid "Caused by:"
msgstr "Okozta:"
diff --git a/l10n/hu_HU/settings.po b/l10n/hu_HU/settings.po
index 7230bb5e3b..fffa5261d5 100644
--- a/l10n/hu_HU/settings.po
+++ b/l10n/hu_HU/settings.po
@@ -11,9 +11,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-15 22:54-0500\n"
-"PO-Revision-Date: 2013-11-13 21:20+0000\n"
-"Last-Translator: Laszlo Tornoci \n"
+"POT-Creation-Date: 2013-11-21 21:06-0500\n"
+"PO-Revision-Date: 2013-11-22 02:06+0000\n"
+"Last-Translator: I Robot \n"
"Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -285,18 +285,27 @@ msgid "Locale not working"
msgstr "A nyelvi lokalizáció nem működik"
#: templates/admin.php:70
+msgid "System locale can not be set to a one which supports UTF-8."
+msgstr ""
+
+#: templates/admin.php:74
+msgid ""
+"This means that there might be problems with certain characters in file "
+"names."
+msgstr ""
+
+#: templates/admin.php:78
#, php-format
msgid ""
-"System locale can't be set to %s. This means that there might be problems "
-"with certain characters in file names. We strongly suggest to install the "
-"required packages on your system to support %s."
-msgstr "Ezen az ownCloud kiszolgálón nem használható a %s nyelvi beállítás. Ez azt jelenti, hogy a fájlnevekben gond lehet bizonyos karakterekkel. Nyomatékosan ajánlott, hogy telepítse a szükséges csomagokat annak érdekében, hogy a rendszer támogassa a %s beállítást."
+"We strongly suggest to install the required packages on your system to "
+"support one of the following locales: %s."
+msgstr ""
-#: templates/admin.php:82
+#: templates/admin.php:90
msgid "Internet connection not working"
msgstr "Az internet kapcsolat nem működik"
-#: templates/admin.php:85
+#: templates/admin.php:93
msgid ""
"This server has no working internet connection. This means that some of the "
"features like mounting of external storage, notifications about updates or "
@@ -305,118 +314,118 @@ msgid ""
"internet connection for this server if you want to have all features."
msgstr "A kiszolgálónak nincs müködő internet kapcsolata. Ez azt jelenti, hogy néhány képességét a kiszolgálónak mint például becsatolni egy külső tárolót, értesítések külső gyártók programjának frissítéséről nem fog müködni. A távolról való elérése a fileoknak és email értesítések küldése szintén nem fog müködni. Ha használni szeretnéd mindezeket a képességeit a szervernek, ahoz javasoljuk, hogy engedélyezzed az internet elérését a szervernek."
-#: templates/admin.php:99
+#: templates/admin.php:107
msgid "Cron"
msgstr "Ütemezett feladatok"
-#: templates/admin.php:106
+#: templates/admin.php:114
msgid "Execute one task with each page loaded"
msgstr "Egy-egy feladat végrehajtása minden alkalommal, amikor egy weboldalt letöltenek"
-#: templates/admin.php:114
+#: templates/admin.php:122
msgid ""
"cron.php is registered at a webcron service to call cron.php every 15 "
"minutes over http."
msgstr "A cron.php webcron szolgáltatásként van regisztrálva, hogy 15 percenként egyszer lefuttassa a cron.php-t."
-#: templates/admin.php:122
+#: templates/admin.php:130
msgid "Use systems cron service to call the cron.php file every 15 minutes."
msgstr "Használjuk a rendszer cron szolgáltatását, hogy 15 percenként egyszer futtassa le a cron.php-t."
-#: templates/admin.php:127
+#: templates/admin.php:135
msgid "Sharing"
msgstr "Megosztás"
-#: templates/admin.php:133
+#: templates/admin.php:141
msgid "Enable Share API"
msgstr "A megosztás API-jának engedélyezése"
-#: templates/admin.php:134
+#: templates/admin.php:142
msgid "Allow apps to use the Share API"
msgstr "Lehetővé teszi, hogy a programmodulok is használhassák a megosztást"
-#: templates/admin.php:141
+#: templates/admin.php:149
msgid "Allow links"
msgstr "Linkek engedélyezése"
-#: templates/admin.php:142
+#: templates/admin.php:150
msgid "Allow users to share items to the public with links"
msgstr "Lehetővé teszi, hogy a felhasználók linkek segítségével külsősökkel is megoszthassák az adataikat"
-#: templates/admin.php:150
+#: templates/admin.php:158
msgid "Allow public uploads"
msgstr "Feltöltést engedélyezése mindenki számára"
-#: templates/admin.php:151
+#: templates/admin.php:159
msgid ""
"Allow users to enable others to upload into their publicly shared folders"
msgstr "Engedélyezni a felhasználóknak, hogy beállíithassák, hogy mások feltölthetnek a nyilvánosan megosztott mappákba."
-#: templates/admin.php:159
+#: templates/admin.php:167
msgid "Allow resharing"
msgstr "A továbbosztás engedélyezése"
-#: templates/admin.php:160
+#: templates/admin.php:168
msgid "Allow users to share items shared with them again"
msgstr "Lehetővé teszi, hogy a felhasználók a velük megosztott állományokat megosszák egy további, harmadik féllel"
-#: templates/admin.php:167
+#: templates/admin.php:175
msgid "Allow users to share with anyone"
msgstr "A felhasználók bárkivel megoszthatják állományaikat"
-#: templates/admin.php:170
+#: templates/admin.php:178
msgid "Allow users to only share with users in their groups"
msgstr "A felhasználók csak olyanokkal oszthatják meg állományaikat, akikkel közös csoportban vannak"
-#: templates/admin.php:177
+#: templates/admin.php:185
msgid "Allow mail notification"
msgstr "E-mail értesítések engedélyezése"
-#: templates/admin.php:178
+#: templates/admin.php:186
msgid "Allow user to send mail notification for shared files"
msgstr "Engedélyezi, hogy a felhasználók e-mail értesítést küldhessenek a megosztott fájlokról."
-#: templates/admin.php:185
+#: templates/admin.php:193
msgid "Security"
msgstr "Biztonság"
-#: templates/admin.php:198
+#: templates/admin.php:206
msgid "Enforce HTTPS"
msgstr "Kötelező HTTPS"
-#: templates/admin.php:200
+#: templates/admin.php:208
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr "Kötelezővé teszi, hogy a böngészőprogramok titkosított csatornán kapcsolódjanak a %s szolgáltatáshoz."
-#: templates/admin.php:206
+#: templates/admin.php:214
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr "Kérjük kapcsolodjon a %s rendszerhez HTTPS protokollon keresztül, hogy be vagy ki kapcsoljaa kötelező SSL beállítást."
-#: templates/admin.php:218
+#: templates/admin.php:226
msgid "Log"
msgstr "Naplózás"
-#: templates/admin.php:219
+#: templates/admin.php:227
msgid "Log level"
msgstr "Naplózási szint"
-#: templates/admin.php:251
+#: templates/admin.php:259
msgid "More"
msgstr "Több"
-#: templates/admin.php:252
+#: templates/admin.php:260
msgid "Less"
msgstr "Kevesebb"
-#: templates/admin.php:258 templates/personal.php:169
+#: templates/admin.php:266 templates/personal.php:169
msgid "Version"
msgstr "Verzió"
-#: templates/admin.php:262 templates/personal.php:172
+#: templates/admin.php:270 templates/personal.php:172
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/hy/core.po b/l10n/hy/core.po
index 6ba07f14a6..732b90500c 100644
--- a/l10n/hy/core.po
+++ b/l10n/hy/core.po
@@ -6,9 +6,9 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-30 03:32-0400\n"
-"PO-Revision-Date: 2013-10-30 07:32+0000\n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-21 15:01+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Armenian (http://www.transifex.com/projects/p/owncloud/language/hy/)\n"
"MIME-Version: 1.0\n"
@@ -276,12 +276,12 @@ msgstr ""
msgid "Share"
msgstr ""
-#: js/share.js:158 js/share.js:171 js/share.js:178 js/share.js:690
-#: js/share.js:702
+#: js/share.js:158 js/share.js:171 js/share.js:178 js/share.js:707
+#: js/share.js:719
msgid "Error"
msgstr ""
-#: js/share.js:160 js/share.js:730
+#: js/share.js:160 js/share.js:747
msgid "Error while sharing"
msgstr ""
@@ -301,115 +301,115 @@ msgstr ""
msgid "Shared with you by {owner}"
msgstr ""
-#: js/share.js:212
+#: js/share.js:213
msgid "Share with user or group …"
msgstr ""
-#: js/share.js:218
+#: js/share.js:219
msgid "Share link"
msgstr ""
-#: js/share.js:221
+#: js/share.js:222
msgid "Password protect"
msgstr ""
-#: js/share.js:223 templates/installation.php:57 templates/login.php:32
+#: js/share.js:224 templates/installation.php:57 templates/login.php:32
msgid "Password"
msgstr ""
-#: js/share.js:228
+#: js/share.js:229
msgid "Allow Public Upload"
msgstr ""
-#: js/share.js:232
+#: js/share.js:233
msgid "Email link to person"
msgstr ""
-#: js/share.js:233
+#: js/share.js:234
msgid "Send"
msgstr ""
-#: js/share.js:238
+#: js/share.js:239
msgid "Set expiration date"
msgstr ""
-#: js/share.js:239
+#: js/share.js:240
msgid "Expiration date"
msgstr ""
-#: js/share.js:272
+#: js/share.js:275
msgid "Share via email:"
msgstr ""
-#: js/share.js:275
+#: js/share.js:278
msgid "No people found"
msgstr ""
-#: js/share.js:305 js/share.js:342
+#: js/share.js:322 js/share.js:359
msgid "group"
msgstr ""
-#: js/share.js:316
+#: js/share.js:333
msgid "Resharing is not allowed"
msgstr ""
-#: js/share.js:358
+#: js/share.js:375
msgid "Shared in {item} with {user}"
msgstr ""
-#: js/share.js:380
+#: js/share.js:397
msgid "Unshare"
msgstr ""
-#: js/share.js:388
+#: js/share.js:405
msgid "notify by email"
msgstr ""
-#: js/share.js:391
+#: js/share.js:408
msgid "can edit"
msgstr ""
-#: js/share.js:393
+#: js/share.js:410
msgid "access control"
msgstr ""
-#: js/share.js:396
+#: js/share.js:413
msgid "create"
msgstr ""
-#: js/share.js:399
+#: js/share.js:416
msgid "update"
msgstr ""
-#: js/share.js:402
+#: js/share.js:419
msgid "delete"
msgstr ""
-#: js/share.js:405
+#: js/share.js:422
msgid "share"
msgstr ""
-#: js/share.js:447 js/share.js:677
+#: js/share.js:464 js/share.js:694
msgid "Password protected"
msgstr ""
-#: js/share.js:690
+#: js/share.js:707
msgid "Error unsetting expiration date"
msgstr ""
-#: js/share.js:702
+#: js/share.js:719
msgid "Error setting expiration date"
msgstr ""
-#: js/share.js:717
+#: js/share.js:734
msgid "Sending ..."
msgstr ""
-#: js/share.js:728
+#: js/share.js:745
msgid "Email sent"
msgstr ""
-#: js/share.js:752
+#: js/share.js:769
msgid "Warning"
msgstr ""
@@ -579,14 +579,12 @@ msgid ""
"\n"
msgstr ""
-#: templates/altmail.php:4
+#: templates/altmail.php:4 templates/mail.php:17
#, php-format
-msgid ""
-"The share will expire on %s.\n"
-"\n"
+msgid "The share will expire on %s."
msgstr ""
-#: templates/altmail.php:6 templates/mail.php:19
+#: templates/altmail.php:7 templates/mail.php:20
msgid "Cheers!"
msgstr ""
@@ -733,11 +731,6 @@ msgid ""
"href=\"%s\">View it!
"
msgstr ""
-#: templates/mail.php:17
-#, php-format
-msgid "The share will expire on %s.
"
-msgstr ""
-
#: templates/update.admin.php:3
#, php-format
msgid "Updating ownCloud to version %s, this may take a while."
diff --git a/l10n/hy/files.po b/l10n/hy/files.po
index dc0e68a564..d1242fa51e 100644
--- a/l10n/hy/files.po
+++ b/l10n/hy/files.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-11 05:45-0500\n"
-"PO-Revision-Date: 2013-11-09 07:01+0000\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-21 15:01+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Armenian (http://www.transifex.com/projects/p/owncloud/language/hy/)\n"
"MIME-Version: 1.0\n"
@@ -155,11 +155,11 @@ msgstr ""
msgid "URL cannot be empty"
msgstr ""
-#: js/file-upload.js:523 js/filelist.js:371
+#: js/file-upload.js:523 js/filelist.js:377
msgid "In the home folder 'Shared' is a reserved filename"
msgstr ""
-#: js/file-upload.js:525 js/filelist.js:373
+#: js/file-upload.js:525 js/filelist.js:379
msgid "{new_name} already exists"
msgstr ""
@@ -183,39 +183,43 @@ msgstr ""
msgid "Rename"
msgstr ""
-#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:857
+#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:873
msgid "Pending"
msgstr ""
-#: js/filelist.js:399
+#: js/filelist.js:405
msgid "Could not rename file"
msgstr ""
-#: js/filelist.js:518
+#: js/filelist.js:524
msgid "replaced {new_name} with {old_name}"
msgstr ""
-#: js/filelist.js:518
+#: js/filelist.js:524
msgid "undo"
msgstr ""
-#: js/filelist.js:578 js/filelist.js:652 js/files.js:631
+#: js/filelist.js:576
+msgid "Error deleting file."
+msgstr ""
+
+#: js/filelist.js:594 js/filelist.js:668 js/files.js:631
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] ""
msgstr[1] ""
-#: js/filelist.js:579 js/filelist.js:653 js/files.js:637
+#: js/filelist.js:595 js/filelist.js:669 js/files.js:637
msgid "%n file"
msgid_plural "%n files"
msgstr[0] ""
msgstr[1] ""
-#: js/filelist.js:586
+#: js/filelist.js:602
msgid "{dirs} and {files}"
msgstr ""
-#: js/filelist.js:796 js/filelist.js:834
+#: js/filelist.js:812 js/filelist.js:850
msgid "Uploading %n file"
msgid_plural "Uploading %n files"
msgstr[0] ""
diff --git a/l10n/hy/files_external.po b/l10n/hy/files_external.po
index 3c94ed0534..6b9791aa98 100644
--- a/l10n/hy/files_external.po
+++ b/l10n/hy/files_external.po
@@ -6,8 +6,8 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-16 00:26-0400\n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
"PO-Revision-Date: 2013-04-26 08:01+0000\n"
"Last-Translator: FULL NAME \n"
"Language-Team: Armenian (http://www.transifex.com/projects/p/owncloud/language/hy/)\n"
@@ -37,20 +37,20 @@ msgstr ""
msgid "Error configuring Google Drive storage"
msgstr ""
-#: lib/config.php:453
+#: lib/config.php:461
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr ""
-#: lib/config.php:457
+#: lib/config.php:465
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr ""
-#: lib/config.php:460
+#: lib/config.php:468
msgid ""
"Warning: The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
diff --git a/l10n/hy/files_trashbin.po b/l10n/hy/files_trashbin.po
index d0d4ceee01..499cc4c2ca 100644
--- a/l10n/hy/files_trashbin.po
+++ b/l10n/hy/files_trashbin.po
@@ -6,9 +6,9 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-16 00:26-0400\n"
-"PO-Revision-Date: 2013-10-14 00:42+0000\n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-16 07:44+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Armenian (http://www.transifex.com/projects/p/owncloud/language/hy/)\n"
"MIME-Version: 1.0\n"
@@ -31,7 +31,7 @@ msgstr ""
msgid "Error"
msgstr ""
-#: lib/trashbin.php:814 lib/trashbin.php:816
+#: lib/trashbin.php:815 lib/trashbin.php:817
msgid "restored"
msgstr ""
diff --git a/l10n/hy/lib.po b/l10n/hy/lib.po
index 16d2817b05..f40506dc58 100644
--- a/l10n/hy/lib.po
+++ b/l10n/hy/lib.po
@@ -6,9 +6,9 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-17 13:47-0400\n"
-"PO-Revision-Date: 2013-10-17 17:47+0000\n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-21 15:01+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Armenian (http://www.transifex.com/projects/p/owncloud/language/hy/)\n"
"MIME-Version: 1.0\n"
@@ -24,31 +24,31 @@ msgid ""
" of ownCloud."
msgstr ""
-#: private/app.php:254
+#: private/app.php:255
msgid "No app name specified"
msgstr ""
-#: private/app.php:359
+#: private/app.php:360
msgid "Help"
msgstr ""
-#: private/app.php:372
+#: private/app.php:373
msgid "Personal"
msgstr ""
-#: private/app.php:383
+#: private/app.php:384
msgid "Settings"
msgstr ""
-#: private/app.php:395
+#: private/app.php:396
msgid "Users"
msgstr ""
-#: private/app.php:408
+#: private/app.php:409
msgid "Admin"
msgstr ""
-#: private/app.php:872
+#: private/app.php:873
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr ""
@@ -70,25 +70,25 @@ msgstr ""
msgid "cannot open \"%s\""
msgstr ""
-#: private/files.php:226
+#: private/files.php:228
msgid "ZIP download is turned off."
msgstr ""
-#: private/files.php:227
+#: private/files.php:229
msgid "Files need to be downloaded one by one."
msgstr ""
-#: private/files.php:228 private/files.php:256
+#: private/files.php:230 private/files.php:258
msgid "Back to Files"
msgstr ""
-#: private/files.php:253
+#: private/files.php:255
msgid "Selected files too large to generate zip file."
msgstr ""
-#: private/files.php:254
+#: private/files.php:256
msgid ""
-"Download the files in smaller chunks, seperately or kindly ask your "
+"Please download the files separately in smaller chunks or kindly ask your "
"administrator."
msgstr ""
@@ -133,17 +133,17 @@ msgid ""
"which is not allowed for non shipped apps"
msgstr ""
-#: private/installer.php:152
+#: private/installer.php:159
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr ""
-#: private/installer.php:162
+#: private/installer.php:169
msgid "App directory already exists"
msgstr ""
-#: private/installer.php:175
+#: private/installer.php:182
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr ""
@@ -268,13 +268,13 @@ msgstr ""
msgid "Set an admin password."
msgstr ""
-#: private/setup.php:184
+#: private/setup.php:195
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr ""
-#: private/setup.php:185
+#: private/setup.php:196
#, php-format
msgid "Please double check the installation guides."
msgstr ""
@@ -284,54 +284,54 @@ msgstr ""
msgid "Could not find category \"%s\""
msgstr ""
-#: private/template/functions.php:122
+#: private/template/functions.php:130
msgid "seconds ago"
msgstr ""
-#: private/template/functions.php:123
+#: private/template/functions.php:131
msgid "%n minute ago"
msgid_plural "%n minutes ago"
msgstr[0] ""
msgstr[1] ""
-#: private/template/functions.php:124
+#: private/template/functions.php:132
msgid "%n hour ago"
msgid_plural "%n hours ago"
msgstr[0] ""
msgstr[1] ""
-#: private/template/functions.php:125
+#: private/template/functions.php:133
msgid "today"
msgstr ""
-#: private/template/functions.php:126
+#: private/template/functions.php:134
msgid "yesterday"
msgstr ""
-#: private/template/functions.php:128
+#: private/template/functions.php:136
msgid "%n day go"
msgid_plural "%n days ago"
msgstr[0] ""
msgstr[1] ""
-#: private/template/functions.php:130
+#: private/template/functions.php:138
msgid "last month"
msgstr ""
-#: private/template/functions.php:131
+#: private/template/functions.php:139
msgid "%n month ago"
msgid_plural "%n months ago"
msgstr[0] ""
msgstr[1] ""
-#: private/template/functions.php:133
+#: private/template/functions.php:141
msgid "last year"
msgstr ""
-#: private/template/functions.php:134
+#: private/template/functions.php:142
msgid "years ago"
msgstr ""
-#: private/template.php:297
+#: private/template.php:297 public/util.php:108
msgid "Caused by:"
msgstr ""
diff --git a/l10n/hy/settings.po b/l10n/hy/settings.po
index 4f4e1cb836..075f5bd63f 100644
--- a/l10n/hy/settings.po
+++ b/l10n/hy/settings.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-06 21:43-0500\n"
-"PO-Revision-Date: 2013-11-07 02:43+0000\n"
+"POT-Creation-Date: 2013-11-21 21:06-0500\n"
+"PO-Revision-Date: 2013-11-22 02:06+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Armenian (http://www.transifex.com/projects/p/owncloud/language/hy/)\n"
"MIME-Version: 1.0\n"
@@ -281,18 +281,27 @@ msgid "Locale not working"
msgstr ""
#: templates/admin.php:70
-#, php-format
-msgid ""
-"System locale can't be set to %s. This means that there might be problems "
-"with certain characters in file names. We strongly suggest to install the "
-"required packages on your system to support %s."
+msgid "System locale can not be set to a one which supports UTF-8."
msgstr ""
-#: templates/admin.php:82
+#: templates/admin.php:74
+msgid ""
+"This means that there might be problems with certain characters in file "
+"names."
+msgstr ""
+
+#: templates/admin.php:78
+#, php-format
+msgid ""
+"We strongly suggest to install the required packages on your system to "
+"support one of the following locales: %s."
+msgstr ""
+
+#: templates/admin.php:90
msgid "Internet connection not working"
msgstr ""
-#: templates/admin.php:85
+#: templates/admin.php:93
msgid ""
"This server has no working internet connection. This means that some of the "
"features like mounting of external storage, notifications about updates or "
@@ -301,118 +310,118 @@ msgid ""
"internet connection for this server if you want to have all features."
msgstr ""
-#: templates/admin.php:99
+#: templates/admin.php:107
msgid "Cron"
msgstr ""
-#: templates/admin.php:106
+#: templates/admin.php:114
msgid "Execute one task with each page loaded"
msgstr ""
-#: templates/admin.php:114
+#: templates/admin.php:122
msgid ""
"cron.php is registered at a webcron service to call cron.php every 15 "
"minutes over http."
msgstr ""
-#: templates/admin.php:122
+#: templates/admin.php:130
msgid "Use systems cron service to call the cron.php file every 15 minutes."
msgstr ""
-#: templates/admin.php:127
+#: templates/admin.php:135
msgid "Sharing"
msgstr ""
-#: templates/admin.php:133
+#: templates/admin.php:141
msgid "Enable Share API"
msgstr ""
-#: templates/admin.php:134
+#: templates/admin.php:142
msgid "Allow apps to use the Share API"
msgstr ""
-#: templates/admin.php:141
+#: templates/admin.php:149
msgid "Allow links"
msgstr ""
-#: templates/admin.php:142
+#: templates/admin.php:150
msgid "Allow users to share items to the public with links"
msgstr ""
-#: templates/admin.php:150
+#: templates/admin.php:158
msgid "Allow public uploads"
msgstr ""
-#: templates/admin.php:151
+#: templates/admin.php:159
msgid ""
"Allow users to enable others to upload into their publicly shared folders"
msgstr ""
-#: templates/admin.php:159
+#: templates/admin.php:167
msgid "Allow resharing"
msgstr ""
-#: templates/admin.php:160
+#: templates/admin.php:168
msgid "Allow users to share items shared with them again"
msgstr ""
-#: templates/admin.php:167
+#: templates/admin.php:175
msgid "Allow users to share with anyone"
msgstr ""
-#: templates/admin.php:170
+#: templates/admin.php:178
msgid "Allow users to only share with users in their groups"
msgstr ""
-#: templates/admin.php:177
+#: templates/admin.php:185
msgid "Allow mail notification"
msgstr ""
-#: templates/admin.php:178
+#: templates/admin.php:186
msgid "Allow user to send mail notification for shared files"
msgstr ""
-#: templates/admin.php:185
+#: templates/admin.php:193
msgid "Security"
msgstr ""
-#: templates/admin.php:198
+#: templates/admin.php:206
msgid "Enforce HTTPS"
msgstr ""
-#: templates/admin.php:200
+#: templates/admin.php:208
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr ""
-#: templates/admin.php:206
+#: templates/admin.php:214
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr ""
-#: templates/admin.php:218
+#: templates/admin.php:226
msgid "Log"
msgstr ""
-#: templates/admin.php:219
+#: templates/admin.php:227
msgid "Log level"
msgstr ""
-#: templates/admin.php:251
+#: templates/admin.php:259
msgid "More"
msgstr ""
-#: templates/admin.php:252
+#: templates/admin.php:260
msgid "Less"
msgstr ""
-#: templates/admin.php:258 templates/personal.php:169
+#: templates/admin.php:266 templates/personal.php:169
msgid "Version"
msgstr ""
-#: templates/admin.php:262 templates/personal.php:172
+#: templates/admin.php:270 templates/personal.php:172
msgid ""
"Developed by the ownCloud community, the \n"
"Language-Team: Armenian (http://www.transifex.com/projects/p/owncloud/language/hy/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/ia/core.po b/l10n/ia/core.po
index ec4a87332c..aef23c4c3d 100644
--- a/l10n/ia/core.po
+++ b/l10n/ia/core.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-15 22:54-0500\n"
-"PO-Revision-Date: 2013-11-13 16:11+0000\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-21 15:01+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n"
"MIME-Version: 1.0\n"
@@ -276,12 +276,12 @@ msgstr ""
msgid "Share"
msgstr "Compartir"
-#: js/share.js:158 js/share.js:171 js/share.js:178 js/share.js:692
-#: js/share.js:704
+#: js/share.js:158 js/share.js:171 js/share.js:178 js/share.js:707
+#: js/share.js:719
msgid "Error"
msgstr "Error"
-#: js/share.js:160 js/share.js:732
+#: js/share.js:160 js/share.js:747
msgid "Error while sharing"
msgstr ""
@@ -301,115 +301,115 @@ msgstr ""
msgid "Shared with you by {owner}"
msgstr ""
-#: js/share.js:212
+#: js/share.js:213
msgid "Share with user or group …"
msgstr ""
-#: js/share.js:218
+#: js/share.js:219
msgid "Share link"
msgstr ""
-#: js/share.js:221
+#: js/share.js:222
msgid "Password protect"
msgstr ""
-#: js/share.js:223 templates/installation.php:57 templates/login.php:32
+#: js/share.js:224 templates/installation.php:57 templates/login.php:32
msgid "Password"
msgstr "Contrasigno"
-#: js/share.js:228
+#: js/share.js:229
msgid "Allow Public Upload"
msgstr ""
-#: js/share.js:232
+#: js/share.js:233
msgid "Email link to person"
msgstr ""
-#: js/share.js:233
+#: js/share.js:234
msgid "Send"
msgstr "Invia"
-#: js/share.js:238
+#: js/share.js:239
msgid "Set expiration date"
msgstr ""
-#: js/share.js:239
+#: js/share.js:240
msgid "Expiration date"
msgstr ""
-#: js/share.js:274
+#: js/share.js:275
msgid "Share via email:"
msgstr ""
-#: js/share.js:277
+#: js/share.js:278
msgid "No people found"
msgstr ""
-#: js/share.js:307 js/share.js:344
+#: js/share.js:322 js/share.js:359
msgid "group"
msgstr ""
-#: js/share.js:318
+#: js/share.js:333
msgid "Resharing is not allowed"
msgstr ""
-#: js/share.js:360
+#: js/share.js:375
msgid "Shared in {item} with {user}"
msgstr ""
-#: js/share.js:382
+#: js/share.js:397
msgid "Unshare"
msgstr ""
-#: js/share.js:390
+#: js/share.js:405
msgid "notify by email"
msgstr ""
-#: js/share.js:393
+#: js/share.js:408
msgid "can edit"
msgstr ""
-#: js/share.js:395
+#: js/share.js:410
msgid "access control"
msgstr ""
-#: js/share.js:398
+#: js/share.js:413
msgid "create"
msgstr ""
-#: js/share.js:401
+#: js/share.js:416
msgid "update"
msgstr ""
-#: js/share.js:404
+#: js/share.js:419
msgid "delete"
msgstr ""
-#: js/share.js:407
+#: js/share.js:422
msgid "share"
msgstr ""
-#: js/share.js:449 js/share.js:679
+#: js/share.js:464 js/share.js:694
msgid "Password protected"
msgstr ""
-#: js/share.js:692
+#: js/share.js:707
msgid "Error unsetting expiration date"
msgstr ""
-#: js/share.js:704
+#: js/share.js:719
msgid "Error setting expiration date"
msgstr ""
-#: js/share.js:719
+#: js/share.js:734
msgid "Sending ..."
msgstr ""
-#: js/share.js:730
+#: js/share.js:745
msgid "Email sent"
msgstr ""
-#: js/share.js:754
+#: js/share.js:769
msgid "Warning"
msgstr ""
@@ -579,14 +579,12 @@ msgid ""
"\n"
msgstr ""
-#: templates/altmail.php:4
+#: templates/altmail.php:4 templates/mail.php:17
#, php-format
-msgid ""
-"The share will expire on %s.\n"
-"\n"
+msgid "The share will expire on %s."
msgstr ""
-#: templates/altmail.php:6 templates/mail.php:19
+#: templates/altmail.php:7 templates/mail.php:20
msgid "Cheers!"
msgstr ""
@@ -733,11 +731,6 @@ msgid ""
"href=\"%s\">View it!
"
msgstr ""
-#: templates/mail.php:17
-#, php-format
-msgid "The share will expire on %s.
volevo informarti che %s ha condiviso %s con te. Vedi!
"
-#: templates/mail.php:17
-#, php-format
-msgid "The share will expire on %s.
"
-msgstr "La condivisione scadrà il %s.
"
-
#: templates/update.admin.php:3
#, php-format
msgid "Updating ownCloud to version %s, this may take a while."
diff --git a/l10n/it/files.po b/l10n/it/files.po
index a1cbe0a51a..4165fe8afb 100644
--- a/l10n/it/files.po
+++ b/l10n/it/files.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-11 05:45-0500\n"
-"PO-Revision-Date: 2013-11-09 07:01+0000\n"
+"POT-Creation-Date: 2013-11-24 00:13-0500\n"
+"PO-Revision-Date: 2013-11-22 21:00+0000\n"
"Last-Translator: Vincenzo Reale \n"
"Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n"
"MIME-Version: 1.0\n"
@@ -157,11 +157,11 @@ msgstr "Caricamento del file in corso. La chiusura della pagina annullerà il ca
msgid "URL cannot be empty"
msgstr "L'URL non può essere vuoto."
-#: js/file-upload.js:523 js/filelist.js:371
+#: js/file-upload.js:523 js/filelist.js:377
msgid "In the home folder 'Shared' is a reserved filename"
msgstr "Nella cartella home 'Shared' è un nome riservato"
-#: js/file-upload.js:525 js/filelist.js:373
+#: js/file-upload.js:525 js/filelist.js:379
msgid "{new_name} already exists"
msgstr "{new_name} esiste già"
@@ -185,39 +185,43 @@ msgstr "Elimina definitivamente"
msgid "Rename"
msgstr "Rinomina"
-#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:857
+#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:873
msgid "Pending"
msgstr "In corso"
-#: js/filelist.js:399
+#: js/filelist.js:405
msgid "Could not rename file"
msgstr "Impossibile rinominare il file"
-#: js/filelist.js:518
+#: js/filelist.js:524
msgid "replaced {new_name} with {old_name}"
msgstr "sostituito {new_name} con {old_name}"
-#: js/filelist.js:518
+#: js/filelist.js:524
msgid "undo"
msgstr "annulla"
-#: js/filelist.js:578 js/filelist.js:652 js/files.js:631
+#: js/filelist.js:576
+msgid "Error deleting file."
+msgstr "Errore durante l'eliminazione del file."
+
+#: js/filelist.js:594 js/filelist.js:668 js/files.js:631
msgid "%n folder"
msgid_plural "%n folders"
msgstr[0] "%n cartella"
msgstr[1] "%n cartelle"
-#: js/filelist.js:579 js/filelist.js:653 js/files.js:637
+#: js/filelist.js:595 js/filelist.js:669 js/files.js:637
msgid "%n file"
msgid_plural "%n files"
msgstr[0] "%n file"
msgstr[1] "%n file"
-#: js/filelist.js:586
+#: js/filelist.js:602
msgid "{dirs} and {files}"
msgstr "{dirs} e {files}"
-#: js/filelist.js:796 js/filelist.js:834
+#: js/filelist.js:812 js/filelist.js:850
msgid "Uploading %n file"
msgid_plural "Uploading %n files"
msgstr[0] "Caricamento di %n file in corso"
diff --git a/l10n/it/files_external.po b/l10n/it/files_external.po
index 503bc92d14..4704f0c3cd 100644
--- a/l10n/it/files_external.po
+++ b/l10n/it/files_external.po
@@ -6,9 +6,9 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-16 00:26-0400\n"
-"PO-Revision-Date: 2013-10-14 00:42+0000\n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-16 07:44+0000\n"
"Last-Translator: Vincenzo Reale \n"
"Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n"
"MIME-Version: 1.0\n"
@@ -37,20 +37,20 @@ msgstr "Fornisci chiave di applicazione e segreto di Dropbox validi."
msgid "Error configuring Google Drive storage"
msgstr "Errore durante la configurazione dell'archivio Google Drive"
-#: lib/config.php:453
+#: lib/config.php:461
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr "Avviso: \"smbclient\" non è installato. Impossibile montare condivisioni CIFS/SMB. Chiedi all'amministratore di sistema di installarlo."
-#: lib/config.php:457
+#: lib/config.php:465
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr "Avviso: il supporto FTP di PHP non è abilitato o non è installato. Impossibile montare condivisioni FTP. Chiedi all'amministratore di sistema di installarlo."
-#: lib/config.php:460
+#: lib/config.php:468
msgid ""
"Warning: The Curl support in PHP is not enabled or installed. "
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
diff --git a/l10n/it/files_trashbin.po b/l10n/it/files_trashbin.po
index a016e6ef69..05958ee8c9 100644
--- a/l10n/it/files_trashbin.po
+++ b/l10n/it/files_trashbin.po
@@ -7,9 +7,9 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-16 00:26-0400\n"
-"PO-Revision-Date: 2013-10-14 00:42+0000\n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-16 07:44+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n"
"MIME-Version: 1.0\n"
@@ -32,7 +32,7 @@ msgstr "Impossibile ripristinare %s"
msgid "Error"
msgstr "Errore"
-#: lib/trashbin.php:814 lib/trashbin.php:816
+#: lib/trashbin.php:815 lib/trashbin.php:817
msgid "restored"
msgstr "ripristinati"
diff --git a/l10n/it/lib.po b/l10n/it/lib.po
index bfec7a0a90..54eecda2d0 100644
--- a/l10n/it/lib.po
+++ b/l10n/it/lib.po
@@ -9,10 +9,10 @@
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
-"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-10-29 07:28-0400\n"
-"PO-Revision-Date: 2013-10-28 10:45+0000\n"
-"Last-Translator: I Robot \n"
+"Report-Msgid-Bugs-To: translations@owncloud.org\n"
+"POT-Creation-Date: 2013-11-24 00:13-0500\n"
+"PO-Revision-Date: 2013-11-22 21:10+0000\n"
+"Last-Translator: Vincenzo Reale \n"
"Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -56,11 +56,11 @@ msgstr "Admin"
msgid "Failed to upgrade \"%s\"."
msgstr "Aggiornamento non riuscito \"%s\"."
-#: private/avatar.php:60
+#: private/avatar.php:62
msgid "Unknown filetype"
msgstr "Tipo di file sconosciuto"
-#: private/avatar.php:65
+#: private/avatar.php:67
msgid "Invalid image"
msgstr "Immagine non valida"
@@ -73,27 +73,27 @@ msgstr "servizi web nelle tue mani"
msgid "cannot open \"%s\""
msgstr "impossibile aprire \"%s\""
-#: private/files.php:226
+#: private/files.php:228
msgid "ZIP download is turned off."
msgstr "Lo scaricamento in formato ZIP è stato disabilitato."
-#: private/files.php:227
+#: private/files.php:229
msgid "Files need to be downloaded one by one."
msgstr "I file devono essere scaricati uno alla volta."
-#: private/files.php:228 private/files.php:256
+#: private/files.php:230 private/files.php:258
msgid "Back to Files"
msgstr "Torna ai file"
-#: private/files.php:253
+#: private/files.php:255
msgid "Selected files too large to generate zip file."
msgstr "I file selezionati sono troppo grandi per generare un file zip."
-#: private/files.php:254
+#: private/files.php:256
msgid ""
-"Download the files in smaller chunks, seperately or kindly ask your "
+"Please download the files separately in smaller chunks or kindly ask your "
"administrator."
-msgstr "Scarica i file in blocchi più piccoli, separatamente o chiedi al tuo amministratore."
+msgstr "Scarica i file separatamente in blocchi più piccoli o chiedi al tuo amministratore."
#: private/installer.php:63
msgid "No source specified when installing app"
@@ -136,17 +136,17 @@ msgid ""
"which is not allowed for non shipped apps"
msgstr "L'applicazione non può essere installata poiché contiene il tag true che non è permesso alle applicazioni non shipped"
-#: private/installer.php:152
+#: private/installer.php:159
msgid ""
"App can't be installed because the version in info.xml/version is not the "
"same as the version reported from the app store"
msgstr "L'applicazione non può essere installata poiché la versione in info.xml/version non è la stessa riportata dall'app store"
-#: private/installer.php:162
+#: private/installer.php:169
msgid "App directory already exists"
msgstr "La cartella dell'applicazione esiste già"
-#: private/installer.php:175
+#: private/installer.php:182
#, php-format
msgid "Can't create app folder. Please fix permissions. %s"
msgstr "Impossibile creare la cartella dell'applicazione. Correggi i permessi. %s"
@@ -271,13 +271,13 @@ msgstr "Imposta un nome utente di amministrazione."
msgid "Set an admin password."
msgstr "Imposta una password di amministrazione."
-#: private/setup.php:184
+#: private/setup.php:195
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr "Il tuo server web non è configurato correttamente per consentire la sincronizzazione dei file poiché l'interfaccia WebDAV sembra essere danneggiata."
-#: private/setup.php:185
+#: private/setup.php:196
#, php-format
msgid "Please double check the installation guides."
msgstr "Leggi attentamente le guide d'installazione."
@@ -335,6 +335,6 @@ msgstr "anno scorso"
msgid "years ago"
msgstr "anni fa"
-#: private/template.php:297 public/util.php:103
+#: private/template.php:297 public/util.php:108
msgid "Caused by:"
msgstr "Causato da:"
diff --git a/l10n/it/settings.po b/l10n/it/settings.po
index 9c7f3e29ca..09ec3e14e0 100644
--- a/l10n/it/settings.po
+++ b/l10n/it/settings.po
@@ -11,9 +11,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-15 22:54-0500\n"
-"PO-Revision-Date: 2013-11-13 16:11+0000\n"
-"Last-Translator: polxmod \n"
+"POT-Creation-Date: 2013-11-24 00:13-0500\n"
+"PO-Revision-Date: 2013-11-22 21:20+0000\n"
+"Last-Translator: Vincenzo Reale \n"
"Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -285,18 +285,27 @@ msgid "Locale not working"
msgstr "Locale non funzionante"
#: templates/admin.php:70
+msgid "System locale can not be set to a one which supports UTF-8."
+msgstr "La localizzazione di sistema non può essere impostata a una che supporta UTF-8."
+
+#: templates/admin.php:74
+msgid ""
+"This means that there might be problems with certain characters in file "
+"names."
+msgstr "Ciò significa che potrebbero esserci problemi con alcuni caratteri nei nomi dei file."
+
+#: templates/admin.php:78
#, php-format
msgid ""
-"System locale can't be set to %s. This means that there might be problems "
-"with certain characters in file names. We strongly suggest to install the "
-"required packages on your system to support %s."
-msgstr "La localizzazione di sistema è impostata a %s. Ciò significa che potrebbero verificarsi dei problemi con alcuni caratteri nei nomi dei file. Consigliamo vivamente di installare i pacchetti necessari a supportare %s."
+"We strongly suggest to install the required packages on your system to "
+"support one of the following locales: %s."
+msgstr "Consigliamo vivamente di installare i pacchetti richiesti sul tuo sistema per supportare una delle\nlocalizzazioni seguenti: %s."
-#: templates/admin.php:82
+#: templates/admin.php:90
msgid "Internet connection not working"
msgstr "Concessione Internet non funzionante"
-#: templates/admin.php:85
+#: templates/admin.php:93
msgid ""
"This server has no working internet connection. This means that some of the "
"features like mounting of external storage, notifications about updates or "
@@ -305,118 +314,118 @@ msgid ""
"internet connection for this server if you want to have all features."
msgstr "Questo server ownCloud non ha una connessione a Internet funzionante. Ciò significa che alcune delle funzionalità come il montaggio di archivi esterni, le notifiche degli aggiornamenti o l'installazione di applicazioni di terze parti non funzioneranno. L'accesso remoto ai file e l'invio di email di notifica potrebbero non funzionare. Ti suggeriamo di abilitare la connessione a Internet del server se desideri disporre di tutte le funzionalità."
-#: templates/admin.php:99
+#: templates/admin.php:107
msgid "Cron"
msgstr "Cron"
-#: templates/admin.php:106
+#: templates/admin.php:114
msgid "Execute one task with each page loaded"
msgstr "Esegui un'operazione con ogni pagina caricata"
-#: templates/admin.php:114
+#: templates/admin.php:122
msgid ""
"cron.php is registered at a webcron service to call cron.php every 15 "
"minutes over http."
msgstr "cron.php è registrato su un servizio webcron per invocare cron.php ogni 15 minuti su http."
-#: templates/admin.php:122
+#: templates/admin.php:130
msgid "Use systems cron service to call the cron.php file every 15 minutes."
msgstr "Usa il servizio cron di sistema per invocare il file cron.php ogni 15 minuti."
-#: templates/admin.php:127
+#: templates/admin.php:135
msgid "Sharing"
msgstr "Condivisione"
-#: templates/admin.php:133
+#: templates/admin.php:141
msgid "Enable Share API"
msgstr "Abilita API di condivisione"
-#: templates/admin.php:134
+#: templates/admin.php:142
msgid "Allow apps to use the Share API"
msgstr "Consenti alle applicazioni di utilizzare le API di condivisione"
-#: templates/admin.php:141
+#: templates/admin.php:149
msgid "Allow links"
msgstr "Consenti collegamenti"
-#: templates/admin.php:142
+#: templates/admin.php:150
msgid "Allow users to share items to the public with links"
msgstr "Consenti agli utenti di condividere pubblicamente elementi tramite collegamenti"
-#: templates/admin.php:150
+#: templates/admin.php:158
msgid "Allow public uploads"
msgstr "Consenti caricamenti pubblici"
-#: templates/admin.php:151
+#: templates/admin.php:159
msgid ""
"Allow users to enable others to upload into their publicly shared folders"
msgstr "Consenti agli utenti di abilitare altri al caricamento nelle loro cartelle pubbliche condivise"
-#: templates/admin.php:159
+#: templates/admin.php:167
msgid "Allow resharing"
msgstr "Consenti la ri-condivisione"
-#: templates/admin.php:160
+#: templates/admin.php:168
msgid "Allow users to share items shared with them again"
msgstr "Consenti agli utenti di condividere a loro volta elementi condivisi da altri"
-#: templates/admin.php:167
+#: templates/admin.php:175
msgid "Allow users to share with anyone"
msgstr "Consenti agli utenti di condividere con chiunque"
-#: templates/admin.php:170
+#: templates/admin.php:178
msgid "Allow users to only share with users in their groups"
msgstr "Consenti agli utenti di condividere solo con utenti dei loro gruppi"
-#: templates/admin.php:177
+#: templates/admin.php:185
msgid "Allow mail notification"
msgstr "Consenti le notifiche tramite posta elettronica"
-#: templates/admin.php:178
+#: templates/admin.php:186
msgid "Allow user to send mail notification for shared files"
msgstr "Consenti all'utente di inviare notifiche tramite posta elettronica per i file condivisi"
-#: templates/admin.php:185
+#: templates/admin.php:193
msgid "Security"
msgstr "Protezione"
-#: templates/admin.php:198
+#: templates/admin.php:206
msgid "Enforce HTTPS"
msgstr "Forza HTTPS"
-#: templates/admin.php:200
+#: templates/admin.php:208
#, php-format
msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr "Forza i client a connettersi a %s tramite una connessione cifrata."
-#: templates/admin.php:206
+#: templates/admin.php:214
#, php-format
msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement."
msgstr "Connettiti al tuo %s tramite HTTPS per abilitare o disabilitare l'applicazione di SSL."
-#: templates/admin.php:218
+#: templates/admin.php:226
msgid "Log"
msgstr "Log"
-#: templates/admin.php:219
+#: templates/admin.php:227
msgid "Log level"
msgstr "Livello di log"
-#: templates/admin.php:251
+#: templates/admin.php:259
msgid "More"
msgstr "Altro"
-#: templates/admin.php:252
+#: templates/admin.php:260
msgid "Less"
msgstr "Meno"
-#: templates/admin.php:258 templates/personal.php:169
+#: templates/admin.php:266 templates/personal.php:169
msgid "Version"
msgstr "Versione"
-#: templates/admin.php:262 templates/personal.php:172
+#: templates/admin.php:270 templates/personal.php:172
msgid ""
"Developed by the ownCloud community, the \n"
+"POT-Creation-Date: 2013-11-21 10:01-0500\n"
+"PO-Revision-Date: 2013-11-18 22:50+0000\n"
+"Last-Translator: Vincenzo Reale \n"
"Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -90,15 +90,15 @@ msgstr "Errore"
#: js/settings.js:674
msgid "Configuration OK"
-msgstr ""
+msgstr "Configurazione corretta"
#: js/settings.js:683
msgid "Configuration incorrect"
-msgstr ""
+msgstr "Configurazione non corretta"
#: js/settings.js:692
msgid "Configuration incomplete"
-msgstr ""
+msgstr "Configurazione incompleta"
#: js/settings.js:709 js/settings.js:718
msgid "Select groups"
diff --git a/l10n/ja_JP/core.po b/l10n/ja_JP/core.po
index 92a81b7126..e360c76e22 100644
--- a/l10n/ja_JP/core.po
+++ b/l10n/ja_JP/core.po
@@ -11,9 +11,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2013-11-15 22:54-0500\n"
-"PO-Revision-Date: 2013-11-13 16:11+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-11-24 00:13-0500\n"
+"PO-Revision-Date: 2013-11-22 08:10+0000\n"
+"Last-Translator: tt yn \n"
"Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -275,12 +275,12 @@ msgstr "共有中"
msgid "Share"
msgstr "共有"
-#: js/share.js:158 js/share.js:171 js/share.js:178 js/share.js:692
-#: js/share.js:704
+#: js/share.js:158 js/share.js:171 js/share.js:178 js/share.js:707
+#: js/share.js:719
msgid "Error"
msgstr "エラー"
-#: js/share.js:160 js/share.js:732
+#: js/share.js:160 js/share.js:747
msgid "Error while sharing"
msgstr "共有でエラー発生"
@@ -300,115 +300,115 @@ msgstr "あなたと {owner} のグループ {group} で共有中"
msgid "Shared with you by {owner}"
msgstr "{owner} と共有中"
-#: js/share.js:212
+#: js/share.js:213
msgid "Share with user or group …"
msgstr "ユーザもしくはグループと共有 ..."
-#: js/share.js:218
+#: js/share.js:219
msgid "Share link"
msgstr "共有リンク"
-#: js/share.js:221
+#: js/share.js:222
msgid "Password protect"
msgstr "パスワード保護"
-#: js/share.js:223 templates/installation.php:57 templates/login.php:32
+#: js/share.js:224 templates/installation.php:57 templates/login.php:32
msgid "Password"
msgstr "パスワード"
-#: js/share.js:228
+#: js/share.js:229
msgid "Allow Public Upload"
msgstr "アップロードを許可"
-#: js/share.js:232
+#: js/share.js:233
msgid "Email link to person"
msgstr "メールリンク"
-#: js/share.js:233
+#: js/share.js:234
msgid "Send"
msgstr "送信"
-#: js/share.js:238
+#: js/share.js:239
msgid "Set expiration date"
msgstr "有効期限を設定"
-#: js/share.js:239
+#: js/share.js:240
msgid "Expiration date"
msgstr "有効期限"
-#: js/share.js:274
+#: js/share.js:275
msgid "Share via email:"
msgstr "メール経由で共有:"
-#: js/share.js:277
+#: js/share.js:278
msgid "No people found"
msgstr "ユーザーが見つかりません"
-#: js/share.js:307 js/share.js:344
+#: js/share.js:322 js/share.js:359
msgid "group"
msgstr "グループ"
-#: js/share.js:318
+#: js/share.js:333
msgid "Resharing is not allowed"
msgstr "再共有は許可されていません"
-#: js/share.js:360
+#: js/share.js:375
msgid "Shared in {item} with {user}"
msgstr "{item} 内で {user} と共有中"
-#: js/share.js:382
+#: js/share.js:397
msgid "Unshare"
msgstr "共有解除"
-#: js/share.js:390
+#: js/share.js:405
msgid "notify by email"
msgstr "メールで通知"
-#: js/share.js:393
+#: js/share.js:408
msgid "can edit"
msgstr "編集を許可"
-#: js/share.js:395
+#: js/share.js:410
msgid "access control"
msgstr "アクセス権限"
-#: js/share.js:398
+#: js/share.js:413
msgid "create"
msgstr "作成"
-#: js/share.js:401
+#: js/share.js:416
msgid "update"
msgstr "更新"
-#: js/share.js:404
+#: js/share.js:419
msgid "delete"
msgstr "削除"
-#: js/share.js:407
+#: js/share.js:422
msgid "share"
msgstr "共有"
-#: js/share.js:449 js/share.js:679
+#: js/share.js:464 js/share.js:694
msgid "Password protected"
msgstr "パスワード保護"
-#: js/share.js:692
+#: js/share.js:707
msgid "Error unsetting expiration date"
msgstr "有効期限の未設定エラー"
-#: js/share.js:704
+#: js/share.js:719
msgid "Error setting expiration date"
msgstr "有効期限の設定でエラー発生"
-#: js/share.js:719
+#: js/share.js:734
msgid "Sending ..."
msgstr "送信中..."
-#: js/share.js:730
+#: js/share.js:745
msgid "Email sent"
msgstr "メールを送信しました"
-#: js/share.js:754
+#: js/share.js:769
msgid "Warning"
msgstr "警告"
@@ -578,14 +578,12 @@ msgid ""
"\n"
msgstr "こんにちは、\n\n%s があなたと %s を共有したことをお知らせします。\nそれを表示: %s\n"
-#: templates/altmail.php:4
+#: templates/altmail.php:4 templates/mail.php:17
#, php-format
-msgid ""
-"The share will expire on %s.\n"
-"\n"
-msgstr "共有は %s で有効期限が切れます。\n\n"
+msgid "The share will expire on %s."
+msgstr ""
-#: templates/altmail.php:6 templates/mail.php:19
+#: templates/altmail.php:7 templates/mail.php:20
msgid "Cheers!"
msgstr "それでは!"
@@ -715,7 +713,7 @@ msgstr "パスワードを忘れましたか?"
#: templates/login.php:43
msgid "remember"
-msgstr "パスワードを記憶する"
+msgstr "自動ログインする"
#: templates/login.php:46
msgid "Log in"
@@ -732,11 +730,6 @@ msgid ""
"href=\"%s\">View it!