diff options
289 files changed, 3226 insertions, 1892 deletions
diff --git a/apps/files/l10n/cs_CZ.php b/apps/files/l10n/cs_CZ.php index 4c7f3d6d0d0..14adf372bad 100644 --- a/apps/files/l10n/cs_CZ.php +++ b/apps/files/l10n/cs_CZ.php @@ -43,6 +43,7 @@ $TRANSLATIONS = array( "Could not rename file" => "Nepodařilo se přejmenovat soubor", "replaced {new_name} with {old_name}" => "nahrazeno {new_name} s {old_name}", "undo" => "vrátit zpět", +"Error deleting file." => "Chyba při mazání souboru.", "_%n folder_::_%n folders_" => array("%n složka","%n složky","%n složek"), "_%n file_::_%n files_" => array("%n soubor","%n soubory","%n souborů"), "{dirs} and {files}" => "{dirs} a {files}", diff --git a/apps/files/l10n/fr.php b/apps/files/l10n/fr.php index 74f9599ade2..3a902485032 100644 --- a/apps/files/l10n/fr.php +++ b/apps/files/l10n/fr.php @@ -43,6 +43,7 @@ $TRANSLATIONS = array( "Could not rename file" => "Impossible de renommer le fichier", "replaced {new_name} with {old_name}" => "{new_name} a été remplacé par {old_name}", "undo" => "annuler", +"Error deleting file." => "Erreur pendant la suppression du fichier.", "_%n folder_::_%n folders_" => array("%n dossier","%n dossiers"), "_%n file_::_%n files_" => array("%n fichier","%n fichiers"), "{dirs} and {files}" => "{dirs} et {files}", diff --git a/apps/files/l10n/sv.php b/apps/files/l10n/sv.php index cbbabae5956..7beb2b7c16d 100644 --- a/apps/files/l10n/sv.php +++ b/apps/files/l10n/sv.php @@ -43,6 +43,7 @@ $TRANSLATIONS = array( "Could not rename file" => "Kan ej byta filnamn", "replaced {new_name} with {old_name}" => "ersatt {new_name} med {old_name}", "undo" => "ångra", +"Error deleting file." => "Kunde inte ta bort filen.", "_%n folder_::_%n folders_" => array("%n mapp","%n mappar"), "_%n file_::_%n files_" => array("%n fil","%n filer"), "{dirs} and {files}" => "{dirs} och {files}", @@ -60,6 +61,7 @@ $TRANSLATIONS = array( "Name" => "Namn", "Size" => "Storlek", "Modified" => "Ändrad", +"Invalid folder name. Usage of 'Shared' is reserved." => "Ogiltigt mappnamn. Användande av 'Shared' är reserverat av ownCloud", "%s could not be renamed" => "%s kunde inte namnändras", "Upload" => "Ladda upp", "File handling" => "Filhantering", diff --git a/apps/files_encryption/l10n/cs_CZ.php b/apps/files_encryption/l10n/cs_CZ.php index 8464ad2bb4a..a49530d94d9 100644 --- a/apps/files_encryption/l10n/cs_CZ.php +++ b/apps/files_encryption/l10n/cs_CZ.php @@ -9,6 +9,7 @@ $TRANSLATIONS = array( "Private key password successfully updated." => "Heslo soukromého klíče úspěšně aktualizováno.", "Could not update the private key password. Maybe the old password was not correct." => "Nelze aktualizovat heslo soukromého klíče. Možná nebylo staré heslo správně.", "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." => "Aplikace pro šifrování není inicializována! Je možné, že aplikace byla znovu aktivována během vašeho přihlášení. Zkuste se prosím odhlásit a znovu přihlásit pro provedení inicializace šifrovací aplikace.", +"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." => "Váš soukromý klíč není platný! Pravděpodobně bylo heslo změněno vně systému %s (např. ve vašem firemním adresáři). Heslo vašeho soukromého klíče můžete změnit ve svém osobním nastavení pro obnovení přístupu k vašim zašifrovaným souborům.", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Tento soubor se nepodařilo dešifrovat, pravděpodobně je sdílený. Požádejte prosím majitele souboru, aby jej s vámi znovu sdílel.", "Unknown error please check your system settings or contact your administrator" => "Neznámá chyba, zkontrolujte vaše systémová nastavení nebo kontaktujte vašeho správce", "Missing requirements." => "Nesplněné závislosti.", diff --git a/apps/files_encryption/l10n/sv.php b/apps/files_encryption/l10n/sv.php index 87f7aabc7ad..1e509ea08e7 100644 --- a/apps/files_encryption/l10n/sv.php +++ b/apps/files_encryption/l10n/sv.php @@ -9,6 +9,7 @@ $TRANSLATIONS = array( "Private key password successfully updated." => "Den privata nyckelns lösenord uppdaterades utan problem.", "Could not update the private key password. Maybe the old password was not correct." => "Kunde inte uppdatera lösenordet för den privata nyckeln. Kanske var det gamla lösenordet fel.", "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." => "Krypteringsprogrammet kunde inte initieras! Möjligen blev krypteringsprogrammet återaktiverad under din session. Försök med att logga ut och in igen för att initiera krypteringsprogrammet.", +"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." => "Din privata lösenordsnyckel är inte giltig! Troligen har ditt lösenord ändrats utanför %s (t.ex. i företagets katalogtjänst). Du kan uppdatera den privata lösenordsnyckeln under dina personliga inställningar för att återfå tillgång till dina filer.", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Kan ej dekryptera denna fil, förmodligen är det en delad fil. Be ägaren av filen att dela den med dig.", "Unknown error please check your system settings or contact your administrator" => "Oväntat fel, kolla dina system inställningar eller kontakta din administratör", "Missing requirements." => "Krav som saknas", diff --git a/apps/files_external/3rdparty/smb4php/smb.php b/apps/files_external/3rdparty/smb4php/smb.php index 9650f809041..87638271f0e 100644 --- a/apps/files_external/3rdparty/smb4php/smb.php +++ b/apps/files_external/3rdparty/smb4php/smb.php @@ -302,6 +302,7 @@ class smb { } function rename ($url_from, $url_to) { + $replace = false; list ($from, $to) = array (smb::parse_url($url_from), smb::parse_url($url_to)); if ($from['host'] <> $to['host'] || $from['share'] <> $to['share'] || @@ -314,7 +315,20 @@ class smb { trigger_error('rename(): error in URL', E_USER_ERROR); } smb::clearstatcache ($url_from); - $result = smb::execute ('rename "'.$from['path'].'" "'.$to['path'].'"', $to); + $cmd = ''; + // check if target file exists + if (smb::url_stat($url_to)) { + // delete target file first + $cmd = 'del "' . $to['path'] . '"; '; + $replace = true; + } + $cmd .= 'rename "' . $from['path'] . '" "' . $to['path'] . '"'; + $result = smb::execute($cmd, $to); + if ($replace) { + // clear again, else the cache will return the info + // from the old file + smb::clearstatcache ($url_to); + } return $result !== false; } diff --git a/apps/files_external/lib/dropbox.php b/apps/files_external/lib/dropbox.php index 5f603b7fe43..f7d8d98cf03 100755 --- a/apps/files_external/lib/dropbox.php +++ b/apps/files_external/lib/dropbox.php @@ -50,6 +50,22 @@ class Dropbox extends \OC\Files\Storage\Common { } } + private function deleteMetaData($path) { + $path = $this->root.$path; + if (isset($this->metaData[$path])) { + unset($this->metaData[$path]); + return true; + } + return false; + } + + /** + * @brief Returns the path's metadata + * @param $path path for which to return the metadata + * @param $list if true, also return the directory's contents + * @return directory contents if $list is true, file metadata if $list is + * false, null if the file doesn't exist or "false" if the operation failed + */ private function getMetaData($path, $list = false) { $path = $this->root.$path; if ( ! $list && isset($this->metaData[$path])) { @@ -62,24 +78,35 @@ class Dropbox extends \OC\Files\Storage\Common { \OCP\Util::writeLog('files_external', $exception->getMessage(), \OCP\Util::ERROR); return false; } + $contents = array(); if ($response && isset($response['contents'])) { - $contents = $response['contents']; // Cache folder's contents - foreach ($contents as $file) { - $this->metaData[$path.'/'.basename($file['path'])] = $file; + foreach ($response['contents'] as $file) { + if (!isset($file['is_deleted']) || !$file['is_deleted']) { + $this->metaData[$path.'/'.basename($file['path'])] = $file; + $contents[] = $file; + } } unset($response['contents']); + } + if (!isset($response['is_deleted']) || !$response['is_deleted']) { $this->metaData[$path] = $response; } - $this->metaData[$path] = $response; // Return contents of folder only return $contents; } else { try { $response = $this->dropbox->getMetaData($path, 'false'); - $this->metaData[$path] = $response; - return $response; + if (!isset($response['is_deleted']) || !$response['is_deleted']) { + $this->metaData[$path] = $response; + return $response; + } + return null; } catch (\Exception $exception) { + if ($exception instanceof \Dropbox_Exception_NotFound) { + // don't log, might be a file_exist check + return false; + } \OCP\Util::writeLog('files_external', $exception->getMessage(), \OCP\Util::ERROR); return false; } @@ -108,7 +135,7 @@ class Dropbox extends \OC\Files\Storage\Common { public function opendir($path) { $contents = $this->getMetaData($path, true); - if ($contents) { + if ($contents !== false) { $files = array(); foreach ($contents as $file) { $files[] = basename($file['path']); @@ -157,9 +184,9 @@ class Dropbox extends \OC\Files\Storage\Common { } public function unlink($path) { - $path = $this->root.$path; try { - $this->dropbox->delete($path); + $this->dropbox->delete($this->root.$path); + $this->deleteMetaData($path); return true; } catch (\Exception $exception) { \OCP\Util::writeLog('files_external', $exception->getMessage(), \OCP\Util::ERROR); @@ -168,10 +195,14 @@ class Dropbox extends \OC\Files\Storage\Common { } public function rename($path1, $path2) { - $path1 = $this->root.$path1; - $path2 = $this->root.$path2; try { - $this->dropbox->move($path1, $path2); + // overwrite if target file exists and is not a directory + $destMetaData = $this->getMetaData($path2); + if (isset($destMetaData) && $destMetaData !== false && !$destMetaData['is_dir']) { + $this->unlink($path2); + } + $this->dropbox->move($this->root.$path1, $this->root.$path2); + $this->deleteMetaData($path1); return true; } catch (\Exception $exception) { \OCP\Util::writeLog('files_external', $exception->getMessage(), \OCP\Util::ERROR); @@ -274,6 +305,7 @@ class Dropbox extends \OC\Files\Storage\Common { } else { $this->file_put_contents($path, ''); } + return true; } } diff --git a/apps/files_external/lib/sftp.php b/apps/files_external/lib/sftp.php index bcc4c5eafd5..95e0cefa398 100644 --- a/apps/files_external/lib/sftp.php +++ b/apps/files_external/lib/sftp.php @@ -285,6 +285,9 @@ class SFTP extends \OC\Files\Storage\Common { public function rename($source, $target) { try { + if (!$this->is_dir($target) && $this->file_exists($target)) { + $this->unlink($target); + } return $this->client->rename( $this->absPath($source), $this->absPath($target) diff --git a/apps/files_external/lib/streamwrapper.php b/apps/files_external/lib/streamwrapper.php index 23c5f91a2f3..7a1991d4f04 100644 --- a/apps/files_external/lib/streamwrapper.php +++ b/apps/files_external/lib/streamwrapper.php @@ -38,7 +38,7 @@ abstract class StreamWrapper extends Common { } public function filetype($path) { - return filetype($this->constructUrl($path)); + return @filetype($this->constructUrl($path)); } public function file_exists($path) { @@ -68,6 +68,7 @@ abstract class StreamWrapper extends Common { } } else { $this->file_put_contents($path, ''); + return true; } } diff --git a/apps/files_external/tests/dropbox.php b/apps/files_external/tests/dropbox.php index e4e598b06b0..4b052282019 100644 --- a/apps/files_external/tests/dropbox.php +++ b/apps/files_external/tests/dropbox.php @@ -21,6 +21,22 @@ class Dropbox extends Storage { $this->instance = new \OC\Files\Storage\Dropbox($this->config['dropbox']); } + public function directoryProvider() { + // doesn't support leading/trailing spaces + return array(array('folder')); + } + + public function testDropboxTouchReturnValue() { + $this->assertFalse($this->instance->file_exists('foo')); + + // true because succeeded + $this->assertTrue($this->instance->touch('foo')); + $this->assertTrue($this->instance->file_exists('foo')); + + // false because not supported + $this->assertFalse($this->instance->touch('foo')); + } + public function tearDown() { if ($this->instance) { $this->instance->unlink('/'); diff --git a/apps/files_external/tests/smb.php b/apps/files_external/tests/smb.php index 0291f293fa6..199e35af676 100644 --- a/apps/files_external/tests/smb.php +++ b/apps/files_external/tests/smb.php @@ -29,6 +29,11 @@ class SMB extends Storage { } } + public function directoryProvider() { + // doesn't support leading/trailing spaces + return array(array('folder')); + } + public function testRenameWithSpaces() { $this->instance->mkdir('with spaces'); $result = $this->instance->rename('with spaces', 'foo bar'); diff --git a/apps/files_sharing/l10n/cs_CZ.php b/apps/files_sharing/l10n/cs_CZ.php index 192c4a79572..adf099a6d94 100644 --- a/apps/files_sharing/l10n/cs_CZ.php +++ b/apps/files_sharing/l10n/cs_CZ.php @@ -14,6 +14,7 @@ $TRANSLATIONS = array( "Download" => "Stáhnout", "Upload" => "Odeslat", "Cancel upload" => "Zrušit odesílání", -"No preview available for" => "Náhled není dostupný pro" +"No preview available for" => "Náhled není dostupný pro", +"Direct link" => "Přímý odkaz" ); $PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; diff --git a/apps/files_versions/lib/versions.php b/apps/files_versions/lib/versions.php index 661e98b09d5..b03e1d4e93a 100644 --- a/apps/files_versions/lib/versions.php +++ b/apps/files_versions/lib/versions.php @@ -318,22 +318,21 @@ class Storage { * @return size of vesions */ private static function calculateSize($uid) { - if( \OCP\Config::getSystemValue('files_versions', Storage::DEFAULTENABLED)=='true' ) { - $versions_fileview = new \OC\Files\View('/'.$uid.'/files_versions'); - $versionsRoot = $versions_fileview->getLocalFolder(''); - - $iterator = new \RecursiveIteratorIterator( - new \RecursiveDirectoryIterator($versionsRoot), - \RecursiveIteratorIterator::CHILD_FIRST - ); + if (\OCP\Config::getSystemValue('files_versions', Storage::DEFAULTENABLED) == 'true') { + $view = new \OC\Files\View('/' . $uid . '/files_versions'); $size = 0; - foreach ($iterator as $path) { - if ( preg_match('/^.+\.v(\d+)$/', $path, $match) ) { - $relpath = substr($path, strlen($versionsRoot)-1); - $size += $versions_fileview->filesize($relpath); + $dirContent = $view->getDirectoryContent('/'); + + while (!empty($dirContent)) { + $path = reset($dirContent); + if ($path['type'] === 'dir') { + $dirContent = array_merge($dirContent, $view->getDirectoryContent(substr($path['path'], strlen('files_versions')))); + } else { + $size += $view->filesize(substr($path['path'], strlen('files_versions'))); } + unset($dirContent[key($dirContent)]); } return $size; diff --git a/apps/user_ldap/l10n/cs_CZ.php b/apps/user_ldap/l10n/cs_CZ.php index 306889781c4..b429e41281b 100644 --- a/apps/user_ldap/l10n/cs_CZ.php +++ b/apps/user_ldap/l10n/cs_CZ.php @@ -16,6 +16,9 @@ $TRANSLATIONS = array( "mappings cleared" => "mapování zrušeno", "Success" => "Úspěch", "Error" => "Chyba", +"Configuration OK" => "Konfigurace v pořádku", +"Configuration incorrect" => "Nesprávná konfigurace", +"Configuration incomplete" => "Nekompletní konfigurace", "Select groups" => "Vyberte skupiny", "Select object classes" => "Výběr objektových tříd", "Select attributes" => "Výběr atributů", @@ -26,12 +29,18 @@ $TRANSLATIONS = array( "_%s group found_::_%s groups found_" => array("nalezena %s skupina","nalezeny %s skupiny","nalezeno %s skupin"), "_%s user found_::_%s users found_" => array("nalezen %s uživatel","nalezeni %s uživatelé","nalezeno %s uživatelů"), "Invalid Host" => "Neplatný hostitel", +"Could not find the desired feature" => "Nelze nalézt požadovanou vlastnost", "Save" => "Uložit", "Test Configuration" => "Vyzkoušet nastavení", "Help" => "Nápověda", +"Limit the access to %s to groups meeting this criteria:" => "Omezit přístup k %s uživatelům splňujícím tyto podmínky:", "only those object classes:" => "pouze tyto objektové třídy:", "only from those groups:" => "pouze z těchto skupin:", +"Edit raw filter instead" => "Edituj filtr přímo", +"Raw LDAP filter" => "Původní filtr LDAP", +"The filter specifies which LDAP groups shall have access to the %s instance." => "Filtr určuje, kteří uživatelé LDAP mají mít přístup k %s instanci.", "groups found" => "nalezené skupiny", +"What attribute shall be used as login name:" => "Který atribut má být použit jako přihlašovací jméno:", "LDAP Username:" => "LDAP uživatelské jméno", "LDAP Email Address:" => "LDAP e-mailová adresa:", "Other Attributes:" => "Další atributy", @@ -46,6 +55,7 @@ $TRANSLATIONS = array( "One Base DN per line" => "Jedna základní DN na řádku", "You can specify Base DN for users and groups in the Advanced tab" => "V rozšířeném nastavení můžete určit základní DN pro uživatele a skupiny", "Limit the access to %s to users meeting this criteria:" => "Omezit přístup k %s uživatelům splňujícím tyto podmínky:", +"The filter specifies which LDAP users shall have access to the %s instance." => "Filtr určuje, kteří uživatelé LDAP mají mít přístup k %s instanci.", "users found" => "nalezení uživatelé", "Back" => "Zpět", "Continue" => "Pokračovat", diff --git a/apps/user_ldap/l10n/sv.php b/apps/user_ldap/l10n/sv.php index 2a1a6e46e03..922985e76f0 100644 --- a/apps/user_ldap/l10n/sv.php +++ b/apps/user_ldap/l10n/sv.php @@ -4,6 +4,7 @@ $TRANSLATIONS = array( "Failed to delete the server configuration" => "Misslyckades med att radera serverinställningen", "The configuration is valid and the connection could be established!" => "Inställningen är giltig och anslutningen kunde upprättas!", "The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "Konfigurationen är riktig, men Bind felade. Var vänlig och kontrollera serverinställningar och logininformation.", +"The configuration is invalid. Please have a look at the logs for further details." => "Inställningen är ogiltig. Vänligen se ownCloud-loggen för fler detaljer.", "No action specified" => "Ingen åtgärd har angetts", "No configuration specified" => "Ingen konfiguration har angetts", "No data specified" => "Ingen data har angetts", @@ -15,6 +16,9 @@ $TRANSLATIONS = array( "mappings cleared" => "mappningar rensade", "Success" => "Lyckat", "Error" => "Fel", +"Configuration OK" => "Konfigurationen är OK", +"Configuration incorrect" => "Felaktig konfiguration", +"Configuration incomplete" => "Konfigurationen är ej komplett", "Select groups" => "Välj grupper", "Select object classes" => "Välj Objekt-klasser", "Select attributes" => "Välj attribut", diff --git a/core/command/maintenance/repair.php b/core/command/maintenance/repair.php new file mode 100644 index 00000000000..c5ef0c55cc0 --- /dev/null +++ b/core/command/maintenance/repair.php @@ -0,0 +1,41 @@ +<?php +/** + * Copyright (c) 2013 Robin Appelman <icewind@owncloud.com> + * This file is licensed under the Affero General Public License version 3 or + * later. + * See the COPYING-README file. + */ + +namespace OC\Core\Command\Maintenance; + +use Symfony\Component\Console\Command\Command; +use Symfony\Component\Console\Input\InputInterface; +use Symfony\Component\Console\Output\OutputInterface; + +class Repair extends Command { + /** + * @var \OC\Repair $repair + */ + protected $repair; + + /** + * @param \OC\Repair $repair + */ + public function __construct($repair) { + $this->repair = $repair; + parent::__construct(); + } + + protected function configure() { + $this + ->setName('maintenance:repair') + ->setDescription('set single user mode'); + } + + protected function execute(InputInterface $input, OutputInterface $output) { + $this->repair->listen('\OC\Repair', 'step', function ($description) use ($output) { + $output->writeln(' - ' . $description); + }); + $this->repair->run(); + } +} diff --git a/core/js/update.js b/core/js/update.js index 2c28e72f7cd..b1b7f6e37e8 100644 --- a/core/js/update.js +++ b/core/js/update.js @@ -5,7 +5,7 @@ $(document).ready(function () { }); updateEventSource.listen('error', function(message) { $('<span>').addClass('error').append(message).append('<br />').appendTo($('.update')); - message = 'Please reload the page.'; + message = t('core', 'Please reload the page.'); $('<span>').addClass('error').append(message).append('<br />').appendTo($('.update')); updateEventSource.close(); }); diff --git a/core/l10n/ca.php b/core/l10n/ca.php index b00a43c5ce9..c470bc364bd 100644 --- a/core/l10n/ca.php +++ b/core/l10n/ca.php @@ -164,10 +164,10 @@ $TRANSLATIONS = array( "Log in" => "Inici de sessió", "Alternative Logins" => "Acreditacions alternatives", "Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href=\"%s\">View it!</a><br><br>" => "Ei,<br><br>només fer-te saber que %s ha compartit »%s« amb tu.<br><a href=\"%s\">Mira-ho!</a><br><br>", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Contacteu amb l'administrador del sistema si aquest missatge persisteix o apareix inesperadament.", +"Thank you for your patience." => "Gràcies per la paciència.", "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.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Contacteu amb l'administrador del sistema si aquest missatge persisteix o apareix inesperadament.", -"Thank you for your patience." => "Gràcies per la paciència." +"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." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/cs_CZ.php b/core/l10n/cs_CZ.php index 0e3c6bf27fb..8a784ccc9ad 100644 --- a/core/l10n/cs_CZ.php +++ b/core/l10n/cs_CZ.php @@ -67,6 +67,8 @@ $TRANSLATIONS = array( "Error while changing permissions" => "Chyba při změně oprávnění", "Shared with you and the group {group} by {owner}" => "S Vámi a skupinou {group} sdílí {owner}", "Shared with you by {owner}" => "S Vámi sdílí {owner}", +"Share with user or group …" => "Sdílej s uživatelem nebo skupinou", +"Share link" => "Sdílet odkaz", "Password protect" => "Chránit heslem", "Password" => "Heslo", "Allow Public Upload" => "Povolit veřejné nahrávání", @@ -80,6 +82,7 @@ $TRANSLATIONS = array( "Resharing is not allowed" => "Sdílení již sdílené položky není povoleno", "Shared in {item} with {user}" => "Sdíleno v {item} s {user}", "Unshare" => "Zrušit sdílení", +"notify by email" => "upozornit e-mailem", "can edit" => "lze upravovat", "access control" => "řízení přístupu", "create" => "vytvořit", @@ -129,6 +132,7 @@ $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." => "Sdílení vyprší %s.", "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)", @@ -161,6 +165,12 @@ $TRANSLATIONS = array( "Log in" => "Přihlásit", "Alternative Logins" => "Alternativní přihlášení", "Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href=\"%s\">View it!</a><br><br>" => "Hej ty tam,<br><br>jen ti chci dát vědět, že %s sdílel »%s« s tebou.<br><a href=\"%s\">Zobrazit!</a><br><br>", -"Updating ownCloud to version %s, this may take a while." => "Aktualizuji ownCloud na verzi %s, bude to chvíli trvat." +"This ownCloud instance is currently in single user mode." => "Tato instalace ownCloudu je momentálně v jednouživatelském módu.", +"This means only administrators can use the instance." => "To znamená, že pouze správci systému mohou aplikaci používat.", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Kontaktujte, prosím, správce systému, pokud se tato zpráva objevuje opakovaně nebo nečekaně.", +"Thank you for your patience." => "Děkuji za trpělivost.", +"Updating ownCloud to version %s, this may take a while." => "Aktualizuji ownCloud na verzi %s, bude to chvíli trvat.", +"This ownCloud instance is currently being updated, which may take a while." => "Tato instalace ownCloud je právě aktualizována, může to trvat chvíli.", +"Please reload this page after a short time to continue using ownCloud." => "Pro pokračování načtěte, prosím, stránku znovu po chvíli." ); $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 88348fe39e0..22be60bf03b 100644 --- a/core/l10n/da.php +++ b/core/l10n/da.php @@ -164,10 +164,10 @@ $TRANSLATIONS = array( "Log in" => "Log ind", "Alternative Logins" => "Alternative logins", "Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href=\"%s\">View it!</a><br><br>" => "Hej med dig,<br><br>Dette blot for at lade dig vide, at %s har delt \"%s\" med dig.<br><a href=\"%s\">Se det her!</a><br><br>Hej", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Kontakt systemadministratoren, hvis denne meddelelse fortsætter eller optrådte uventet.", +"Thank you for your patience." => "Tak for din tålmodighed.", "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.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Kontakt systemadministratoren, hvis denne meddelelse fortsætter eller optrådte uventet.", -"Thank you for your patience." => "Tak for din tålmodighed." +"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." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/de.php b/core/l10n/de.php index 32392386426..f09eadce9ce 100644 --- a/core/l10n/de.php +++ b/core/l10n/de.php @@ -165,10 +165,12 @@ $TRANSLATIONS = array( "Log in" => "Einloggen", "Alternative Logins" => "Alternative Logins", "Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href=\"%s\">View it!</a><br><br>" => "Hallo,<br/><br/>wollte dich nur kurz informieren, dass %s gerade %s mit dir geteilt hat.<br/><a href=\"%s\">Schau es dir an.</a><br/><br/>", +"This ownCloud instance is currently in single user mode." => "Diese ownClound Instanz befindet sich derzeit im Einzelbenutzermodus.", +"This means only administrators can use the instance." => "Dies bedeutet, dass diese Instanz nur von Administratoren genutzt werden kann.", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Kontaktiere Deinen Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint.", +"Thank you for your patience." => "Vielen Dank für Deine Geduld.", "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.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Kontaktiere Deinen Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint.", -"Thank you for your patience." => "Vielen Dank für Deine Geduld." +"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." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/de_DE.php b/core/l10n/de_DE.php index af76319eb7f..253d2ddf36f 100644 --- a/core/l10n/de_DE.php +++ b/core/l10n/de_DE.php @@ -165,10 +165,12 @@ $TRANSLATIONS = array( "Log in" => "Einloggen", "Alternative Logins" => "Alternative Logins", "Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href=\"%s\">View it!</a><br><br>" => "Hallo,<br><br>%s hat %s mit Ihnen geteilt.<br><a href=\"%s\">Schauen Sie es sich an!</a><br><br>", +"This ownCloud instance is currently in single user mode." => "Diese ownClound Instanz befindet sich derzeit im Einzelbenutzermodus.", +"This means only administrators can use the instance." => "Dies bedeutet, das nur Administratoren diese Instanz nutzen können.", +"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.", "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.", -"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." +"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." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/el.php b/core/l10n/el.php index dc196486e64..ab6dcff47b8 100644 --- a/core/l10n/el.php +++ b/core/l10n/el.php @@ -143,9 +143,9 @@ $TRANSLATIONS = array( "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." => "Σας ευχαριστούμε για την υπομονή σας." +"Thank you for your patience." => "Σας ευχαριστούμε για την υπομονή σας.", +"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." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/en_GB.php b/core/l10n/en_GB.php index 1ad9031e755..b667a775700 100644 --- a/core/l10n/en_GB.php +++ b/core/l10n/en_GB.php @@ -165,10 +165,10 @@ $TRANSLATIONS = array( "Log in" => "Log in", "Alternative Logins" => "Alternative Logins", "Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href=\"%s\">View it!</a><br><br>" => "Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href=\"%s\">View it!</a><br><br>", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Contact your system administrator if this message persists or appeared unexpectedly.", +"Thank you for your patience." => "Thank you for your patience.", "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.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Contact your system administrator if this message persists or appeared unexpectedly.", -"Thank you for your patience." => "Thank you for your patience." +"Please reload this page after a short time to continue using ownCloud." => "Please reload this page after a short time to continue using ownCloud." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/es.php b/core/l10n/es.php index df765ab2127..ede841ff7d5 100644 --- a/core/l10n/es.php +++ b/core/l10n/es.php @@ -164,10 +164,10 @@ $TRANSLATIONS = array( "Log in" => "Entrar", "Alternative Logins" => "Inicios de sesión alternativos", "Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href=\"%s\">View it!</a><br><br>" => "Hola:<br><br>tan solo queremos informarte que %s compartió «%s» contigo.<br><a href=\"%s\">¡Míralo acá!</a><br><br>", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Contacte con su administrador de sistemas si este mensaje persiste o aparece de forma inesperada.", +"Thank you for your patience." => "Gracias por su paciencia.", "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.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Contacte con su administrador de sistemas si este mensaje persiste o aparece de forma inesperada.", -"Thank you for your patience." => "Gracias por su paciencia." +"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." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/et_EE.php b/core/l10n/et_EE.php index c12a1c66315..c3b2e023c03 100644 --- a/core/l10n/et_EE.php +++ b/core/l10n/et_EE.php @@ -165,10 +165,10 @@ $TRANSLATIONS = array( "Log in" => "Logi sisse", "Alternative Logins" => "Alternatiivsed sisselogimisviisid", "Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href=\"%s\">View it!</a><br><br>" => "Hei,<br><br>lihtsalt annan sulle teada, et %s jagas sulle välja »%s«.<br><a href=\"%s\">Vaata seda!</a><br><br>", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Kontakteeru oma süsteemihalduriga, kui see teade püsib või on tekkinud ootamatult.", +"Thank you for your patience." => "Täname kannatlikkuse eest.", "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.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Kontakteeru oma süsteemihalduriga, kui see teade püsib või on tekkinud ootamatult.", -"Thank you for your patience." => "Täname kannatlikkuse eest." +"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." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/fi_FI.php b/core/l10n/fi_FI.php index 5e7a65d609e..cfd5d7920ff 100644 --- a/core/l10n/fi_FI.php +++ b/core/l10n/fi_FI.php @@ -152,9 +152,11 @@ $TRANSLATIONS = array( "Log in" => "Kirjaudu sisään", "Alternative Logins" => "Vaihtoehtoiset kirjautumiset", "Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href=\"%s\">View it!</a><br><br>" => "Hei sinä!<br><br>%s jakoi kohteen »%s« kanssasi.<br><a href=\"%s\">Tutustu siihen!</a><br><br>", +"This ownCloud instance is currently in single user mode." => "Tämä ownCloud-asennus on parhaillaan single user -tilassa.", +"This means only administrators can use the instance." => "Se tarkoittaa, että vain ylläpitäjät voivat nyt käyttää tätä ownCloudia.", +"Thank you for your patience." => "Kiitos kärsivällisyydestäsi.", "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." +"Please reload this page after a short time to continue using ownCloud." => "Päivitä tämä sivu hetken kuluttua jatkaaksesi ownCloudin käyttämistä." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/fr.php b/core/l10n/fr.php index 7668f589a85..f2d31554a18 100644 --- a/core/l10n/fr.php +++ b/core/l10n/fr.php @@ -132,6 +132,7 @@ $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." => "Le partage expirera le %s.", "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)", @@ -164,10 +165,10 @@ $TRANSLATIONS = array( "Log in" => "Connexion", "Alternative Logins" => "Logins alternatifs", "Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href=\"%s\">View it!</a><br><br>" => "Bonjour,<br><br>Juste pour vous informer que %s a partagé »%s« avec vous.<br><a href=\"%s\">Consultez-le !</a><br><br>", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Contactez votre administrateur système si ce message persiste ou apparaît de façon innatendue.", +"Thank you for your patience." => "Merci de votre patience.", "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.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Contactez votre administrateur système si ce message persiste ou apparaît de façon innatendue.", -"Thank you for your patience." => "Merci de votre patience." +"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." ); $PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/core/l10n/gl.php b/core/l10n/gl.php index 94a4b47b9c5..b9f67971a8d 100644 --- a/core/l10n/gl.php +++ b/core/l10n/gl.php @@ -13,13 +13,13 @@ $TRANSLATIONS = array( "Invalid image" => "Imaxe incorrecta", "No temporary profile picture available, try again" => "Non hai unha imaxe temporal de perfil dispoñíbel, volva tentalo", "No crop data provided" => "Non indicou como recortar", -"Sunday" => "Domingo", -"Monday" => "Luns", -"Tuesday" => "Martes", -"Wednesday" => "Mércores", -"Thursday" => "Xoves", -"Friday" => "Venres", -"Saturday" => "Sábado", +"Sunday" => "domingo", +"Monday" => "luns", +"Tuesday" => "martes", +"Wednesday" => "mércores", +"Thursday" => "xoves", +"Friday" => "venres", +"Saturday" => "sábado", "January" => "xaneiro", "February" => "febreiro", "March" => "marzo", @@ -165,10 +165,12 @@ $TRANSLATIONS = array( "Log in" => "Conectar", "Alternative Logins" => "Accesos alternativos", "Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href=\"%s\">View it!</a><br><br>" => "Ola,<br><br>Só facerlle saber que %s compartiu «%s» con vostede.<br><a href=\"%s\">Véxao!</a><br><br>", +"This ownCloud instance is currently in single user mode." => "Esta instancia do ownCloud está actualmente en modo de usuario único.", +"This means only administrators can use the instance." => "Isto significa que só os administradores poden utilizar a instancia.", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Póñase en contacto co administrador do sistema se persiste esta mensaxe ou se aparece de forma inesperada.", +"Thank you for your patience." => "Grazas pola súa paciencia.", "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.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Póñase en contacto co administrador do sistema se persiste esta mensaxe ou se aparece de forma inesperada.", -"Thank you for your patience." => "Grazas pola súa paciencia." +"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." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/hu_HU.php b/core/l10n/hu_HU.php index 7c67bb9d22c..991ae3a838d 100644 --- a/core/l10n/hu_HU.php +++ b/core/l10n/hu_HU.php @@ -164,10 +164,10 @@ $TRANSLATIONS = array( "Log in" => "Bejelentkezés", "Alternative Logins" => "Alternatív bejelentkezés", "Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href=\"%s\">View it!</a><br><br>" => "Szia!<br><br>Értesítünk, hogy %s megosztotta veled a következőt: »%s«.<br><a href=\"%s\">Ide kattintva tudod megnézni</a><br><br>", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Ha ezt az üzenetet már többször látod akkor keresd meg a rendszer adminját.", +"Thank you for your patience." => "Köszönjük a türelmét.", "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. \"", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Ha ezt az üzenetet már többször látod akkor keresd meg a rendszer adminját.", -"Thank you for your patience." => "Köszönjük a türelmét." +"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. \"" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/it.php b/core/l10n/it.php index 80536e2dbe5..8a0a133e0d7 100644 --- a/core/l10n/it.php +++ b/core/l10n/it.php @@ -132,6 +132,7 @@ $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." => "La condivisione scadrà il %s.", "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)", @@ -164,10 +165,12 @@ $TRANSLATIONS = array( "Log in" => "Accedi", "Alternative Logins" => "Accessi alternativi", "Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href=\"%s\">View it!</a><br><br>" => "Ciao,<br><br>volevo informarti che %s ha condiviso %s con te.<br><a href=\"%s\">Vedi!</a><br><br>", +"This ownCloud instance is currently in single user mode." => "Questa istanza di ownCloud è in modalità utente singolo.", +"This means only administrators can use the instance." => "Questo significa che solo gli amministratori possono utilizzare l'istanza.", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Contatta il tuo amministratore di sistema se questo messaggio persiste o appare inaspettatamente.", +"Thank you for your patience." => "Grazie per la pazienza.", "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.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Contatta il tuo amministratore di sistema se questo messaggio persiste o appare inaspettatamente.", -"Thank you for your patience." => "Grazie per la pazienza." +"Please reload this page after a short time to continue using ownCloud." => "Ricarica questa pagina per poter continuare ad usare ownCloud." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/ja_JP.php b/core/l10n/ja_JP.php index f43e6083d0c..e918ac042fb 100644 --- a/core/l10n/ja_JP.php +++ b/core/l10n/ja_JP.php @@ -164,10 +164,10 @@ $TRANSLATIONS = array( "Log in" => "ログイン", "Alternative Logins" => "代替ログイン", "Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href=\"%s\">View it!</a><br><br>" => "こんにちは、<br><br>%sがあなたと »%s« を共有したことをお知らせします。<br><a href=\"%s\">それを表示</a><br><br>", +"Contact your system administrator if this message persists or appeared unexpectedly." => "このメッセージが引き続きもしくは予期せず現れる場合は、システム管理者に連絡してください。", +"Thank you for your patience." => "しばらくお待ちください。", "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 を続けて利用するには、しばらくした後でページをリロードしてください。", -"Contact your system administrator if this message persists or appeared unexpectedly." => "このメッセージが引き続きもしくは予期せず現れる場合は、システム管理者に連絡してください。", -"Thank you for your patience." => "しばらくお待ちください。" +"Please reload this page after a short time to continue using ownCloud." => "ownCloud を続けて利用するには、しばらくした後でページをリロードしてください。" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/core/l10n/lb.php b/core/l10n/lb.php index 215111dadfc..920e109bc68 100644 --- a/core/l10n/lb.php +++ b/core/l10n/lb.php @@ -143,7 +143,7 @@ $TRANSLATIONS = array( "remember" => "verhalen", "Log in" => "Umellen", "Alternative Logins" => "Alternativ Umeldungen", -"Updating ownCloud to version %s, this may take a while." => "ownCloud gëtt op d'Versioun %s aktualiséiert, dat kéint e Moment daueren.", -"Thank you for your patience." => "Merci fir deng Gedold." +"Thank you for your patience." => "Merci fir deng Gedold.", +"Updating ownCloud to version %s, this may take a while." => "ownCloud gëtt op d'Versioun %s aktualiséiert, dat kéint e Moment daueren." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/lt_LT.php b/core/l10n/lt_LT.php index bed1756cb49..02852e37d4c 100644 --- a/core/l10n/lt_LT.php +++ b/core/l10n/lt_LT.php @@ -161,10 +161,10 @@ $TRANSLATIONS = array( "Log in" => "Prisijungti", "Alternative Logins" => "Alternatyvūs prisijungimai", "Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href=\"%s\">View it!</a><br><br>" => "Labas,<br><br>tik informuojame, kad %s pasidalino su Jumis »%s«.<br><a href=\"%s\">Peržiūrėk!</a><br><br>", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Susisiekite su savo sistemos administratoriumi jei šis pranešimas nedingsta arba jei jis pasirodė netikėtai.", +"Thank you for your patience." => "Dėkojame už jūsų kantrumą.", "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.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Susisiekite su savo sistemos administratoriumi jei šis pranešimas nedingsta arba jei jis pasirodė netikėtai.", -"Thank you for your patience." => "Dėkojame už jūsų kantrumą." +"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." ); $PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"; diff --git a/core/l10n/mk.php b/core/l10n/mk.php index bc40a6c2ffc..7ec7fe8b751 100644 --- a/core/l10n/mk.php +++ b/core/l10n/mk.php @@ -143,10 +143,10 @@ $TRANSLATIONS = array( "remember" => "запамти", "Log in" => "Најава", "Alternative Logins" => "Алтернативни најавувања", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Контактирајте го вашиот систем администратор до колку оваа порака продолжи да се појавува или пак се појавува ненадејно.", +"Thank you for your patience." => "Благодариме на вашето трпение.", "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.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Контактирајте го вашиот систем администратор до колку оваа порака продолжи да се појавува или пак се појавува ненадејно.", -"Thank you for your patience." => "Благодариме на вашето трпение." +"Please reload this page after a short time to continue using ownCloud." => "Повторно вчитајте ја оваа страница по кратко време за да продолжите да го користите ownCloud." ); $PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"; diff --git a/core/l10n/nl.php b/core/l10n/nl.php index 12ea9e02336..2d3eb6a73e0 100644 --- a/core/l10n/nl.php +++ b/core/l10n/nl.php @@ -164,10 +164,10 @@ $TRANSLATIONS = array( "Log in" => "Meld je aan", "Alternative Logins" => "Alternatieve inlogs", "Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href=\"%s\">View it!</a><br><br>" => "Hallo daar,<br><br>even een berichtje dat %s »%s« met u deelde.<br><a href=\"%s\">Bekijk hier!</a><br><br>", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Beem contact op met uw systeembeheerder als deze melding aanhoudt of plotseling verscheen.", +"Thank you for your patience." => "Bedankt voor uw geduld.", "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.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Beem contact op met uw systeembeheerder als deze melding aanhoudt of plotseling verscheen.", -"Thank you for your patience." => "Bedankt voor uw geduld." +"Please reload this page after a short time to continue using ownCloud." => "Laad deze pagina straks opnieuw om verder te gaan met ownCloud." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/pl.php b/core/l10n/pl.php index 7cf5be575f4..93a256bd7ff 100644 --- a/core/l10n/pl.php +++ b/core/l10n/pl.php @@ -153,7 +153,7 @@ $TRANSLATIONS = array( "Log in" => "Zaloguj", "Alternative Logins" => "Alternatywne loginy", "Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href=\"%s\">View it!</a><br><br>" => "Cześć,<br><br>Informuję cię że %s udostępnia ci »%s«.\n<br><a href=\"%s\">Zobacz!</a><br><br>", -"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ść." +"Thank you for your patience." => "Dziękuję za cierpliwość.", +"Updating ownCloud to version %s, this may take a while." => "Aktualizowanie ownCloud do wersji %s. Może to trochę potrwać." ); $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 4fd427217d1..197c31339e5 100644 --- a/core/l10n/pt_BR.php +++ b/core/l10n/pt_BR.php @@ -165,10 +165,10 @@ $TRANSLATIONS = array( "Log in" => "Fazer login", "Alternative Logins" => "Logins alternativos", "Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href=\"%s\">View it!</a><br><br>" => "Olá,<br><br>só gostaria que você soubesse que %s compartilhou »%s« com você.<br><a href=\"%s\">Veja isto!</a><br><br", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Contacte o seu administrador do sistema se esta mensagem persistir ou aparecer inesperadamente.", +"Thank you for your patience." => "Obrigado pela sua paciência.", "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.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Contacte o seu administrador do sistema se esta mensagem persistir ou aparecer inesperadamente.", -"Thank you for your patience." => "Obrigado pela sua paciência." +"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." ); $PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/core/l10n/ru.php b/core/l10n/ru.php index 27ae806fd52..a4211865b73 100644 --- a/core/l10n/ru.php +++ b/core/l10n/ru.php @@ -164,10 +164,10 @@ $TRANSLATIONS = array( "Log in" => "Войти", "Alternative Logins" => "Альтернативные имена пользователя", "Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href=\"%s\">View it!</a><br><br>" => "Здравствуйте,<br><br>просто даём вам знать, что %s расшарил %s для вас.<br><a href=\"%s\">Посмотреть!</a><br><br>", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Обратитесь к вашему системному администратору если это сообщение не исчезает или появляется неожиданно.", +"Thank you for your patience." => "Спасибо за терпение.", "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.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Обратитесь к вашему системному администратору если это сообщение не исчезает или появляется неожиданно.", -"Thank you for your patience." => "Спасибо за терпение." +"Please reload this page after a short time to continue using ownCloud." => "Перезагрузите эту страницу через некоторое время чтобы продолжить использовать ownCloud." ); $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/sk_SK.php b/core/l10n/sk_SK.php index 7e6a404db73..26572b0ba17 100644 --- a/core/l10n/sk_SK.php +++ b/core/l10n/sk_SK.php @@ -163,9 +163,9 @@ $TRANSLATIONS = array( "Log in" => "Prihlásiť sa", "Alternative Logins" => "Alternatívne prihlásenie", "Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href=\"%s\">View it!</a><br><br>" => "Ahoj,<br><br>chcem ti dať navedomie, že %s zdieľa »%s« s tebou.<br><a href=\"%s\">Zobrazenie tu!</a><br><br>", +"Thank you for your patience." => "Ďakujeme za Vašu trpezlivosť.", "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í.", -"Thank you for your patience." => "Ďakujeme za Vašu trpezlivosť." +"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í." ); $PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; diff --git a/core/l10n/sl.php b/core/l10n/sl.php index ce1df56679f..a87cbbc659e 100644 --- a/core/l10n/sl.php +++ b/core/l10n/sl.php @@ -165,10 +165,10 @@ $TRANSLATIONS = array( "Log in" => "Prijava", "Alternative Logins" => "Druge prijavne možnosti", "Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href=\"%s\">View it!</a><br><br>" => "Pozdravljeni,<br><br>oseba %s vam je omogočila souporabo %s.<br>Vir si lahko ogledate na <a href=\"%s\">tem naslovu</a>.<br><br>", +"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!", "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!" +"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." ); $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 e40aafe2026..fe67ae9aefe 100644 --- a/core/l10n/sv.php +++ b/core/l10n/sv.php @@ -132,6 +132,7 @@ $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." => "Utdelningen kommer att upphöra %s.", "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)", @@ -164,10 +165,10 @@ $TRANSLATIONS = array( "Log in" => "Logga in", "Alternative Logins" => "Alternativa inloggningar", "Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href=\"%s\">View it!</a><br><br>" => "Hej där,<br><br>ville bara informera dig om att %s delade »%s« med dig.<br><a href=\"%s\">Titta på den!</a><br><br>", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Hör av dig till din system administratör ifall detta meddelande fortsätter eller visas oväntat.", +"Thank you for your patience." => "Tack för ditt tålamod.", "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.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Hör av dig till din system administratör ifall detta meddelande fortsätter eller visas oväntat.", -"Thank you for your patience." => "Tack för ditt tålamod." +"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." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/tr.php b/core/l10n/tr.php index 74eff9317c2..1275bf96c3d 100644 --- a/core/l10n/tr.php +++ b/core/l10n/tr.php @@ -165,10 +165,12 @@ $TRANSLATIONS = array( "Log in" => "Giriş yap", "Alternative Logins" => "Alternatif Girişler", "Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href=\"%s\">View it!</a><br><br>" => "Merhaba, <br><br> %s sizinle »%s« paylaşımında bulundu.<br><a href=\"%s\">Paylaşımı gör!</a><br><br>İyi günler!", +"This ownCloud instance is currently in single user mode." => "Bu ownCloud örneği şu anda tek kullanıcı kipinde.", +"This means only administrators can use the instance." => "Bu, örneği sadece yöneticiler kullanabilir demektir.", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Eğer bu ileti görünmeye devam ederse veya beklenmedik şekilde ortaya çıkmışsa sistem yöneticinizle iletişime geçin.", +"Thank you for your patience." => "Sabrınız için teşekkür ederiz.", "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.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Eğer bu ileti görünmeye devam ederse veya beklenmedik şekilde ortaya çıkmışsa sistem yöneticinizle iletişime geçin.", -"Thank you for your patience." => "Sabrınız için teşekkür ederiz." +"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." ); $PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/core/l10n/zh_TW.php b/core/l10n/zh_TW.php index cfe4e69c129..d78929ddb9c 100644 --- a/core/l10n/zh_TW.php +++ b/core/l10n/zh_TW.php @@ -163,10 +163,10 @@ $TRANSLATIONS = array( "Log in" => "登入", "Alternative Logins" => "其他登入方法", "Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href=\"%s\">View it!</a><br><br>" => "嗨,<br><br>%s 和你分享了 %s ,到<a href=\"%s\">這裡</a>看它<br><br>", +"Contact your system administrator if this message persists or appeared unexpectedly." => "若這個訊息持續出現,請聯絡系統管理員", +"Thank you for your patience." => "感謝您的耐心", "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", -"Contact your system administrator if this message persists or appeared unexpectedly." => "若這個訊息持續出現,請聯絡系統管理員", -"Thank you for your patience." => "感謝您的耐心" +"Please reload this page after a short time to continue using ownCloud." => "請稍後重新載入這個頁面就可以繼續使用 ownCloud" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/core/register_command.php b/core/register_command.php index 1e520e38825..e4f3b124365 100644 --- a/core/register_command.php +++ b/core/register_command.php @@ -14,3 +14,4 @@ $application->add(new OC\Core\Command\Maintenance\SingleUser()); $application->add(new OC\Core\Command\App\Disable()); $application->add(new OC\Core\Command\App\Enable()); $application->add(new OC\Core\Command\App\ListApps()); +$application->add(new OC\Core\Command\Maintenance\Repair(new \OC\Repair())); diff --git a/l10n/ach/core.po b/l10n/ach/core.po index cfe63445a82..24204fc2a65 100644 --- a/l10n/ach/core.po +++ b/l10n/ach/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-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Acoli (http://www.transifex.com/projects/p/owncloud/language/ach/)\n" "MIME-Version: 1.0\n" @@ -441,6 +441,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -682,7 +686,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "" @@ -731,6 +735,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -744,13 +766,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/ach/settings.po b/l10n/ach/settings.po index e61edf72f63..c168806a277 100644 --- a/l10n/ach/settings.po +++ b/l10n/ach/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Acoli (http://www.transifex.com/projects/p/owncloud/language/ach/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/ady/core.po b/l10n/ady/core.po index 7d819a31e98..97a01cf82c0 100644 --- a/l10n/ady/core.po +++ b/l10n/ady/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-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Adyghe (http://www.transifex.com/projects/p/owncloud/language/ady/)\n" "MIME-Version: 1.0\n" @@ -441,6 +441,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -682,7 +686,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "" @@ -731,6 +735,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -744,13 +766,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/ady/settings.po b/l10n/ady/settings.po index 135f00ef31d..7cf1558c627 100644 --- a/l10n/ady/settings.po +++ b/l10n/ady/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Adyghe (http://www.transifex.com/projects/p/owncloud/language/ady/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/af/core.po b/l10n/af/core.po index 9e0ca8cd1ab..e55e4110106 100644 --- a/l10n/af/core.po +++ b/l10n/af/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-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Afrikaans (http://www.transifex.com/projects/p/owncloud/language/af/)\n" "MIME-Version: 1.0\n" @@ -441,6 +441,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -682,7 +686,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "" @@ -731,6 +735,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -744,13 +766,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/af/settings.po b/l10n/af/settings.po index 5bec697f8e1..f754335aa4d 100644 --- a/l10n/af/settings.po +++ b/l10n/af/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Afrikaans (http://www.transifex.com/projects/p/owncloud/language/af/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/af_ZA/core.po b/l10n/af_ZA/core.po index d1d29aefd0c..0d66788b960 100644 --- a/l10n/af_ZA/core.po +++ b/l10n/af_ZA/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-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n" "MIME-Version: 1.0\n" @@ -441,6 +441,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -682,7 +686,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Teken uit" @@ -731,6 +735,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -744,13 +766,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/af_ZA/settings.po b/l10n/af_ZA/settings.po index cfdf4f73585..ff50bbf1209 100644 --- a/l10n/af_ZA/settings.po +++ b/l10n/af_ZA/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/ar/core.po b/l10n/ar/core.po index 619ff096254..8a1da67d7fc 100644 --- a/l10n/ar/core.po +++ b/l10n/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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n" "MIME-Version: 1.0\n" @@ -462,6 +462,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -703,7 +707,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "الخروج" @@ -752,6 +756,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -765,13 +787,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/ar/settings.po b/l10n/ar/settings.po index 6d1f6792254..5acb95846ad 100644 --- a/l10n/ar/settings.po +++ b/l10n/ar/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "تم التحديث بنجاح" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "التشفير" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/be/core.po b/l10n/be/core.po index be33cfefba0..2befea17b68 100644 --- a/l10n/be/core.po +++ b/l10n/be/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-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n" "MIME-Version: 1.0\n" @@ -451,6 +451,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -692,7 +696,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "" @@ -741,6 +745,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -754,13 +776,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/be/settings.po b/l10n/be/settings.po index 778c08d95c1..87548f90957 100644 --- a/l10n/be/settings.po +++ b/l10n/be/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/bg_BG/core.po b/l10n/bg_BG/core.po index 57daded09c1..5a15463582f 100644 --- a/l10n/bg_BG/core.po +++ b/l10n/bg_BG/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-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" @@ -441,6 +441,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -682,7 +686,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Изход" @@ -731,6 +735,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -744,13 +766,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/bg_BG/settings.po b/l10n/bg_BG/settings.po index bf0ad32278d..870c263a9b8 100644 --- a/l10n/bg_BG/settings.po +++ b/l10n/bg_BG/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "Обновено" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "Криптиране" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/bn_BD/core.po b/l10n/bn_BD/core.po index b29fcf396f3..20daeece7f5 100644 --- a/l10n/bn_BD/core.po +++ b/l10n/bn_BD/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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n" "MIME-Version: 1.0\n" @@ -441,6 +441,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -682,7 +686,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "প্রস্থান" @@ -731,6 +735,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -744,13 +766,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/bn_BD/settings.po b/l10n/bn_BD/settings.po index b36886a3156..07e88d4efa1 100644 --- a/l10n/bn_BD/settings.po +++ b/l10n/bn_BD/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "সংকেতায়ন" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/bs/core.po b/l10n/bs/core.po index def9a6a5435..3e43cb9ae34 100644 --- a/l10n/bs/core.po +++ b/l10n/bs/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-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Bosnian (http://www.transifex.com/projects/p/owncloud/language/bs/)\n" "MIME-Version: 1.0\n" @@ -446,6 +446,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -687,7 +691,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "" @@ -736,6 +740,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -749,13 +771,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/bs/settings.po b/l10n/bs/settings.po index 7c0a0a42284..86ccd2e70db 100644 --- a/l10n/bs/settings.po +++ b/l10n/bs/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Bosnian (http://www.transifex.com/projects/p/owncloud/language/bs/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/ca/core.po b/l10n/ca/core.po index 1aac94fee1e..4876548debe 100644 --- a/l10n/ca/core.po +++ b/l10n/ca/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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "MIME-Version: 1.0\n" @@ -443,6 +443,10 @@ msgstr "Error en carregar la plantilla de diàleg: {error}" msgid "No tags selected for deletion." msgstr "No heu seleccionat les etiquetes a eliminar." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -684,7 +688,7 @@ msgstr "Acabant..." msgid "%s is available. Get more information on how to update." msgstr "%s està disponible. Obtingueu més informació de com actualitzar." -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Surt" @@ -733,6 +737,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "Ei,<br><br>només fer-te saber que %s ha compartit »%s« amb tu.<br><a href=\"%s\">Mira-ho!</a><br><br>" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "Contacteu amb l'administrador del sistema si aquest missatge persisteix o apareix inesperadament." + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Gràcies per la paciència." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -746,13 +768,3 @@ msgstr "Aquesta instància d'ownCloud s'està actualitzant i podria trigar una e #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "Carregueu de nou aquesta pàgina d'aquí a poc temps per continuar usant ownCloud." - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "Contacteu amb l'administrador del sistema si aquest missatge persisteix o apareix inesperadament." - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Gràcies per la paciència." diff --git a/l10n/ca/settings.po b/l10n/ca/settings.po index 80bdaff549c..d1e77316021 100644 --- a/l10n/ca/settings.po +++ b/l10n/ca/settings.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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "MIME-Version: 1.0\n" @@ -163,7 +163,7 @@ msgstr "Actualitzada" msgid "Select a profile picture" msgstr "Seleccioneu una imatge de perfil" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Desencriptant fitxers... Espereu, això pot trigar una estona." @@ -582,8 +582,8 @@ msgid "Encryption" msgstr "Xifrat" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "L'aplicació d'encriptació ja no està activada, desencripteu tots els vostres fitxers." +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/cs_CZ/core.po b/l10n/cs_CZ/core.po index 793744112de..7f1f56c20b6 100644 --- a/l10n/cs_CZ/core.po +++ b/l10n/cs_CZ/core.po @@ -6,6 +6,7 @@ # janinko <janinko.g@gmail.com>, 2013 # dibalaj <dibalaj@dibalaj.cz>, 2013 # Honza K. <honza889@gmail.com>, 2013 +# liska_, 2013 # Martin <fireball@atlas.cz>, 2013 # pstast <petr@stastny.eu>, 2013 # Tomáš Chvátal <tomas.chvatal@gmail.com>, 2013 @@ -13,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\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 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" @@ -314,11 +315,11 @@ msgstr "S Vámi sdílí {owner}" #: js/share.js:213 msgid "Share with user or group …" -msgstr "" +msgstr "Sdílej s uživatelem nebo skupinou" #: js/share.js:219 msgid "Share link" -msgstr "" +msgstr "Sdílet odkaz" #: js/share.js:222 msgid "Password protect" @@ -374,7 +375,7 @@ msgstr "Zrušit sdílení" #: js/share.js:405 msgid "notify by email" -msgstr "" +msgstr "upozornit e-mailem" #: js/share.js:408 msgid "can edit" @@ -452,6 +453,10 @@ msgstr "Chyba při načítání šablony dialogu: {error}" msgid "No tags selected for deletion." msgstr "Žádné štítky nebyly vybrány ke smazání." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -593,7 +598,7 @@ msgstr "Hej ty tam,\n\njen ti chci dát vědět, že %s sdílel %s s tebou.\nZob #: templates/altmail.php:4 templates/mail.php:17 #, php-format msgid "The share will expire on %s." -msgstr "" +msgstr "Sdílení vyprší %s." #: templates/altmail.php:7 templates/mail.php:20 msgid "Cheers!" @@ -693,7 +698,7 @@ msgstr "Dokončuji..." msgid "%s is available. Get more information on how to update." msgstr "%s je dostupná. Získejte více informací k postupu aktualizace." -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Odhlásit se" @@ -742,6 +747,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "Hej ty tam,<br><br>jen ti chci dát vědět, že %s sdílel »%s« s tebou.<br><a href=\"%s\">Zobrazit!</a><br><br>" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "Tato instalace ownCloudu je momentálně v jednouživatelském módu." + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "To znamená, že pouze správci systému mohou aplikaci používat." + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "Kontaktujte, prosím, správce systému, pokud se tato zpráva objevuje opakovaně nebo nečekaně." + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Děkuji za trpělivost." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -750,18 +773,8 @@ msgstr "Aktualizuji ownCloud na verzi %s, bude to chvíli trvat." #: templates/update.user.php:3 msgid "" "This ownCloud instance is currently being updated, which may take a while." -msgstr "" +msgstr "Tato instalace ownCloud je právě aktualizována, může to trvat chvíli." #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." -msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" +msgstr "Pro pokračování načtěte, prosím, stránku znovu po chvíli." diff --git a/l10n/cs_CZ/files.po b/l10n/cs_CZ/files.po index 7e610957580..ff25a4fe568 100644 --- a/l10n/cs_CZ/files.po +++ b/l10n/cs_CZ/files.po @@ -6,6 +6,7 @@ # Twiguard, 2013 # dibalaj <dibalaj@dibalaj.cz>, 2013 # Honza K. <honza889@gmail.com>, 2013 +# liska_, 2013 # cvanca <mrs.jenkins.oh.yeah@gmail.com>, 2013 # pstast <petr@stastny.eu>, 2013 # Tomáš Chvátal <tomas.chvatal@gmail.com>, 2013 @@ -13,9 +14,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\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 <owncloud-bot@tmit.eu>\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 14:23+0000\n" +"Last-Translator: liska_\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 +190,7 @@ msgstr "Trvale odstranit" msgid "Rename" msgstr "Přejmenovat" -#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:873 +#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:874 msgid "Pending" msgstr "Nevyřízené" @@ -207,7 +208,7 @@ msgstr "vrátit zpět" #: js/filelist.js:576 msgid "Error deleting file." -msgstr "" +msgstr "Chyba při mazání souboru." #: js/filelist.js:594 js/filelist.js:668 js/files.js:631 msgid "%n folder" @@ -227,7 +228,7 @@ msgstr[2] "%n souborů" msgid "{dirs} and {files}" msgstr "{dirs} a {files}" -#: js/filelist.js:812 js/filelist.js:850 +#: js/filelist.js:813 js/filelist.js:851 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "Nahrávám %n soubor" diff --git a/l10n/cs_CZ/files_encryption.po b/l10n/cs_CZ/files_encryption.po index 0eabe3923f8..3bf09e51a58 100644 --- a/l10n/cs_CZ/files_encryption.po +++ b/l10n/cs_CZ/files_encryption.po @@ -5,6 +5,7 @@ # Translators: # janinko <janinko.g@gmail.com>, 2013 # Honza K. <honza889@gmail.com>, 2013 +# liska_, 2013 # Martin <fireball@atlas.cz>, 2013 # pstast <petr@stastny.eu>, 2013 # Tomáš Chvátal <tomas.chvatal@gmail.com>, 2013 @@ -12,9 +13,9 @@ 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 <owncloud-bot@tmit.eu>\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 14:23+0000\n" +"Last-Translator: liska_\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" @@ -71,7 +72,7 @@ msgid "" "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." -msgstr "" +msgstr "Váš soukromý klíč není platný! Pravděpodobně bylo heslo změněno vně systému %s (např. ve vašem firemním adresáři). Heslo vašeho soukromého klíče můžete změnit ve svém osobním nastavení pro obnovení přístupu k vašim zašifrovaným souborům." #: files/error.php:19 msgid "" diff --git a/l10n/cs_CZ/files_sharing.po b/l10n/cs_CZ/files_sharing.po index 7cd49870387..20c35751861 100644 --- a/l10n/cs_CZ/files_sharing.po +++ b/l10n/cs_CZ/files_sharing.po @@ -3,14 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# liska_, 2013 # pstast <petr@stastny.eu>, 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 <owncloud-bot@tmit.eu>\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 14:23+0000\n" +"Last-Translator: liska_\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" @@ -82,4 +83,4 @@ msgstr "Náhled není dostupný pro" #: templates/public.php:99 msgid "Direct link" -msgstr "" +msgstr "Přímý odkaz" diff --git a/l10n/cs_CZ/lib.po b/l10n/cs_CZ/lib.po index 73f20d08a0a..614d98b5816 100644 --- a/l10n/cs_CZ/lib.po +++ b/l10n/cs_CZ/lib.po @@ -4,15 +4,16 @@ # # Translators: # Honza K. <honza889@gmail.com>, 2013 +# liska_, 2013 # pstast <petr@stastny.eu>, 2013 # Tomáš Chvátal <tomas.chvatal@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\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 <owncloud-bot@tmit.eu>\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 14:23+0000\n" +"Last-Translator: liska_\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" @@ -56,15 +57,15 @@ msgstr "Administrace" msgid "Failed to upgrade \"%s\"." msgstr "Selhala aktualizace verze \"%s\"." -#: private/avatar.php:60 +#: private/avatar.php:62 msgid "Unknown filetype" msgstr "Neznámý typ souboru" -#: private/avatar.php:65 +#: private/avatar.php:67 msgid "Invalid image" msgstr "Chybný obrázek" -#: private/defaults.php:36 +#: private/defaults.php:34 msgid "web services under your control" msgstr "webové služby pod Vaší kontrolou" @@ -93,7 +94,7 @@ msgstr "Vybrané soubory jsou příliš velké pro vytvoření ZIP souboru." msgid "" "Please download the files separately in smaller chunks or kindly ask your " "administrator." -msgstr "" +msgstr "Prosím stáhněte soubory odděleně v menších množstvích nebo požádejte vašeho správce." #: private/installer.php:63 msgid "No source specified when installing app" diff --git a/l10n/cs_CZ/settings.po b/l10n/cs_CZ/settings.po index 66852cca3b0..1d7d063e349 100644 --- a/l10n/cs_CZ/settings.po +++ b/l10n/cs_CZ/settings.po @@ -5,6 +5,7 @@ # Translators: # Twiguard, 2013 # Honza K. <honza889@gmail.com>, 2013 +# liska_, 2013 # cvanca <mrs.jenkins.oh.yeah@gmail.com>, 2013 # pstast <petr@stastny.eu>, 2013 # Tomáš Chvátal <tomas.chvatal@gmail.com>, 2013 @@ -12,9 +13,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\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 <owncloud-bot@tmit.eu>\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 14:23+0000\n" +"Last-Translator: liska_\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" @@ -166,7 +167,7 @@ msgstr "Aktualizováno" msgid "Select a profile picture" msgstr "Vyberte profilový obrázek" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Probíhá dešifrování souborů... Čekejte prosím, tato operace může trvat nějakou dobu." @@ -225,23 +226,23 @@ msgstr "Česky" #: templates/admin.php:8 msgid "Everything (fatal issues, errors, warnings, info, debug)" -msgstr "" +msgstr "Vše (fatální problémy, chyby, varování, informační, ladící)" #: templates/admin.php:9 msgid "Info, warnings, errors and fatal issues" -msgstr "" +msgstr "informační, varování, chyby a fatální problémy" #: templates/admin.php:10 msgid "Warnings, errors and fatal issues" -msgstr "" +msgstr "Varování, chyby a fatální problémy" #: templates/admin.php:11 msgid "Errors and fatal issues" -msgstr "" +msgstr "Chyby a fatální problémy" #: templates/admin.php:12 msgid "Fatal issues only" -msgstr "" +msgstr "Pouze fatální problémy" #: templates/admin.php:22 msgid "Security Warning" @@ -287,20 +288,20 @@ msgstr "Lokalizace nefunguje" #: templates/admin.php:70 msgid "System locale can not be set to a one which supports UTF-8." -msgstr "" +msgstr "Není možné nastavit znakovou sadu, která podporuje UTF-8." #: templates/admin.php:74 msgid "" "This means that there might be problems with certain characters in file " "names." -msgstr "" +msgstr "To znamená, že se mohou vyskytnout problémy s určitými znaky v názvech souborů." #: 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 "" +msgstr "Velmi doporučujeme nainstalovat na váš systém požadované balíčky podporující jednu z následujících znakových sad: %s." #: templates/admin.php:90 msgid "Internet connection not working" @@ -578,15 +579,15 @@ msgstr "WebDAV" msgid "" "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via " "WebDAV</a>" -msgstr "" +msgstr "Použijte <a href=\"%s/server/5.0/user_manual/files/files.html\" target=\"_blank\">tuto adresu pro přístup k vašim souborům přes WebDAV</a>" #: templates/personal.php:146 msgid "Encryption" msgstr "Šifrování" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "Šifrovací aplikace již není zapnuta, odšifrujte všechny své soubory" +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "Šifrovací aplikace již není spuštěna, dešifrujte prosím všechny své soubory" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/cs_CZ/user_ldap.po b/l10n/cs_CZ/user_ldap.po index 098ee12d3d5..1dec0061345 100644 --- a/l10n/cs_CZ/user_ldap.po +++ b/l10n/cs_CZ/user_ldap.po @@ -5,6 +5,7 @@ # Translators: # Twiguard, 2013 # Honza K. <honza889@gmail.com>, 2013 +# liska_, 2013 # cvanca <mrs.jenkins.oh.yeah@gmail.com>, 2013 # pstast <petr@stastny.eu>, 2013 # Tomáš Chvátal <tomas.chvatal@gmail.com>, 2013 @@ -12,9 +13,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\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 <owncloud-bot@tmit.eu>\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 14:23+0000\n" +"Last-Translator: liska_\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" @@ -93,15 +94,15 @@ msgstr "Chyba" #: js/settings.js:674 msgid "Configuration OK" -msgstr "" +msgstr "Konfigurace v pořádku" #: js/settings.js:683 msgid "Configuration incorrect" -msgstr "" +msgstr "Nesprávná konfigurace" #: js/settings.js:692 msgid "Configuration incomplete" -msgstr "" +msgstr "Nekompletní konfigurace" #: js/settings.js:709 js/settings.js:718 msgid "Select groups" @@ -153,7 +154,7 @@ msgstr "Neplatný hostitel" #: lib/wizard.php:913 msgid "Could not find the desired feature" -msgstr "" +msgstr "Nelze nalézt požadovanou vlastnost" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -170,7 +171,7 @@ msgstr "Nápověda" #: templates/part.wizard-groupfilter.php:4 #, php-format msgid "Limit the access to %s to groups meeting this criteria:" -msgstr "" +msgstr "Omezit přístup k %s uživatelům splňujícím tyto podmínky:" #: templates/part.wizard-groupfilter.php:8 #: templates/part.wizard-userfilter.php:8 @@ -185,18 +186,18 @@ msgstr "pouze z těchto skupin:" #: templates/part.wizard-groupfilter.php:25 #: templates/part.wizard-userfilter.php:25 msgid "Edit raw filter instead" -msgstr "" +msgstr "Edituj filtr přímo" #: templates/part.wizard-groupfilter.php:30 #: templates/part.wizard-userfilter.php:30 msgid "Raw LDAP filter" -msgstr "" +msgstr "Původní filtr LDAP" #: templates/part.wizard-groupfilter.php:31 #, php-format msgid "" "The filter specifies which LDAP groups shall have access to the %s instance." -msgstr "" +msgstr "Filtr určuje, kteří uživatelé LDAP mají mít přístup k %s instanci." #: templates/part.wizard-groupfilter.php:38 msgid "groups found" @@ -204,7 +205,7 @@ msgstr "nalezené skupiny" #: templates/part.wizard-loginfilter.php:4 msgid "What attribute shall be used as login name:" -msgstr "" +msgstr "Který atribut má být použit jako přihlašovací jméno:" #: templates/part.wizard-loginfilter.php:8 msgid "LDAP Username:" @@ -271,7 +272,7 @@ msgstr "Omezit přístup k %s uživatelům splňujícím tyto podmínky:" #, php-format msgid "" "The filter specifies which LDAP users shall have access to the %s instance." -msgstr "" +msgstr "Filtr určuje, kteří uživatelé LDAP mají mít přístup k %s instanci." #: templates/part.wizard-userfilter.php:38 msgid "users found" diff --git a/l10n/cy_GB/core.po b/l10n/cy_GB/core.po index fe53a37a9e6..52a30772048 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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n" "MIME-Version: 1.0\n" @@ -452,6 +452,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -693,7 +697,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "%s ar gael. Mwy o wybodaeth am sut i ddiweddaru." -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Allgofnodi" @@ -742,6 +746,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -755,13 +777,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/cy_GB/settings.po b/l10n/cy_GB/settings.po index ff416ea5212..6127f95dcba 100644 --- a/l10n/cy_GB/settings.po +++ b/l10n/cy_GB/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "Amgryptiad" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/da/core.po b/l10n/da/core.po index 3caca302676..94c34c42e54 100644 --- a/l10n/da/core.po +++ b/l10n/da/core.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\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 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" @@ -446,6 +446,10 @@ msgstr "Fejl ved indlæsning dialog skabelon: {error}" msgid "No tags selected for deletion." msgstr "Ingen tags markeret til sletning." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -687,7 +691,7 @@ msgstr "Færdigbehandling ..." msgid "%s is available. Get more information on how to update." msgstr "%s er tilgængelig. Få mere information om, hvordan du opdaterer." -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Log ud" @@ -736,6 +740,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "Hej med dig,<br><br>Dette blot for at lade dig vide, at %s har delt \"%s\" med dig.<br><a href=\"%s\">Se det her!</a><br><br>Hej" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "Kontakt systemadministratoren, hvis denne meddelelse fortsætter eller optrådte uventet." + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Tak for din tålmodighed." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -749,13 +771,3 @@ msgstr "Opdatere Owncloud, dette kan tage et stykke tid." #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "Genindlæs denne side efter kort tid til at fortsætte med at bruge ownCloud." - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "Kontakt systemadministratoren, hvis denne meddelelse fortsætter eller optrådte uventet." - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Tak for din tålmodighed." diff --git a/l10n/da/settings.po b/l10n/da/settings.po index f6428e38305..1ad1b4fbb82 100644 --- a/l10n/da/settings.po +++ b/l10n/da/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" @@ -164,7 +164,7 @@ msgstr "Opdateret" msgid "Select a profile picture" msgstr "Vælg et profilbillede" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Dekryptere filer... Vent venligst, dette kan tage lang tid. " @@ -583,8 +583,8 @@ msgid "Encryption" msgstr "Kryptering" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "Krypterings app'en er ikke længere aktiv. Dekrypter alle dine filer. " +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/de/core.po b/l10n/de/core.po index e48ae895daf..68902c01dca 100644 --- a/l10n/de/core.po +++ b/l10n/de/core.po @@ -10,14 +10,15 @@ # JamFX <niko@nik-o-mat.de>, 2013 # ninov <ninovdl@ymail.com>, 2013 # Pwnicorn <pwnicorndev@gmail.com>, 2013 +# noxin <transifex.com@davidmainzer.com>, 2013 # Mirodin <blobbyjj@ymail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\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:20+0000\n" -"Last-Translator: Mario Siegmann <mario_siegmann@web.de>\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" +"Last-Translator: I Robot <owncloud-bot@tmit.eu>\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" @@ -449,6 +450,10 @@ msgstr "Fehler beim Laden der Dialogvorlage: {error}" msgid "No tags selected for deletion." msgstr "Es wurden keine Schlagwörter zum Löschen ausgewählt." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -690,7 +695,7 @@ msgstr "Abschließen ..." msgid "%s is available. Get more information on how to update." msgstr "%s ist verfügbar. Holen Sie weitere Informationen zu Aktualisierungen ein." -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Abmelden" @@ -739,6 +744,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "Hallo,<br/><br/>wollte dich nur kurz informieren, dass %s gerade %s mit dir geteilt hat.<br/><a href=\"%s\">Schau es dir an.</a><br/><br/>" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "Diese ownClound Instanz befindet sich derzeit im Einzelbenutzermodus." + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "Dies bedeutet, dass diese Instanz nur von Administratoren genutzt werden kann." + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "Kontaktiere Deinen Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint." + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Vielen Dank für Deine Geduld." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -752,13 +775,3 @@ msgstr "Diese OwnCloud-Instanz wird gerade aktualisiert, was eine Weile dauert." #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "Bitte lade diese Seite nach kurzer Zeit neu, um mit der Nutzung von OwnCloud fortzufahren." - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "Kontaktiere Deinen Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint." - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Vielen Dank für Deine Geduld." diff --git a/l10n/de/settings.po b/l10n/de/settings.po index c109183063f..4a0100c0cfb 100644 --- a/l10n/de/settings.po +++ b/l10n/de/settings.po @@ -7,15 +7,16 @@ # Mario Siegmann <mario_siegmann@web.de>, 2013 # ninov <ninovdl@ymail.com>, 2013 # Pwnicorn <pwnicorndev@gmail.com>, 2013 +# noxin <transifex.com@davidmainzer.com>, 2013 # Mirodin <blobbyjj@ymail.com>, 2013 # kabum <uu.kabum@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\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 16:12+0000\n" -"Last-Translator: Mario Siegmann <mario_siegmann@web.de>\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 14:23+0000\n" +"Last-Translator: noxin <transifex.com@davidmainzer.com>\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" @@ -167,7 +168,7 @@ msgstr "Aktualisiert" msgid "Select a profile picture" msgstr "Wähle ein Profilbild" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Entschlüssle Dateien ... Bitte warten, denn dieser Vorgang kann einige Zeit beanspruchen." @@ -586,8 +587,8 @@ msgid "Encryption" msgstr "Verschlüsselung" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "Die Anwendung zur Verschlüsselung ist nicht länger aktiv, all Ihre Dateien werden entschlüsselt." +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "Die Verschlüsselungsanwendung ist nicht länger aktiviert, bitte entschlüsseln Sie alle ihre Daten." #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/de_AT/core.po b/l10n/de_AT/core.po index beb8a1c1fb9..53ae930e093 100644 --- a/l10n/de_AT/core.po +++ b/l10n/de_AT/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-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: German (Austria) (http://www.transifex.com/projects/p/owncloud/language/de_AT/)\n" "MIME-Version: 1.0\n" @@ -442,6 +442,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -683,7 +687,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "" @@ -732,6 +736,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -745,13 +767,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/de_AT/settings.po b/l10n/de_AT/settings.po index e9da4f708ba..3ff51276a24 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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: German (Austria) (http://www.transifex.com/projects/p/owncloud/language/de_AT/)\n" "MIME-Version: 1.0\n" @@ -162,7 +162,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -581,7 +581,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/de_CH/core.po b/l10n/de_CH/core.po index 0985576cd11..ba8da3b0a0b 100644 --- a/l10n/de_CH/core.po +++ b/l10n/de_CH/core.po @@ -17,8 +17,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\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 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/owncloud/language/de_CH/)\n" "MIME-Version: 1.0\n" @@ -451,6 +451,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -692,7 +696,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "%s ist verfügbar. Holen Sie weitere Informationen zu Aktualisierungen ein." -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Abmelden" @@ -741,6 +745,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -754,13 +776,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/de_CH/settings.po b/l10n/de_CH/settings.po index 261d60c64f3..c50b2e56aa6 100644 --- a/l10n/de_CH/settings.po +++ b/l10n/de_CH/settings.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/owncloud/language/de_CH/)\n" "MIME-Version: 1.0\n" @@ -170,7 +170,7 @@ msgstr "Aktualisiert" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Entschlüssel Dateien ... Bitte warten Sie, denn dieser Vorgang kann einige Zeit beanspruchen." @@ -589,8 +589,8 @@ msgid "Encryption" msgstr "Verschlüsselung" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "Die Anwendung zur Verschlüsselung ist nicht länger aktiv, all Ihre Dateien werden entschlüsselt. " +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/de_DE/core.po b/l10n/de_DE/core.po index 74539e72d17..b3c1da5fb24 100644 --- a/l10n/de_DE/core.po +++ b/l10n/de_DE/core.po @@ -15,9 +15,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\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:20+0000\n" -"Last-Translator: Mario Siegmann <mario_siegmann@web.de>\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" +"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -449,6 +449,10 @@ msgstr "Fehler beim Laden der Dialogvorlage: {error}" msgid "No tags selected for deletion." msgstr "Es wurden keine Schlagwörter zum Löschen ausgewählt." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -690,7 +694,7 @@ msgstr "Abschließen ..." msgid "%s is available. Get more information on how to update." msgstr "%s ist verfügbar. Holen Sie weitere Informationen zu Aktualisierungen ein." -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Abmelden" @@ -739,6 +743,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "Hallo,<br><br>%s hat %s mit Ihnen geteilt.<br><a href=\"%s\">Schauen Sie es sich an!</a><br><br>" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "Diese ownClound Instanz befindet sich derzeit im Einzelbenutzermodus." + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "Dies bedeutet, das nur Administratoren diese Instanz nutzen können." + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "Kontaktieren Sie Ihren Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint." + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Vielen Dank für Ihre Geduld." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -752,13 +774,3 @@ msgstr "Diese ownCloud-Instanz wird gerade aktualisiert, was eine Weile dauert." #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "Bitte laden Sie diese Seite nach kurzer Zeit neu, um mit der Nutzung von ownCloud fortzufahren." - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "Kontaktieren Sie Ihren Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint." - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Vielen Dank für Ihre Geduld." diff --git a/l10n/de_DE/settings.po b/l10n/de_DE/settings.po index 4f1b75be12c..23ecba9076e 100644 --- a/l10n/de_DE/settings.po +++ b/l10n/de_DE/settings.po @@ -14,9 +14,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\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 16:12+0000\n" -"Last-Translator: Mario Siegmann <mario_siegmann@web.de>\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 14:23+0000\n" +"Last-Translator: noxin <transifex.com@davidmainzer.com>\n" "Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -168,7 +168,7 @@ msgstr "Aktualisiert" msgid "Select a profile picture" msgstr "Wählen Sie ein Profilbild" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Entschlüssle Dateien ... Bitte warten Sie, denn dieser Vorgang kann einige Zeit beanspruchen." @@ -587,8 +587,8 @@ msgid "Encryption" msgstr "Verschlüsselung" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "Die Anwendung zur Verschlüsselung ist nicht länger aktiv, all Ihre Dateien werden entschlüsselt. " +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "Die Verschlüsselungsanwendung ist nicht länger aktiv, bitte entschlüsseln Sie alle ihre Daten" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/el/core.po b/l10n/el/core.po index 7d123dbdba3..3a8caf4a095 100644 --- a/l10n/el/core.po +++ b/l10n/el/core.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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-23 01:50+0000\n" -"Last-Translator: vkehayas <vkehayas@gmail.com>\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" +"Last-Translator: I Robot <owncloud-bot@tmit.eu>\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" @@ -450,6 +450,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -691,7 +695,7 @@ msgstr "Ολοκλήρωση..." msgid "%s is available. Get more information on how to update." msgstr "%s είναι διαθέσιμη. Δείτε περισσότερες πληροφορίες στο πώς να αναβαθμίσετε." -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Αποσύνδεση" @@ -740,6 +744,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "Επικοινωνήστε με το διαχειριστή του συστήματος αν αυτό το μήνυμα συνεχίζει να εμφανίζεται ή εμφανίστηκε απρόσμενα." + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Σας ευχαριστούμε για την υπομονή σας." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -753,13 +775,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "Παρακαλώ ανανεώστε αυτή τη σελίδα μετά από ένα σύντομο χρονικό διάστημα ώστε να συνεχίσετε να χρησιμοποιείτε το ownCloud." - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "Επικοινωνήστε με το διαχειριστή του συστήματος αν αυτό το μήνυμα συνεχίζει να εμφανίζεται ή εμφανίστηκε απρόσμενα." - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Σας ευχαριστούμε για την υπομονή σας." diff --git a/l10n/el/settings.po b/l10n/el/settings.po index f363111a6ff..6fdf498723f 100644 --- a/l10n/el/settings.po +++ b/l10n/el/settings.po @@ -14,9 +14,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\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 18:10+0000\n" -"Last-Translator: vkehayas <vkehayas@gmail.com>\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" +"Last-Translator: I Robot <owncloud-bot@tmit.eu>\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" @@ -97,24 +97,24 @@ msgstr "Εσφαλμένο συνθηματικό" #: changepassword/controller.php:42 msgid "No user supplied" -msgstr "" +msgstr "Δεν εισήχθη χρήστης" #: changepassword/controller.php:74 msgid "" "Please provide an admin recovery password, otherwise all user data will be " "lost" -msgstr "" +msgstr "Παρακαλώ παρέχετε έναν κωδικό ανάκτησης διαχειριστή, διαφορετικά όλα τα δεδομένα χρήστη θα χαθούν" #: changepassword/controller.php:79 msgid "" "Wrong admin recovery password. Please check the password and try again." -msgstr "" +msgstr "Λάθος κωδικός ανάκτησης διαχειριστή. Παρακαλώ ελέγξτε τον κωδικό και δοκιμάστε ξανά." #: changepassword/controller.php:87 msgid "" "Back-end doesn't support password change, but the users encryption key was " "successfully updated." -msgstr "" +msgstr "Το βασικό πλαίσιο δεν υποστηρίζει αλλαγή κωδικού, αλλά το κλειδί κρυπτογράφησης των χρηστών ενημερώθηκε επιτυχώς." #: changepassword/controller.php:92 changepassword/controller.php:103 msgid "Unable to change password" @@ -168,9 +168,9 @@ msgstr "Ενημερώθηκε" msgid "Select a profile picture" msgstr "Επιλογή εικόνας προφίλ" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." -msgstr "" +msgstr "Αποκρυπτογράφηση αρχείων... Παρακαλώ περιμένετε, αυτό μπορεί να πάρει κάποιο χρόνο." #: js/personal.js:287 msgid "Saving..." @@ -219,7 +219,7 @@ msgstr "Πρέπει να δοθεί έγκυρο συνθηματικό" #: js/users.js:481 msgid "Warning: Home directory for user \"{user}\" already exists" -msgstr "" +msgstr "Προειδοποίηση: Ο μητρικός κατάλογος του χρήστη \"{user}\" υπάρχει ήδη" #: personal.php:45 personal.php:46 msgid "__language_name__" @@ -227,19 +227,19 @@ msgstr "__όνομα_γλώσσας__" #: templates/admin.php:8 msgid "Everything (fatal issues, errors, warnings, info, debug)" -msgstr "" +msgstr "Όλα (καίρια ζητήματα, σφάλματα, προειδοποιήσεις, πληροφορίες, αποσφαλμάτωση)" #: templates/admin.php:9 msgid "Info, warnings, errors and fatal issues" -msgstr "" +msgstr "Πληροφορίες, προειδοποιήσεις, σφάλματα και καίρια ζητήματα" #: templates/admin.php:10 msgid "Warnings, errors and fatal issues" -msgstr "" +msgstr "Προειδοποιήσεις, σφάλματα και καίρια ζητήματα" #: templates/admin.php:11 msgid "Errors and fatal issues" -msgstr "" +msgstr "Σφάλματα και καίρια ζητήματα" #: templates/admin.php:12 msgid "Fatal issues only" @@ -289,7 +289,7 @@ msgstr "Η μετάφραση δεν δουλεύει" #: templates/admin.php:70 msgid "System locale can not be set to a one which supports UTF-8." -msgstr "" +msgstr "Οι ρυθμίσεις τοποθεσίας συστήματος δεν μπορούν να οριστούν σε κάποιες που δεν υποστηρίζουν UTF-8." #: templates/admin.php:74 msgid "" @@ -315,7 +315,7 @@ msgid "" "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." -msgstr "" +msgstr "Αυτός ο διακομιστής δεν έχει ενεργή σύνδεση στο διαδίκτυο. Αυτό σημαίνει ότι κάποιες υπηρεσίες όπως η σύνδεση με εξωτερικούς αποθηκευτικούς χώρους, ειδοποιήσεις περί ενημερώσεων ή η εγκατάσταση 3ων εφαρμογών δεν θα είναι διαθέσιμες. Η πρόσβαση απομακρυσμένων αρχείων και η αποστολή ειδοποιήσεων μέσω ηλεκτρονικού ταχυδρομείου μπορεί επίσης να μην είναι διαθέσιμες. Προτείνουμε να ενεργοποιήσετε την πρόσβαση στο διαδίκτυο για αυτόν το διακομιστή εάν θέλετε να χρησιμοποιήσετε όλες τις υπηρεσίες." #: templates/admin.php:107 msgid "Cron" @@ -329,11 +329,11 @@ msgstr "Εκτέλεση μιας διεργασίας με κάθε σελίδ msgid "" "cron.php is registered at a webcron service to call cron.php every 15 " "minutes over http." -msgstr "" +msgstr "Το cron.php είναι καταχωρημένο σε μια υπηρεσία webcron ώστε να καλεί το cron.php κάθε 15 λεπτά μέσω http." #: templates/admin.php:130 msgid "Use systems cron service to call the cron.php file every 15 minutes." -msgstr "" +msgstr "Χρήση της υπηρεσίας cron του συστήματος για να καλεστεί το αρχείο cron.php κάθε 15 λεπτά." #: templates/admin.php:135 msgid "Sharing" @@ -382,7 +382,7 @@ msgstr "Να επιτρέπεται στους χρήστες ο διαμοιρ #: templates/admin.php:185 msgid "Allow mail notification" -msgstr "" +msgstr "Επιτρέψτε ειδοποιήσεις ηλεκτρονικού ταχυδρομείου" #: templates/admin.php:186 msgid "Allow user to send mail notification for shared files" @@ -399,14 +399,14 @@ msgstr "Επιβολή χρήσης HTTPS" #: templates/admin.php:208 #, php-format msgid "Forces the clients to connect to %s via an encrypted connection." -msgstr "" +msgstr "Επιβάλλει τους δέκτες να συνδέονται με το %s μέσω κρυπογραφημένης σύνδεσης." #: templates/admin.php:214 #, php-format msgid "" "Please connect to your %s via HTTPS to enable or disable the SSL " "enforcement." -msgstr "" +msgstr "Παρακαλώ συνδεθείτε στο %s σας μέσω HTTPS για να ενεργοποιήσετε ή να απενεργοποιήσετε την επιβολή του SSL." #: templates/admin.php:226 msgid "Log" @@ -541,7 +541,7 @@ msgstr "Φωτογραφία προφίλ" #: templates/personal.php:90 msgid "Upload new" -msgstr "" +msgstr "Μεταφόρτωση νέου" #: templates/personal.php:92 msgid "Select new from Files" @@ -553,7 +553,7 @@ msgstr "Αφαίρεση εικόνας" #: templates/personal.php:94 msgid "Either png or jpg. Ideally square but you will be able to crop it." -msgstr "" +msgstr "Είτε png ή jpg. Ιδανικά τετράγωνη αλλά θα είστε σε θέση να την περικόψετε." #: templates/personal.php:97 msgid "Abort" @@ -580,14 +580,14 @@ msgstr "WebDAV" msgid "" "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via " "WebDAV</a>" -msgstr "" +msgstr "Χρήση αυτής της διεύθυνσης <a href=\"%s\" target=\"_blank\">πρόσβαση των Αρχείων σας μέσω WebDAV</a>" #: templates/personal.php:146 msgid "Encryption" msgstr "Κρυπτογράφηση" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/en@pirate/core.po b/l10n/en@pirate/core.po index d04b1301f7b..e5df4a38829 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-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Pirate English (http://www.transifex.com/projects/p/owncloud/language/en@pirate/)\n" "MIME-Version: 1.0\n" @@ -442,6 +442,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -683,7 +687,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "" @@ -732,6 +736,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -745,13 +767,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/en@pirate/settings.po b/l10n/en@pirate/settings.po index 3ef0ebccbfc..ae8b99a27fa 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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Pirate English (http://www.transifex.com/projects/p/owncloud/language/en@pirate/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/en_GB/core.po b/l10n/en_GB/core.po index 3c2dbb995fa..b1ca9196666 100644 --- a/l10n/en_GB/core.po +++ b/l10n/en_GB/core.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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" -"Last-Translator: mnestis <transifex@mnestis.net>\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" +"Last-Translator: I Robot <owncloud-bot@tmit.eu>\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" @@ -442,6 +442,10 @@ msgstr "Error loading dialog template: {error}" msgid "No tags selected for deletion." msgstr "No tags selected for deletion." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -683,7 +687,7 @@ msgstr "Finishing …" msgid "%s is available. Get more information on how to update." msgstr "%s is available. Get more information on how to update." -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Log out" @@ -732,6 +736,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href=\"%s\">View it!</a><br><br>" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "Contact your system administrator if this message persists or appeared unexpectedly." + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Thank you for your patience." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -745,13 +767,3 @@ msgstr "This ownCloud instance is currently being updated, which may take a whil #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "Please reload this page after a short time to continue using ownCloud." - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "Contact your system administrator if this message persists or appeared unexpectedly." - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Thank you for your patience." diff --git a/l10n/en_GB/settings.po b/l10n/en_GB/settings.po index 8912a27e475..703441e2e4e 100644 --- a/l10n/en_GB/settings.po +++ b/l10n/en_GB/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n" "MIME-Version: 1.0\n" @@ -162,7 +162,7 @@ msgstr "Updated" msgid "Select a profile picture" msgstr "Select a profile picture" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Decrypting files... Please wait, this can take some time." @@ -283,20 +283,20 @@ msgstr "Locale not working" #: templates/admin.php:70 msgid "System locale can not be set to a one which supports UTF-8." -msgstr "" +msgstr "System locale can not be set to a one which supports UTF-8." #: templates/admin.php:74 msgid "" "This means that there might be problems with certain characters in file " "names." -msgstr "" +msgstr "This means that there might be problems with certain characters in file names." #: 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 "" +msgstr "We strongly suggest installing the required packages on your system to support one of the following locales: %s." #: templates/admin.php:90 msgid "Internet connection not working" @@ -581,8 +581,8 @@ msgid "Encryption" msgstr "Encryption" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "The encryption app is no longer enabled, decrypt all your files" +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/eo/core.po b/l10n/eo/core.po index 315f26d0da6..3b448a7dbdf 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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n" "MIME-Version: 1.0\n" @@ -443,6 +443,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -684,7 +688,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "%s haveblas. Ekhavi pli da informo pri kiel ĝisdatigi." -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Elsaluti" @@ -733,6 +737,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -746,13 +768,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/eo/settings.po b/l10n/eo/settings.po index 2337c55d975..d5ec67022af 100644 --- a/l10n/eo/settings.po +++ b/l10n/eo/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "Ĉifrado" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/es/core.po b/l10n/es/core.po index 928b5ab97ec..0410c49858f 100644 --- a/l10n/es/core.po +++ b/l10n/es/core.po @@ -19,8 +19,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\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 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" @@ -453,6 +453,10 @@ msgstr "Error cargando plantilla de diálogo: {error}" msgid "No tags selected for deletion." msgstr "No hay etiquetas seleccionadas para borrar." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -694,7 +698,7 @@ msgstr "Finalizando..." msgid "%s is available. Get more information on how to update." msgstr "%s esta disponible. Obtener mas información de como actualizar." -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Salir" @@ -743,6 +747,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "Hola:<br><br>tan solo queremos informarte que %s compartió «%s» contigo.<br><a href=\"%s\">¡Míralo acá!</a><br><br>" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "Contacte con su administrador de sistemas si este mensaje persiste o aparece de forma inesperada." + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Gracias por su paciencia." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -756,13 +778,3 @@ msgstr "Esta versión de owncloud se está actualizando, esto puede demorar un t #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "Por favor , recargue esta instancia de onwcloud tras un corto periodo de tiempo y continue usándolo." - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "Contacte con su administrador de sistemas si este mensaje persiste o aparece de forma inesperada." - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Gracias por su paciencia." diff --git a/l10n/es/settings.po b/l10n/es/settings.po index 34857e7aab5..16a15f5a467 100644 --- a/l10n/es/settings.po +++ b/l10n/es/settings.po @@ -19,8 +19,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" @@ -173,7 +173,7 @@ msgstr "Actualizado" msgid "Select a profile picture" msgstr "Seleccionar una imagen de perfil" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Descifrando archivos... Espere por favor, esto puede llevar algo de tiempo." @@ -592,8 +592,8 @@ msgid "Encryption" msgstr "Cifrado" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "La aplicación de cifrado no está activada, descifre sus archivos" +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/es_AR/core.po b/l10n/es_AR/core.po index 872664ebed9..8d0162d6ebc 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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" "MIME-Version: 1.0\n" @@ -442,6 +442,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -683,7 +687,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "%s está disponible. Obtené más información sobre cómo actualizar." -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Cerrar la sesión" @@ -732,6 +736,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -745,13 +767,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/es_AR/settings.po b/l10n/es_AR/settings.po index f085614edab..4a69f7ada0e 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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" "MIME-Version: 1.0\n" @@ -164,7 +164,7 @@ msgstr "Actualizado" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Desencriptando archivos... Por favor espere, esto puede tardar." @@ -583,8 +583,8 @@ msgid "Encryption" msgstr "Encriptación" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "La aplicación de encriptación ya no está habilitada, desencriptando todos los archivos" +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/es_MX/core.po b/l10n/es_MX/core.po index aaed71615db..d953e7c86f9 100644 --- a/l10n/es_MX/core.po +++ b/l10n/es_MX/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-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/owncloud/language/es_MX/)\n" "MIME-Version: 1.0\n" @@ -441,6 +441,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -682,7 +686,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "" @@ -731,6 +735,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -744,13 +766,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/es_MX/settings.po b/l10n/es_MX/settings.po index 2fd994423a5..b061ef521bf 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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/owncloud/language/es_MX/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/et_EE/core.po b/l10n/et_EE/core.po index 505016888a2..e6bb6f90906 100644 --- a/l10n/et_EE/core.po +++ b/l10n/et_EE/core.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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 09:40+0000\n" -"Last-Translator: pisike.sipelgas <pisike.sipelgas@gmail.com>\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" +"Last-Translator: I Robot <owncloud-bot@tmit.eu>\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" @@ -443,6 +443,10 @@ msgstr "Viga dialoogi malli laadimisel: {error}" msgid "No tags selected for deletion." msgstr "Kustutamiseks pole ühtegi silti valitud." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -684,7 +688,7 @@ msgstr "Lõpetamine ..." msgid "%s is available. Get more information on how to update." msgstr "%s on saadaval. Vaata lähemalt kuidas uuendada." -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Logi välja" @@ -733,6 +737,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "Hei,<br><br>lihtsalt annan sulle teada, et %s jagas sulle välja »%s«.<br><a href=\"%s\">Vaata seda!</a><br><br>" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "Kontakteeru oma süsteemihalduriga, kui see teade püsib või on tekkinud ootamatult." + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Täname kannatlikkuse eest." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -746,13 +768,3 @@ msgstr "Seda ownCloud instantsi hetkel uuendatakse, võib võtta veidi aega." #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "Palun laadi see leht uuesti veidi aja pärast jätkamaks ownCloud kasutamist." - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "Kontakteeru oma süsteemihalduriga, kui see teade püsib või on tekkinud ootamatult." - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Täname kannatlikkuse eest." diff --git a/l10n/et_EE/settings.po b/l10n/et_EE/settings.po index ced89c32561..2956318645d 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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 10:00+0000\n" -"Last-Translator: pisike.sipelgas <pisike.sipelgas@gmail.com>\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" +"Last-Translator: I Robot <owncloud-bot@tmit.eu>\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" @@ -163,7 +163,7 @@ msgstr "Uuendatud" msgid "Select a profile picture" msgstr "Vali profiili pilt" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Dekrüpteerin faile... Palun oota, see võib võtta veidi aega." @@ -582,8 +582,8 @@ msgid "Encryption" msgstr "Krüpteerimine" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "Küpteeringu rakend pole lubatud, dekrüpteeri kõik oma failid" +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/eu/core.po b/l10n/eu/core.po index 114f480b980..941a347fe30 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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" @@ -443,6 +443,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -684,7 +688,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "%s erabilgarri dago. Eguneratzeaz argibide gehiago eskuratu." -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Saioa bukatu" @@ -733,6 +737,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -746,13 +768,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/eu/settings.po b/l10n/eu/settings.po index 47745672392..fefea72e88b 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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" @@ -164,7 +164,7 @@ msgstr "Eguneratuta" msgid "Select a profile picture" msgstr "Profil argazkia aukeratu" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -583,7 +583,7 @@ msgid "Encryption" msgstr "Enkriptazioa" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/fa/core.po b/l10n/fa/core.po index 076fa886b2c..2fdc7bb3aac 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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" @@ -437,6 +437,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -678,7 +682,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "%s در دسترس است. برای چگونگی به روز رسانی اطلاعات بیشتر را دریافت نمایید." -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "خروج" @@ -727,6 +731,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -740,13 +762,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/fa/settings.po b/l10n/fa/settings.po index bd8d2045e68..b3716783ad8 100644 --- a/l10n/fa/settings.po +++ b/l10n/fa/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" @@ -162,7 +162,7 @@ msgstr "بروز رسانی انجام شد" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -581,7 +581,7 @@ msgid "Encryption" msgstr "رمزگذاری" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/fi_FI/core.po b/l10n/fi_FI/core.po index a870c9bffff..1dbff206df2 100644 --- a/l10n/fi_FI/core.po +++ b/l10n/fi_FI/core.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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" -"Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" +"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -443,6 +443,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "Tunnisteita ei valittu poistettavaksi." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -684,7 +688,7 @@ msgstr "Valmistellaan…" msgid "%s is available. Get more information on how to update." msgstr "%s on saatavilla. Lue lisätietoja, miten päivitys asennetaan." -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Kirjaudu ulos" @@ -733,6 +737,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "Hei sinä!<br><br>%s jakoi kohteen »%s« kanssasi.<br><a href=\"%s\">Tutustu siihen!</a><br><br>" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "Tämä ownCloud-asennus on parhaillaan single user -tilassa." + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "Se tarkoittaa, että vain ylläpitäjät voivat nyt käyttää tätä ownCloudia." + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Kiitos kärsivällisyydestäsi." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -746,13 +768,3 @@ msgstr "Tätä ownCloud-asennusta päivitetään parhaillaan, siinä saattaa kes #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "Päivitä tämä sivu hetken kuluttua jatkaaksesi ownCloudin käyttämistä." - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Kiitos kärsivällisyydestäsi." diff --git a/l10n/fi_FI/settings.po b/l10n/fi_FI/settings.po index c37bd2f1a4b..d1a91660b31 100644 --- a/l10n/fi_FI/settings.po +++ b/l10n/fi_FI/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" -"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 14:23+0000\n" +"Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -162,7 +162,7 @@ msgstr "Päivitetty" msgid "Select a profile picture" msgstr "Valitse profiilikuva" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Puretaan tiedostojen salausta... Odota, tämä voi kestää jonkin aikaa." @@ -283,7 +283,7 @@ msgstr "Maa-asetus ei toimi" #: templates/admin.php:70 msgid "System locale can not be set to a one which supports UTF-8." -msgstr "" +msgstr "Järjestelmän maa-asetusta ei voi asettaa UTF-8:aa tukevaksi." #: templates/admin.php:74 msgid "" @@ -581,8 +581,8 @@ msgid "Encryption" msgstr "Salaus" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "Salaussovellus ei ole enää käytössä, pura kaikkien tiedostojesi salaus" +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "Salaussovellus ei ole enää käytössä, joten pura kaikkien tiedostojesi salaus" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/fr/core.po b/l10n/fr/core.po index e21867c7fbc..5c1e33b28dc 100644 --- a/l10n/fr/core.po +++ b/l10n/fr/core.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\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 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" @@ -448,6 +448,10 @@ msgstr "Erreur de chargement du modèle de dialogue : {error}" msgid "No tags selected for deletion." msgstr "Aucune balise sélectionnée pour la suppression." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -589,7 +593,7 @@ msgstr "Bonjour,\n\nJuste pour vous signaler que %s a partagé %s avec vous.\nCo #: templates/altmail.php:4 templates/mail.php:17 #, php-format msgid "The share will expire on %s." -msgstr "" +msgstr "Le partage expirera le %s." #: templates/altmail.php:7 templates/mail.php:20 msgid "Cheers!" @@ -689,7 +693,7 @@ msgstr "En cours de finalisation..." msgid "%s is available. Get more information on how to update." msgstr "%s est disponible. Obtenez plus d'informations sur la façon de mettre à jour." -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Se déconnecter" @@ -738,6 +742,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "Bonjour,<br><br>Juste pour vous informer que %s a partagé »%s« avec vous.<br><a href=\"%s\">Consultez-le !</a><br><br>" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "Contactez votre administrateur système si ce message persiste ou apparaît de façon innatendue." + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Merci de votre patience." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -751,13 +773,3 @@ msgstr "Cette instance d'ownCloud est en cours de mise à jour, cela peut prendr #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "Merci de recharger cette page après un moment pour continuer à utiliser ownCloud." - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "Contactez votre administrateur système si ce message persiste ou apparaît de façon innatendue." - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Merci de votre patience." diff --git a/l10n/fr/files.po b/l10n/fr/files.po index dc31264566e..889407bd48e 100644 --- a/l10n/fr/files.po +++ b/l10n/fr/files.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-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" -"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 14:23+0000\n" +"Last-Translator: etiess <etiess@gmail.com>\n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -188,7 +188,7 @@ msgstr "Supprimer de façon définitive" msgid "Rename" msgstr "Renommer" -#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:873 +#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:874 msgid "Pending" msgstr "En attente" @@ -206,7 +206,7 @@ msgstr "annuler" #: js/filelist.js:576 msgid "Error deleting file." -msgstr "" +msgstr "Erreur pendant la suppression du fichier." #: js/filelist.js:594 js/filelist.js:668 js/files.js:631 msgid "%n folder" @@ -224,7 +224,7 @@ msgstr[1] "%n fichiers" msgid "{dirs} and {files}" msgstr "{dirs} et {files}" -#: js/filelist.js:812 js/filelist.js:850 +#: js/filelist.js:813 js/filelist.js:851 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "Téléversement de %n fichier" diff --git a/l10n/fr/lib.po b/l10n/fr/lib.po index 7ee4be41416..ec114245437 100644 --- a/l10n/fr/lib.po +++ b/l10n/fr/lib.po @@ -5,14 +5,15 @@ # Translators: # Christophe Lherieau <skimpax@gmail.com>, 2013 # Cyril Glapa <kyriog@gmail.com>, 2013 +# etiess <etiess@gmail.com>, 2013 # ogre_sympathique <ogre.sympathique@speed.1s.fr>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\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 <owncloud-bot@tmit.eu>\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 14:23+0000\n" +"Last-Translator: etiess <etiess@gmail.com>\n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -56,15 +57,15 @@ msgstr "Administration" msgid "Failed to upgrade \"%s\"." msgstr "Echec de la mise à niveau \"%s\"." -#: private/avatar.php:60 +#: private/avatar.php:62 msgid "Unknown filetype" msgstr "Type de fichier inconnu" -#: private/avatar.php:65 +#: private/avatar.php:67 msgid "Invalid image" msgstr "Image invalide" -#: private/defaults.php:36 +#: private/defaults.php:34 msgid "web services under your control" msgstr "services web sous votre contrôle" @@ -93,7 +94,7 @@ msgstr "Les fichiers sélectionnés sont trop volumineux pour être compressés. msgid "" "Please download the files separately in smaller chunks or kindly ask your " "administrator." -msgstr "" +msgstr "Merci de télécharger les fichiers séparément en parties plus petites, ou demandez aimablement à votre administrateur." #: private/installer.php:63 msgid "No source specified when installing app" diff --git a/l10n/fr/settings.po b/l10n/fr/settings.po index 76f7e06f246..7b6bcee8331 100644 --- a/l10n/fr/settings.po +++ b/l10n/fr/settings.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 14:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" @@ -168,7 +168,7 @@ msgstr "Mise à jour effectuée avec succès" msgid "Select a profile picture" msgstr "Selectionner une photo de profil " -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Déchiffrement en cours... Cela peut prendre un certain temps." @@ -289,20 +289,20 @@ msgstr "Localisation non fonctionnelle" #: templates/admin.php:70 msgid "System locale can not be set to a one which supports UTF-8." -msgstr "" +msgstr "Les paramètres régionaux ne peuvent pas être configurés avec un qui supporte UTF-8." #: templates/admin.php:74 msgid "" "This means that there might be problems with certain characters in file " "names." -msgstr "" +msgstr "Cela signifie qu'il pourrait y avoir des problèmes avec certains caractères dans les noms de fichier." #: 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 "" +msgstr "Nous conseillons vivement d'installer les paquets requis sur votre système pour supporter l'un des paramètres régionaux suivants : %s." #: templates/admin.php:90 msgid "Internet connection not working" @@ -587,8 +587,8 @@ msgid "Encryption" msgstr "Chiffrement" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "L'application de chiffrement n'est plus activée, déchiffrez tous vos fichiers" +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/gl/core.po b/l10n/gl/core.po index 1882f5d2342..77bfb4c7a41 100644 --- a/l10n/gl/core.po +++ b/l10n/gl/core.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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 07:20+0000\n" -"Last-Translator: mbouzada <mbouzada@gmail.com>\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" +"Last-Translator: I Robot <owncloud-bot@tmit.eu>\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" @@ -75,31 +75,31 @@ msgstr "Non indicou como recortar" #: js/config.php:32 msgid "Sunday" -msgstr "Domingo" +msgstr "domingo" #: js/config.php:33 msgid "Monday" -msgstr "Luns" +msgstr "luns" #: js/config.php:34 msgid "Tuesday" -msgstr "Martes" +msgstr "martes" #: js/config.php:35 msgid "Wednesday" -msgstr "Mércores" +msgstr "mércores" #: js/config.php:36 msgid "Thursday" -msgstr "Xoves" +msgstr "xoves" #: js/config.php:37 msgid "Friday" -msgstr "Venres" +msgstr "venres" #: js/config.php:38 msgid "Saturday" -msgstr "Sábado" +msgstr "sábado" #: js/config.php:43 msgid "January" @@ -442,6 +442,10 @@ msgstr "Produciuse un erro ao cargar o modelo do dialogo: {error}" msgid "No tags selected for deletion." msgstr "Non se seleccionaron etiquetas para borrado." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -683,7 +687,7 @@ msgstr "Rematado ..." msgid "%s is available. Get more information on how to update." msgstr "%s está dispoñíbel. Obteña máis información sobre como actualizar." -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Desconectar" @@ -732,6 +736,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "Ola,<br><br>Só facerlle saber que %s compartiu «%s» con vostede.<br><a href=\"%s\">Véxao!</a><br><br>" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "Esta instancia do ownCloud está actualmente en modo de usuario único." + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "Isto significa que só os administradores poden utilizar a instancia." + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "Póñase en contacto co administrador do sistema se persiste esta mensaxe ou se aparece de forma inesperada." + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Grazas pola súa paciencia." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -745,13 +767,3 @@ msgstr "Esta instancia do ownCloud está actualizandose neste momento, pode leva #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "Volva cargar a páxina de aquí a pouco para para continuar co ownCloud." - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "Póñase en contacto co administrador do sistema se persiste esta mensaxe ou se aparece de forma inesperada." - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Grazas pola súa paciencia." diff --git a/l10n/gl/settings.po b/l10n/gl/settings.po index 493802be7ac..eddcde38e2b 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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 08:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 14:23+0000\n" "Last-Translator: mbouzada <mbouzada@gmail.com>\n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" @@ -162,7 +162,7 @@ msgstr "Actualizado" msgid "Select a profile picture" msgstr "Seleccione unha imaxe para o perfil" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Descifrando ficheiros... isto pode levar un anaco." @@ -581,8 +581,8 @@ msgid "Encryption" msgstr "Cifrado" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "o aplicativo de cifrado non está activado, descifrar todos os ficheiros" +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "O aplicativo de cifrado non está activado, descifre todos os ficheiros" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/he/core.po b/l10n/he/core.po index 80c216853e5..ad2bc98b77c 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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n" "MIME-Version: 1.0\n" @@ -443,6 +443,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -684,7 +688,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "%s זמינה להורדה. ניתן ללחוץ כדי לקבל מידע נוסף כיצד לעדכן." -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "התנתקות" @@ -733,6 +737,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -746,13 +768,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/he/settings.po b/l10n/he/settings.po index b1ee9d47a3a..72d6af92ed4 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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n" "MIME-Version: 1.0\n" @@ -162,7 +162,7 @@ msgstr "מעודכן" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -581,7 +581,7 @@ msgid "Encryption" msgstr "הצפנה" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/hi/core.po b/l10n/hi/core.po index 4382444a5df..f85fcb649e1 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-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n" "MIME-Version: 1.0\n" @@ -443,6 +443,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -684,7 +688,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "लोग आउट" @@ -733,6 +737,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -746,13 +768,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/hi/settings.po b/l10n/hi/settings.po index 2485eff94a3..c3f223785a0 100644 --- a/l10n/hi/settings.po +++ b/l10n/hi/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/hr/core.po b/l10n/hr/core.po index 53606860010..b9282d04a67 100644 --- a/l10n/hr/core.po +++ b/l10n/hr/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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n" "MIME-Version: 1.0\n" @@ -446,6 +446,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -687,7 +691,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Odjava" @@ -736,6 +740,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -749,13 +771,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/hr/settings.po b/l10n/hr/settings.po index 65683626249..97653432bfb 100644 --- a/l10n/hr/settings.po +++ b/l10n/hr/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/hu_HU/core.po b/l10n/hu_HU/core.po index 0d4bba6502c..e851247665c 100644 --- a/l10n/hu_HU/core.po +++ b/l10n/hu_HU/core.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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" @@ -444,6 +444,10 @@ msgstr "Hiba a párbeszédpanel-sablon betöltésekor: {error}" msgid "No tags selected for deletion." msgstr "Nincs törlésre kijelölt címke." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -685,7 +689,7 @@ msgstr "Befejezés ..." msgid "%s is available. Get more information on how to update." msgstr "%s rendelkezésre áll. További információ a frissítéshez." -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Kilépés" @@ -734,6 +738,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "Szia!<br><br>Értesítünk, hogy %s megosztotta veled a következőt: »%s«.<br><a href=\"%s\">Ide kattintva tudod megnézni</a><br><br>" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "Ha ezt az üzenetet már többször látod akkor keresd meg a rendszer adminját." + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Köszönjük a türelmét." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -747,13 +769,3 @@ msgstr "Az Owncloud frissítés elezdődött, eltarthat egy ideig." #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "Frissitsd az oldalt ha \"Please reload this page after a short time to continue using ownCloud. \"" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "Ha ezt az üzenetet már többször látod akkor keresd meg a rendszer adminját." - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Köszönjük a türelmét." diff --git a/l10n/hu_HU/settings.po b/l10n/hu_HU/settings.po index fffa5261d50..88ee660862b 100644 --- a/l10n/hu_HU/settings.po +++ b/l10n/hu_HU/settings.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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" @@ -165,7 +165,7 @@ msgstr "Frissítve" msgid "Select a profile picture" msgstr "Válassz profil képet" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "File-ok kititkosítása folyamatban... Kérlek várj, ez hosszabb ideig is eltarthat ..." @@ -584,8 +584,8 @@ msgid "Encryption" msgstr "Titkosítás" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "A titkosító alkalmzás a továbbiakban nincs engedélyezve, kititkosítja az összes fileodat" +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/hy/core.po b/l10n/hy/core.po index 732b90500cc..159e61aa62b 100644 --- a/l10n/hy/core.po +++ b/l10n/hy/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-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Armenian (http://www.transifex.com/projects/p/owncloud/language/hy/)\n" "MIME-Version: 1.0\n" @@ -441,6 +441,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -682,7 +686,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "" @@ -731,6 +735,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -744,13 +766,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/hy/settings.po b/l10n/hy/settings.po index 075f5bd63f6..ace727a2b80 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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Armenian (http://www.transifex.com/projects/p/owncloud/language/hy/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/ia/core.po b/l10n/ia/core.po index aef23c4c3df..747fb34852b 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-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n" "MIME-Version: 1.0\n" @@ -441,6 +441,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -682,7 +686,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Clauder le session" @@ -731,6 +735,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -744,13 +766,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/ia/settings.po b/l10n/ia/settings.po index 8696008f753..a839c2648b6 100644 --- a/l10n/ia/settings.po +++ b/l10n/ia/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/id/core.po b/l10n/id/core.po index e92cb6a87ac..8001b638358 100644 --- a/l10n/id/core.po +++ b/l10n/id/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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n" "MIME-Version: 1.0\n" @@ -436,6 +436,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -677,7 +681,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Keluar" @@ -726,6 +730,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -739,13 +761,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/id/settings.po b/l10n/id/settings.po index d05c839f190..d336a1fc0a9 100644 --- a/l10n/id/settings.po +++ b/l10n/id/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "Diperbarui" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "Enkripsi" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/is/core.po b/l10n/is/core.po index e6c61ff7414..79086dd4202 100644 --- a/l10n/is/core.po +++ b/l10n/is/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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n" "MIME-Version: 1.0\n" @@ -442,6 +442,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -683,7 +687,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "%s er til boða. Fáðu meiri upplýsingar um hvernig þú uppfærir." -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Útskrá" @@ -732,6 +736,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -745,13 +767,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/is/settings.po b/l10n/is/settings.po index 0c820ebf255..dfe41f5d3f4 100644 --- a/l10n/is/settings.po +++ b/l10n/is/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n" "MIME-Version: 1.0\n" @@ -162,7 +162,7 @@ msgstr "Uppfært" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -581,7 +581,7 @@ msgid "Encryption" msgstr "Dulkóðun" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/it/core.po b/l10n/it/core.po index 9f747cdacd1..ea268b2b56b 100644 --- a/l10n/it/core.po +++ b/l10n/it/core.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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" @@ -445,6 +445,10 @@ msgstr "Errore durante il caricamento del modello di finestra: {error}" msgid "No tags selected for deletion." msgstr "Nessuna etichetta selezionata per l'eliminazione." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -586,7 +590,7 @@ msgstr "Ciao,\n\nvolevo informarti che %s ha condiviso %s con te.\nVedi: %s\n\n" #: templates/altmail.php:4 templates/mail.php:17 #, php-format msgid "The share will expire on %s." -msgstr "" +msgstr "La condivisione scadrà il %s." #: templates/altmail.php:7 templates/mail.php:20 msgid "Cheers!" @@ -686,7 +690,7 @@ msgstr "Completamento..." msgid "%s is available. Get more information on how to update." msgstr "%s è disponibile. Ottieni ulteriori informazioni sull'aggiornamento." -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Esci" @@ -735,6 +739,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "Ciao,<br><br>volevo informarti che %s ha condiviso %s con te.<br><a href=\"%s\">Vedi!</a><br><br>" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "Questa istanza di ownCloud è in modalità utente singolo." + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "Questo significa che solo gli amministratori possono utilizzare l'istanza." + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "Contatta il tuo amministratore di sistema se questo messaggio persiste o appare inaspettatamente." + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Grazie per la pazienza." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -748,13 +770,3 @@ msgstr "Questa istanza di ownCloud è in fase di aggiornamento, potrebbe richied #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "Ricarica questa pagina per poter continuare ad usare ownCloud." - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "Contatta il tuo amministratore di sistema se questo messaggio persiste o appare inaspettatamente." - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Grazie per la pazienza." diff --git a/l10n/it/settings.po b/l10n/it/settings.po index 09ec3e14e0f..963aa88756e 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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 21:20+0000\n" -"Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 14:24+0000\n" +"Last-Translator: polxmod <paolo.velati@gmail.com>\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" @@ -165,7 +165,7 @@ msgstr "Aggiornato" msgid "Select a profile picture" msgstr "Seleziona un'immagine del profilo" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Decifratura dei file in corso... Attendi, potrebbe richiedere del tempo." @@ -584,7 +584,7 @@ msgid "Encryption" msgstr "Cifratura" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "L'applicazione di cifratura non è più abilitata, decifra tutti i tuoi file" #: templates/personal.php:154 diff --git a/l10n/ja_JP/core.po b/l10n/ja_JP/core.po index e360c76e222..b35ddf3d38c 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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 08:10+0000\n" -"Last-Translator: tt yn <tetuyano+transi@gmail.com>\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" +"Last-Translator: I Robot <owncloud-bot@tmit.eu>\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" @@ -440,6 +440,10 @@ msgstr "メッセージテンプレートの読み込みエラー: {error}" msgid "No tags selected for deletion." msgstr "削除するタグが選択されていません。" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -681,7 +685,7 @@ msgstr "終了しています ..." msgid "%s is available. Get more information on how to update." msgstr "%s が利用可能です。更新方法に関してさらに情報を取得して下さい。" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "ログアウト" @@ -730,6 +734,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "こんにちは、<br><br>%sがあなたと »%s« を共有したことをお知らせします。<br><a href=\"%s\">それを表示</a><br><br>" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "このメッセージが引き続きもしくは予期せず現れる場合は、システム管理者に連絡してください。" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "しばらくお待ちください。" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -743,13 +765,3 @@ msgstr "この ownCloud インスタンスは現在更新中であり、しば #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "ownCloud を続けて利用するには、しばらくした後でページをリロードしてください。" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "このメッセージが引き続きもしくは予期せず現れる場合は、システム管理者に連絡してください。" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "しばらくお待ちください。" diff --git a/l10n/ja_JP/settings.po b/l10n/ja_JP/settings.po index fe2e0644713..1d9b1672003 100644 --- a/l10n/ja_JP/settings.po +++ b/l10n/ja_JP/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" @@ -164,7 +164,7 @@ msgstr "更新済み" msgid "Select a profile picture" msgstr "プロファイル画像を選択" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "ファイルを複合中... しばらくお待ちください、この処理には少し時間がかかるかもしれません。" @@ -583,8 +583,8 @@ msgid "Encryption" msgstr "暗号化" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "暗号化アプリはもはや有効ではありません、すべてのファイルを複合してください" +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/ka/core.po b/l10n/ka/core.po index 7dfdba5b031..3da7cf357ab 100644 --- a/l10n/ka/core.po +++ b/l10n/ka/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-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Georgian (http://www.transifex.com/projects/p/owncloud/language/ka/)\n" "MIME-Version: 1.0\n" @@ -436,6 +436,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -677,7 +681,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "" @@ -726,6 +730,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -739,13 +761,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/ka/settings.po b/l10n/ka/settings.po index 975f87fbc12..41c5d2adee1 100644 --- a/l10n/ka/settings.po +++ b/l10n/ka/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Georgian (http://www.transifex.com/projects/p/owncloud/language/ka/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/ka_GE/core.po b/l10n/ka_GE/core.po index 466b2ef56b3..2fce94a8afd 100644 --- a/l10n/ka_GE/core.po +++ b/l10n/ka_GE/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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n" "MIME-Version: 1.0\n" @@ -436,6 +436,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -677,7 +681,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "გამოსვლა" @@ -726,6 +730,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -739,13 +761,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/ka_GE/settings.po b/l10n/ka_GE/settings.po index ba573d49f55..6dfcd520e16 100644 --- a/l10n/ka_GE/settings.po +++ b/l10n/ka_GE/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n" "MIME-Version: 1.0\n" @@ -162,7 +162,7 @@ msgstr "განახლებულია" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -581,7 +581,7 @@ msgid "Encryption" msgstr "ენკრიპცია" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/km/core.po b/l10n/km/core.po index 50a23e38636..341a00707c6 100644 --- a/l10n/km/core.po +++ b/l10n/km/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-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Khmer (http://www.transifex.com/projects/p/owncloud/language/km/)\n" "MIME-Version: 1.0\n" @@ -436,6 +436,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -677,7 +681,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "" @@ -726,6 +730,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -739,13 +761,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/km/settings.po b/l10n/km/settings.po index 91dba824cdb..089477cd9ef 100644 --- a/l10n/km/settings.po +++ b/l10n/km/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Khmer (http://www.transifex.com/projects/p/owncloud/language/km/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/kn/core.po b/l10n/kn/core.po index e7903b35a2b..b4075490ee2 100644 --- a/l10n/kn/core.po +++ b/l10n/kn/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-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Kannada (http://www.transifex.com/projects/p/owncloud/language/kn/)\n" "MIME-Version: 1.0\n" @@ -436,6 +436,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -677,7 +681,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "" @@ -726,6 +730,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -739,13 +761,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/kn/settings.po b/l10n/kn/settings.po index 94f162f9fb7..825df3f3110 100644 --- a/l10n/kn/settings.po +++ b/l10n/kn/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Kannada (http://www.transifex.com/projects/p/owncloud/language/kn/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/ko/core.po b/l10n/ko/core.po index ce652469ede..419153b08d2 100644 --- a/l10n/ko/core.po +++ b/l10n/ko/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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n" "MIME-Version: 1.0\n" @@ -438,6 +438,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -679,7 +683,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "로그아웃" @@ -728,6 +732,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -741,13 +763,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/ko/settings.po b/l10n/ko/settings.po index 73fb2ae43f0..3bf4d002015 100644 --- a/l10n/ko/settings.po +++ b/l10n/ko/settings.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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n" "MIME-Version: 1.0\n" @@ -163,7 +163,7 @@ msgstr "업데이트됨" msgid "Select a profile picture" msgstr "프로필 사진 선택" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "파일 해독중... 잠시만 기다려주세요, 시간이 걸릴수 있습니다." @@ -582,7 +582,7 @@ msgid "Encryption" msgstr "암호화" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/ku_IQ/core.po b/l10n/ku_IQ/core.po index 590fd54c693..0c1dacfe990 100644 --- a/l10n/ku_IQ/core.po +++ b/l10n/ku_IQ/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-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n" "MIME-Version: 1.0\n" @@ -441,6 +441,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -682,7 +686,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "چوونەدەرەوە" @@ -731,6 +735,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -744,13 +766,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/ku_IQ/settings.po b/l10n/ku_IQ/settings.po index 771aa19fbad..eef848877c2 100644 --- a/l10n/ku_IQ/settings.po +++ b/l10n/ku_IQ/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "نهێنیکردن" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/lb/core.po b/l10n/lb/core.po index a4bbca90b1c..d9af4b68d37 100644 --- a/l10n/lb/core.po +++ b/l10n/lb/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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n" "MIME-Version: 1.0\n" @@ -443,6 +443,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -684,7 +688,7 @@ msgstr "Schléissen of ..." msgid "%s is available. Get more information on how to update." msgstr "%s ass verfügbar. Kréi méi Informatiounen doriwwer wéi d'Aktualiséierung ofleeft." -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Ofmellen" @@ -733,6 +737,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Merci fir deng Gedold." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -746,13 +768,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Merci fir deng Gedold." diff --git a/l10n/lb/settings.po b/l10n/lb/settings.po index ae36088e343..0676269c1b8 100644 --- a/l10n/lb/settings.po +++ b/l10n/lb/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n" "MIME-Version: 1.0\n" @@ -162,7 +162,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -581,7 +581,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/lt_LT/core.po b/l10n/lt_LT/core.po index 9a62a319acf..54918892b85 100644 --- a/l10n/lt_LT/core.po +++ b/l10n/lt_LT/core.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\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 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n" "MIME-Version: 1.0\n" @@ -451,6 +451,10 @@ msgstr "Klaida įkeliant dialogo ruošinį: {error}" msgid "No tags selected for deletion." msgstr "Trynimui nepasirinkta jokia žymė." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -692,7 +696,7 @@ msgstr "Baigiama ..." msgid "%s is available. Get more information on how to update." msgstr "%s yra prieinama. Gaukite daugiau informacijos apie atnaujinimą." -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Atsijungti" @@ -741,6 +745,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "Labas,<br><br>tik informuojame, kad %s pasidalino su Jumis »%s«.<br><a href=\"%s\">Peržiūrėk!</a><br><br>" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "Susisiekite su savo sistemos administratoriumi jei šis pranešimas nedingsta arba jei jis pasirodė netikėtai." + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Dėkojame už jūsų kantrumą." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -754,13 +776,3 @@ msgstr "Šiuo metu vyksta ownCloud atnaujinamas, tai gali šiek tiek užtrukti." #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "Po trupučio laiko atnaujinkite šį puslapį kad galėtumėte toliau naudoti ownCloud." - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "Susisiekite su savo sistemos administratoriumi jei šis pranešimas nedingsta arba jei jis pasirodė netikėtai." - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Dėkojame už jūsų kantrumą." diff --git a/l10n/lt_LT/settings.po b/l10n/lt_LT/settings.po index 8d4c82cfac6..7adc3ce2413 100644 --- a/l10n/lt_LT/settings.po +++ b/l10n/lt_LT/settings.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n" "MIME-Version: 1.0\n" @@ -166,7 +166,7 @@ msgstr "Atnaujinta" msgid "Select a profile picture" msgstr "Pažymėkite profilio paveikslėlį" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Iššifruojami failai... Prašome palaukti, tai gali užtrukti." @@ -585,8 +585,8 @@ msgid "Encryption" msgstr "Šifravimas" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "Šifravimo programa nebėra įjungta, iššifruokite visus savo failus" +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/lv/core.po b/l10n/lv/core.po index a2aac5ed290..081c956f1b4 100644 --- a/l10n/lv/core.po +++ b/l10n/lv/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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n" "MIME-Version: 1.0\n" @@ -447,6 +447,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -688,7 +692,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "%s ir pieejams. Uzziniet vairāk kā atjaunināt." -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Izrakstīties" @@ -737,6 +741,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -750,13 +772,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/lv/settings.po b/l10n/lv/settings.po index 4e3927f326b..b8633000f45 100644 --- a/l10n/lv/settings.po +++ b/l10n/lv/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n" "MIME-Version: 1.0\n" @@ -162,7 +162,7 @@ msgstr "Atjaunināta" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Atšifrēju failus... Uzgaidiet tas var ilgt kādu laiku." @@ -581,8 +581,8 @@ msgid "Encryption" msgstr "Šifrēšana" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "Šifrēšanas lietotne ir atslēgta, atšifrējiet visus jūsu failus" +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/mk/core.po b/l10n/mk/core.po index f241881ff3a..5f401b90803 100644 --- a/l10n/mk/core.po +++ b/l10n/mk/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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n" "MIME-Version: 1.0\n" @@ -442,6 +442,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "Не се селектирани тагови за бришење." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -683,7 +687,7 @@ msgstr "Завршувам ..." msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Одјава" @@ -732,6 +736,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "Контактирајте го вашиот систем администратор до колку оваа порака продолжи да се појавува или пак се појавува ненадејно." + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Благодариме на вашето трпение." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -745,13 +767,3 @@ msgstr "Оваа инстанца на ownCloud во моментов се на #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "Повторно вчитајте ја оваа страница по кратко време за да продолжите да го користите ownCloud." - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "Контактирајте го вашиот систем администратор до колку оваа порака продолжи да се појавува или пак се појавува ненадејно." - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Благодариме на вашето трпение." diff --git a/l10n/mk/settings.po b/l10n/mk/settings.po index ba3a0ff7044..683b68677fa 100644 --- a/l10n/mk/settings.po +++ b/l10n/mk/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n" "MIME-Version: 1.0\n" @@ -162,7 +162,7 @@ msgstr "Надграден" msgid "Select a profile picture" msgstr "Одбери фотографија за профилот" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -581,7 +581,7 @@ msgid "Encryption" msgstr "Енкрипција" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/ml_IN/core.po b/l10n/ml_IN/core.po index 77a9d527d21..fa804c41bb9 100644 --- a/l10n/ml_IN/core.po +++ b/l10n/ml_IN/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-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Malayalam (India) (http://www.transifex.com/projects/p/owncloud/language/ml_IN/)\n" "MIME-Version: 1.0\n" @@ -441,6 +441,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -682,7 +686,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "" @@ -731,6 +735,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -744,13 +766,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/ml_IN/settings.po b/l10n/ml_IN/settings.po index 7276076581f..478e6456d50 100644 --- a/l10n/ml_IN/settings.po +++ b/l10n/ml_IN/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Malayalam (India) (http://www.transifex.com/projects/p/owncloud/language/ml_IN/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/ms_MY/core.po b/l10n/ms_MY/core.po index 4bf5448fc97..4a9fa4c8989 100644 --- a/l10n/ms_MY/core.po +++ b/l10n/ms_MY/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-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n" "MIME-Version: 1.0\n" @@ -436,6 +436,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -677,7 +681,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Log keluar" @@ -726,6 +730,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -739,13 +761,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/ms_MY/settings.po b/l10n/ms_MY/settings.po index f7fe0be9840..b0145410eaa 100644 --- a/l10n/ms_MY/settings.po +++ b/l10n/ms_MY/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/my_MM/core.po b/l10n/my_MM/core.po index 1da8048ff2f..4f60782a9d4 100644 --- a/l10n/my_MM/core.po +++ b/l10n/my_MM/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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Burmese (Myanmar) (http://www.transifex.com/projects/p/owncloud/language/my_MM/)\n" "MIME-Version: 1.0\n" @@ -436,6 +436,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -677,7 +681,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "" @@ -726,6 +730,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -739,13 +761,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/my_MM/settings.po b/l10n/my_MM/settings.po index c4d4a09c7c8..e44992a8520 100644 --- a/l10n/my_MM/settings.po +++ b/l10n/my_MM/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Burmese (Myanmar) (http://www.transifex.com/projects/p/owncloud/language/my_MM/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/nb_NO/core.po b/l10n/nb_NO/core.po index e630571b050..649ca621f36 100644 --- a/l10n/nb_NO/core.po +++ b/l10n/nb_NO/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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" @@ -442,6 +442,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -683,7 +687,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Logg ut" @@ -732,6 +736,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -745,13 +767,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/nb_NO/settings.po b/l10n/nb_NO/settings.po index 367543ded02..58c61a33844 100644 --- a/l10n/nb_NO/settings.po +++ b/l10n/nb_NO/settings.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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" @@ -163,7 +163,7 @@ msgstr "Oppdatert" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -582,7 +582,7 @@ msgid "Encryption" msgstr "Kryptering" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/nds/core.po b/l10n/nds/core.po index c6c711a4ad6..23ff9f15f51 100644 --- a/l10n/nds/core.po +++ b/l10n/nds/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-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Low German (http://www.transifex.com/projects/p/owncloud/language/nds/)\n" "MIME-Version: 1.0\n" @@ -441,6 +441,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -682,7 +686,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "" @@ -731,6 +735,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -744,13 +766,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/nds/settings.po b/l10n/nds/settings.po index 7b803ae15c0..77127026143 100644 --- a/l10n/nds/settings.po +++ b/l10n/nds/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Low German (http://www.transifex.com/projects/p/owncloud/language/nds/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/ne/core.po b/l10n/ne/core.po index d10f555dae5..9180908d593 100644 --- a/l10n/ne/core.po +++ b/l10n/ne/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-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Nepali (http://www.transifex.com/projects/p/owncloud/language/ne/)\n" "MIME-Version: 1.0\n" @@ -441,6 +441,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -682,7 +686,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "" @@ -731,6 +735,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -744,13 +766,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/ne/settings.po b/l10n/ne/settings.po index 569741f4506..aea9dfd7c49 100644 --- a/l10n/ne/settings.po +++ b/l10n/ne/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Nepali (http://www.transifex.com/projects/p/owncloud/language/ne/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/nl/core.po b/l10n/nl/core.po index 5bf032f04ee..5ed8faf71de 100644 --- a/l10n/nl/core.po +++ b/l10n/nl/core.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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" @@ -444,6 +444,10 @@ msgstr "Fout bij laden dialoog sjabloon: {error}" msgid "No tags selected for deletion." msgstr "Geen tags geselecteerd voor verwijdering." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -685,7 +689,7 @@ msgstr "Afronden ..." msgid "%s is available. Get more information on how to update." msgstr "%s is beschikbaar. Verkrijg meer informatie over het bijwerken." -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Afmelden" @@ -734,6 +738,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "Hallo daar,<br><br>even een berichtje dat %s »%s« met u deelde.<br><a href=\"%s\">Bekijk hier!</a><br><br>" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "Beem contact op met uw systeembeheerder als deze melding aanhoudt of plotseling verscheen." + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Bedankt voor uw geduld." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -747,13 +769,3 @@ msgstr "Deze ownCloud dienst wordt nu bijgewerkt, dat kan even duren." #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "Laad deze pagina straks opnieuw om verder te gaan met ownCloud." - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "Beem contact op met uw systeembeheerder als deze melding aanhoudt of plotseling verscheen." - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Bedankt voor uw geduld." diff --git a/l10n/nl/settings.po b/l10n/nl/settings.po index 7ad089fae27..a628c602b3b 100644 --- a/l10n/nl/settings.po +++ b/l10n/nl/settings.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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" @@ -165,7 +165,7 @@ msgstr "Bijgewerkt" msgid "Select a profile picture" msgstr "Kies een profielafbeelding" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Bestanden worden gedecodeerd... Even geduld alstublieft, dit kan even duren." @@ -584,8 +584,8 @@ msgid "Encryption" msgstr "Versleuteling" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "De encryptie-appplicatie is niet meer aanwezig, decodeer al uw bestanden" +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/nn_NO/core.po b/l10n/nn_NO/core.po index 28a76cd2e82..465fb0b180a 100644 --- a/l10n/nn_NO/core.po +++ b/l10n/nn_NO/core.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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n" "MIME-Version: 1.0\n" @@ -444,6 +444,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -685,7 +689,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "%s er tilgjengeleg. Få meir informasjon om korleis du oppdaterer." -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Logg ut" @@ -734,6 +738,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -747,13 +769,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/nn_NO/settings.po b/l10n/nn_NO/settings.po index b7cf43f3e20..94dc2d401cd 100644 --- a/l10n/nn_NO/settings.po +++ b/l10n/nn_NO/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n" "MIME-Version: 1.0\n" @@ -164,7 +164,7 @@ msgstr "Oppdatert" msgid "Select a profile picture" msgstr "Vel eit profilbilete" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Dekrypterer filer … Ver venleg og vent, dette kan ta ei stund." @@ -583,8 +583,8 @@ msgid "Encryption" msgstr "Kryptering" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "Krypteringsprogrammet er ikkje lenger slått på, dekrypter alle filene dine" +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/nqo/core.po b/l10n/nqo/core.po index ead79639676..60657f841c4 100644 --- a/l10n/nqo/core.po +++ b/l10n/nqo/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-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: N'ko (http://www.transifex.com/projects/p/owncloud/language/nqo/)\n" "MIME-Version: 1.0\n" @@ -436,6 +436,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -677,7 +681,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "" @@ -726,6 +730,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -739,13 +761,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/nqo/settings.po b/l10n/nqo/settings.po index 99946ca121b..b28d083a383 100644 --- a/l10n/nqo/settings.po +++ b/l10n/nqo/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: N'ko (http://www.transifex.com/projects/p/owncloud/language/nqo/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/oc/core.po b/l10n/oc/core.po index cc2e17ed49d..7d7da91cd80 100644 --- a/l10n/oc/core.po +++ b/l10n/oc/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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n" "MIME-Version: 1.0\n" @@ -441,6 +441,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -682,7 +686,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Sortida" @@ -731,6 +735,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -744,13 +766,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/oc/settings.po b/l10n/oc/settings.po index 0f3d6d5b534..e71bd9d2ac8 100644 --- a/l10n/oc/settings.po +++ b/l10n/oc/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/pa/core.po b/l10n/pa/core.po index 7ef99e9c515..107e9739943 100644 --- a/l10n/pa/core.po +++ b/l10n/pa/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-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/owncloud/language/pa/)\n" "MIME-Version: 1.0\n" @@ -442,6 +442,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -683,7 +687,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "" @@ -732,6 +736,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -745,13 +767,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/pa/settings.po b/l10n/pa/settings.po index d13c20433d2..4a916b92079 100644 --- a/l10n/pa/settings.po +++ b/l10n/pa/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/owncloud/language/pa/)\n" "MIME-Version: 1.0\n" @@ -162,7 +162,7 @@ msgstr "ਅੱਪਡੇਟ ਕੀਤਾ" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -581,7 +581,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/pl/core.po b/l10n/pl/core.po index d755c05d2c6..8e79c92e783 100644 --- a/l10n/pl/core.po +++ b/l10n/pl/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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" @@ -448,6 +448,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "Nie zaznaczono tagów do usunięcia." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -689,7 +693,7 @@ msgstr "Kończę ..." msgid "%s is available. Get more information on how to update." msgstr "%s jest dostępna. Dowiedz się więcej na temat aktualizacji." -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Wyloguj" @@ -738,6 +742,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "Cześć,<br><br>Informuję cię że %s udostępnia ci »%s«.\n<br><a href=\"%s\">Zobacz!</a><br><br>" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Dziękuję za cierpliwość." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -751,13 +773,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Dziękuję za cierpliwość." diff --git a/l10n/pl/settings.po b/l10n/pl/settings.po index 6366854a89d..2abc169db79 100644 --- a/l10n/pl/settings.po +++ b/l10n/pl/settings.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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" @@ -163,7 +163,7 @@ msgstr "Zaktualizowano" msgid "Select a profile picture" msgstr "Wybierz zdjęcie profilu" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Odszyfrowuje pliki... Proszę czekać, to może zająć jakiś czas." @@ -582,8 +582,8 @@ msgid "Encryption" msgstr "Szyfrowanie" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "Aplikacja szyfrowanie nie jest włączona, odszyfruj wszystkie plik" +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/pt_BR/core.po b/l10n/pt_BR/core.po index b83e9b09dd1..e0c3fc36f61 100644 --- a/l10n/pt_BR/core.po +++ b/l10n/pt_BR/core.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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" -"Last-Translator: Flávio Veras <flaviove@gmail.com>\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" +"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -443,6 +443,10 @@ msgstr "Erro carregando diálogo de formatação:{error}" msgid "No tags selected for deletion." msgstr "Nenhuma etiqueta selecionada para deleção." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -684,7 +688,7 @@ msgstr "Finalizando ..." msgid "%s is available. Get more information on how to update." msgstr "%s está disponível. Obtenha mais informações sobre como atualizar." -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Sair" @@ -733,6 +737,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "Olá,<br><br>só gostaria que você soubesse que %s compartilhou »%s« com você.<br><a href=\"%s\">Veja isto!</a><br><br" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "Contacte o seu administrador do sistema se esta mensagem persistir ou aparecer inesperadamente." + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Obrigado pela sua paciência." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -746,13 +768,3 @@ msgstr "Esta instância do ownCloud está sendo atualizada, o que pode demorar u #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "Por favor, atualize esta página depois de um curto período de tempo para continuar usando ownCloud." - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "Contacte o seu administrador do sistema se esta mensagem persistir ou aparecer inesperadamente." - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Obrigado pela sua paciência." diff --git a/l10n/pt_BR/settings.po b/l10n/pt_BR/settings.po index e3b75bb5f70..7b7af5eab26 100644 --- a/l10n/pt_BR/settings.po +++ b/l10n/pt_BR/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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 10:10+0000\n" -"Last-Translator: Flávio Veras <flaviove@gmail.com>\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" +"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -163,7 +163,7 @@ msgstr "Atualizado" msgid "Select a profile picture" msgstr "Selecione uma imagem para o perfil" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Decriptando arquivos... Por favor aguarde, isso pode levar algum tempo." @@ -582,8 +582,8 @@ msgid "Encryption" msgstr "Criptografia" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "O aplicativo de encriptação não está mais ativo, decripti todos os seus arquivos" +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/pt_PT/core.po b/l10n/pt_PT/core.po index 5039617ff0e..b4db10a8562 100644 --- a/l10n/pt_PT/core.po +++ b/l10n/pt_PT/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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" @@ -447,6 +447,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -688,7 +692,7 @@ msgstr "A terminar..." msgid "%s is available. Get more information on how to update." msgstr "%s está disponível. Tenha mais informações como actualizar." -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Sair" @@ -737,6 +741,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -750,13 +772,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/pt_PT/settings.po b/l10n/pt_PT/settings.po index 279af7055d5..9574fdcc37c 100644 --- a/l10n/pt_PT/settings.po +++ b/l10n/pt_PT/settings.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" @@ -166,7 +166,7 @@ msgstr "Actualizado" msgid "Select a profile picture" msgstr "Seleccione uma fotografia de perfil" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "A desencriptar os ficheiros... Por favor aguarde, esta operação pode demorar algum tempo." @@ -585,8 +585,8 @@ msgid "Encryption" msgstr "Encriptação" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "A aplicação de encriptação não se encontra mais disponível, desencripte o seu ficheiro" +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/ro/core.po b/l10n/ro/core.po index 78bc16b27c3..a9d69dfa69c 100644 --- a/l10n/ro/core.po +++ b/l10n/ro/core.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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" @@ -450,6 +450,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -691,7 +695,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "%s este disponibil. Vezi mai multe informații despre procesul de actualizare." -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Ieșire" @@ -740,6 +744,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -753,13 +775,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/ro/settings.po b/l10n/ro/settings.po index a7f3b5e015d..3868b725261 100644 --- a/l10n/ro/settings.po +++ b/l10n/ro/settings.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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" @@ -163,7 +163,7 @@ msgstr "Actualizat" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -582,7 +582,7 @@ msgid "Encryption" msgstr "Încriptare" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/ru/core.po b/l10n/ru/core.po index 2e4ed04c3ce..1012d56928e 100644 --- a/l10n/ru/core.po +++ b/l10n/ru/core.po @@ -22,8 +22,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\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 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" @@ -461,6 +461,10 @@ msgstr "Ошибка загрузки шаблона диалога: {error}" msgid "No tags selected for deletion." msgstr "Не выбраны меток для удаления." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -702,7 +706,7 @@ msgstr "Завершаем..." msgid "%s is available. Get more information on how to update." msgstr "%s доступно. Получить дополнительную информацию о порядке обновления." -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Выйти" @@ -751,6 +755,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "Здравствуйте,<br><br>просто даём вам знать, что %s расшарил %s для вас.<br><a href=\"%s\">Посмотреть!</a><br><br>" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "Обратитесь к вашему системному администратору если это сообщение не исчезает или появляется неожиданно." + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Спасибо за терпение." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -764,13 +786,3 @@ msgstr "Производится обновление ownCloud, это може #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "Перезагрузите эту страницу через некоторое время чтобы продолжить использовать ownCloud." - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "Обратитесь к вашему системному администратору если это сообщение не исчезает или появляется неожиданно." - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Спасибо за терпение." diff --git a/l10n/ru/settings.po b/l10n/ru/settings.po index b0b781d33df..5303b80d8f4 100644 --- a/l10n/ru/settings.po +++ b/l10n/ru/settings.po @@ -20,8 +20,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" @@ -174,7 +174,7 @@ msgstr "Обновлено" msgid "Select a profile picture" msgstr "Выберите картинку профиля" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Расшифровка файлов... Пожалуйста, подождите, это может занять некоторое время." @@ -593,8 +593,8 @@ msgid "Encryption" msgstr "Шифрование" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "Приложение шифрования не активно, отмените шифрование всех ваших файлов." +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/ru_RU/core.po b/l10n/ru_RU/core.po index 1a30c7785f4..7af83e23b8d 100644 --- a/l10n/ru_RU/core.po +++ b/l10n/ru_RU/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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:30+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n" "MIME-Version: 1.0\n" @@ -446,6 +446,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -687,7 +691,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "" @@ -736,6 +740,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -749,13 +771,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/ru_RU/settings.po b/l10n/ru_RU/settings.po index 4968efc7e17..508b9374f3b 100644 --- a/l10n/ru_RU/settings.po +++ b/l10n/ru_RU/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/si_LK/core.po b/l10n/si_LK/core.po index 0ea6dfc4ecc..96ffc3ac7a6 100644 --- a/l10n/si_LK/core.po +++ b/l10n/si_LK/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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n" "MIME-Version: 1.0\n" @@ -441,6 +441,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -682,7 +686,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "නික්මීම" @@ -731,6 +735,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -744,13 +766,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/si_LK/settings.po b/l10n/si_LK/settings.po index 3ebaa7f9d34..8a13282e833 100644 --- a/l10n/si_LK/settings.po +++ b/l10n/si_LK/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "ගුප්ත කේතනය" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/sk/core.po b/l10n/sk/core.po index 28e33f44c87..20bad6c37cd 100644 --- a/l10n/sk/core.po +++ b/l10n/sk/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-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\n" "MIME-Version: 1.0\n" @@ -446,6 +446,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -687,7 +691,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "" @@ -736,6 +740,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -749,13 +771,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/sk/settings.po b/l10n/sk/settings.po index b5c4f99de45..715e40461d6 100644 --- a/l10n/sk/settings.po +++ b/l10n/sk/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/sk_SK/core.po b/l10n/sk_SK/core.po index 90f5ace2354..b74ad1b9c16 100644 --- a/l10n/sk_SK/core.po +++ b/l10n/sk_SK/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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" @@ -448,6 +448,10 @@ msgstr "Chyba pri načítaní šablóny dialógu: {error}" msgid "No tags selected for deletion." msgstr "Nie sú vybraté štítky na zmazanie." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -689,7 +693,7 @@ msgstr "Dokončujem..." msgid "%s is available. Get more information on how to update." msgstr "%s je dostupná. Získajte viac informácií k postupu aktualizácie." -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Odhlásiť" @@ -738,6 +742,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "Ahoj,<br><br>chcem ti dať navedomie, že %s zdieľa »%s« s tebou.<br><a href=\"%s\">Zobrazenie tu!</a><br><br>" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Ďakujeme za Vašu trpezlivosť." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -751,13 +773,3 @@ msgstr "Táto inštancia ownCloud sa práve aktualizuje, čo môže nejaký čas #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "Prosím obnovte túto stránku a po krátkej dobe môžete pokračovať v používaní." - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Ďakujeme za Vašu trpezlivosť." diff --git a/l10n/sk_SK/settings.po b/l10n/sk_SK/settings.po index 2c82774fdf8..83ebca56b0a 100644 --- a/l10n/sk_SK/settings.po +++ b/l10n/sk_SK/settings.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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" @@ -163,7 +163,7 @@ msgstr "Aktualizované" msgid "Select a profile picture" msgstr "Vybrať profilový obrázok" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Dešifrujem súbory ... Počkajte prosím, môže to chvíľu trvať." @@ -582,8 +582,8 @@ msgid "Encryption" msgstr "Šifrovanie" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "Šifrovacia aplikácia nie je povolená, dešifrujte všetky vaše súbory" +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/sl/core.po b/l10n/sl/core.po index 233df3761d4..067b5f8c1be 100644 --- a/l10n/sl/core.po +++ b/l10n/sl/core.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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" -"Last-Translator: mateju <>\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" +"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -453,6 +453,10 @@ msgstr "Napaka nalaganja predloge pogovornega okna: {error}" msgid "No tags selected for deletion." msgstr "Ni izbranih oznak za izbris." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -694,7 +698,7 @@ msgstr "Poteka zaključevanje opravila ..." msgid "%s is available. Get more information on how to update." msgstr "%s je na voljo. Pridobite več podrobnosti za posodobitev." -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Odjava" @@ -743,6 +747,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "Pozdravljeni,<br><br>oseba %s vam je omogočila souporabo %s.<br>Vir si lahko ogledate na <a href=\"%s\">tem naslovu</a>.<br><br>" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "Stopite v stik s skrbnikom sistema, če se bo sporočilo še naprej nepričakovano prikazovalo." + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Hvala za potrpežljivost!" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -756,13 +778,3 @@ msgstr "Nastavitev oblaka ownCloud se trenutno posodablja. Opravilo je lahko dol #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "Ponovno naložite to stran po krajšem preteku časa in nadaljujte z uporabo oblaka ownCloud." - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "Stopite v stik s skrbnikom sistema, če se bo sporočilo še naprej nepričakovano prikazovalo." - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Hvala za potrpežljivost!" diff --git a/l10n/sl/lib.po b/l10n/sl/lib.po index 42f5adc81b7..8a3cb62dc8d 100644 --- a/l10n/sl/lib.po +++ b/l10n/sl/lib.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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-21 19:30+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 14:23+0000\n" "Last-Translator: mateju <>\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" @@ -28,7 +28,7 @@ msgstr "" #: private/app.php:255 msgid "No app name specified" -msgstr "" +msgstr "Ni podanega imena programa" #: private/app.php:360 msgid "Help" @@ -55,15 +55,15 @@ msgstr "Skrbništvo" msgid "Failed to upgrade \"%s\"." msgstr "Posodabljanje \"%s\" je spodletelo." -#: private/avatar.php:60 +#: private/avatar.php:62 msgid "Unknown filetype" msgstr "Neznana vrsta datoteke" -#: private/avatar.php:65 +#: private/avatar.php:67 msgid "Invalid image" msgstr "Neveljavna slika" -#: private/defaults.php:36 +#: private/defaults.php:34 msgid "web services under your control" msgstr "spletne storitve pod vašim nadzorom" @@ -96,20 +96,20 @@ msgstr "" #: private/installer.php:63 msgid "No source specified when installing app" -msgstr "" +msgstr "Ni podanega vira med nameščenjem programa" #: private/installer.php:70 msgid "No href specified when installing app from http" -msgstr "" +msgstr "Ni podanega podatka naslova HREF med nameščenjem programa preko protokola HTTP." #: private/installer.php:75 msgid "No path specified when installing app from local file" -msgstr "" +msgstr "Ni podane poti med nameščenjem programa iz krajevne datoteke" #: private/installer.php:89 #, php-format msgid "Archives of type %s are not supported" -msgstr "" +msgstr "Arhivi vrste %s niso podprti" #: private/installer.php:103 msgid "Failed to open archive when installing app" diff --git a/l10n/sl/settings.po b/l10n/sl/settings.po index 657cdbc88c9..c8bbf065631 100644 --- a/l10n/sl/settings.po +++ b/l10n/sl/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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 21:50+0000\n" -"Last-Translator: mateju <>\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" +"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -163,7 +163,7 @@ msgstr "Posodobljeno" msgid "Select a profile picture" msgstr "Izbor slike profila" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Poteka odšifriranje datotek ... Opravilo je lahko dolgotrajno." @@ -582,7 +582,7 @@ msgid "Encryption" msgstr "Šifriranje" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/sl/user_ldap.po b/l10n/sl/user_ldap.po index 99fd594ff8e..fff13ea971a 100644 --- a/l10n/sl/user_ldap.po +++ b/l10n/sl/user_ldap.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-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-19 18:40+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 14:23+0000\n" "Last-Translator: mateju <>\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sq/core.po b/l10n/sq/core.po index 91da36714d5..b729018946f 100644 --- a/l10n/sq/core.po +++ b/l10n/sq/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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n" "MIME-Version: 1.0\n" @@ -443,6 +443,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -684,7 +688,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "%s është i disponueshëm. Merrni më shumë informacione mbi azhurnimin." -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Dalje" @@ -733,6 +737,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -746,13 +768,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/sq/settings.po b/l10n/sq/settings.po index aa2e54a28b2..06e60321f47 100644 --- a/l10n/sq/settings.po +++ b/l10n/sq/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "I përditësuar" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/sr/core.po b/l10n/sr/core.po index b54fbec4fae..72cb5d0f7d9 100644 --- a/l10n/sr/core.po +++ b/l10n/sr/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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n" "MIME-Version: 1.0\n" @@ -446,6 +446,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -687,7 +691,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Одјава" @@ -736,6 +740,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -749,13 +771,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/sr/settings.po b/l10n/sr/settings.po index 1bb001a19fd..fe453b840e4 100644 --- a/l10n/sr/settings.po +++ b/l10n/sr/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "Ажурирано" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "Шифровање" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/sr@latin/core.po b/l10n/sr@latin/core.po index 4a86f98a4cf..04ee128ae2f 100644 --- a/l10n/sr@latin/core.po +++ b/l10n/sr@latin/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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n" "MIME-Version: 1.0\n" @@ -447,6 +447,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -688,7 +692,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Odjava" @@ -737,6 +741,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -750,13 +772,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/sr@latin/settings.po b/l10n/sr@latin/settings.po index 0a6c80570d7..cb1bd946cb8 100644 --- a/l10n/sr@latin/settings.po +++ b/l10n/sr@latin/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/sv/core.po b/l10n/sv/core.po index 01d5676e0cb..de755284560 100644 --- a/l10n/sv/core.po +++ b/l10n/sv/core.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\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 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" @@ -448,6 +448,10 @@ msgstr "Fel under laddning utav dialog mall: {fel}" msgid "No tags selected for deletion." msgstr "Inga taggar valda för borttagning." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -589,7 +593,7 @@ msgstr "Hej där,⏎\n⏎\nville bara meddela dig att %s delade %s med dig.⏎\n #: templates/altmail.php:4 templates/mail.php:17 #, php-format msgid "The share will expire on %s." -msgstr "" +msgstr "Utdelningen kommer att upphöra %s." #: templates/altmail.php:7 templates/mail.php:20 msgid "Cheers!" @@ -689,7 +693,7 @@ msgstr "Avslutar ..." msgid "%s is available. Get more information on how to update." msgstr "%s är tillgänglig. Få mer information om hur du går tillväga för att uppdatera." -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Logga ut" @@ -738,6 +742,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "Hej där,<br><br>ville bara informera dig om att %s delade »%s« med dig.<br><a href=\"%s\">Titta på den!</a><br><br>" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "Hör av dig till din system administratör ifall detta meddelande fortsätter eller visas oväntat." + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Tack för ditt tålamod." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -751,13 +773,3 @@ msgstr "Denna ownCloud instans håller på att uppdatera, vilket kan ta ett tag. #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "Var god och ladda om denna sida efter en kort stund för att fortsätta använda ownCloud." - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "Hör av dig till din system administratör ifall detta meddelande fortsätter eller visas oväntat." - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Tack för ditt tålamod." diff --git a/l10n/sv/files.po b/l10n/sv/files.po index 13a1f42bc52..33c4d7e63c3 100644 --- a/l10n/sv/files.po +++ b/l10n/sv/files.po @@ -8,15 +8,16 @@ # Gunnar Norin <blittan@xbmc.org>, 2013 # Gustav Smedberg <shadow.elf@hotmail.com>, 2013 # medialabs, 2013 +# kallemooo <karl.h.thoren@gmail.com>, 2013 # Magnus Höglund <magnus@linux.com>, 2013 # medialabs, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\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 <owncloud-bot@tmit.eu>\n" +"POT-Creation-Date: 2013-11-26 04:01-0500\n" +"PO-Revision-Date: 2013-11-24 19:20+0000\n" +"Last-Translator: kallemooo <karl.h.thoren@gmail.com>\n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -190,7 +191,7 @@ msgstr "Radera permanent" msgid "Rename" msgstr "Byt namn" -#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:873 +#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:874 msgid "Pending" msgstr "Väntar" @@ -208,7 +209,7 @@ msgstr "ångra" #: js/filelist.js:576 msgid "Error deleting file." -msgstr "" +msgstr "Kunde inte ta bort filen." #: js/filelist.js:594 js/filelist.js:668 js/files.js:631 msgid "%n folder" @@ -226,7 +227,7 @@ msgstr[1] "%n filer" msgid "{dirs} and {files}" msgstr "{dirs} och {files}" -#: js/filelist.js:812 js/filelist.js:850 +#: js/filelist.js:813 js/filelist.js:851 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "Laddar upp %n fil" @@ -297,7 +298,7 @@ msgstr "Ändrad" #: lib/app.php:60 msgid "Invalid folder name. Usage of 'Shared' is reserved." -msgstr "" +msgstr "Ogiltigt mappnamn. Användande av 'Shared' är reserverat av ownCloud" #: lib/app.php:88 #, php-format diff --git a/l10n/sv/files_encryption.po b/l10n/sv/files_encryption.po index 2364ce5a8d4..592b0da0082 100644 --- a/l10n/sv/files_encryption.po +++ b/l10n/sv/files_encryption.po @@ -6,6 +6,7 @@ # Daniel Sandman <revoltism@gmail.com>, 2013 # Gustav Smedberg <shadow.elf@hotmail.com>, 2013 # medialabs, 2013 +# kallemooo <karl.h.thoren@gmail.com>, 2013 # Magnus Höglund <magnus@linux.com>, 2013 # medialabs, 2013 # Stefan Gagner <stefan@mei-ya.se>, 2013 @@ -13,9 +14,9 @@ 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 <owncloud-bot@tmit.eu>\n" +"POT-Creation-Date: 2013-11-26 04:01-0500\n" +"PO-Revision-Date: 2013-11-24 19:20+0000\n" +"Last-Translator: kallemooo <karl.h.thoren@gmail.com>\n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -72,7 +73,7 @@ msgid "" "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." -msgstr "" +msgstr "Din privata lösenordsnyckel är inte giltig! Troligen har ditt lösenord ändrats utanför %s (t.ex. i företagets katalogtjänst). Du kan uppdatera den privata lösenordsnyckeln under dina personliga inställningar för att återfå tillgång till dina filer." #: files/error.php:19 msgid "" diff --git a/l10n/sv/lib.po b/l10n/sv/lib.po index 8849d9cd235..e9c3f0c8834 100644 --- a/l10n/sv/lib.po +++ b/l10n/sv/lib.po @@ -5,15 +5,16 @@ # Translators: # Daniel Sandman <revoltism@gmail.com>, 2013 # medialabs, 2013 +# kallemooo <karl.h.thoren@gmail.com>, 2013 # Magnus Höglund <magnus@linux.com>, 2013 # medialabs, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\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 <owncloud-bot@tmit.eu>\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-24 19:20+0000\n" +"Last-Translator: kallemooo <karl.h.thoren@gmail.com>\n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -57,15 +58,15 @@ msgstr "Admin" msgid "Failed to upgrade \"%s\"." msgstr "Misslyckades med att uppgradera \"%s\"." -#: private/avatar.php:60 +#: private/avatar.php:62 msgid "Unknown filetype" msgstr "Okänd filtyp" -#: private/avatar.php:65 +#: private/avatar.php:67 msgid "Invalid image" msgstr "Ogiltig bild" -#: private/defaults.php:36 +#: private/defaults.php:34 msgid "web services under your control" msgstr "webbtjänster under din kontroll" @@ -94,7 +95,7 @@ msgstr "Valda filer är för stora för att skapa zip-fil." msgid "" "Please download the files separately in smaller chunks or kindly ask your " "administrator." -msgstr "" +msgstr "Ladda ner filerna i mindre bitar, separat eller fråga din administratör." #: private/installer.php:63 msgid "No source specified when installing app" diff --git a/l10n/sv/settings.po b/l10n/sv/settings.po index c905f8aafe4..bc0ab6d5c79 100644 --- a/l10n/sv/settings.po +++ b/l10n/sv/settings.po @@ -9,14 +9,15 @@ # Jan Busk, 2013 # Jan Busk, 2013 # medialabs, 2013 +# kallemooo <karl.h.thoren@gmail.com>, 2013 # Magnus Höglund <magnus@linux.com>, 2013 # medialabs, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" @@ -40,7 +41,7 @@ msgstr "" #: ajax/changedisplayname.php:34 msgid "Unable to change full name" -msgstr "" +msgstr "Kunde inte ändra hela namnet" #: ajax/creategroup.php:10 msgid "Group already exists" @@ -169,7 +170,7 @@ msgstr "Uppdaterad" msgid "Select a profile picture" msgstr "Välj en profilbild" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Dekrypterar filer... Vänligen vänta, detta kan ta en stund." @@ -522,7 +523,7 @@ msgstr "Ändra lösenord" #: templates/personal.php:58 templates/users.php:88 msgid "Full Name" -msgstr "" +msgstr "Hela namnet" #: templates/personal.php:73 msgid "Email" @@ -588,8 +589,8 @@ msgid "Encryption" msgstr "Kryptering" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "Appen för kryptering är inte längre aktiverad, dekryptera alla dina filer" +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "" #: templates/personal.php:154 msgid "Log-in password" @@ -643,7 +644,7 @@ msgstr "Lagring" #: templates/users.php:108 msgid "change full name" -msgstr "" +msgstr "ändra hela namnet" #: templates/users.php:112 msgid "set new password" diff --git a/l10n/sv/user_ldap.po b/l10n/sv/user_ldap.po index a5162828b3a..76def0e8913 100644 --- a/l10n/sv/user_ldap.po +++ b/l10n/sv/user_ldap.po @@ -14,9 +14,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\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:45+0000\n" -"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-24 19:30+0000\n" +"Last-Translator: kallemooo <karl.h.thoren@gmail.com>\n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -46,7 +46,7 @@ msgstr "Konfigurationen är riktig, men Bind felade. Var vänlig och kontrollera msgid "" "The configuration is invalid. Please have a look at the logs for further " "details." -msgstr "" +msgstr "Inställningen är ogiltig. Vänligen se ownCloud-loggen för fler detaljer." #: ajax/wizard.php:32 msgid "No action specified" @@ -95,15 +95,15 @@ msgstr "Fel" #: js/settings.js:674 msgid "Configuration OK" -msgstr "" +msgstr "Konfigurationen är OK" #: js/settings.js:683 msgid "Configuration incorrect" -msgstr "" +msgstr "Felaktig konfiguration" #: js/settings.js:692 msgid "Configuration incomplete" -msgstr "" +msgstr "Konfigurationen är ej komplett" #: js/settings.js:709 js/settings.js:718 msgid "Select groups" diff --git a/l10n/sw_KE/core.po b/l10n/sw_KE/core.po index 40242f9323e..a06d2be8e21 100644 --- a/l10n/sw_KE/core.po +++ b/l10n/sw_KE/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-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Swahili (Kenya) (http://www.transifex.com/projects/p/owncloud/language/sw_KE/)\n" "MIME-Version: 1.0\n" @@ -441,6 +441,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -682,7 +686,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "" @@ -731,6 +735,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -744,13 +766,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/sw_KE/settings.po b/l10n/sw_KE/settings.po index c2dcb0c2ace..59dc512dcc1 100644 --- a/l10n/sw_KE/settings.po +++ b/l10n/sw_KE/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Swahili (Kenya) (http://www.transifex.com/projects/p/owncloud/language/sw_KE/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/ta_LK/core.po b/l10n/ta_LK/core.po index 3f7ed3c7096..ad46a9a02c3 100644 --- a/l10n/ta_LK/core.po +++ b/l10n/ta_LK/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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n" "MIME-Version: 1.0\n" @@ -441,6 +441,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -682,7 +686,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "விடுபதிகை செய்க" @@ -731,6 +735,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -744,13 +766,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/ta_LK/settings.po b/l10n/ta_LK/settings.po index 2ff7787ddb9..0e22ebe2e53 100644 --- a/l10n/ta_LK/settings.po +++ b/l10n/ta_LK/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "மறைக்குறியீடு" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/te/core.po b/l10n/te/core.po index 54e4d2e43cb..140efdb84e5 100644 --- a/l10n/te/core.po +++ b/l10n/te/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-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Telugu (http://www.transifex.com/projects/p/owncloud/language/te/)\n" "MIME-Version: 1.0\n" @@ -441,6 +441,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -682,7 +686,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "నిష్క్రమించు" @@ -731,6 +735,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -744,13 +766,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/te/settings.po b/l10n/te/settings.po index e1e3f92cef8..dc4cd8d7096 100644 --- a/l10n/te/settings.po +++ b/l10n/te/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Telugu (http://www.transifex.com/projects/p/owncloud/language/te/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/templates/core.pot b/l10n/templates/core.pot index 8cc41112116..754bcf3f901 100644 --- a/l10n/templates/core.pot +++ b/l10n/templates/core.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -442,6 +442,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a href=" @@ -683,7 +687,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "" @@ -732,6 +736,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -745,13 +767,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/templates/files.pot b/l10n/templates/files.pot index fff2008e1dd..cba087467a1 100644 --- a/l10n/templates/files.pot +++ b/l10n/templates/files.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -183,7 +183,7 @@ msgstr "" msgid "Rename" msgstr "" -#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:873 +#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:874 msgid "Pending" msgstr "" @@ -219,7 +219,7 @@ msgstr[1] "" msgid "{dirs} and {files}" msgstr "" -#: js/filelist.js:812 js/filelist.js:850 +#: js/filelist.js:813 js/filelist.js:851 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" diff --git a/l10n/templates/files_encryption.pot b/l10n/templates/files_encryption.pot index f7ab0743ea5..2c1820d79a3 100644 --- a/l10n/templates/files_encryption.pot +++ b/l10n/templates/files_encryption.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/files_external.pot b/l10n/templates/files_external.pot index 48cb619276e..3b1d6e008a6 100644 --- a/l10n/templates/files_external.pot +++ b/l10n/templates/files_external.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -37,20 +37,20 @@ msgstr "" msgid "Error configuring Google Drive storage" msgstr "" -#: lib/config.php:461 +#: lib/config.php:466 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "" -#: lib/config.php:465 +#: lib/config.php:470 msgid "" "<b>Warning:</b> 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:468 +#: lib/config.php:473 msgid "" "<b>Warning:</b> 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/templates/files_sharing.pot b/l10n/templates/files_sharing.pot index 08231a099d8..0fc591c8a2d 100644 --- a/l10n/templates/files_sharing.pot +++ b/l10n/templates/files_sharing.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/files_trashbin.pot b/l10n/templates/files_trashbin.pot index 9fb41e83b3d..d7f54c860fe 100644 --- a/l10n/templates/files_trashbin.pot +++ b/l10n/templates/files_trashbin.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -17,7 +17,7 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: ajax/delete.php:42 +#: ajax/delete.php:59 #, php-format msgid "Couldn't delete %s permanently" msgstr "" @@ -27,7 +27,7 @@ msgstr "" msgid "Couldn't restore %s" msgstr "" -#: js/trash.js:18 js/trash.js:44 js/trash.js:121 js/trash.js:149 +#: js/trash.js:18 js/trash.js:45 js/trash.js:123 js/trash.js:176 msgid "Error" msgstr "" @@ -35,23 +35,23 @@ msgstr "" msgid "restored" msgstr "" -#: templates/index.php:8 +#: templates/index.php:7 msgid "Nothing in here. Your trash bin is empty!" msgstr "" -#: templates/index.php:22 +#: templates/index.php:20 msgid "Name" msgstr "" -#: templates/index.php:25 templates/index.php:27 +#: templates/index.php:23 templates/index.php:25 msgid "Restore" msgstr "" -#: templates/index.php:33 +#: templates/index.php:31 msgid "Deleted" msgstr "" -#: templates/index.php:36 templates/index.php:37 +#: templates/index.php:34 templates/index.php:35 msgid "Delete" msgstr "" diff --git a/l10n/templates/files_versions.pot b/l10n/templates/files_versions.pot index bfd98924c3b..9f113298297 100644 --- a/l10n/templates/files_versions.pot +++ b/l10n/templates/files_versions.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/lib.pot b/l10n/templates/lib.pot index 8f0c9d65950..3ec8cf565f8 100644 --- a/l10n/templates/lib.pot +++ b/l10n/templates/lib.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -62,7 +62,7 @@ msgstr "" msgid "Invalid image" msgstr "" -#: private/defaults.php:36 +#: private/defaults.php:34 msgid "web services under your control" msgstr "" diff --git a/l10n/templates/private.pot b/l10n/templates/private.pot index 67d668d6bda..98e978b10e5 100644 --- a/l10n/templates/private.pot +++ b/l10n/templates/private.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -62,7 +62,7 @@ msgstr "" msgid "Invalid image" msgstr "" -#: defaults.php:36 +#: defaults.php:34 msgid "web services under your control" msgstr "" diff --git a/l10n/templates/settings.pot b/l10n/templates/settings.pot index 16dd042144d..162e2812774 100644 --- a/l10n/templates/settings.pot +++ b/l10n/templates/settings.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -160,7 +160,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -578,7 +578,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/templates/user_ldap.pot b/l10n/templates/user_ldap.pot index f7a0d0294f1..661632d7205 100644 --- a/l10n/templates/user_ldap.pot +++ b/l10n/templates/user_ldap.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/user_webdavauth.pot b/l10n/templates/user_webdavauth.pot index dd85e9de27b..b643fd105f3 100644 --- a/l10n/templates/user_webdavauth.pot +++ b/l10n/templates/user_webdavauth.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/th_TH/core.po b/l10n/th_TH/core.po index d4c5c927d8e..1ace0012afb 100644 --- a/l10n/th_TH/core.po +++ b/l10n/th_TH/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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" @@ -436,6 +436,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -677,7 +681,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "ออกจากระบบ" @@ -726,6 +730,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -739,13 +761,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/th_TH/settings.po b/l10n/th_TH/settings.po index f9171252837..c0bcf01f4f5 100644 --- a/l10n/th_TH/settings.po +++ b/l10n/th_TH/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "อัพเดทแล้ว" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "การเข้ารหัส" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/tr/core.po b/l10n/tr/core.po index 04018d4eda1..4f499cc0649 100644 --- a/l10n/tr/core.po +++ b/l10n/tr/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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" -"Last-Translator: volkangezer <volkangezer@gmail.com>\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" +"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -445,6 +445,10 @@ msgstr "İletişim şablonu yüklenirken hata: {error}" msgid "No tags selected for deletion." msgstr "Silmek için bir etiket seçilmedi." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -686,7 +690,7 @@ msgstr "Tamamlanıyor .." msgid "%s is available. Get more information on how to update." msgstr "%s mevcuttur. Güncelleştirme hakkında daha fazla bilgi alın." -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Çıkış yap" @@ -735,6 +739,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "Merhaba, <br><br> %s sizinle »%s« paylaşımında bulundu.<br><a href=\"%s\">Paylaşımı gör!</a><br><br>İyi günler!" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "Bu ownCloud örneği şu anda tek kullanıcı kipinde." + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "Bu, örneği sadece yöneticiler kullanabilir demektir." + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "Eğer bu ileti görünmeye devam ederse veya beklenmedik şekilde ortaya çıkmışsa sistem yöneticinizle iletişime geçin." + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Sabrınız için teşekkür ederiz." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -748,13 +770,3 @@ msgstr "Bu ownCloud örneği şu anda güncelleniyor, bu biraz zaman alabilir." #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "ownCloud kullanmaya devam etmek için kısa bir süre sonra lütfen sayfayı yenileyin." - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "Eğer bu ileti görünmeye devam ederse veya beklenmedik şekilde ortaya çıkmışsa sistem yöneticinizle iletişime geçin." - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Sabrınız için teşekkür ederiz." diff --git a/l10n/tr/settings.po b/l10n/tr/settings.po index b00968a6a60..081cdb5b721 100644 --- a/l10n/tr/settings.po +++ b/l10n/tr/settings.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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 18:00+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 14:24+0000\n" "Last-Translator: volkangezer <volkangezer@gmail.com>\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" @@ -165,7 +165,7 @@ msgstr "Güncellendi" msgid "Select a profile picture" msgstr "Bir profil fotoğrafı seçin" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Dosyaların şifresi çözülüyor... Lütfen bekleyin, bu biraz zaman alabilir." @@ -584,8 +584,8 @@ msgid "Encryption" msgstr "Şifreleme" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "Şifreleme uygulaması artık etkin değil, tüm dosyalarınızın şifresini çözün" +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "Şifreleme uygulaması artık etkin değil, tüm dosyalarınızın şifrelemesini kaldırın" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/tzm/core.po b/l10n/tzm/core.po index d561811c9d8..fa6c130d652 100644 --- a/l10n/tzm/core.po +++ b/l10n/tzm/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-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Central Atlas Tamazight (http://www.transifex.com/projects/p/owncloud/language/tzm/)\n" "MIME-Version: 1.0\n" @@ -441,6 +441,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -682,7 +686,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "" @@ -731,6 +735,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -744,13 +766,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/tzm/settings.po b/l10n/tzm/settings.po index 5733e6de3b0..ac9bf0095b4 100644 --- a/l10n/tzm/settings.po +++ b/l10n/tzm/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Central Atlas Tamazight (http://www.transifex.com/projects/p/owncloud/language/tzm/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/ug/core.po b/l10n/ug/core.po index e1c5feef261..1dea95201fe 100644 --- a/l10n/ug/core.po +++ b/l10n/ug/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-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Uighur (http://www.transifex.com/projects/p/owncloud/language/ug/)\n" "MIME-Version: 1.0\n" @@ -436,6 +436,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -677,7 +681,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "تىزىمدىن چىق" @@ -726,6 +730,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -739,13 +761,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/ug/settings.po b/l10n/ug/settings.po index fa5d7e9538a..0377658daac 100644 --- a/l10n/ug/settings.po +++ b/l10n/ug/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Uighur (http://www.transifex.com/projects/p/owncloud/language/ug/)\n" "MIME-Version: 1.0\n" @@ -162,7 +162,7 @@ msgstr "يېڭىلاندى" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -581,7 +581,7 @@ msgid "Encryption" msgstr "شىفىرلاش" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/uk/core.po b/l10n/uk/core.po index b78c836b6ec..bd219517106 100644 --- a/l10n/uk/core.po +++ b/l10n/uk/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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" @@ -446,6 +446,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -687,7 +691,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Вихід" @@ -736,6 +740,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -749,13 +771,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/uk/settings.po b/l10n/uk/settings.po index 9ce59048cef..615974708aa 100644 --- a/l10n/uk/settings.po +++ b/l10n/uk/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" @@ -162,7 +162,7 @@ msgstr "Оновлено" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -581,7 +581,7 @@ msgid "Encryption" msgstr "Шифрування" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/ur_PK/core.po b/l10n/ur_PK/core.po index f659ff25f11..5a1982d167d 100644 --- a/l10n/ur_PK/core.po +++ b/l10n/ur_PK/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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Urdu (Pakistan) (http://www.transifex.com/projects/p/owncloud/language/ur_PK/)\n" "MIME-Version: 1.0\n" @@ -441,6 +441,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -682,7 +686,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "لاگ آؤٹ" @@ -731,6 +735,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -744,13 +766,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/ur_PK/settings.po b/l10n/ur_PK/settings.po index 4b3b5ee77cf..4eca9eb604c 100644 --- a/l10n/ur_PK/settings.po +++ b/l10n/ur_PK/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Urdu (Pakistan) (http://www.transifex.com/projects/p/owncloud/language/ur_PK/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/uz/core.po b/l10n/uz/core.po index 43f4bf98d50..3f6485c0eba 100644 --- a/l10n/uz/core.po +++ b/l10n/uz/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-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Uzbek (http://www.transifex.com/projects/p/owncloud/language/uz/)\n" "MIME-Version: 1.0\n" @@ -436,6 +436,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -677,7 +681,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "" @@ -726,6 +730,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -739,13 +761,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/uz/settings.po b/l10n/uz/settings.po index 724eec9f357..c041320c117 100644 --- a/l10n/uz/settings.po +++ b/l10n/uz/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Uzbek (http://www.transifex.com/projects/p/owncloud/language/uz/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/vi/core.po b/l10n/vi/core.po index 86c311e74d0..b8f87b5aa62 100644 --- a/l10n/vi/core.po +++ b/l10n/vi/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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n" "MIME-Version: 1.0\n" @@ -437,6 +437,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -678,7 +682,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "%s còn trống. Xem thêm thông tin cách cập nhật." -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "Đăng xuất" @@ -727,6 +731,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -740,13 +762,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/vi/settings.po b/l10n/vi/settings.po index 5782ebe9c6c..808fed3dfc2 100644 --- a/l10n/vi/settings.po +++ b/l10n/vi/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "Đã cập nhật" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "Mã hóa" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/zh_CN/core.po b/l10n/zh_CN/core.po index 5b59640cf72..f70dd38356d 100644 --- a/l10n/zh_CN/core.po +++ b/l10n/zh_CN/core.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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -440,6 +440,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -681,7 +685,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "%s 可用。获取更多关于如何升级的信息。" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "注销" @@ -730,6 +734,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -743,13 +765,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/zh_CN/settings.po b/l10n/zh_CN/settings.po index a0089b656a5..5a72d63b06d 100644 --- a/l10n/zh_CN/settings.po +++ b/l10n/zh_CN/settings.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -166,7 +166,7 @@ msgstr "已更新" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "正在解密文件... 请稍等,可能需要一些时间。" @@ -585,8 +585,8 @@ msgid "Encryption" msgstr "加密" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "加密 app 未启用,将解密您所有文件" +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/zh_HK/core.po b/l10n/zh_HK/core.po index 9734c1db77f..a74b1167d38 100644 --- a/l10n/zh_HK/core.po +++ b/l10n/zh_HK/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-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\n" "MIME-Version: 1.0\n" @@ -436,6 +436,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -677,7 +681,7 @@ msgstr "" msgid "%s is available. Get more information on how to update." msgstr "" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "登出" @@ -726,6 +730,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -739,13 +761,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/zh_HK/settings.po b/l10n/zh_HK/settings.po index be832ab5f6d..286d748774a 100644 --- a/l10n/zh_HK/settings.po +++ b/l10n/zh_HK/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "加密" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/zh_TW/core.po b/l10n/zh_TW/core.po index 6fd41d8e78a..6c600a4462a 100644 --- a/l10n/zh_TW/core.po +++ b/l10n/zh_TW/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-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" @@ -438,6 +438,10 @@ msgstr "載入對話樣板出錯:{error}" msgid "No tags selected for deletion." msgstr "沒有選擇要刪除的標籤" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the <a " @@ -679,7 +683,7 @@ msgstr "即將完成…" msgid "%s is available. Get more information on how to update." msgstr "%s 已經釋出,瞭解更多資訊以進行更新。" -#: templates/layout.user.php:71 +#: templates/layout.user.php:71 templates/singleuser.user.php:8 msgid "Log out" msgstr "登出" @@ -728,6 +732,24 @@ msgid "" "href=\"%s\">View it!</a><br><br>" msgstr "嗨,<br><br>%s 和你分享了 %s ,到<a href=\"%s\">這裡</a>看它<br><br>" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "若這個訊息持續出現,請聯絡系統管理員" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "感謝您的耐心" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -741,13 +763,3 @@ msgstr "ownCloud 正在升級,請稍待一會。" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "請稍後重新載入這個頁面就可以繼續使用 ownCloud" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "若這個訊息持續出現,請聯絡系統管理員" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "感謝您的耐心" diff --git a/l10n/zh_TW/settings.po b/l10n/zh_TW/settings.po index a45392403d7..70390ca0bb8 100644 --- a/l10n/zh_TW/settings.po +++ b/l10n/zh_TW/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-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" @@ -162,7 +162,7 @@ msgstr "已更新" msgid "Select a profile picture" msgstr "選擇大頭貼" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "檔案解密中,請稍候。" @@ -581,8 +581,8 @@ msgid "Encryption" msgstr "加密" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "加密應用程式已經停用,請您解密您所有的檔案" +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "" #: templates/personal.php:154 msgid "Log-in password" diff --git a/lib/l10n/cs_CZ.php b/lib/l10n/cs_CZ.php index 0e44dd2a4bd..c9d9e50a2f0 100644 --- a/lib/l10n/cs_CZ.php +++ b/lib/l10n/cs_CZ.php @@ -16,6 +16,7 @@ $TRANSLATIONS = array( "Files need to be downloaded one by one." => "Soubory musí být stahovány jednotlivě.", "Back to Files" => "Zpět k souborům", "Selected files too large to generate zip file." => "Vybrané soubory jsou příliš velké pro vytvoření ZIP souboru.", +"Please download the files separately in smaller chunks or kindly ask your administrator." => "Prosím stáhněte soubory odděleně v menších množstvích nebo požádejte vašeho správce.", "No source specified when installing app" => "Nebyl zadán zdroj při instalaci aplikace", "No href specified when installing app from http" => "Nebyl zadán odkaz pro instalaci aplikace z HTTP", "No path specified when installing app from local file" => "Nebyla zadána cesta pro instalaci aplikace z místního souboru", diff --git a/lib/l10n/fr.php b/lib/l10n/fr.php index c9767565b18..82d5739e540 100644 --- a/lib/l10n/fr.php +++ b/lib/l10n/fr.php @@ -16,6 +16,7 @@ $TRANSLATIONS = array( "Files need to be downloaded one by one." => "Les fichiers nécessitent d'être téléchargés un par un.", "Back to Files" => "Retour aux Fichiers", "Selected files too large to generate zip file." => "Les fichiers sélectionnés sont trop volumineux pour être compressés.", +"Please download the files separately in smaller chunks or kindly ask your administrator." => "Merci de télécharger les fichiers séparément en parties plus petites, ou demandez aimablement à votre administrateur.", "No source specified when installing app" => "Aucune source spécifiée pour installer l'application", "No href specified when installing app from http" => "Aucun href spécifié pour installer l'application par http", "No path specified when installing app from local file" => "Aucun chemin spécifié pour installer l'application depuis un fichier local", diff --git a/lib/l10n/sl.php b/lib/l10n/sl.php index 56be601f54d..49c9c6a3b29 100644 --- a/lib/l10n/sl.php +++ b/lib/l10n/sl.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"No app name specified" => "Ni podanega imena programa", "Help" => "Pomoč", "Personal" => "Osebno", "Settings" => "Nastavitve", @@ -14,6 +15,10 @@ $TRANSLATIONS = array( "Files need to be downloaded one by one." => "Datoteke je mogoče prejeti le posamično.", "Back to Files" => "Nazaj na datoteke", "Selected files too large to generate zip file." => "Izbrane datoteke so prevelike za ustvarjanje datoteke arhiva zip.", +"No source specified when installing app" => "Ni podanega vira med nameščenjem programa", +"No href specified when installing app from http" => "Ni podanega podatka naslova HREF med nameščenjem programa preko protokola HTTP.", +"No path specified when installing app from local file" => "Ni podane poti med nameščenjem programa iz krajevne datoteke", +"Archives of type %s are not supported" => "Arhivi vrste %s niso podprti", "App directory already exists" => "Programska mapa že obstaja", "Application is not enabled" => "Program ni omogočen", "Authentication error" => "Napaka overjanja", diff --git a/lib/l10n/sv.php b/lib/l10n/sv.php index 66cd34f73dd..4f04cbe3159 100644 --- a/lib/l10n/sv.php +++ b/lib/l10n/sv.php @@ -16,6 +16,7 @@ $TRANSLATIONS = array( "Files need to be downloaded one by one." => "Filer laddas ner en åt gången.", "Back to Files" => "Tillbaka till Filer", "Selected files too large to generate zip file." => "Valda filer är för stora för att skapa zip-fil.", +"Please download the files separately in smaller chunks or kindly ask your administrator." => "Ladda ner filerna i mindre bitar, separat eller fråga din administratör.", "No source specified when installing app" => "Ingen källa angiven vid installation av app ", "No href specified when installing app from http" => "Ingen href angiven vid installation av app från http", "No path specified when installing app from local file" => "Ingen sökväg angiven vid installation av app från lokal fil", diff --git a/lib/private/log/owncloud.php b/lib/private/log/owncloud.php index 15cace88f41..4c86d0e45e0 100644 --- a/lib/private/log/owncloud.php +++ b/lib/private/log/owncloud.php @@ -68,6 +68,8 @@ class OC_Log_Owncloud { $timezone = new DateTimeZone('UTC'); } $time = new DateTime(null, $timezone); + // remove username/passswords from URLs before writing the to the log file + $message = preg_replace('/\/\/(.*):(.*)@/', '//xxx:xxx@', $message); $entry=array('app'=>$app, 'message'=>$message, 'level'=>$level, 'time'=> $time->format($format)); $entry = json_encode($entry); $handle = @fopen(self::$logFile, 'a'); diff --git a/lib/private/repair.php b/lib/private/repair.php new file mode 100644 index 00000000000..e9de3baa7ce --- /dev/null +++ b/lib/private/repair.php @@ -0,0 +1,21 @@ +<?php +/** + * Copyright (c) 2013 Robin Appelman <icewind@owncloud.com> + * This file is licensed under the Affero General Public License version 3 or + * later. + * See the COPYING-README file. + */ + +namespace OC; + +use OC\Hooks\BasicEmitter; + +class Repair extends BasicEmitter { + /** + * run a series of repair steps for common problems + * progress can be reported by emitting \OC\Repair::step events + */ + public function run() { + $this->emit('\OC\Repair', 'step', array('No repair steps configured at the moment')); + } +} diff --git a/lib/private/request.php b/lib/private/request.php index 7a75bf25208..37d918d2032 100755 --- a/lib/private/request.php +++ b/lib/private/request.php @@ -142,17 +142,30 @@ class OC_Request { $requestUri = '/' . ltrim($requestUri, '/'); } + // Remove the query string from REQUEST_URI + if ($pos = strpos($requestUri, '?')) { + $requestUri = substr($requestUri, 0, $pos); + } + $scriptName = $_SERVER['SCRIPT_NAME']; - // in case uri and script name don't match we better throw an exception - if (strpos($requestUri, $scriptName) !== 0) { - throw new Exception("REQUEST_URI($requestUri) does not start with the SCRIPT_NAME($scriptName)"); + $path_info = $requestUri; + + // strip off the script name's dir and file name + list($path, $name) = \Sabre_DAV_URLUtil::splitPath($scriptName); + if (!empty($path)) { + if( $path === $path_info || strpos($path_info, $path.'/') === 0) { + $path_info = substr($path_info, strlen($path)); + } else { + throw new Exception("The requested uri($requestUri) cannot be processed by the script '$scriptName')"); + } } - $path_info = substr($requestUri, strlen($scriptName)); - // Remove the query string from REQUEST_URI - if ($pos = strpos($path_info, '?')) { - $path_info = substr($path_info, 0, $pos); + if (strpos($path_info, '/'.$name) === 0) { + $path_info = substr($path_info, strlen($name) + 1); } - return $path_info; + if (strpos($path_info, $name) === 0) { + $path_info = substr($path_info, strlen($name)); + } + return rtrim($path_info, '/'); } /** diff --git a/lib/private/updater.php b/lib/private/updater.php index a1b07c5a242..764a0f14120 100644 --- a/lib/private/updater.php +++ b/lib/private/updater.php @@ -37,7 +37,7 @@ class Updater extends BasicEmitter { /** * Check if a new version is available - * @param string $updateUrl the url to check, i.e. 'http://apps.owncloud.com/updater.php' + * @param string $updaterUrl the url to check, i.e. 'http://apps.owncloud.com/updater.php' * @return array | bool */ public function check($updaterUrl) { @@ -116,6 +116,10 @@ class Updater extends BasicEmitter { \OC_App::checkAppsRequirements(); // load all apps to also upgrade enabled apps \OC_App::loadApps(); + + $repair = new Repair(); + $repair->run(); + \OC_Config::setValue('maintenance', false); $this->emit('\OC\Updater', 'maintenanceEnd'); } diff --git a/settings/ajax/decryptall.php b/settings/ajax/decryptall.php index e53067931e8..ebc17aacfaa 100644 --- a/settings/ajax/decryptall.php +++ b/settings/ajax/decryptall.php @@ -1,5 +1,8 @@ <?php +OCP\JSON::checkLoggedIn(); +OCP\JSON::callCheck(); + //encryption app needs to be loaded OC_App::loadApp('files_encryption'); diff --git a/settings/l10n/ca.php b/settings/l10n/ca.php index 8d47f28415d..990c86f2a3e 100644 --- a/settings/l10n/ca.php +++ b/settings/l10n/ca.php @@ -126,7 +126,6 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "Useu aquesta adreça per <a href=\"%s\" target=\"_blank\">accedir als fitxers via WebDAV</a>", "Encryption" => "Xifrat", -"The encryption app is no longer enabled, decrypt all your file" => "L'aplicació d'encriptació ja no està activada, desencripteu tots els vostres fitxers.", "Log-in password" => "Contrasenya d'accés", "Decrypt all Files" => "Desencripta tots els fitxers", "Login Name" => "Nom d'accés", diff --git a/settings/l10n/cs_CZ.php b/settings/l10n/cs_CZ.php index 47b29d22803..f71dfeea85e 100644 --- a/settings/l10n/cs_CZ.php +++ b/settings/l10n/cs_CZ.php @@ -48,6 +48,11 @@ $TRANSLATIONS = array( "A valid password must be provided" => "Musíte zadat platné heslo", "Warning: Home directory for user \"{user}\" already exists" => "Varování: Osobní složka uživatele \"{user}\" již existuje.", "__language_name__" => "Česky", +"Everything (fatal issues, errors, warnings, info, debug)" => "Vše (fatální problémy, chyby, varování, informační, ladící)", +"Info, warnings, errors and fatal issues" => "informační, varování, chyby a fatální problémy", +"Warnings, errors and fatal issues" => "Varování, chyby a fatální problémy", +"Errors and fatal issues" => "Chyby a fatální problémy", +"Fatal issues only" => "Pouze fatální problémy", "Security Warning" => "Bezpečnostní upozornění", "Your data directory and your files are probably accessible from the internet. The .htaccess file is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Váš datový adresář i vaše soubory jsou pravděpodobně přístupné z internetu. Soubor .htaccess nefunguje. Důrazně doporučujeme nakonfigurovat webový server tak, aby datový adresář nebyl nadále přístupný, nebo přesunout datový adresář mimo prostor zpřístupňovaný webovým serverem.", "Setup Warning" => "Upozornění nastavení", @@ -56,6 +61,9 @@ $TRANSLATIONS = array( "Module 'fileinfo' missing" => "Schází modul 'fileinfo'", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "Schází PHP modul 'fileinfo'. Doporučujeme jej povolit pro nejlepší výsledky detekce typů MIME.", "Locale not working" => "Lokalizace nefunguje", +"System locale can not be set to a one which supports UTF-8." => "Není možné nastavit znakovou sadu, která podporuje UTF-8.", +"This means that there might be problems with certain characters in file names." => "To znamená, že se mohou vyskytnout problémy s určitými znaky v názvech souborů.", +"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Velmi doporučujeme nainstalovat na váš systém požadované balíčky podporující jednu z následujících znakových sad: %s.", "Internet connection not working" => "Připojení k internetu nefunguje", "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." => "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.", "Cron" => "Cron", @@ -119,8 +127,9 @@ $TRANSLATIONS = array( "Language" => "Jazyk", "Help translate" => "Pomoci s překladem", "WebDAV" => "WebDAV", +"Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "Použijte <a href=\"%s/server/5.0/user_manual/files/files.html\" target=\"_blank\">tuto adresu pro přístup k vašim souborům přes WebDAV</a>", "Encryption" => "Šifrování", -"The encryption app is no longer enabled, decrypt all your file" => "Šifrovací aplikace již není zapnuta, odšifrujte všechny své soubory", +"The encryption app is no longer enabled, please decrypt all your files" => "Šifrovací aplikace již není spuštěna, dešifrujte prosím všechny své soubory", "Log-in password" => "Přihlašovací heslo", "Decrypt all Files" => "Odšifrovat všechny soubory", "Login Name" => "Přihlašovací jméno", diff --git a/settings/l10n/da.php b/settings/l10n/da.php index 42bbf8409f4..00e1fd68b3d 100644 --- a/settings/l10n/da.php +++ b/settings/l10n/da.php @@ -114,7 +114,6 @@ $TRANSLATIONS = array( "Help translate" => "Hjælp med oversættelsen", "WebDAV" => "WebDAV", "Encryption" => "Kryptering", -"The encryption app is no longer enabled, decrypt all your file" => "Krypterings app'en er ikke længere aktiv. Dekrypter alle dine filer. ", "Log-in password" => "Log-in kodeord", "Decrypt all Files" => "Dekrypter alle Filer ", "Login Name" => "Loginnavn", diff --git a/settings/l10n/de.php b/settings/l10n/de.php index e4e1ff30836..9323eb0a0cc 100644 --- a/settings/l10n/de.php +++ b/settings/l10n/de.php @@ -129,7 +129,7 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "Verwenden Sie diese Adresse, um <a href=\"%s\" target=\"_blank\">via WebDAV auf Ihre Dateien zuzugreifen</a>", "Encryption" => "Verschlüsselung", -"The encryption app is no longer enabled, decrypt all your file" => "Die Anwendung zur Verschlüsselung ist nicht länger aktiv, all Ihre Dateien werden entschlüsselt.", +"The encryption app is no longer enabled, please decrypt all your files" => "Die Verschlüsselungsanwendung ist nicht länger aktiviert, bitte entschlüsseln Sie alle ihre Daten.", "Log-in password" => "Login-Passwort", "Decrypt all Files" => "Alle Dateien entschlüsseln", "Login Name" => "Loginname", diff --git a/settings/l10n/de_CH.php b/settings/l10n/de_CH.php index 83e00bb7279..c313cd18b46 100644 --- a/settings/l10n/de_CH.php +++ b/settings/l10n/de_CH.php @@ -98,7 +98,6 @@ $TRANSLATIONS = array( "Help translate" => "Helfen Sie bei der Übersetzung", "WebDAV" => "WebDAV", "Encryption" => "Verschlüsselung", -"The encryption app is no longer enabled, decrypt all your file" => "Die Anwendung zur Verschlüsselung ist nicht länger aktiv, all Ihre Dateien werden entschlüsselt. ", "Log-in password" => "Login-Passwort", "Decrypt all Files" => "Alle Dateien entschlüsseln", "Login Name" => "Loginname", diff --git a/settings/l10n/de_DE.php b/settings/l10n/de_DE.php index a227a93388b..086d7b9c49c 100644 --- a/settings/l10n/de_DE.php +++ b/settings/l10n/de_DE.php @@ -129,7 +129,7 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "Verwenden Sie diese Adresse, um <a href=\"%s\" target=\"_blank\">via WebDAV auf Ihre Dateien zuzugreifen</a>", "Encryption" => "Verschlüsselung", -"The encryption app is no longer enabled, decrypt all your file" => "Die Anwendung zur Verschlüsselung ist nicht länger aktiv, all Ihre Dateien werden entschlüsselt. ", +"The encryption app is no longer enabled, please decrypt all your files" => "Die Verschlüsselungsanwendung ist nicht länger aktiv, bitte entschlüsseln Sie alle ihre Daten", "Log-in password" => "Login-Passwort", "Decrypt all Files" => "Alle Dateien entschlüsseln", "Login Name" => "Loginname", diff --git a/settings/l10n/el.php b/settings/l10n/el.php index 54317ca66ca..71a751c1a59 100644 --- a/settings/l10n/el.php +++ b/settings/l10n/el.php @@ -17,6 +17,10 @@ $TRANSLATIONS = array( "Unable to remove user from group %s" => "Αδυναμία αφαίρεσης χρήστη από την ομάδα %s", "Couldn't update app." => "Αδυναμία ενημέρωσης εφαρμογής", "Wrong password" => "Εσφαλμένο συνθηματικό", +"No user supplied" => "Δεν εισήχθη χρήστης", +"Please provide an admin recovery password, otherwise all user data will be lost" => "Παρακαλώ παρέχετε έναν κωδικό ανάκτησης διαχειριστή, διαφορετικά όλα τα δεδομένα χρήστη θα χαθούν", +"Wrong admin recovery password. Please check the password and try again." => "Λάθος κωδικός ανάκτησης διαχειριστή. Παρακαλώ ελέγξτε τον κωδικό και δοκιμάστε ξανά.", +"Back-end doesn't support password change, but the users encryption key was successfully updated." => "Το βασικό πλαίσιο δεν υποστηρίζει αλλαγή κωδικού, αλλά το κλειδί κρυπτογράφησης των χρηστών ενημερώθηκε επιτυχώς.", "Unable to change password" => "Αδυναμία αλλαγής συνθηματικού", "Update to {appversion}" => "Ενημέρωση σε {appversion}", "Disable" => "Απενεργοποίηση", @@ -30,6 +34,7 @@ $TRANSLATIONS = array( "Update" => "Ενημέρωση", "Updated" => "Ενημερώθηκε", "Select a profile picture" => "Επιλογή εικόνας προφίλ", +"Decrypting files... Please wait, this can take some time." => "Αποκρυπτογράφηση αρχείων... Παρακαλώ περιμένετε, αυτό μπορεί να πάρει κάποιο χρόνο.", "Saving..." => "Γίνεται αποθήκευση...", "deleted" => "διαγράφηκε", "undo" => "αναίρεση", @@ -41,7 +46,12 @@ $TRANSLATIONS = array( "A valid username must be provided" => "Πρέπει να δοθεί έγκυρο όνομα χρήστη", "Error creating user" => "Σφάλμα δημιουργίας χρήστη", "A valid password must be provided" => "Πρέπει να δοθεί έγκυρο συνθηματικό", +"Warning: Home directory for user \"{user}\" already exists" => "Προειδοποίηση: Ο μητρικός κατάλογος του χρήστη \"{user}\" υπάρχει ήδη", "__language_name__" => "__όνομα_γλώσσας__", +"Everything (fatal issues, errors, warnings, info, debug)" => "Όλα (καίρια ζητήματα, σφάλματα, προειδοποιήσεις, πληροφορίες, αποσφαλμάτωση)", +"Info, warnings, errors and fatal issues" => "Πληροφορίες, προειδοποιήσεις, σφάλματα και καίρια ζητήματα", +"Warnings, errors and fatal issues" => "Προειδοποιήσεις, σφάλματα και καίρια ζητήματα", +"Errors and fatal issues" => "Σφάλματα και καίρια ζητήματα", "Fatal issues only" => "Καίρια ζητήματα μόνο", "Security Warning" => "Προειδοποίηση Ασφαλείας", "Your data directory and your files are probably accessible from the internet. The .htaccess file is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Ο κατάλογος δεδομένων και τα αρχεία σας πιθανόν να είναι διαθέσιμα στο διαδίκτυο. Το αρχείο .htaccess δεν δουλεύει. Σας προτείνουμε ανεπιφύλακτα να ρυθμίσετε το διακομιστή σας με τέτοιο τρόπο ώστε ο κατάλογος δεδομένων να μην είναι πλέον προσβάσιμος ή να μετακινήσετε τον κατάλογο δεδομένων έξω από τη ρίζα του καταλόγου του διακομιστή.", @@ -51,11 +61,15 @@ $TRANSLATIONS = array( "Module 'fileinfo' missing" => "Η ενοτητα 'fileinfo' λειπει", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "Η PHP ενοτητα 'fileinfo' λειπει. Σας συνιστούμε να ενεργοποιήσετε αυτή την ενότητα για να έχετε καλύτερα αποτελέσματα με τον εντοπισμό τύπου MIME. ", "Locale not working" => "Η μετάφραση δεν δουλεύει", +"System locale can not be set to a one which supports UTF-8." => "Οι ρυθμίσεις τοποθεσίας συστήματος δεν μπορούν να οριστούν σε κάποιες που δεν υποστηρίζουν UTF-8.", "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 one of the following locales: %s." => "Συνιστούμε σοβαρά να εγκαταστήσετε τα απαιτούμενα πακέτα στο σύστημά σας ώστε να υποστηρίζεται μια από τις ακόλουθες ρυθμίσεις τοποθεσίας: %s.", "Internet connection not working" => "Η σύνδεση στο διαδίκτυο δεν δουλεύει", +"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." => "Αυτός ο διακομιστής δεν έχει ενεργή σύνδεση στο διαδίκτυο. Αυτό σημαίνει ότι κάποιες υπηρεσίες όπως η σύνδεση με εξωτερικούς αποθηκευτικούς χώρους, ειδοποιήσεις περί ενημερώσεων ή η εγκατάσταση 3ων εφαρμογών δεν θα είναι διαθέσιμες. Η πρόσβαση απομακρυσμένων αρχείων και η αποστολή ειδοποιήσεων μέσω ηλεκτρονικού ταχυδρομείου μπορεί επίσης να μην είναι διαθέσιμες. Προτείνουμε να ενεργοποιήσετε την πρόσβαση στο διαδίκτυο για αυτόν το διακομιστή εάν θέλετε να χρησιμοποιήσετε όλες τις υπηρεσίες.", "Cron" => "Cron", "Execute one task with each page loaded" => "Εκτέλεση μιας διεργασίας με κάθε σελίδα που φορτώνεται", +"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "Το cron.php είναι καταχωρημένο σε μια υπηρεσία webcron ώστε να καλεί το cron.php κάθε 15 λεπτά μέσω http.", +"Use systems cron service to call the cron.php file every 15 minutes." => "Χρήση της υπηρεσίας cron του συστήματος για να καλεστεί το αρχείο cron.php κάθε 15 λεπτά.", "Sharing" => "Διαμοιρασμός", "Enable Share API" => "Ενεργοποίηση API Διαμοιρασμού", "Allow apps to use the Share API" => "Να επιτρέπεται στις εφαρμογές να χρησιμοποιούν το API Διαμοιρασμού", @@ -67,9 +81,12 @@ $TRANSLATIONS = array( "Allow users to share items shared with them again" => "Να επιτρέπεται στους χρήστες να διαμοιράζουν ότι τους έχει διαμοιραστεί", "Allow users to share with anyone" => "Να επιτρέπεται ο διαμοιρασμός με οποιονδήποτε", "Allow users to only share with users in their groups" => "Να επιτρέπεται στους χρήστες ο διαμοιρασμός μόνο με χρήστες της ίδιας ομάδας", +"Allow mail notification" => "Επιτρέψτε ειδοποιήσεις ηλεκτρονικού ταχυδρομείου", "Allow user to send mail notification for shared files" => "Επιτρέψτε στο χρήστη να στέλνει ειδοποιήσεις μέσω ηλεκτρονικού ταχυδρομείου για κοινόχρηστα αρχεία", "Security" => "Ασφάλεια", "Enforce HTTPS" => "Επιβολή χρήσης HTTPS", +"Forces the clients to connect to %s via an encrypted connection." => "Επιβάλλει τους δέκτες να συνδέονται με το %s μέσω κρυπογραφημένης σύνδεσης.", +"Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Παρακαλώ συνδεθείτε στο %s σας μέσω HTTPS για να ενεργοποιήσετε ή να απενεργοποιήσετε την επιβολή του SSL.", "Log" => "Καταγραφές", "Log level" => "Επίπεδο καταγραφής", "More" => "Περισσότερα", @@ -101,13 +118,16 @@ $TRANSLATIONS = array( "Your email address" => "Η διεύθυνση ηλεκτρονικού ταχυδρομείου σας", "Fill in an email address to enable password recovery" => "Συμπληρώστε μια διεύθυνση ηλεκτρονικού ταχυδρομείου για να ενεργοποιηθεί η ανάκτηση συνθηματικού", "Profile picture" => "Φωτογραφία προφίλ", +"Upload new" => "Μεταφόρτωση νέου", "Select new from Files" => "Επιλογή νέου από τα Αρχεία", "Remove image" => "Αφαίρεση εικόνας", +"Either png or jpg. Ideally square but you will be able to crop it." => "Είτε png ή jpg. Ιδανικά τετράγωνη αλλά θα είστε σε θέση να την περικόψετε.", "Abort" => "Ματαίωση", "Choose as profile image" => "Επιλογή εικόνας προφίλ", "Language" => "Γλώσσα", "Help translate" => "Βοηθήστε στη μετάφραση", "WebDAV" => "WebDAV", +"Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "Χρήση αυτής της διεύθυνσης <a href=\"%s\" target=\"_blank\">πρόσβαση των Αρχείων σας μέσω WebDAV</a>", "Encryption" => "Κρυπτογράφηση", "Log-in password" => "Συνθηματικό εισόδου", "Decrypt all Files" => "Αποκρυπτογράφηση όλων των Αρχείων", diff --git a/settings/l10n/en_GB.php b/settings/l10n/en_GB.php index d685d3a10d7..3c5717b131c 100644 --- a/settings/l10n/en_GB.php +++ b/settings/l10n/en_GB.php @@ -61,6 +61,9 @@ $TRANSLATIONS = array( "Module 'fileinfo' missing" => "Module 'fileinfo' missing", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "The PHP module 'fileinfo' is missing. We strongly recommend enabling this module to get best results with mime-type detection.", "Locale not working" => "Locale not working", +"System locale can not be set to a one which supports UTF-8." => "System locale can not be set to a one which supports UTF-8.", +"This means that there might be problems with certain characters in file names." => "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 one of the following locales: %s." => "We strongly suggest installing the required packages on your system to support one of the following locales: %s.", "Internet connection not working" => "Internet connection not working", "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." => "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.", "Cron" => "Cron", @@ -126,7 +129,6 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>", "Encryption" => "Encryption", -"The encryption app is no longer enabled, decrypt all your file" => "The encryption app is no longer enabled, decrypt all your files", "Log-in password" => "Log-in password", "Decrypt all Files" => "Decrypt all Files", "Login Name" => "Login Name", diff --git a/settings/l10n/es.php b/settings/l10n/es.php index 5aeb272ae79..53c60dbe9a3 100644 --- a/settings/l10n/es.php +++ b/settings/l10n/es.php @@ -126,7 +126,6 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "Utilice esta dirección para <a href=\"%s\" target=\"_blank\">acceder a sus archivos vía WebDAV</a>", "Encryption" => "Cifrado", -"The encryption app is no longer enabled, decrypt all your file" => "La aplicación de cifrado no está activada, descifre sus archivos", "Log-in password" => "Contraseña de acceso", "Decrypt all Files" => "Descifrar archivos", "Login Name" => "Nombre de usuario", diff --git a/settings/l10n/es_AR.php b/settings/l10n/es_AR.php index 8a83c6c974d..44c9964778c 100644 --- a/settings/l10n/es_AR.php +++ b/settings/l10n/es_AR.php @@ -99,7 +99,6 @@ $TRANSLATIONS = array( "Help translate" => "Ayudanos a traducir", "WebDAV" => "WebDAV", "Encryption" => "Encriptación", -"The encryption app is no longer enabled, decrypt all your file" => "La aplicación de encriptación ya no está habilitada, desencriptando todos los archivos", "Log-in password" => "Clave de acceso", "Decrypt all Files" => "Desencriptar todos los archivos", "Login Name" => "Nombre de Usuario", diff --git a/settings/l10n/et_EE.php b/settings/l10n/et_EE.php index ae406f66634..83828a30e22 100644 --- a/settings/l10n/et_EE.php +++ b/settings/l10n/et_EE.php @@ -129,7 +129,6 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "Kasuta seda aadressi <a href=\"%s\" target=\"_blank\">oma failidele ligipääsuks WebDAV kaudu</a>", "Encryption" => "Krüpteerimine", -"The encryption app is no longer enabled, decrypt all your file" => "Küpteeringu rakend pole lubatud, dekrüpteeri kõik oma failid", "Log-in password" => "Sisselogimise parool", "Decrypt all Files" => "Dekrüpteeri kõik failid", "Login Name" => "Kasutajanimi", diff --git a/settings/l10n/fi_FI.php b/settings/l10n/fi_FI.php index 0c4e123ec9f..ed049b0244d 100644 --- a/settings/l10n/fi_FI.php +++ b/settings/l10n/fi_FI.php @@ -55,6 +55,7 @@ $TRANSLATIONS = array( "Module 'fileinfo' missing" => "Moduuli 'fileinfo' puuttuu", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "PHP-moduuli \"fileinfo\" puuttuu. Sen käyttö on erittäin suositeltavaa, jotta MIME-tyypin havaitseminen onnistuu parhaalla mahdollisella tavalla.", "Locale not working" => "Maa-asetus ei toimi", +"System locale can not be set to a one which supports UTF-8." => "Järjestelmän maa-asetusta ei voi asettaa UTF-8:aa tukevaksi.", "Internet connection not working" => "Internet-yhteys ei toimi", "Cron" => "Cron", "Use systems cron service to call the cron.php file every 15 minutes." => "Käytä järjestelmän cron-palvelua cron.php-tiedoston kutsumiseen 15 minuutin välein", @@ -115,7 +116,7 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "Käytä tätä osoitetta <a href=\"%s\" target=\"_blank\">käyttääksesi tiedostojasi WebDAVin kautta</a>", "Encryption" => "Salaus", -"The encryption app is no longer enabled, decrypt all your file" => "Salaussovellus ei ole enää käytössä, pura kaikkien tiedostojesi salaus", +"The encryption app is no longer enabled, please decrypt all your files" => "Salaussovellus ei ole enää käytössä, joten pura kaikkien tiedostojesi salaus", "Decrypt all Files" => "Pura kaikkien tiedostojen salaus", "Login Name" => "Kirjautumisnimi", "Create" => "Luo", diff --git a/settings/l10n/fr.php b/settings/l10n/fr.php index b684eafe399..d222b83d9e7 100644 --- a/settings/l10n/fr.php +++ b/settings/l10n/fr.php @@ -61,6 +61,9 @@ $TRANSLATIONS = array( "Module 'fileinfo' missing" => "Module 'fileinfo' manquant", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "Le module PHP 'fileinfo' est manquant. Il est vivement recommandé de l'activer afin d'obtenir de meilleurs résultats pour la détection des types de fichiers.", "Locale not working" => "Localisation non fonctionnelle", +"System locale can not be set to a one which supports UTF-8." => "Les paramètres régionaux ne peuvent pas être configurés avec un qui supporte UTF-8.", +"This means that there might be problems with certain characters in file names." => "Cela signifie qu'il pourrait y avoir des problèmes avec certains caractères dans les noms de fichier.", +"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Nous conseillons vivement d'installer les paquets requis sur votre système pour supporter l'un des paramètres régionaux suivants : %s.", "Internet connection not working" => "La connexion internet ne fonctionne pas", "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." => "Ce serveur ne peut se connecter à internet. Cela signifie que certaines fonctionnalités, telles que le montage de supports de stockage distants, les notifications de mises à jour ou l'installation d'applications tierces ne fonctionneront pas. L'accès aux fichiers à distance, ainsi que les notifications par mails ne seront pas fonctionnels également. Il est recommandé d'activer la connexion internet pour ce serveur si vous souhaitez disposer de l'ensemble des fonctionnalités offertes.", "Cron" => "Cron", @@ -126,7 +129,6 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "Utiliser cette adresse pour <a href=\"%s\" target=\"_blank\"> accéder à vos fichiers par WebDAV</a>", "Encryption" => "Chiffrement", -"The encryption app is no longer enabled, decrypt all your file" => "L'application de chiffrement n'est plus activée, déchiffrez tous vos fichiers", "Log-in password" => "Mot de passe de connexion", "Decrypt all Files" => "Déchiffrer tous les fichiers", "Login Name" => "Nom de la connexion", diff --git a/settings/l10n/gl.php b/settings/l10n/gl.php index 191e6cb17f1..264d7178ff2 100644 --- a/settings/l10n/gl.php +++ b/settings/l10n/gl.php @@ -129,7 +129,7 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "Empregue esta ligazón <a href=\"%s\" target=\"_blank\">para acceder aos sus ficheiros mediante WebDAV</a>", "Encryption" => "Cifrado", -"The encryption app is no longer enabled, decrypt all your file" => "o aplicativo de cifrado non está activado, descifrar todos os ficheiros", +"The encryption app is no longer enabled, please decrypt all your files" => "O aplicativo de cifrado non está activado, descifre todos os ficheiros", "Log-in password" => "Contrasinal de acceso", "Decrypt all Files" => "Descifrar todos os ficheiros", "Login Name" => "Nome de acceso", diff --git a/settings/l10n/hu_HU.php b/settings/l10n/hu_HU.php index 31b3c774f84..82bc37b9c1f 100644 --- a/settings/l10n/hu_HU.php +++ b/settings/l10n/hu_HU.php @@ -126,7 +126,6 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "Ezt a címet használd, hogy <a href=\"%s\" target=\"_blank\">hozzáférj a fileokhoz WebDAV-on keresztül</a>", "Encryption" => "Titkosítás", -"The encryption app is no longer enabled, decrypt all your file" => "A titkosító alkalmzás a továbbiakban nincs engedélyezve, kititkosítja az összes fileodat", "Log-in password" => "Bejelentkezési jelszó", "Decrypt all Files" => "Kititkosítja az összes file-t", "Login Name" => "Bejelentkezési név", diff --git a/settings/l10n/it.php b/settings/l10n/it.php index ac6cf85438d..4b0b32cea7e 100644 --- a/settings/l10n/it.php +++ b/settings/l10n/it.php @@ -129,7 +129,7 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "Utilizza questo indirizzo per <a href=\"%s\" target=\"_blank\">accedere ai tuoi file con WebDAV</a>", "Encryption" => "Cifratura", -"The encryption app is no longer enabled, decrypt all your file" => "L'applicazione di cifratura non è più abilitata, decifra tutti i tuoi file", +"The encryption app is no longer enabled, please decrypt all your files" => "L'applicazione di cifratura non è più abilitata, decifra tutti i tuoi file", "Log-in password" => "Password di accesso", "Decrypt all Files" => "Decifra tutti i file", "Login Name" => "Nome utente", diff --git a/settings/l10n/ja_JP.php b/settings/l10n/ja_JP.php index 6916324e29c..5edba667844 100644 --- a/settings/l10n/ja_JP.php +++ b/settings/l10n/ja_JP.php @@ -126,7 +126,6 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "<a href=\"%s\" target=\"_blank\">WebDAV 経由でファイルにアクセス</a> するにはこのアドレスを利用してください", "Encryption" => "暗号化", -"The encryption app is no longer enabled, decrypt all your file" => "暗号化アプリはもはや有効ではありません、すべてのファイルを複合してください", "Log-in password" => "ログインパスワード", "Decrypt all Files" => "すべてのファイルを複合する", "Login Name" => "ログイン名", diff --git a/settings/l10n/lt_LT.php b/settings/l10n/lt_LT.php index e49f26f06e0..f2cb6a30265 100644 --- a/settings/l10n/lt_LT.php +++ b/settings/l10n/lt_LT.php @@ -118,7 +118,6 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "Naudokite šį adresą, kad <a href=\"%s\" target=\"_blank\">pasiektumėte savo failus per WebDAV</a>", "Encryption" => "Šifravimas", -"The encryption app is no longer enabled, decrypt all your file" => "Šifravimo programa nebėra įjungta, iššifruokite visus savo failus", "Log-in password" => "Prisijungimo slaptažodis", "Decrypt all Files" => "Iššifruoti visus failus", "Login Name" => "Vartotojo vardas", diff --git a/settings/l10n/lv.php b/settings/l10n/lv.php index 54d0352e2bf..de5d6460d6f 100644 --- a/settings/l10n/lv.php +++ b/settings/l10n/lv.php @@ -96,7 +96,6 @@ $TRANSLATIONS = array( "Help translate" => "Palīdzi tulkot", "WebDAV" => "WebDAV", "Encryption" => "Šifrēšana", -"The encryption app is no longer enabled, decrypt all your file" => "Šifrēšanas lietotne ir atslēgta, atšifrējiet visus jūsu failus", "Log-in password" => "Pieslēgšanās parole", "Decrypt all Files" => "Atšifrēt visus failus", "Login Name" => "Ierakstīšanās vārds", diff --git a/settings/l10n/nl.php b/settings/l10n/nl.php index a12ff499117..6f48a0f532e 100644 --- a/settings/l10n/nl.php +++ b/settings/l10n/nl.php @@ -126,7 +126,6 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "Gebruik deze link <a href=\"%s\" target=\"_blank\">om uw bestanden via WebDAV te benaderen</a>", "Encryption" => "Versleuteling", -"The encryption app is no longer enabled, decrypt all your file" => "De encryptie-appplicatie is niet meer aanwezig, decodeer al uw bestanden", "Log-in password" => "Inlog-wachtwoord", "Decrypt all Files" => "Decodeer alle bestanden", "Login Name" => "Inlognaam", diff --git a/settings/l10n/nn_NO.php b/settings/l10n/nn_NO.php index ec1dbba3734..5fd2f57b5a8 100644 --- a/settings/l10n/nn_NO.php +++ b/settings/l10n/nn_NO.php @@ -112,7 +112,6 @@ $TRANSLATIONS = array( "Help translate" => "Hjelp oss å omsetja", "WebDAV" => "WebDAV", "Encryption" => "Kryptering", -"The encryption app is no longer enabled, decrypt all your file" => "Krypteringsprogrammet er ikkje lenger slått på, dekrypter alle filene dine", "Log-in password" => "Innloggingspassord", "Decrypt all Files" => "Dekrypter alle filene", "Login Name" => "Innloggingsnamn", diff --git a/settings/l10n/pl.php b/settings/l10n/pl.php index 25f3f85a1b7..97652c73716 100644 --- a/settings/l10n/pl.php +++ b/settings/l10n/pl.php @@ -126,7 +126,6 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "Użyj tego adresu do <a href=\"%s\" target=\"_blank\">dostępu do twoich plików przez WebDAV</a>", "Encryption" => "Szyfrowanie", -"The encryption app is no longer enabled, decrypt all your file" => "Aplikacja szyfrowanie nie jest włączona, odszyfruj wszystkie plik", "Log-in password" => "Hasło logowania", "Decrypt all Files" => "Odszyfruj wszystkie pliki", "Login Name" => "Login", diff --git a/settings/l10n/pt_BR.php b/settings/l10n/pt_BR.php index aa4623f3530..bc881f7b64e 100644 --- a/settings/l10n/pt_BR.php +++ b/settings/l10n/pt_BR.php @@ -129,7 +129,6 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "Use este endereço <a href=\"%s\" target=\"_blank\">para ter acesso a seus Arquivos via WebDAV</a>", "Encryption" => "Criptografia", -"The encryption app is no longer enabled, decrypt all your file" => "O aplicativo de encriptação não está mais ativo, decripti todos os seus arquivos", "Log-in password" => "Senha de login", "Decrypt all Files" => "Decripti todos os Arquivos", "Login Name" => "Nome de Login", diff --git a/settings/l10n/pt_PT.php b/settings/l10n/pt_PT.php index 3ca6ffbb5ec..0de416d37f0 100644 --- a/settings/l10n/pt_PT.php +++ b/settings/l10n/pt_PT.php @@ -115,7 +115,6 @@ $TRANSLATIONS = array( "Help translate" => "Ajude a traduzir", "WebDAV" => "WebDAV", "Encryption" => "Encriptação", -"The encryption app is no longer enabled, decrypt all your file" => "A aplicação de encriptação não se encontra mais disponível, desencripte o seu ficheiro", "Log-in password" => "Password de entrada", "Decrypt all Files" => "Desencriptar todos os ficheiros", "Login Name" => "Nome de utilizador", diff --git a/settings/l10n/ru.php b/settings/l10n/ru.php index 394bc04527f..932f692893d 100644 --- a/settings/l10n/ru.php +++ b/settings/l10n/ru.php @@ -126,7 +126,6 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "Используйте этот адресс для <a href=\"%s\" target=\"_blank\">доступа к вашим файлам через WebDAV</a>", "Encryption" => "Шифрование", -"The encryption app is no longer enabled, decrypt all your file" => "Приложение шифрования не активно, отмените шифрование всех ваших файлов.", "Log-in password" => "Пароль входа", "Decrypt all Files" => "Снять шифрование со всех файлов", "Login Name" => "Имя пользователя", diff --git a/settings/l10n/sk_SK.php b/settings/l10n/sk_SK.php index c796b540430..7aa434d5a2a 100644 --- a/settings/l10n/sk_SK.php +++ b/settings/l10n/sk_SK.php @@ -126,7 +126,6 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "Použite túto linku <a href=\"%s\" target=\"_blank\">pre prístup k vašim súborom cez WebDAV</a>", "Encryption" => "Šifrovanie", -"The encryption app is no longer enabled, decrypt all your file" => "Šifrovacia aplikácia nie je povolená, dešifrujte všetky vaše súbory", "Log-in password" => "Prihlasovacie heslo", "Decrypt all Files" => "Dešifrovať všetky súbory", "Login Name" => "Prihlasovacie meno", diff --git a/settings/l10n/sv.php b/settings/l10n/sv.php index dabd1b3dbb3..9f83a18373b 100644 --- a/settings/l10n/sv.php +++ b/settings/l10n/sv.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Unable to load list from App Store" => "Kan inte ladda listan från App Store", "Authentication error" => "Fel vid autentisering", +"Unable to change full name" => "Kunde inte ändra hela namnet", "Group already exists" => "Gruppen finns redan", "Unable to add group" => "Kan inte lägga till grupp", "Email saved" => "E-post sparad", @@ -103,6 +104,7 @@ $TRANSLATIONS = array( "Current password" => "Nuvarande lösenord", "New password" => "Nytt lösenord", "Change password" => "Ändra lösenord", +"Full Name" => "Hela namnet", "Email" => "E-post", "Your email address" => "Din e-postadress", "Fill in an email address to enable password recovery" => "Fyll i en e-postadress för att aktivera återställning av lösenord", @@ -118,7 +120,6 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "Använd denna adress till <a href=\"%s\" target=\"_blank\">nå dina Filer via WebDAV</a>", "Encryption" => "Kryptering", -"The encryption app is no longer enabled, decrypt all your file" => "Appen för kryptering är inte längre aktiverad, dekryptera alla dina filer", "Log-in password" => "Inloggningslösenord", "Decrypt all Files" => "Dekryptera alla filer", "Login Name" => "Inloggningsnamn", @@ -130,6 +131,7 @@ $TRANSLATIONS = array( "Other" => "Annat", "Username" => "Användarnamn", "Storage" => "Lagring", +"change full name" => "ändra hela namnet", "set new password" => "ange nytt lösenord", "Default" => "Förvald" ); diff --git a/settings/l10n/tr.php b/settings/l10n/tr.php index 9e58cdefa7b..a941f2a137e 100644 --- a/settings/l10n/tr.php +++ b/settings/l10n/tr.php @@ -129,7 +129,7 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "<a href=\"%s\" target=\"_blank\">Dosyalarınıza WebDAV aracılığıyla erişmek için</a> bu adresi kullanın", "Encryption" => "Şifreleme", -"The encryption app is no longer enabled, decrypt all your file" => "Şifreleme uygulaması artık etkin değil, tüm dosyalarınızın şifresini çözün", +"The encryption app is no longer enabled, please decrypt all your files" => "Şifreleme uygulaması artık etkin değil, tüm dosyalarınızın şifrelemesini kaldırın", "Log-in password" => "Oturum açma parolası", "Decrypt all Files" => "Tüm dosyaların şifresini çözme", "Login Name" => "Giriş Adı", diff --git a/settings/l10n/zh_CN.php b/settings/l10n/zh_CN.php index c85a7c84086..4733a9e429a 100644 --- a/settings/l10n/zh_CN.php +++ b/settings/l10n/zh_CN.php @@ -99,7 +99,6 @@ $TRANSLATIONS = array( "Help translate" => "帮助翻译", "WebDAV" => "WebDAV", "Encryption" => "加密", -"The encryption app is no longer enabled, decrypt all your file" => "加密 app 未启用,将解密您所有文件", "Log-in password" => "登录密码", "Decrypt all Files" => "解密所有文件", "Login Name" => "登录名称", diff --git a/settings/l10n/zh_TW.php b/settings/l10n/zh_TW.php index 57b70b80b01..4f7d6ff9cf3 100644 --- a/settings/l10n/zh_TW.php +++ b/settings/l10n/zh_TW.php @@ -118,7 +118,6 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "使用這個地址<a href=\"%s\" target=\"_blank\">來透過 WebDAV 存取檔案</a>", "Encryption" => "加密", -"The encryption app is no longer enabled, decrypt all your file" => "加密應用程式已經停用,請您解密您所有的檔案", "Log-in password" => "登入密碼", "Decrypt all Files" => "解密所有檔案", "Login Name" => "登入名稱", diff --git a/tests/lib/files/storage/storage.php b/tests/lib/files/storage/storage.php index 6c433e95475..19113f52623 100644 --- a/tests/lib/files/storage/storage.php +++ b/tests/lib/files/storage/storage.php @@ -139,7 +139,15 @@ abstract class Storage extends \PHPUnit_Framework_TestCase { $this->instance->rename('/source.txt', '/target2.txt'); $this->assertTrue($this->instance->file_exists('/target2.txt')); $this->assertFalse($this->instance->file_exists('/source.txt')); - $this->assertEquals(file_get_contents($textFile), $this->instance->file_get_contents('/target.txt')); + $this->assertEquals(file_get_contents($textFile), $this->instance->file_get_contents('/target2.txt')); + + // move to overwrite + $testContents = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'; + $this->instance->file_put_contents('/target3.txt', $testContents); + $this->instance->rename('/target2.txt', '/target3.txt'); + $this->assertTrue($this->instance->file_exists('/target3.txt')); + $this->assertFalse($this->instance->file_exists('/target2.txt')); + $this->assertEquals(file_get_contents($textFile), $this->instance->file_get_contents('/target3.txt')); } public function testLocal() { @@ -236,7 +244,8 @@ abstract class Storage extends \PHPUnit_Framework_TestCase { public function testTouchCreateFile() { $this->assertFalse($this->instance->file_exists('foo')); - $this->instance->touch('foo'); + // returns true on success + $this->assertTrue($this->instance->touch('foo')); $this->assertTrue($this->instance->file_exists('foo')); } diff --git a/tests/lib/request.php b/tests/lib/request.php index a740751f060..090cebc9231 100644 --- a/tests/lib/request.php +++ b/tests/lib/request.php @@ -42,6 +42,13 @@ class Test_Request extends PHPUnit_Framework_TestCase { array('/core/ajax/translations.php', 'index.php/core/ajax/translations.php', 'index.php'), array('/core/ajax/translations.php', '/index.php/core/ajax/translations.php', '/index.php'), array('/core/ajax/translations.php', '//index.php/core/ajax/translations.php', '/index.php'), + array('', '/oc/core', '/oc/core/index.php'), + array('', '/oc/core/', '/oc/core/index.php'), + array('', '/oc/core/index.php', '/oc/core/index.php'), + array('/core/ajax/translations.php', '/core/ajax/translations.php', 'index.php'), + array('/core/ajax/translations.php', '//core/ajax/translations.php', '/index.php'), + array('/core/ajax/translations.php', '/oc/core/ajax/translations.php', '/oc/index.php'), + array('/1', '/oc/core/1', '/oc/core/index.php'), ); } @@ -60,9 +67,7 @@ class Test_Request extends PHPUnit_Framework_TestCase { function rawPathInfoThrowsExceptionProvider() { return array( - array('core/ajax/translations.php', '/index.php'), - array('/core/ajax/translations.php', '/index.php'), - array('//core/ajax/translations.php', '/index.php'), + array('/oc/core1', '/oc/core/index.php'), ); } } |