diff options
154 files changed, 2776 insertions, 2814 deletions
diff --git a/apps/files/l10n/bg_BG.php b/apps/files/l10n/bg_BG.php index b0574b96edc..c5160db36e7 100644 --- a/apps/files/l10n/bg_BG.php +++ b/apps/files/l10n/bg_BG.php @@ -43,7 +43,7 @@ $TRANSLATIONS = array( "Could not create file" => "Несупешно създаване на файла.", "Could not create folder" => "Неуспешно създаване на папка.", "Error fetching URL" => "Грешка при отварянето на интернет адреса.", -"Share" => "Споделена Папка", +"Share" => "Сподели", "Delete" => "Изтрий", "Disconnect storage" => "Извади дисковото устройство.", "Unshare" => "Премахни Споделяне", @@ -84,7 +84,7 @@ $TRANSLATIONS = array( "Folder" => "Папка", "From link" => "От връзка", "You don’t have permission to upload or create files here" => "Нямаш разрешение да създаваш или качваш файлове тук.", -"Nothing in here. Upload something!" => "Тук няма нищо. Качете нещо!", +"Nothing in here. Upload something!" => "Тук няма нищо. Качи нещо!", "Download" => "Изтегли", "Upload too large" => "Прекалено голям файл за качване.", "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Файловете, които се опитваш да качиш са по-големи от позволеното на този сървър.", diff --git a/core/l10n/cs_CZ.php b/core/l10n/cs_CZ.php index 4194ed15b35..72d442a368e 100644 --- a/core/l10n/cs_CZ.php +++ b/core/l10n/cs_CZ.php @@ -85,7 +85,7 @@ $TRANSLATIONS = array( "Shared with you by {owner}" => "S Vámi sdílí {owner}", "Share with user or group …" => "Sdílet s uživatelem nebo skupinou", "Share link" => "Sdílet odkaz", -"The public link will expire no later than {days} days after it is created" => "Veřejný odkaz nevyprší dříve než za {days} dní po svém vytvoření", +"The public link will expire no later than {days} days after it is created" => "Veřejný odkaz vyprší za následující počet dnů od svého zveřejnění: {days}", "Password protect" => "Chránit heslem", "Choose a password for the public link" => "Zadej heslo pro tento veřejný odkaz", "Allow Public Upload" => "Povolit veřejné nahrávání", diff --git a/l10n/ach/lib.po b/l10n/ach/lib.po index 231298492e2..a501c8368cd 100644 --- a/l10n/ach/lib.po +++ b/l10n/ach/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Acoli (http://www.transifex.com/projects/p/owncloud/language/ach/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: ach\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/ady/lib.po b/l10n/ady/lib.po index 75d6d0eb2e1..357abc62e82 100644 --- a/l10n/ady/lib.po +++ b/l10n/ady/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Adyghe (http://www.transifex.com/projects/p/owncloud/language/ady/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: ady\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/af_ZA/lib.po b/l10n/af_ZA/lib.po index 3c5f1cb4b20..7c6ff2b9fd4 100644 --- a/l10n/af_ZA/lib.po +++ b/l10n/af_ZA/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: af_ZA\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/ak/lib.po b/l10n/ak/lib.po index 1d4de94ef6c..9fbf6c6c3c4 100644 --- a/l10n/ak/lib.po +++ b/l10n/ak/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Akan (http://www.transifex.com/projects/p/owncloud/language/ak/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: ak\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/am_ET/lib.po b/l10n/am_ET/lib.po index 13777fbf1d3..57ea7e4b228 100644 --- a/l10n/am_ET/lib.po +++ b/l10n/am_ET/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Amharic (Ethiopia) (http://www.transifex.com/projects/p/owncloud/language/am_ET/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: am_ET\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/ar/lib.po b/l10n/ar/lib.po index a3d53509b1e..66312e9cac8 100644 --- a/l10n/ar/lib.po +++ b/l10n/ar/lib.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n" "MIME-Version: 1.0\n" @@ -19,33 +19,33 @@ msgstr "" "Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -327,84 +327,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/ast/lib.po b/l10n/ast/lib.po index 91c19cf9980..73aa04c55e5 100644 --- a/l10n/ast/lib.po +++ b/l10n/ast/lib.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-02 01:54-0400\n" -"PO-Revision-Date: 2014-08-01 11:19+0000\n" -"Last-Translator: Iñigo Varela <ivarela@softastur.org>\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Asturian (http://www.transifex.com/projects/p/owncloud/language/ast/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -359,13 +359,13 @@ msgstr "Falló dar permisos a %s, porque l'elementu nun s'atopó" #: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" -msgstr "Nun pudo afitase la data d'espiración. Los ficheros compartíos nun puen espirar llueu de %s dempués de compartise." +msgstr "" #: private/share/share.php:968 -msgid "Can not set expire date. Expire date is in the past" -msgstr "Nun pudo afitase la data d'espiración. La data ta nel pasáu" +msgid "Cannot set expiration date. Expiration date is in the past" +msgstr "" #: private/share/share.php:1093 #, php-format diff --git a/l10n/az/lib.po b/l10n/az/lib.po index 66a0a65b59e..bebf9797d5f 100644 --- a/l10n/az/lib.po +++ b/l10n/az/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Azerbaijani (http://www.transifex.com/projects/p/owncloud/language/az/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: az\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/be/lib.po b/l10n/be/lib.po index 26e584ff707..2d1c7782998 100644 --- a/l10n/be/lib.po +++ b/l10n/be/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: be\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/bg_BG/core.po b/l10n/bg_BG/core.po index 82e29ed7a40..30787f3d07a 100644 --- a/l10n/bg_BG/core.po +++ b/l10n/bg_BG/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:02-0400\n" +"PO-Revision-Date: 2014-08-04 20:30+0000\n" "Last-Translator: I Robot\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bg_BG/files.po b/l10n/bg_BG/files.po index fadf5123215..aa5a08ca551 100644 --- a/l10n/bg_BG/files.po +++ b/l10n/bg_BG/files.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:30+0000\n" +"POT-Creation-Date: 2014-08-05 02:02-0400\n" +"PO-Revision-Date: 2014-08-04 20:40+0000\n" "Last-Translator: Ivo\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" @@ -208,7 +208,7 @@ msgstr "Грешка при отварянето на интернет адре #: js/fileactions.js:285 msgid "Share" -msgstr "Споделена Папка" +msgstr "Сподели" #: js/fileactions.js:295 templates/list.php:77 templates/list.php:78 msgid "Delete" @@ -392,7 +392,7 @@ msgstr "Нямаш разрешение да създаваш или качва #: templates/list.php:52 msgid "Nothing in here. Upload something!" -msgstr "Тук няма нищо. Качете нещо!" +msgstr "Тук няма нищо. Качи нещо!" #: templates/list.php:66 msgid "Download" diff --git a/l10n/bg_BG/files_external.po b/l10n/bg_BG/files_external.po index 1cd3606263d..918f661b857 100644 --- a/l10n/bg_BG/files_external.po +++ b/l10n/bg_BG/files_external.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-26 01:54-0400\n" -"PO-Revision-Date: 2014-07-25 21:40+0000\n" +"POT-Creation-Date: 2014-08-05 02:02-0400\n" +"PO-Revision-Date: 2014-08-04 20:30+0000\n" "Last-Translator: Ivo\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bg_BG/lib.po b/l10n/bg_BG/lib.po index 5a7945d473b..739c8541e47 100644 --- a/l10n/bg_BG/lib.po +++ b/l10n/bg_BG/lib.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 09:11+0000\n" -"Last-Translator: Ivo\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,33 +19,33 @@ msgstr "" "Language: bg_BG\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "Неуспешен опит за запис в \"config\" папката!" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "Това може да бъде решено единствено като разрешиш на уеб сървъра да пише в config папката." -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "Виж %s" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "Това обикновено може да бъде оправено като %s даде разрешение на уеб сървъра да записва в config папката %s." -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "Свръзваш се със сървъра от неодобрен домейн." -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -327,84 +327,84 @@ msgstr "Неупешно споделяне на %s, защото групата msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "Неуспешно споделяне на %s, защото %s не е член на групата %s." -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "Трябва да зададеш парола, за да създадеш общодостъпен линк за споделяне, само защитени с пароли линкове са разрешени." -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "Неуспешно споделяне на %s, защото споделянето посредством връзки не е разрешено." -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "Споделянето на тип %s не валидно за %s." -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "Неуспешна промяна на правата за достъп за %s, защото промените надвишават правата на достъп дадени на %s." -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "Неуспешна промяна на правата за достъп за %s, защото съдържанието не е открито." -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" -msgstr "Неуспешно задаване на дата на изтичане. Споделени папки не могат да изтекат по-късно от %s след като са били споделени." +msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" -msgstr "Неуспешноп задаване на дата на изтичане. Датата е в миналото." +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" +msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "Споделянето на сървърния %s трябва да поддържа OCP\\Share_Backend интерфейс." -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "Споделянето на сървърния %s не е открито." -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "Споделянето на сървъра за %s не е открито." -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "Споделяне на %s е неуспешно, защото потребител %s е оригиналния собственик." -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "Неуспешно споделяне на %s, защото промените надвишават правата на достъп дадени на %s." -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "Неуспешно споделяне на %s, защото повторно споделяне не е разрешено." -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "Неуспешно споделяне на %s, защото не е открит първоизточникът на %s, за да бъде споделяне по сървъра." -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/bn_BD/lib.po b/l10n/bn_BD/lib.po index 1486b7d7ed2..c4bd73b2114 100644 --- a/l10n/bn_BD/lib.po +++ b/l10n/bn_BD/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: bn_BD\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/bn_IN/lib.po b/l10n/bn_IN/lib.po index 496b614b551..c67fbc13aa0 100644 --- a/l10n/bn_IN/lib.po +++ b/l10n/bn_IN/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Bengali (India) (http://www.transifex.com/projects/p/owncloud/language/bn_IN/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: bn_IN\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/bs/lib.po b/l10n/bs/lib.po index b2529e7cc78..26cf5b98fed 100644 --- a/l10n/bs/lib.po +++ b/l10n/bs/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Bosnian (http://www.transifex.com/projects/p/owncloud/language/bs/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: bs\n" "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);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/ca/lib.po b/l10n/ca/lib.po index 2cbf7abcb37..c1bd628d2d5 100644 --- a/l10n/ca/lib.po +++ b/l10n/ca/lib.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "MIME-Version: 1.0\n" @@ -18,33 +18,33 @@ msgstr "" "Language: ca\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "No es pot escriure a la carpeta \"config\"!" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "Això normalment es pot solucionar donant al servidor web permís d'escriptura a la carpeta de configuració" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "Comproveu %s" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "Això normalment es pot solucionar donant a %s permís d'escriptura a la carpeta de configuració %s" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "Esteu accedint el servidor des d'un domini no fiable" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -326,84 +326,84 @@ msgstr "Ha fallat en compartir %s, perquè el grup %s no existeix" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "Ha fallat en compartir %s, perquè %s no és membre del grup %s" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "Heu de proporcionar una contrasenya per crear un enllaç públic. Només es permeten enllaços segurs." -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "Ha fallat en compartir %s, perquè no es permet compartir amb enllaços" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "La compartició tipus %s no és vàlida per %s" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "Ha fallat en establir els permisos per %s perquè aquests excedeixen els permesos per a %s" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "Ha fallat en establir els permisos per %s, perquè no s'ha trobat l'element" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "El rerefons de compartició %s ha d'implementar la interfície OCP\\Share_Backend" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "El rerefons de compartició %s no s'ha trobat" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "El rerefons de compartició per a %s no s'ha trobat" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "Ha fallat en compartir %s perquè l'usuari %s és qui comparteix inicialment" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "Ha fallat en compartir %s perquè els permisos excedeixen els permesos per a %s" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "Ha fallat en compartir %s, perquè no es permet compartir de nou" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "Ha fallat en compartir %s, perquè el rerefons de compartir per %s no pot trobar la seva font" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/ca@valencia/lib.po b/l10n/ca@valencia/lib.po index 0a28bb1b20e..f308f5a6a32 100644 --- a/l10n/ca@valencia/lib.po +++ b/l10n/ca@valencia/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Catalan (Valencian) (http://www.transifex.com/projects/p/owncloud/language/ca@valencia/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: ca@valencia\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/cs_CZ/core.po b/l10n/cs_CZ/core.po index 85e65cc62e3..33d73d26f5b 100644 --- a/l10n/cs_CZ/core.po +++ b/l10n/cs_CZ/core.po @@ -17,9 +17,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-05 02:02-0400\n" +"PO-Revision-Date: 2014-08-04 19:41+0000\n" +"Last-Translator: Jaroslav Lichtblau <jaroslav@lichtblau.cz>\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" @@ -397,7 +397,7 @@ msgstr "Sdílet odkaz" #: js/share.js:394 msgid "" "The public link will expire no later than {days} days after it is created" -msgstr "Veřejný odkaz nevyprší dříve než za {days} dní po svém vytvoření" +msgstr "Veřejný odkaz vyprší za následující počet dnů od svého zveřejnění: {days}" #: js/share.js:398 msgid "Password protect" diff --git a/l10n/cs_CZ/lib.po b/l10n/cs_CZ/lib.po index 7530be8c9d4..b4330cdb49e 100644 --- a/l10n/cs_CZ/lib.po +++ b/l10n/cs_CZ/lib.po @@ -14,9 +14,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 17:40+0000\n" -"Last-Translator: Jaroslav Lichtblau <jaroslav@lichtblau.cz>\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,33 +24,33 @@ msgstr "" "Language: cs_CZ\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "Nelze zapisovat do adresáře \"config\"!" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "To bývá obyčejně vyřešeno povolením webovému serveru zapisovat do konfiguračního adresáře." -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "Viz %s" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "To bývá obyčeně vyřešeno, když %s povolí webovému serveru zápis do konfiguračního adresáře %s." -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "Přistupujete na server z nedůvěryhodné domény." -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -332,84 +332,84 @@ msgstr "Sdílení položky %s selhalo, protože skupina %s neexistuje" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "Sdílení položky %s selhalo, protože uživatel %s není členem skupiny %s" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "Pro vytvoření veřejného odkazu je nutné zadat heslo, jsou povoleny pouze chráněné odkazy" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "Sdílení položky %s selhalo, protože sdílení pomocí linků není povoleno" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "Sdílení typu %s není korektní pro %s" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "Nastavení oprávnění pro %s selhalo, protože jsou k tomu nutná vyšší oprávnění, než jaká byla povolena pro %s" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "Nastavení práv pro %s selhalo, protože položka nebyla nalezena" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" -msgstr "Nelze nastavit datum vypršení platnosti. Sdílení nemůže vypršet později než za %s po zveřejnění." +msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" -msgstr "Nelze nastavit datum vypršení platnosti. Datum vypršení je v minulosti." +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" +msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "Podpůrná vrstva pro sdílení %s musí obsahovat rozhraní OCP\\Share_Backend" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "Podpůrná vrstva sdílení %s nenalezena" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "Podpůrná vrstva sdílení pro %s nenalezena" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "Sdílení položky %s selhalo, protože byla sdílena uživatelem %s jako první." -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "Sdílení položky %s selhalo, protože jsou k tomu nutná vyšší oprávnění, než jaká byla %s povolena." -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "Sdílení položky %s selhalo, protože sdílení dále není povoleno" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "Sdílení položky %s selhalo, protože podpůrná vrstva sdílení nenalezla zdrojový %s" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/cy_GB/lib.po b/l10n/cy_GB/lib.po index ce568104e93..33ecbc7ebe8 100644 --- a/l10n/cy_GB/lib.po +++ b/l10n/cy_GB/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: cy_GB\n" "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/da/lib.po b/l10n/da/lib.po index 611457d5665..f2dba33bb0b 100644 --- a/l10n/da/lib.po +++ b/l10n/da/lib.po @@ -15,9 +15,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 18:10+0000\n" -"Last-Translator: Aputsiaĸ Niels Janussen <aj@isit.gl>\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -364,12 +364,12 @@ msgstr "Angivelse af tilladelser for %s mislykkedes, fordi artiklen ikke blev fu #: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" #: private/share/share.php:968 -msgid "Can not set expire date. Expire date is in the past" +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" #: private/share/share.php:1093 diff --git a/l10n/de/lib.po b/l10n/de/lib.po index 2a984f5e2a1..5df0056abaa 100644 --- a/l10n/de/lib.po +++ b/l10n/de/lib.po @@ -13,9 +13,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 09:04+0000\n" -"Last-Translator: Mario Siegmann <mario_siegmann@web.de>\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" +"Last-Translator: I Robot\n" "Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -23,33 +23,33 @@ msgstr "" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "Das Schreiben in das \"config\"-Verzeichnis nicht möglich!" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "Dies kann normalerweise repariert werden, indem dem Webserver Schreibzugriff auf das config-Verzeichnis gegeben wird" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "Siehe %s" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "Dies kann normalerweise repariert werden, indem dem Webserver %s Schreibzugriff auf das config-Verzeichnis %s gegeben wird." -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "Du greifst von einer nicht vertrauenswürdigen Domain auf den Server zu." -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -331,84 +331,84 @@ msgstr "Freigabe von %s fehlgeschlagen, da die Gruppe %s nicht existiert" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "Freigabe von %s fehlgeschlagen, da %s kein Mitglied der Gruppe %s ist" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "Es sind nur geschützte Links zulässig, daher müssen Sie ein Passwort angeben, um einen öffentlichen Link zu generieren" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "Freigabe von %s fehlgeschlagen, da das Teilen von Verknüpfungen nicht erlaubt ist" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "Freigabetyp %s ist nicht gültig für %s" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da die Berechtigungen, die erteilten Berechtigungen %s überschreiten" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da das Objekt nicht gefunden wurde" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" -msgstr "Ablaufdatum kann nicht gesetzt werden. Freigaben können nach dem Teilen, nicht länger als %s gültig sein." +msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" -msgstr "Ablaufdatum kann nicht gesetzt werden. Ablaufdatum liegt in der Vergangenheit." +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" +msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "Freigabe-Backend %s muss in der OCP\\Share_Backend - Schnittstelle implementiert werden" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "Freigabe-Backend %s nicht gefunden" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "Freigabe-Backend für %s nicht gefunden" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "Freigabe von %s fehlgeschlagen, da der Nutzer %s der offizielle Freigeber ist" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "Freigabe von %s fehlgeschlagen, da die Berechtigungen die erteilten Berechtigungen %s überschreiten" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "Freigabe von %s fehlgeschlagen, da das nochmalige Freigeben einer Freigabe nicht erlaubt ist" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "Freigabe von %s fehlgeschlagen, da das Freigabe-Backend für %s nicht in dieser Quelle gefunden werden konnte" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/de_AT/lib.po b/l10n/de_AT/lib.po index ce53583ec81..f90762f1b59 100644 --- a/l10n/de_AT/lib.po +++ b/l10n/de_AT/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: German (Austria) (http://www.transifex.com/projects/p/owncloud/language/de_AT/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: de_AT\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/de_CH/lib.po b/l10n/de_CH/lib.po index d22b80c8b4c..b829db55db1 100644 --- a/l10n/de_CH/lib.po +++ b/l10n/de_CH/lib.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/owncloud/language/de_CH/)\n" "MIME-Version: 1.0\n" @@ -21,33 +21,33 @@ msgstr "" "Language: de_CH\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -329,84 +329,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/de_DE/lib.po b/l10n/de_DE/lib.po index 05c74355f48..ec8935b936f 100644 --- a/l10n/de_DE/lib.po +++ b/l10n/de_DE/lib.po @@ -13,9 +13,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 09:53+0000\n" -"Last-Translator: Mario Siegmann <mario_siegmann@web.de>\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" +"Last-Translator: I Robot\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" @@ -23,33 +23,33 @@ msgstr "" "Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "Das Schreiben in das \"config\"-Verzeichnis nicht möglich!" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "Dies kann normalerweise repariert werden, indem dem Webserver Schreibzugriff auf das config-Verzeichnis gegeben wird" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "Siehe %s" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "Dies kann normalerweise repariert werden, indem dem Webserver %s Schreibzugriff auf das config-Verzeichnis %s gegeben wird." -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "Sie greifen von einer nicht vertrauenswürdigen Domain auf den Server zu." -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -331,84 +331,84 @@ msgstr "Freigabe von %s fehlgeschlagen, da die Gruppe %s nicht existiert" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "Freigabe von %s fehlgeschlagen, da %s kein Mitglied der Gruppe %s ist" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "Es sind nur geschützte Links zulässig, daher müssen Sie ein Passwort angeben, um einen öffentlichen Link zu generieren" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "Freigabe von %s fehlgeschlagen, da das Teilen von Verknüpfungen nicht erlaubt ist" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "Freigabetyp %s ist nicht gültig für %s" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da die Berechtigungen, die erteilten Berechtigungen %s überschreiten" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da das Objekt nicht gefunden wurde" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" -msgstr "Ablaufdatum kann nicht gesetzt werden. Freigaben können nach dem Teilen, nicht länger als %s gültig sein." +msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" -msgstr "Ablaufdatum kann nicht gesetzt werden. Ablaufdatum liegt in der Vergangenheit." +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" +msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "Freigabe-Backend %s muss in der OCP\\Share_Backend - Schnittstelle implementiert werden" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "Freigabe-Backend %s nicht gefunden" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "Freigabe-Backend für %s nicht gefunden" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "Freigabe von %s fehlgeschlagen, da der Nutzer %s der offizielle Freigeber ist" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "Freigabe von %s fehlgeschlagen, da die Berechtigungen die erteilten Berechtigungen %s überschreiten" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "Freigabe von %s fehlgeschlagen, da das nochmalige Freigeben einer Freigabe nicht erlaubt ist" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "Freigabe von %s fehlgeschlagen, da das Freigabe-Backend für %s nicht in dieser Quelle gefunden werden konnte" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/el/lib.po b/l10n/el/lib.po index 02b4c2359d0..292ffec0745 100644 --- a/l10n/el/lib.po +++ b/l10n/el/lib.po @@ -14,9 +14,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-01 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 16:21+0000\n" -"Last-Translator: Playerthe12 <a7652246@drdrb.net>\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -363,13 +363,13 @@ msgstr "Ο ορισμός δικαιωμάτων για το %s απέτυχε, #: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" -msgstr "Δεν μπορείτε να ορίσετε ημερομηνία λήξης. Οι διαμοιρασμοί δεν μπορούν να λήγουν αργότερα από %s αφού διαμοιραστούν" +msgstr "" #: private/share/share.php:968 -msgid "Can not set expire date. Expire date is in the past" -msgstr "Δεν μπορείτε να ορίσετε ημερομηνία λήξης. Η ημερομηνία λήξης ανήκει στο παρελθόν" +msgid "Cannot set expiration date. Expiration date is in the past" +msgstr "" #: private/share/share.php:1093 #, php-format diff --git a/l10n/en@pirate/lib.po b/l10n/en@pirate/lib.po index 9bd66e568a0..2cd6607cd7c 100644 --- a/l10n/en@pirate/lib.po +++ b/l10n/en@pirate/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Pirate English (http://www.transifex.com/projects/p/owncloud/language/en@pirate/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: en@pirate\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/en_GB/lib.po b/l10n/en_GB/lib.po index 4cc612b6e4a..45ea7af3c1b 100644 --- a/l10n/en_GB/lib.po +++ b/l10n/en_GB/lib.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 17:10+0000\n" -"Last-Translator: Darren Richardson <transifex@mnestis.net>\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" +"Last-Translator: I Robot\n" "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,33 +18,33 @@ msgstr "" "Language: en_GB\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "Cannot write into \"config\" directory!" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "This can usually be fixed by giving the webserver write access to the config directory" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "See %s" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "This can usually be fixed by %sgiving the webserver write access to the config directory%s." -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "You are accessing the server from an untrusted domain." -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -326,84 +326,84 @@ msgstr "Sharing %s failed, because the group %s does not exist" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "Sharing %s failed, because %s is not a member of the group %s" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "You need to provide a password to create a public link, only protected links are allowed" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "Sharing %s failed, because sharing with links is not allowed" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "Share type %s is not valid for %s" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "Setting permissions for %s failed, because the item was not found" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" -msgstr "Cannot set the expiry date. Shares cannot expire later than %s after they have been shared" +msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" -msgstr "Cannot set the expiry date. The expiry date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" +msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "Sharing backend %s must implement the interface OCP\\Share_Backend" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "Sharing backend %s not found" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "Sharing backend for %s not found" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "Sharing %s failed, because the user %s is the original sharer" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "Sharing %s failed, because the permissions exceed permissions granted to %s" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "Sharing %s failed, because resharing is not allowed" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "Sharing %s failed, because the sharing backend for %s could not find its source" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/en_NZ/lib.po b/l10n/en_NZ/lib.po index c3f3a3051a0..3184cfd7c82 100644 --- a/l10n/en_NZ/lib.po +++ b/l10n/en_NZ/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: English (New Zealand) (http://www.transifex.com/projects/p/owncloud/language/en_NZ/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: en_NZ\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/eo/lib.po b/l10n/eo/lib.po index cbd54070c4e..a796e42ecce 100644 --- a/l10n/eo/lib.po +++ b/l10n/eo/lib.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n" "MIME-Version: 1.0\n" @@ -18,33 +18,33 @@ msgstr "" "Language: eo\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -326,84 +326,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/es/files.po b/l10n/es/files.po index 76e08b73475..48f053b6c78 100644 --- a/l10n/es/files.po +++ b/l10n/es/files.po @@ -20,9 +20,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-31 05:30+0000\n" -"Last-Translator: Artopal <artopal@fastmail.fm>\n" +"POT-Creation-Date: 2014-08-05 02:02-0400\n" +"PO-Revision-Date: 2014-08-04 22:21+0000\n" +"Last-Translator: victormce <victormce@gmail.com>\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/l10n/es/files_external.po b/l10n/es/files_external.po index 4043edfaf4e..5dd482239d6 100644 --- a/l10n/es/files_external.po +++ b/l10n/es/files_external.po @@ -12,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-17 01:54-0400\n" -"PO-Revision-Date: 2014-07-17 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-05 02:02-0400\n" +"PO-Revision-Date: 2014-08-04 22:23+0000\n" +"Last-Translator: victormce <victormce@gmail.com>\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/l10n/es/files_sharing.po b/l10n/es/files_sharing.po index d7f25688185..81f1e83a64d 100644 --- a/l10n/es/files_sharing.po +++ b/l10n/es/files_sharing.po @@ -17,9 +17,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-16 01:54-0400\n" -"PO-Revision-Date: 2014-07-16 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-08-05 02:02-0400\n" +"PO-Revision-Date: 2014-08-04 22:23+0000\n" +"Last-Translator: victormce <victormce@gmail.com>\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -87,7 +87,7 @@ msgstr "No se encontró una instalación de ownCloud en {remote}" msgid "Invalid ownCloud url" msgstr "URL de ownCloud inválido" -#: js/sharedfilelist.js:123 +#: js/sharedfilelist.js:126 msgid "Shared by" msgstr "Compartido por" diff --git a/l10n/es/lib.po b/l10n/es/lib.po index 6a7385d3e93..657150c9a21 100644 --- a/l10n/es/lib.po +++ b/l10n/es/lib.po @@ -21,9 +21,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 07:10+0000\n" -"Last-Translator: Artopal <artopal@fastmail.fm>\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -31,33 +31,33 @@ msgstr "" "Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "No se puede escribir en el directorio de Configuración!" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "Esto puede ser facilmente solucionado, dando permisos de escritura al directorio de configuración en el servidor Web" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "Mirar %s" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "Esto puede ser facilmente solucionado, %sdando permisos de escritura al directorio de configuración en el servidor Web%s." -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "Está accediendo al servidor desde un dominio inseguro." -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -339,84 +339,84 @@ msgstr "Compartiendo %s ha fallado, ya que el grupo %s no existe" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "Compartiendo %s ha fallado, ya que %s no es miembro del grupo %s" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "Es necesario definir una contraseña para crear un enlace publico. Solo los enlaces protegidos están permitidos" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "Compartiendo %s ha fallado, ya que compartir con enlaces no está permitido" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "Compartir tipo %s no es válido para %s" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "Configuración de permisos para %s ha fallado, ya que los permisos superan los permisos dados a %s" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "Configuración de permisos para %s ha fallado, ya que el elemento no fue encontrado" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" -msgstr "No se pudo fijar fecha de caducidad. Los archivos compartidos no pueden caducar luego de %s después de ser compartidos." +msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" -msgstr "No se pudo fijar fecha de caducidad. La fecha está en el pasado" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" +msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "El motor compartido %s debe implementar la interfaz OCP\\Share_Backend" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "El motor compartido %s no se ha encontrado" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "Motor compartido para %s no encontrado" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "Compartiendo %s ha fallado, ya que el usuario %s es el compartidor original" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "Compartiendo %s ha fallado, ya que los permisos superan los permisos otorgados a %s" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "Compartiendo %s ha fallado, ya que volver a compartir no está permitido" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "Compartir %s falló porque el motor compartido para %s podría no encontrar su origen" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/es/settings.po b/l10n/es/settings.po index 1821b09d5f0..be106c8d169 100644 --- a/l10n/es/settings.po +++ b/l10n/es/settings.po @@ -25,9 +25,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-10 04:58-0400\n" -"PO-Revision-Date: 2014-07-10 07:11+0000\n" -"Last-Translator: Artopal <artopal@fastmail.fm>\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-04 22:21+0000\n" +"Last-Translator: victormce <victormce@gmail.com>\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -323,19 +323,19 @@ msgstr "Restaurar claves de cifrado." msgid "Unable to delete {objName}" msgstr "No es posible eliminar {objName}" -#: js/users/groups.js:73 js/users/groups.js:178 +#: js/users/groups.js:94 js/users/groups.js:202 msgid "Error creating group" msgstr "Error al crear un grupo" -#: js/users/groups.js:177 +#: js/users/groups.js:201 msgid "A valid group name must be provided" msgstr "Se debe dar un nombre válido para el grupo " -#: js/users/groups.js:205 +#: js/users/groups.js:229 msgid "deleted {groupName}" msgstr "borrado {groupName}" -#: js/users/groups.js:206 js/users/users.js:265 +#: js/users/groups.js:230 js/users/users.js:296 msgid "undo" msgstr "deshacer" @@ -355,31 +355,31 @@ msgstr "Administrador del Grupo" msgid "Delete" msgstr "Eliminar" -#: js/users/users.js:85 templates/users/part.userlist.php:98 +#: js/users/users.js:84 templates/users/part.userlist.php:98 msgid "never" msgstr "nunca" -#: js/users/users.js:264 +#: js/users/users.js:295 msgid "deleted {userName}" msgstr "borrado {userName}" -#: js/users/users.js:381 +#: js/users/users.js:431 msgid "add group" msgstr "añadir Grupo" -#: js/users/users.js:578 +#: js/users/users.js:631 msgid "A valid username must be provided" msgstr "Se debe proporcionar un nombre de usuario válido" -#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 +#: js/users/users.js:632 js/users/users.js:638 js/users/users.js:653 msgid "Error creating user" msgstr "Error al crear usuario" -#: js/users/users.js:584 +#: js/users/users.js:637 msgid "A valid password must be provided" msgstr "Se debe proporcionar una contraseña válida" -#: js/users/users.js:608 +#: js/users/users.js:669 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "Atención: el directorio de inicio para el usuario \"{user}\" ya existe." diff --git a/l10n/es_AR/lib.po b/l10n/es_AR/lib.po index 80af2dcf39d..575837186a2 100644 --- a/l10n/es_AR/lib.po +++ b/l10n/es_AR/lib.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" "MIME-Version: 1.0\n" @@ -19,33 +19,33 @@ msgstr "" "Language: es_AR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -327,84 +327,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/es_BO/lib.po b/l10n/es_BO/lib.po index 8c3c7bafa8f..0d9afae8ec6 100644 --- a/l10n/es_BO/lib.po +++ b/l10n/es_BO/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Bolivia) (http://www.transifex.com/projects/p/owncloud/language/es_BO/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: es_BO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/es_CL/lib.po b/l10n/es_CL/lib.po index 86d485aaccd..e4fb89d2f0c 100644 --- a/l10n/es_CL/lib.po +++ b/l10n/es_CL/lib.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 21:41+0000\n" -"Last-Translator: eganya <EGANYA@gmail.com>\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Spanish (Chile) (http://www.transifex.com/projects/p/owncloud/language/es_CL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -357,12 +357,12 @@ msgstr "" #: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" #: private/share/share.php:968 -msgid "Can not set expire date. Expire date is in the past" +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" #: private/share/share.php:1093 diff --git a/l10n/es_CO/lib.po b/l10n/es_CO/lib.po index edb82b7b172..4bf4be0c17f 100644 --- a/l10n/es_CO/lib.po +++ b/l10n/es_CO/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Colombia) (http://www.transifex.com/projects/p/owncloud/language/es_CO/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: es_CO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/es_CR/lib.po b/l10n/es_CR/lib.po index ad3a1910198..d6bf12050a9 100644 --- a/l10n/es_CR/lib.po +++ b/l10n/es_CR/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Costa Rica) (http://www.transifex.com/projects/p/owncloud/language/es_CR/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: es_CR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/es_EC/lib.po b/l10n/es_EC/lib.po index d227ada22a7..ad1e5475b37 100644 --- a/l10n/es_EC/lib.po +++ b/l10n/es_EC/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Ecuador) (http://www.transifex.com/projects/p/owncloud/language/es_EC/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: es_EC\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/es_MX/lib.po b/l10n/es_MX/lib.po index 170955e7720..50d4f2f94a5 100644 --- a/l10n/es_MX/lib.po +++ b/l10n/es_MX/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/owncloud/language/es_MX/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: es_MX\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/es_PE/lib.po b/l10n/es_PE/lib.po index 675ec1c5818..efc1df2075d 100644 --- a/l10n/es_PE/lib.po +++ b/l10n/es_PE/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Peru) (http://www.transifex.com/projects/p/owncloud/language/es_PE/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: es_PE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/es_PY/lib.po b/l10n/es_PY/lib.po index a9f6d2ab368..6b311997f1f 100644 --- a/l10n/es_PY/lib.po +++ b/l10n/es_PY/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Paraguay) (http://www.transifex.com/projects/p/owncloud/language/es_PY/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: es_PY\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/es_US/lib.po b/l10n/es_US/lib.po index cb376c520fb..6a107155aa0 100644 --- a/l10n/es_US/lib.po +++ b/l10n/es_US/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (United States) (http://www.transifex.com/projects/p/owncloud/language/es_US/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: es_US\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/es_UY/lib.po b/l10n/es_UY/lib.po index d8f590bb875..11f60fd05e6 100644 --- a/l10n/es_UY/lib.po +++ b/l10n/es_UY/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Uruguay) (http://www.transifex.com/projects/p/owncloud/language/es_UY/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: es_UY\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/et_EE/lib.po b/l10n/et_EE/lib.po index 06713276c2c..56f40f04d88 100644 --- a/l10n/et_EE/lib.po +++ b/l10n/et_EE/lib.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 18:01+0000\n" -"Last-Translator: Pisike Sipelgas <pisike.sipelgas@gmail.com>\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,33 +19,33 @@ msgstr "" "Language: et_EE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "Ei saa kirjutada \"config\" kataloogi!" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "Tavaliselt saab selle lahendada andes veebiserverile seatete kataloogile \"config\" kirjutusõigused" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "Vaata %s" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "Tavaliselt saab selle lahendada %s andes veebiserverile seadete kataloogile \"config\" kirjutusõigused %s" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "Sa kasutad serverit usalduseta asukohast" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -327,84 +327,84 @@ msgstr "%s jagamine ebaõnnestus, kuna gruppi %s pole olemas" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "%s jagamine ebaõnnestus, kuna %s pole grupi %s liige" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "Avaliku viite tekitamiseks pead sisestama parooli, ainult kaitstud viited on lubatud" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "%s jagamine ebaõnnestus, kuna linkidega jagamine pole lubatud" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "Jagamise tüüp %s ei ole õige %s jaoks" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "Lubade seadistus %s jaoks ebaõnnestus, kuna antud õigused ületavad %s jaoks määratud õigusi" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "Lubade seadistus %s jaoks ebaõnnestus, kuna üksust ei leitud" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" -msgstr "Aegumise kuupäeva ei saa määrata. Jagamised ei saa aeguda hiljem kui %s peale jagamist." +msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" -msgstr "Aegumise kuupäeva ei saa määrata. Aegumise kuupäev ei saa olla minevikus." +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" +msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "Jagamise tagarakend %s peab kasutusele võtma OCP\\Share_Backend liidese" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "Jagamise tagarakendit %s ei leitud" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "Jagamise tagarakendit %s jaoks ei leitud" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "%s jagamine ebaõnnestus, kuna kasutaja %s on algne jagaja" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "%s jagamine ebaõnnestus, kuna antud õigused ületavad %s jaoks määratud õigusi" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "%s jagamine ebaõnnestus, kuna edasijagamine pole lubatud" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "%s jagamine ebaõnnestus, kuna jagamise tagarakend ei suutnud leida %s jaoks lähteallikat" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/eu/lib.po b/l10n/eu/lib.po index 2b6f36cae07..95c5ffb44ef 100644 --- a/l10n/eu/lib.po +++ b/l10n/eu/lib.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 06:30+0000\n" -"Last-Translator: Alexander Gabilondo <alexgabi@openmailbox.org>\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -21,33 +21,33 @@ msgstr "" "Language: eu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "Ezin da idatzi \"config\" karpetan!" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "Hau normalean konpondu daitekesweb zerbitzarira config karpetan idazteko baimenak emanez" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "Ikusi %s" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "Hau normalean konpondu daiteke %sweb zerbitzarira config karpetan idazteko baimenak emanez%s." -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "Zerbitzaria domeinu ez fidagarri batetik eskuratzen ari zara." -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -329,84 +329,84 @@ msgstr "%s elkarbanatzeak huts egin du, %s taldea ez delako existitzen" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "%s elkarbanatzeak huts egin du, %s ez delako %s taldearen partaidea" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "Lotura publiko bat sortzeko pasahitza idatzi behar duzu, bakarrik babestutako loturak baimenduta daude" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "%s elkarbanatzeak huts egin du, lotura bidezko elkarbanatzea baimendua ez dagoelako" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "%s elkarbanaketa mota ez da %srentzako egokia" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "%srentzako baimenak ezartzea huts egin du, baimenak %sri emandakoak baino gehiago direlako" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "%srentzako baimenak ezartzea huts egin du, aurkitu ez delako" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" -msgstr "Ezin izan da jarri iraungitze data. Konpartitzea ezin da iraungi konpartitu eta %s ondoren." +msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" -msgstr "Ezin da jarri iraungitze data. Iraungitze data iragan da." +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" +msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "%s elkarbanaketa motorra OCP\\Share_Backend interfazea inplementatu behar du " -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "Ez da %s elkarbanaketa motorra aurkitu" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "Ez da %srako elkarbanaketa motorrik aurkitu" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "%s elkarbanatzeak huts egin du, %s erabiltzailea jatorrizko elkarbanatzailea delako" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "%s elkarbanatzeak huts egin du, baimenak %sri emandakoak baino gehiago direlako" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "%s elkarbanatzeak huts egin du, ber-elkarbanatzea baimenduta ez dagoelako" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "%s elkarbanatzeak huts egin du, %sren elkarbanaketa motorrak bere iturria aurkitu ezin duelako" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/eu_ES/lib.po b/l10n/eu_ES/lib.po index c8ab68e1d2b..923cc446e6d 100644 --- a/l10n/eu_ES/lib.po +++ b/l10n/eu_ES/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Basque (Spain) (http://www.transifex.com/projects/p/owncloud/language/eu_ES/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: eu_ES\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/fa/lib.po b/l10n/fa/lib.po index 7eb8f05c62c..a6e1905dc13 100644 --- a/l10n/fa/lib.po +++ b/l10n/fa/lib.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" @@ -18,33 +18,33 @@ msgstr "" "Language: fa\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -326,84 +326,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/fi_FI/lib.po b/l10n/fi_FI/lib.po index f60b76dd3e9..407ad4fefbf 100644 --- a/l10n/fi_FI/lib.po +++ b/l10n/fi_FI/lib.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 06:50+0000\n" -"Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" +"Last-Translator: I Robot\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" @@ -18,33 +18,33 @@ msgstr "" "Language: fi_FI\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "Hakemistoon \"config\" kirjoittaminen ei onnistu!" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "Olet yhteydessä palvelimeen epäluotettavasta verkko-osoitteesta." -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -326,84 +326,84 @@ msgstr "Kohteen %s jakaminen epäonnistui, koska ryhmää %s ei ole olemassa" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "Kohteen %s jakaminen epäonnistui, koska käyttäjä %s ei ole ryhmän %s jäsen" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "Anna salasana luodaksesi julkisen linkin. Vain suojatut linkit ovat sallittuja" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "Kohteen %s jakaminen epäonnistui, koska jakaminen linkkejä käyttäen ei ole sallittu" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "Kohteen %s oikeuksien asettaminen epäonnistui, koska kohdetta ei löytynyt" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "Jakamisen taustaosaa %s ei löytynyt" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "Jakamisen taustaosaa kohteelle %s ei löytynyt" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "Kohteen %s jakaminen epäonnistui, koska käyttäjä %s on alkuperäinen jakaja" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "Kohteen %s jakaminen epäonnistui, koska jakaminen uudelleen ei ole sallittu" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/fr/lib.po b/l10n/fr/lib.po index 3836acda1f2..cb56699697c 100644 --- a/l10n/fr/lib.po +++ b/l10n/fr/lib.po @@ -17,8 +17,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" @@ -27,33 +27,33 @@ msgstr "" "Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "Impossible d’écrire dans le répertoire \"config\" !" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "Ce problème est généralement résolu en donnant au serveur web un accès en écriture à ce répertoire" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "Voir %s" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "Ce problème est généralement résolu %sen donnant au serveur web un accès en écriture au répertoire de configuration%s." -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "Vous accédez au serveur à partir d'un domaine non-approuvé." -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -335,84 +335,84 @@ msgstr "Le partage de %s a échoué car le groupe %s n'existe pas" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "Le partage de %s a échoué car %s n'est pas membre du groupe %s" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "Vous devez fournir un mot de passe pour créer un lien public, seul les liens protégés sont autorisées." -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "Le partage de %s a échoué car un partage de lien n'est pas permis" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "Le type de partage %s n'est pas valide pour %s" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "Le réglage des permissions pour %s a échoué car les permissions dépassent celle accordée à %s" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "Le réglage des permissions pour %s a échoué car l'objet n'a pas été trouvé" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "L'emplacement du partage %s doit implémenter l'interface OCP\\Share_Backend" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "Emplacement de partage %s introuvable" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "L'emplacement du partage %s est introuvable" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "Le partage de %s a échoué car l'utilisateur %s est déjà l'utilisateur à l'origine du partage." -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "Le partage de %s a échoué car les permissions dépassent les permissions accordées à %s" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "Le partage de %s a échoué car le repartage n'est pas autorisé" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "Le partage %s a échoué parce que la source n'a été trouvée pour le partage %s." -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/fr_CA/lib.po b/l10n/fr_CA/lib.po index 5e56da26b34..f74531b044b 100644 --- a/l10n/fr_CA/lib.po +++ b/l10n/fr_CA/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: French (Canada) (http://www.transifex.com/projects/p/owncloud/language/fr_CA/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: fr_CA\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/gl/lib.po b/l10n/gl/lib.po index 4a2d91c1d16..0ac7c0bac3d 100644 --- a/l10n/gl/lib.po +++ b/l10n/gl/lib.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 06:40+0000\n" -"Last-Translator: Miguel Anxo Bouzada <mbouzada@gmail.com>\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -358,13 +358,13 @@ msgstr "Non é posíbel estabelecer permisos para %s, non se atopa o elemento" #: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" -msgstr "Non é posíbel estabelecer a data de caducidade. As comparticións non poden caducar máis aló de %s após de seren compartida" +msgstr "" #: private/share/share.php:968 -msgid "Can not set expire date. Expire date is in the past" -msgstr "Non é posíbel estabelecer a data de caducidade. A data de caducidade está no pasado." +msgid "Cannot set expiration date. Expiration date is in the past" +msgstr "" #: private/share/share.php:1093 #, php-format diff --git a/l10n/he/lib.po b/l10n/he/lib.po index e339668d0d0..ffeedcae8fb 100644 --- a/l10n/he/lib.po +++ b/l10n/he/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: he\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/hi/lib.po b/l10n/hi/lib.po index cc693826d31..5dddbd7abe6 100644 --- a/l10n/hi/lib.po +++ b/l10n/hi/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: hi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/hi_IN/lib.po b/l10n/hi_IN/lib.po index 0f6a9513846..a8b8047d641 100644 --- a/l10n/hi_IN/lib.po +++ b/l10n/hi_IN/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Hindi (India) (http://www.transifex.com/projects/p/owncloud/language/hi_IN/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: hi_IN\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/hr/lib.po b/l10n/hr/lib.po index 45358e8beb8..ac397211903 100644 --- a/l10n/hr/lib.po +++ b/l10n/hr/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: hr\n" "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;\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/hu_HU/lib.po b/l10n/hu_HU/lib.po index 15732ee6d0f..46260a403fc 100644 --- a/l10n/hu_HU/lib.po +++ b/l10n/hu_HU/lib.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" @@ -20,33 +20,33 @@ msgstr "" "Language: hu_HU\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -328,84 +328,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/hy/lib.po b/l10n/hy/lib.po index 465af1f5fd4..4d980ce1ea0 100644 --- a/l10n/hy/lib.po +++ b/l10n/hy/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Armenian (http://www.transifex.com/projects/p/owncloud/language/hy/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: hy\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/ia/lib.po b/l10n/ia/lib.po index 6620f6f575e..aad4efe0844 100644 --- a/l10n/ia/lib.po +++ b/l10n/ia/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: ia\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/id/lib.po b/l10n/id/lib.po index f8dbdeae846..ffbe6fd5289 100644 --- a/l10n/id/lib.po +++ b/l10n/id/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/io/lib.po b/l10n/io/lib.po index 4899785ab66..bc7caa33dc4 100644 --- a/l10n/io/lib.po +++ b/l10n/io/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Ido (http://www.transifex.com/projects/p/owncloud/language/io/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: io\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/is/lib.po b/l10n/is/lib.po index 2a0c6961e77..cf456b3d5c5 100644 --- a/l10n/is/lib.po +++ b/l10n/is/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: is\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/it/lib.po b/l10n/it/lib.po index 0d566c59380..2133bd69486 100644 --- a/l10n/it/lib.po +++ b/l10n/it/lib.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 22:21+0000\n" -"Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -360,13 +360,13 @@ msgstr "Impostazione permessi per %s non riuscita, poiché l'elemento non è sta #: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" -msgstr "Impossibile impostare la data di scadenza. Le condivisioni non possono scadere più tardi di %s dalla loro attivazione." +msgstr "" #: private/share/share.php:968 -msgid "Can not set expire date. Expire date is in the past" -msgstr "Impossibile impostare la data di scadenza. La data di scadenza è già passata." +msgid "Cannot set expiration date. Expiration date is in the past" +msgstr "" #: private/share/share.php:1093 #, php-format diff --git a/l10n/ja/lib.po b/l10n/ja/lib.po index 67858168ac6..92f321b5145 100644 --- a/l10n/ja/lib.po +++ b/l10n/ja/lib.po @@ -13,9 +13,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-08-02 01:54-0400\n" -"PO-Revision-Date: 2014-08-01 07:10+0000\n" -"Last-Translator: Daisuke Deguchi <ddeguchi@nagoya-u.jp>\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" +"Last-Translator: I Robot\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" @@ -362,13 +362,13 @@ msgstr "%s の権限設定に失敗しました。アイテムが存在しませ #: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" -msgstr "有効期限を設定できません。共有開始から %s 以降に有効期限を設定することはできません。" +msgstr "" #: private/share/share.php:968 -msgid "Can not set expire date. Expire date is in the past" -msgstr "有効期限を設定できません。有効期限が過去を示しています。" +msgid "Cannot set expiration date. Expiration date is in the past" +msgstr "" #: private/share/share.php:1093 #, php-format diff --git a/l10n/jv/lib.po b/l10n/jv/lib.po index 115efca64f8..ebf5d373b45 100644 --- a/l10n/jv/lib.po +++ b/l10n/jv/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Javanese (http://www.transifex.com/projects/p/owncloud/language/jv/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: jv\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/ka_GE/lib.po b/l10n/ka_GE/lib.po index 875d5e0db92..e0630c0c5b5 100644 --- a/l10n/ka_GE/lib.po +++ b/l10n/ka_GE/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: ka_GE\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/km/lib.po b/l10n/km/lib.po index e14bf017434..ef841fe019d 100644 --- a/l10n/km/lib.po +++ b/l10n/km/lib.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Khmer (http://www.transifex.com/projects/p/owncloud/language/km/)\n" "MIME-Version: 1.0\n" @@ -19,33 +19,33 @@ msgstr "" "Language: km\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -327,84 +327,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/kn/lib.po b/l10n/kn/lib.po index c6f4a3a24f7..c6f53a287e2 100644 --- a/l10n/kn/lib.po +++ b/l10n/kn/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Kannada (http://www.transifex.com/projects/p/owncloud/language/kn/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: kn\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/ko/lib.po b/l10n/ko/lib.po index 26de9803bcd..ad75ea2128e 100644 --- a/l10n/ko/lib.po +++ b/l10n/ko/lib.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n" "MIME-Version: 1.0\n" @@ -22,33 +22,33 @@ msgstr "" "Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -330,84 +330,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/ku_IQ/lib.po b/l10n/ku_IQ/lib.po index da730522eb2..54f47d957ff 100644 --- a/l10n/ku_IQ/lib.po +++ b/l10n/ku_IQ/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: ku_IQ\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/lb/lib.po b/l10n/lb/lib.po index f43b9a20f7a..96f02ab4a46 100644 --- a/l10n/lb/lib.po +++ b/l10n/lb/lib.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n" "MIME-Version: 1.0\n" @@ -18,33 +18,33 @@ msgstr "" "Language: lb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -326,84 +326,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/lt_LT/lib.po b/l10n/lt_LT/lib.po index 24db6782b55..31ef489227e 100644 --- a/l10n/lt_LT/lib.po +++ b/l10n/lt_LT/lib.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n" "MIME-Version: 1.0\n" @@ -21,33 +21,33 @@ msgstr "" "Language: lt_LT\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -329,84 +329,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/lv/lib.po b/l10n/lv/lib.po index 7e44237dec7..52c6a647e67 100644 --- a/l10n/lv/lib.po +++ b/l10n/lv/lib.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n" "MIME-Version: 1.0\n" @@ -18,33 +18,33 @@ msgstr "" "Language: lv\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -326,84 +326,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/mk/lib.po b/l10n/mk/lib.po index 9563f531052..81a62bada9e 100644 --- a/l10n/mk/lib.po +++ b/l10n/mk/lib.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n" "MIME-Version: 1.0\n" @@ -18,33 +18,33 @@ msgstr "" "Language: mk\n" "Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -326,84 +326,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/ml/lib.po b/l10n/ml/lib.po index 09361d72e63..6bcd5e27a57 100644 --- a/l10n/ml/lib.po +++ b/l10n/ml/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Malayalam (http://www.transifex.com/projects/p/owncloud/language/ml/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: ml\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/ml_IN/lib.po b/l10n/ml_IN/lib.po index 40826c2a06d..af0ea366b5a 100644 --- a/l10n/ml_IN/lib.po +++ b/l10n/ml_IN/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Malayalam (India) (http://www.transifex.com/projects/p/owncloud/language/ml_IN/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: ml_IN\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/mn/lib.po b/l10n/mn/lib.po index a2822975cd8..33584ddf8a9 100644 --- a/l10n/mn/lib.po +++ b/l10n/mn/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Mongolian (http://www.transifex.com/projects/p/owncloud/language/mn/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: mn\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/ms_MY/lib.po b/l10n/ms_MY/lib.po index 4fa06800387..0f7fdc9ac4c 100644 --- a/l10n/ms_MY/lib.po +++ b/l10n/ms_MY/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: ms_MY\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/my_MM/lib.po b/l10n/my_MM/lib.po index 873cb6b4fd3..7c8231e7c85 100644 --- a/l10n/my_MM/lib.po +++ b/l10n/my_MM/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Burmese (Myanmar) (http://www.transifex.com/projects/p/owncloud/language/my_MM/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: my_MM\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/nb_NO/lib.po b/l10n/nb_NO/lib.po index b1934aef71a..9f4ec142f18 100644 --- a/l10n/nb_NO/lib.po +++ b/l10n/nb_NO/lib.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" @@ -19,33 +19,33 @@ msgstr "" "Language: nb_NO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "Kan ikke skrive i \"config\"-mappen!" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "Dette kan vanligvis ordnes ved å gi web-serveren skrivetilgang til config-mappen" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "Se %s" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "Dette kan vanligvis ordnes ved %så gi web-serveren skrivetilgang til config-mappen%s." -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "Du aksesserer serveren fra et ikke tiltrodd domene." -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -327,84 +327,84 @@ msgstr "Deling av %s feilet, fordi gruppen %s ikke finnes" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "Deling av %s feilet, fordi %s ikke er medlem av gruppen %s" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "Du må oppgi et passord for å lage en offentlig lenke. Bare beskyttede lenker er tillatt" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "Deling av %s feilet, fordi deling med lenker ikke er tillatt" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "Delingstype %s er ikke gyldig for %s" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "Setting av tillatelser for %s feilet, fordi tillatelsene gikk ut over tillatelsene som er gitt til %s" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "Setting av tillatelser for %s feilet, fordi elementet ikke ble funnet" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "Delings-server %s må implementere grensesnittet OCP\\Share_Backend" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "Delings-server %s ikke funnet" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "Delings-server for %s ikke funnet" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "Deling av %s feilet, fordi brukeren %s er den opprinnelige eieren" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "Deling av %s feilet, fordi tillatelsene går utover tillatelsene som er gitt til %s" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "Deling av %s feilet, fordi videre-deling ikke er tillatt" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "Deling av %s feilet, fordi delings-serveren for %s ikke kunne finne kilden" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/nds/lib.po b/l10n/nds/lib.po index b38e4583f38..1c5e3781428 100644 --- a/l10n/nds/lib.po +++ b/l10n/nds/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Low German (http://www.transifex.com/projects/p/owncloud/language/nds/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: nds\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/ne/lib.po b/l10n/ne/lib.po index 54a0c4f9058..7d3294324ac 100644 --- a/l10n/ne/lib.po +++ b/l10n/ne/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Nepali (http://www.transifex.com/projects/p/owncloud/language/ne/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: ne\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/nl/lib.po b/l10n/nl/lib.po index d220d962ea9..92a37e90e4f 100644 --- a/l10n/nl/lib.po +++ b/l10n/nl/lib.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:00+0000\n" -"Last-Translator: André Koot <meneer@tken.net>\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,33 +20,33 @@ msgstr "" "Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "Kan niet schrijven naar de \"config\" directory!" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "Dit kan hersteld worden door de webserver schrijfrechten te geven op de de config directory" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "Zie %s" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "Dit kan hersteld worden door de webserver schrijfrechten te %sgeven op de de config directory%s" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "U benadert de server vanaf een niet vertrouwd domein." -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -328,84 +328,84 @@ msgstr "Delen van %s is mislukt, omdat groep %s niet bestaat" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "Delen van %s is mislukt, omdat %s geen lid is van groep %s" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "U moet een wachtwoord verstrekken om een openbare koppeling te maken, alleen beschermde links zijn toegestaan" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "Delen van %s is mislukt, omdat het delen met links niet is toegestaan" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "Delen van type %s is niet geldig voor %s" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "Instellen van de permissies voor %s is mislukt, omdat de permissies hoger zijn dan de aan %s toegekende permissies" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "Instellen van de permissies voor %s is mislukt, omdat het object niet is gevonden" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" -msgstr "Kon vervaldatum niet installen. Shares kunnen niet langer dan %s vervallen na het moment van delen" +msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" -msgstr "Kon vervaldatum niet instellen. De vervaldatum ligt in het verleden" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" +msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "Het share-backend %s moet de OCP\\Share_Backend interface implementeren" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "Het share-backend %s is niet gevonden" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "Het share-backend voor %s is niet gevonden" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "Delen van %s is mislukt, omdat gebruiker %s de originele deler is" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "Delen van %s is mislukt, omdat de rechten de aan %s toegekende autorisaties overschrijden" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "Delen van %s is mislukt, omdat her-delen niet is toegestaan" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "Delen van %s is mislukt, omdat de share-backend voor %s de bron niet kon vinden" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/nn_NO/lib.po b/l10n/nn_NO/lib.po index 45adc2efe1f..f6d47dd3132 100644 --- a/l10n/nn_NO/lib.po +++ b/l10n/nn_NO/lib.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n" "MIME-Version: 1.0\n" @@ -19,33 +19,33 @@ msgstr "" "Language: nn_NO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -327,84 +327,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/nqo/lib.po b/l10n/nqo/lib.po index db5c93501df..8860eeb9e19 100644 --- a/l10n/nqo/lib.po +++ b/l10n/nqo/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: N'ko (http://www.transifex.com/projects/p/owncloud/language/nqo/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: nqo\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/oc/lib.po b/l10n/oc/lib.po index 827fad947df..a86fdeca34b 100644 --- a/l10n/oc/lib.po +++ b/l10n/oc/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: oc\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/or_IN/lib.po b/l10n/or_IN/lib.po index 84c83bbcfcf..450c8606a3e 100644 --- a/l10n/or_IN/lib.po +++ b/l10n/or_IN/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Oriya (India) (http://www.transifex.com/projects/p/owncloud/language/or_IN/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: or_IN\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/pa/lib.po b/l10n/pa/lib.po index 3c2d8a1e3fc..f4110594393 100644 --- a/l10n/pa/lib.po +++ b/l10n/pa/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/owncloud/language/pa/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: pa\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/pl/lib.po b/l10n/pl/lib.po index 3ef1f6d442d..a0e2a8bc92f 100644 --- a/l10n/pl/lib.po +++ b/l10n/pl/lib.po @@ -14,9 +14,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 05:10+0000\n" -"Last-Translator: Dawid <hoek@hoek.pl>\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,33 +24,33 @@ msgstr "" "Language: pl\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "Nie można zapisać do katalogu \"config\"!" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "Można to zwykle rozwiązać przez dodanie serwerowi www uprawnień zapisu do katalogu config." -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "Zobacz %s" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "Można to zwykle rozwiązać przez %sdodanie serwerowi www uprawnień zapisu do katalogu config%s." -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "Dostajesz się do serwera z niezaufanej domeny." -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -332,84 +332,84 @@ msgstr "Współdzielenie %s nie powiodło się, ponieważ grupa %s nie istnieje" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "Współdzielenie %s nie powiodło się, ponieważ %s nie jest członkiem grupy %s" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "Musisz zapewnić hasło aby utworzyć link publiczny, dozwolone są tylko linki chronione" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "Współdzielenie %s nie powiodło się, ponieważ współdzielenie z linkami nie jest dozwolone" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "Typ udziału %s nie jest właściwy dla %s" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "Ustawienie uprawnień dla %s nie powiodło się, ponieważ uprawnienia wykraczają poza przydzielone %s" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "Ustawienie uprawnień dla %s nie powiodło się, ponieważ element nie został znaleziony" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" -msgstr "Nie można ustawić daty wygaśnięcia. Udział nie może wygasać później niż %s od momentu udostępnienia." +msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" -msgstr "Nie można ustawić daty wygaśnięcia. Termin ustalony jest w przeszłości" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" +msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "Zaplecze do współdzielenia %s musi implementować interfejs OCP\\Share_Backend" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "Zaplecze %s do współdzielenia nie zostało znalezione" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "Zaplecze do współdzielenia %s nie zostało znalezione" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "Współdzielenie %s nie powiodło się, ponieważ użytkownik %s jest udostępniającym" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "Współdzielenie %s nie powiodło się, ponieważ uprawnienia przekraczają te udzielone %s" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "Współdzielenie %s nie powiodło się, ponieważ ponowne współdzielenie nie jest dozwolone" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "Współdzielenie %s nie powiodło się, ponieważ zaplecze współdzielenia dla %s nie mogło znaleźć jego źródła" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/pt_BR/lib.po b/l10n/pt_BR/lib.po index ba4703822c2..23537857712 100644 --- a/l10n/pt_BR/lib.po +++ b/l10n/pt_BR/lib.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-31 01:54-0400\n" -"PO-Revision-Date: 2014-07-30 21:31+0000\n" -"Last-Translator: Flávio Veras <flaviove@gmail.com>\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" +"Last-Translator: I Robot\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" @@ -358,13 +358,13 @@ msgstr "Definir permissões para %s falhou, porque o item não foi encontrado" #: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" -msgstr "Não pode ser definida data de expiração. Compartilhamentos não podem ter data de expiração %s após serem compartilhados" +msgstr "" #: private/share/share.php:968 -msgid "Can not set expire date. Expire date is in the past" -msgstr "Não pode ser definida data de expiração. Data de expiração já passou" +msgid "Cannot set expiration date. Expiration date is in the past" +msgstr "" #: private/share/share.php:1093 #, php-format diff --git a/l10n/pt_PT/lib.po b/l10n/pt_PT/lib.po index 134c83fb57b..58a68dea46a 100644 --- a/l10n/pt_PT/lib.po +++ b/l10n/pt_PT/lib.po @@ -15,9 +15,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 22:40+0000\n" -"Last-Translator: Luis Jorge Simões das Neves <luisjneves@gmail.com>\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,33 +25,33 @@ msgstr "" "Language: pt_PT\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "Não é possível gravar na directoria \"configurar\"!" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "Isto pode ser resolvido normalmente dando ao servidor web direitos de escrita ao directório de configuração" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "Ver %s" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "Isto pode ser resolvido normalmente %sdando ao servidor web direitos de escrita no directório de configuração%s." -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "Está a aceder ao servidor a partir de um domínio que não é de confiança." -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -333,84 +333,84 @@ msgstr "A partilha %s falhou, porque o grupo %s não existe" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "A partilha %s falhou, porque o utilizador %s não é membro do grupo %s" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "Necessita de fornecer a senha para criar um link publico, só são permitidos links protegidos" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "A partilha de %s falhou, porque partilhar com links não é permitido" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "O tipo de partilha %s não é válido para %s" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "Definir permissões para %s falhou, porque as permissões excedem as permissões concedidas a %s" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "Definir permissões para %s falhou, porque o item não foi encontrado" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" -msgstr "Não é possível definir data de expiração. Acções não podem expirar mais tarde que,%s após eles terem sido compartilhadas" +msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" -msgstr "Não é possível definir data de expiração. A data de vencimento está no passado" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" +msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "Partilhar backend %s tem de implementar o interface OCP\\Share_Backend" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "Partilha backend %s não foi encontrado" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "Partilha backend para %s não foi encontrado" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "A partilha %s falhou, porque o utilizador %s é o proprietário original" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "Definir permissões para %s falhou, porque as permissões excedem as permissões concedidas a %s" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "A partilha %s falhou, porque repartilhar não é permitido" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "A partilha %s falhou, devido a partilha em segundo plano para %s não conseguir encontrar a sua fonte" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/ro/lib.po b/l10n/ro/lib.po index 41dadd5259a..7bd119dceec 100644 --- a/l10n/ro/lib.po +++ b/l10n/ro/lib.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" @@ -19,33 +19,33 @@ msgstr "" "Language: ro\n" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -327,84 +327,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/ru/lib.po b/l10n/ru/lib.po index 71adf7fb346..351f798520d 100644 --- a/l10n/ru/lib.po +++ b/l10n/ru/lib.po @@ -19,9 +19,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 06:20+0000\n" -"Last-Translator: sbh12 <mail_123@mail.ru>\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -29,33 +29,33 @@ msgstr "" "Language: ru\n" "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);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "Запись в каталог \"config\" невозможна" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "Обычно это можно исправить, предоставив веб-серверу права на запись в папке конфигурации" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "Просмотр %s" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "Обычно это можно исправить, %sпредоставив веб-серверу права на запись в папке конфигурации%s." -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "Вы пытаетесь получить доступ к серверу с неподтверждённого домена." -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -337,84 +337,84 @@ msgstr "Не удалось установить общий доступ для msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "Не удалось установить общий доступ для %s, %s не является членом группы %s" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "Вам нужно задать пароль для создания публичной ссылки. Разрешены только защищённые ссылки" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "Не удалось установить общий доступ для %s, потому что обмен со ссылками не допускается" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "Такой втд общего доступа как %s не допустим для %s" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "Настройка прав доступа для %s невозможна, поскольку права доступа превышают предоставленные права доступа %s" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "Не удалось произвести настройку прав доступа для %s , элемент не был найден." -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" -msgstr "Не могу установить дату истечения. Шары не могут истечь позже чем %s после того, как они были расшарены" +msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" -msgstr "Не могу установить дату истечения. Дата истечения находится в прошлом." +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" +msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "Бэкенд для опубликования %s должен реализовывать интерфейс OCP\\Share_Backend" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "Бэкэнд для общего доступа %s не найден" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "Бэкэнд для общего доступа к %s не найден" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "Публикация %s неудачна, т.к. пользователь %s - публикатор оригинала файла" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "Не удалось опубликовать %s, т.к. права %s превышают предоставленные права доступа " -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "Публикация %s неудачна, т.к републикация запрещена" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "Не удалось опубликовать %s, т.к. опубликованный бэкенд для %s не смог найти свой источник" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/si_LK/lib.po b/l10n/si_LK/lib.po index b059ebe667b..b1af9f1ecad 100644 --- a/l10n/si_LK/lib.po +++ b/l10n/si_LK/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: si_LK\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/sk/lib.po b/l10n/sk/lib.po index 88317110890..f5ed8c0a89a 100644 --- a/l10n/sk/lib.po +++ b/l10n/sk/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: sk\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/sk_SK/lib.po b/l10n/sk_SK/lib.po index 36f1390ad8e..5927fdcccfe 100644 --- a/l10n/sk_SK/lib.po +++ b/l10n/sk_SK/lib.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" @@ -20,33 +20,33 @@ msgstr "" "Language: sk_SK\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "Nie je možné zapisovat do priečinka \"config\"!" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "Pristupujete na server v nedôveryhodnej doméne." -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -328,84 +328,84 @@ msgstr "Zdieľanie %s zlyhalo, pretože skupina %s neexistuje" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "Zdieľanie %s zlyhalo, pretože %s nie je členom skupiny %s" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "Musíte zadať heslo ak chcete vytvoriť verejný odkaz, lebo iba odkazy chránené heslom sú povolené" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "Zdieľanie %s zlyhalo, pretože zdieľanie odkazom nie je povolené" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "Typ zdieľania %s nie je platný pre %s" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "Nastavenie povolení pre %s zlyhalo, pretože povolenia prekračujú povolenia udelené %s" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "Nastavenie povolení pre %s zlyhalo, pretože položka sa nenašla" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "Zdieľanie %s zlyhalo, pretože používateľ %s je pôvodcom zdieľania" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "Zdieľanie %s zlyhalo, pretože povolenia prekračujú povolenia udelené %s" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "Zdieľanie %s zlyhalo, pretože zdieľanie ďalším nie je povolené" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "Zdieľanie %s zlyhalo, backend zdieľania nenašiel zdrojový %s" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/sl/lib.po b/l10n/sl/lib.po index a499b2fa287..a43f97b4230 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: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" @@ -19,33 +19,33 @@ msgstr "" "Language: sl\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -327,84 +327,84 @@ msgstr "Nastavljanje souporabe %s je spodletelo, ker je skupina %s ne obstaja." msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "Nastavljanje souporabe %s je spodletelo, ker uporabnik %s ni član skupine %s." -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "Nastavljanje souporabe %s je spodletelo, ker souporaba preko povezave ni dovoljena." -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "Vrsta souporabe %s za %s ni veljavna." -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "Ozadnjega programa %s za souporabo ni mogoče najti" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "Ozadnjega programa za souporabo za %s ni mogoče najti" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/sq/lib.po b/l10n/sq/lib.po index 1ea5cb2e82c..f6d25a1221e 100644 --- a/l10n/sq/lib.po +++ b/l10n/sq/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: sq\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/sr/lib.po b/l10n/sr/lib.po index 7656c0bff6c..94b0efaa55e 100644 --- a/l10n/sr/lib.po +++ b/l10n/sr/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: sr\n" "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);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/sr@latin/lib.po b/l10n/sr@latin/lib.po index 9421b9b5dff..8efd77e622a 100644 --- a/l10n/sr@latin/lib.po +++ b/l10n/sr@latin/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: sr@latin\n" "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);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/su/lib.po b/l10n/su/lib.po index e02a6e338e5..28f60ee8dd7 100644 --- a/l10n/su/lib.po +++ b/l10n/su/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Sundanese (http://www.transifex.com/projects/p/owncloud/language/su/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: su\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/sv/lib.po b/l10n/sv/lib.po index 5103ce53a11..62cb77fe032 100644 --- a/l10n/sv/lib.po +++ b/l10n/sv/lib.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" @@ -26,33 +26,33 @@ msgstr "" "Language: sv\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "Kan inte skriva till \"config\" katalogen!" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "Detta kan vanligtvis åtgärdas genom att ge skrivrättigheter till config katalgogen" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "Se %s" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "Du ansluter till servern från en osäker domän." -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -334,84 +334,84 @@ msgstr "Delning %s misslyckades därför att gruppen %s inte existerar" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "Delning %s misslyckades därför att %s inte ingår i gruppen %s" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "Du måste ange ett lösenord för att skapa en offentlig länk, endast skyddade länkar är tillåtna" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "Delning %s misslyckades därför att delning utav länkar inte är tillåtet" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "Delningstyp %s är inte giltig för %s" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "Misslyckades att sätta rättigheter för %s därför att rättigheterna överskrider de som är tillåtna för %s" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "Att sätta rättigheterna för %s misslyckades därför att objektet inte hittades" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "Delningsgränssnittet %s måste implementera gränssnittet OCP\\Share_Backend" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "Delningsgränssnittet %s hittades inte" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "Delningsgränssnittet för %s hittades inte" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "Delning %s misslyckades därför att användaren %s är den som delade objektet först" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "Delning %s misslyckades därför att rättigheterna överskrider de rättigheter som är tillåtna för %s" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "Delning %s misslyckades därför att vidaredelning inte är tillåten" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "Delning %s misslyckades därför att delningsgränsnittet för %s inte kunde hitta sin källa" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/sw_KE/lib.po b/l10n/sw_KE/lib.po index cfb64221078..55c53fe9545 100644 --- a/l10n/sw_KE/lib.po +++ b/l10n/sw_KE/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Swahili (Kenya) (http://www.transifex.com/projects/p/owncloud/language/sw_KE/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: sw_KE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/ta_IN/lib.po b/l10n/ta_IN/lib.po index bb832277cda..a15f47f2cc7 100644 --- a/l10n/ta_IN/lib.po +++ b/l10n/ta_IN/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Tamil (India) (http://www.transifex.com/projects/p/owncloud/language/ta_IN/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: ta_IN\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/ta_LK/lib.po b/l10n/ta_LK/lib.po index 5a5b92cdb67..55dd92def6a 100644 --- a/l10n/ta_LK/lib.po +++ b/l10n/ta_LK/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: ta_LK\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/te/lib.po b/l10n/te/lib.po index e80e91fac5b..b422d9ef20d 100644 --- a/l10n/te/lib.po +++ b/l10n/te/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Telugu (http://www.transifex.com/projects/p/owncloud/language/te/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: te\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/templates/core.pot b/l10n/templates/core.pot index 745bf851387..82abc6e4db7 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: 2014-08-04 01:54-0400\n" +"POT-Creation-Date: 2014-08-05 02:02-0400\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.pot b/l10n/templates/files.pot index 305acb7acfe..19d050abb25 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: 2014-08-04 01:54-0400\n" +"POT-Creation-Date: 2014-08-05 02:02-0400\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_encryption.pot b/l10n/templates/files_encryption.pot index edd0bc413be..830f4f9256f 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: 2014-08-04 01:54-0400\n" +"POT-Creation-Date: 2014-08-05 02:02-0400\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 d39af31ec19..de78c17a0ae 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: 2014-08-04 01:54-0400\n" +"POT-Creation-Date: 2014-08-05 02:02-0400\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_sharing.pot b/l10n/templates/files_sharing.pot index 39c855d2b5d..570c88895ad 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: 2014-08-04 01:54-0400\n" +"POT-Creation-Date: 2014-08-05 02:02-0400\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 654443d24d1..f8737aba48d 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: 2014-08-04 01:54-0400\n" +"POT-Creation-Date: 2014-08-05 02:02-0400\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_versions.pot b/l10n/templates/files_versions.pot index 90b847a7686..ed77bfa04f6 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: 2014-08-04 01:54-0400\n" +"POT-Creation-Date: 2014-08-05 02:02-0400\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 a7106704b5c..abf984ecc17 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: 2014-08-04 01:54-0400\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\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" @@ -357,12 +357,12 @@ msgstr "" #: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" #: private/share/share.php:968 -msgid "Can not set expire date. Expire date is in the past" +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" #: private/share/share.php:1093 diff --git a/l10n/templates/private.pot b/l10n/templates/private.pot index a84e2534fdb..4712c98791a 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: 2014-08-04 01:54-0400\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\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" @@ -316,12 +316,12 @@ msgstr "" #: share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" #: share/share.php:968 -msgid "Can not set expire date. Expire date is in the past" +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" #: share/share.php:1093 diff --git a/l10n/templates/settings.pot b/l10n/templates/settings.pot index 750b10f5c34..56bcf79db8f 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: 2014-08-04 01:54-0400\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\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" @@ -304,19 +304,19 @@ msgstr "" msgid "Unable to delete {objName}" msgstr "" -#: js/users/groups.js:92 js/users/groups.js:200 +#: js/users/groups.js:94 js/users/groups.js:202 msgid "Error creating group" msgstr "" -#: js/users/groups.js:199 +#: js/users/groups.js:201 msgid "A valid group name must be provided" msgstr "" -#: js/users/groups.js:227 +#: js/users/groups.js:229 msgid "deleted {groupName}" msgstr "" -#: js/users/groups.js:228 js/users/users.js:296 +#: js/users/groups.js:230 js/users/users.js:296 msgid "undo" msgstr "" diff --git a/l10n/templates/user_ldap.pot b/l10n/templates/user_ldap.pot index a42da4202d8..f7ecb203872 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: 2014-08-04 01:54-0400\n" +"POT-Creation-Date: 2014-08-05 02:02-0400\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 75a809165a4..5000492ace8 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: 2014-08-04 01:54-0400\n" +"POT-Creation-Date: 2014-08-05 02:02-0400\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/lib.po b/l10n/th_TH/lib.po index f971717d322..8b032c31373 100644 --- a/l10n/th_TH/lib.po +++ b/l10n/th_TH/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: th_TH\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/tr/lib.po b/l10n/tr/lib.po index 4c7f3365a77..9687dd47d8b 100644 --- a/l10n/tr/lib.po +++ b/l10n/tr/lib.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-30 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 15:50+0000\n" -"Last-Translator: Volkan Gezer <volkangezer@gmail.com>\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" +"Last-Translator: I Robot\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" @@ -21,33 +21,33 @@ msgstr "" "Language: tr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "\"config\" dizinine yazılamıyor!" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "Bu genellikle, web sunucusuna config dizinine yazma erişimi verilerek çözülebilir" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "Bakınız: %s" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "Bu genellikle, %sweb sunucusuna config dizinine yazma erişimi verilerek%s çözülebilir" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "Sunucuya güvenilmeyen bir alan adından ulaşıyorsunuz." -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -329,84 +329,84 @@ msgstr "%s paylaşımı, %s grubu mevcut olmadığından başarısız oldu" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "%s paylaşımı, %s kullanıcısı %s grup üyesi olmadığından başarısız oldu" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "Herkese açık bir bağlantı oluşturmak için bir parola belirtmeniz gerekiyor. Sadece korunmuş bağlantılara izin verilmektedir" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "%s paylaşımı, bağlantılar ile paylaşım izin verilmediğinden başarısız oldu" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "%s paylaşım türü %s için geçerli değil" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "%s için izinler, izinler %s için verilen izinleri aştığından dolayı ayarlanamadı" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "%s için izinler öge bulunamadığından ayarlanamadı" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" -msgstr "Son kullanma tarihi ayarlanamıyor. Paylaşımların süreleri, paylaşıldıkları konumdan %s sonra dolamaz." +msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" -msgstr "Son kullanma tarihi ayarlanamıyor. Son kullanma tarihi geçmişte" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" +msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "Paylaşma arka ucu %s OCP\\Share_Backend arayüzünü desteklemeli" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "Paylaşım arka ucu %s bulunamadı" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "%s için paylaşım arka ucu bulunamadı" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "%s paylaşımı, %s kullanıcısı özgün paylaşan kişi olduğundan başarısız oldu" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "%s paylaşımı, izinler %s için verilen izinleri aştığından dolayı başarısız oldu" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "%s paylaşımı, tekrar paylaşımın izin verilmemesinden dolayı başarısız oldu" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "%s paylaşımı, %s için arka ucun kaynağını bulamamasından dolayı başarısız oldu" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/tzm/lib.po b/l10n/tzm/lib.po index 49f085b9970..3a9cfcc5045 100644 --- a/l10n/tzm/lib.po +++ b/l10n/tzm/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Central Atlas Tamazight (http://www.transifex.com/projects/p/owncloud/language/tzm/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: tzm\n" "Plural-Forms: nplurals=2; plural=(n == 0 || n == 1 || (n > 10 && n < 100) ? 0 : 1;\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/ug/lib.po b/l10n/ug/lib.po index 8d81b100a37..705c44259e8 100644 --- a/l10n/ug/lib.po +++ b/l10n/ug/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Uighur (http://www.transifex.com/projects/p/owncloud/language/ug/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: ug\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/uk/lib.po b/l10n/uk/lib.po index d76480d8771..1a1dbf88a5e 100644 --- a/l10n/uk/lib.po +++ b/l10n/uk/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: uk\n" "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);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/ur/lib.po b/l10n/ur/lib.po index ad954b0fa74..c5e105e5015 100644 --- a/l10n/ur/lib.po +++ b/l10n/ur/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Urdu (http://www.transifex.com/projects/p/owncloud/language/ur/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: ur\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/ur_PK/lib.po b/l10n/ur_PK/lib.po index 2fa5572160a..abfaac914a3 100644 --- a/l10n/ur_PK/lib.po +++ b/l10n/ur_PK/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Urdu (Pakistan) (http://www.transifex.com/projects/p/owncloud/language/ur_PK/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: ur_PK\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/uz/lib.po b/l10n/uz/lib.po index 25edf99cc44..327bbe06e86 100644 --- a/l10n/uz/lib.po +++ b/l10n/uz/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Uzbek (http://www.transifex.com/projects/p/owncloud/language/uz/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: uz\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/vi/lib.po b/l10n/vi/lib.po index d2bda57bc2c..15deb0d6158 100644 --- a/l10n/vi/lib.po +++ b/l10n/vi/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/zh_CN/lib.po b/l10n/zh_CN/lib.po index 92bb533ef9e..0be816494ef 100644 --- a/l10n/zh_CN/lib.po +++ b/l10n/zh_CN/lib.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -23,33 +23,33 @@ msgstr "" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "无法写入“config”目录!" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "查看 %s" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "您正在访问来自不信任域名的服务器。" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -331,84 +331,84 @@ msgstr "共享 %s 失败,因为 %s 组不存在" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "共享 %s 失败,因为 %s 不是 %s 组的成员" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "共享 %s 失败,因为不允许用链接共享" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "%s 不是 %s 的合法共享类型" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "设置 %s 权限失败,因为权限超出了 %s 已有权限。" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "设置 %s 的权限失败,因为未找到到对应项" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "共享后端 %s 必须实现 OCP\\Share_Backend 接口" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "未找到共享后端 %s" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "%s 的共享后端未找到" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "共享 %s 失败,因为用户 %s 不是原始共享者" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "共享 %s 失败,因为权限超过了 %s 已有权限" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "共享 %s 失败,因为不允许二次共享" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "共享 %s 失败,因为 %s 使用的共享后端未找到它的来源" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/zh_HK/lib.po b/l10n/zh_HK/lib.po index 4df639358d4..608a5e66bee 100644 --- a/l10n/zh_HK/lib.po +++ b/l10n/zh_HK/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\n" "MIME-Version: 1.0\n" @@ -17,33 +17,33 @@ msgstr "" "Language: zh_HK\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -325,84 +325,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/zh_TW/lib.po b/l10n/zh_TW/lib.po index 7ad6092f240..0d54e2456ea 100644 --- a/l10n/zh_TW/lib.po +++ b/l10n/zh_TW/lib.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-29 01:54-0400\n" -"PO-Revision-Date: 2014-07-29 05:54+0000\n" +"POT-Creation-Date: 2014-08-05 02:03-0400\n" +"PO-Revision-Date: 2014-08-05 06:03+0000\n" "Last-Translator: I Robot\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" @@ -19,33 +19,33 @@ msgstr "" "Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: base.php:195 base.php:202 +#: base.php:200 base.php:207 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:196 +#: base.php:201 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:198 +#: base.php:203 #, php-format msgid "See %s" msgstr "" -#: base.php:203 private/util.php:428 +#: base.php:208 private/util.php:428 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:673 +#: base.php:688 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:674 +#: base.php:689 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -327,84 +327,84 @@ msgstr "" msgid "Sharing %s failed, because %s is not a member of the group %s" msgstr "" -#: private/share/share.php:627 +#: private/share/share.php:628 msgid "" "You need to provide a password to create a public link, only protected links" " are allowed" msgstr "" -#: private/share/share.php:653 +#: private/share/share.php:654 #, php-format msgid "Sharing %s failed, because sharing with links is not allowed" msgstr "" -#: private/share/share.php:660 +#: private/share/share.php:661 #, php-format msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:860 +#: private/share/share.php:861 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:921 +#: private/share/share.php:922 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:959 +#: private/share/share.php:960 #, php-format msgid "" -"Can not set expire date. Shares can not expire later then %s after they " +"Cannot set expiration date. Shares cannot expire later than %s after they " "where shared" msgstr "" -#: private/share/share.php:967 -msgid "Can not set expire date. Expire date is in the past" +#: private/share/share.php:968 +msgid "Cannot set expiration date. Expiration date is in the past" msgstr "" -#: private/share/share.php:1092 +#: private/share/share.php:1093 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:1099 +#: private/share/share.php:1100 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:1105 +#: private/share/share.php:1106 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1522 +#: private/share/share.php:1523 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1531 +#: private/share/share.php:1532 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1547 +#: private/share/share.php:1548 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1559 +#: private/share/share.php:1560 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1573 +#: private/share/share.php:1574 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/lib/l10n/ast.php b/lib/l10n/ast.php index 12b4e96b714..9ff0f12aa91 100644 --- a/lib/l10n/ast.php +++ b/lib/l10n/ast.php @@ -67,8 +67,6 @@ $TRANSLATIONS = array( "Share type %s is not valid for %s" => "La triba de compartición %s nun ye válida pa %s", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Falló dar permisos a %s, porque los permisos son mayores que los otorgaos a %s", "Setting permissions for %s failed, because the item was not found" => "Falló dar permisos a %s, porque l'elementu nun s'atopó", -"Can not set expire date. Shares can not expire later then %s after they where shared" => "Nun pudo afitase la data d'espiración. Los ficheros compartíos nun puen espirar llueu de %s dempués de compartise.", -"Can not set expire date. Expire date is in the past" => "Nun pudo afitase la data d'espiración. La data ta nel pasáu", "Sharing backend %s must implement the interface OCP\\Share_Backend" => "El motor compartíu %s tien d'implementar la interfaz OCP\\Share_Backend", "Sharing backend %s not found" => "Nun s'alcontró'l botón de compartición %s", "Sharing backend for %s not found" => "Nun s'alcontró'l botón de partición pa %s", diff --git a/lib/l10n/bg_BG.php b/lib/l10n/bg_BG.php index fe773693e0b..5da769bfca5 100644 --- a/lib/l10n/bg_BG.php +++ b/lib/l10n/bg_BG.php @@ -67,8 +67,6 @@ $TRANSLATIONS = array( "Share type %s is not valid for %s" => "Споделянето на тип %s не валидно за %s.", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Неуспешна промяна на правата за достъп за %s, защото промените надвишават правата на достъп дадени на %s.", "Setting permissions for %s failed, because the item was not found" => "Неуспешна промяна на правата за достъп за %s, защото съдържанието не е открито.", -"Can not set expire date. Shares can not expire later then %s after they where shared" => "Неуспешно задаване на дата на изтичане. Споделени папки не могат да изтекат по-късно от %s след като са били споделени.", -"Can not set expire date. Expire date is in the past" => "Неуспешноп задаване на дата на изтичане. Датата е в миналото.", "Sharing backend %s must implement the interface OCP\\Share_Backend" => "Споделянето на сървърния %s трябва да поддържа OCP\\Share_Backend интерфейс.", "Sharing backend %s not found" => "Споделянето на сървърния %s не е открито.", "Sharing backend for %s not found" => "Споделянето на сървъра за %s не е открито.", diff --git a/lib/l10n/cs_CZ.php b/lib/l10n/cs_CZ.php index 0aa0500b1cf..336579588ab 100644 --- a/lib/l10n/cs_CZ.php +++ b/lib/l10n/cs_CZ.php @@ -67,8 +67,6 @@ $TRANSLATIONS = array( "Share type %s is not valid for %s" => "Sdílení typu %s není korektní pro %s", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Nastavení oprávnění pro %s selhalo, protože jsou k tomu nutná vyšší oprávnění, než jaká byla povolena pro %s", "Setting permissions for %s failed, because the item was not found" => "Nastavení práv pro %s selhalo, protože položka nebyla nalezena", -"Can not set expire date. Shares can not expire later then %s after they where shared" => "Nelze nastavit datum vypršení platnosti. Sdílení nemůže vypršet později než za %s po zveřejnění.", -"Can not set expire date. Expire date is in the past" => "Nelze nastavit datum vypršení platnosti. Datum vypršení je v minulosti.", "Sharing backend %s must implement the interface OCP\\Share_Backend" => "Podpůrná vrstva pro sdílení %s musí obsahovat rozhraní OCP\\Share_Backend", "Sharing backend %s not found" => "Podpůrná vrstva sdílení %s nenalezena", "Sharing backend for %s not found" => "Podpůrná vrstva sdílení pro %s nenalezena", diff --git a/lib/l10n/de.php b/lib/l10n/de.php index 340356049e8..d951975c478 100644 --- a/lib/l10n/de.php +++ b/lib/l10n/de.php @@ -67,8 +67,6 @@ $TRANSLATIONS = array( "Share type %s is not valid for %s" => "Freigabetyp %s ist nicht gültig für %s", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da die Berechtigungen, die erteilten Berechtigungen %s überschreiten", "Setting permissions for %s failed, because the item was not found" => "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da das Objekt nicht gefunden wurde", -"Can not set expire date. Shares can not expire later then %s after they where shared" => "Ablaufdatum kann nicht gesetzt werden. Freigaben können nach dem Teilen, nicht länger als %s gültig sein.", -"Can not set expire date. Expire date is in the past" => "Ablaufdatum kann nicht gesetzt werden. Ablaufdatum liegt in der Vergangenheit.", "Sharing backend %s must implement the interface OCP\\Share_Backend" => "Freigabe-Backend %s muss in der OCP\\Share_Backend - Schnittstelle implementiert werden", "Sharing backend %s not found" => "Freigabe-Backend %s nicht gefunden", "Sharing backend for %s not found" => "Freigabe-Backend für %s nicht gefunden", diff --git a/lib/l10n/de_DE.php b/lib/l10n/de_DE.php index f692153eb73..e142fb9f7a9 100644 --- a/lib/l10n/de_DE.php +++ b/lib/l10n/de_DE.php @@ -67,8 +67,6 @@ $TRANSLATIONS = array( "Share type %s is not valid for %s" => "Freigabetyp %s ist nicht gültig für %s", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da die Berechtigungen, die erteilten Berechtigungen %s überschreiten", "Setting permissions for %s failed, because the item was not found" => "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da das Objekt nicht gefunden wurde", -"Can not set expire date. Shares can not expire later then %s after they where shared" => "Ablaufdatum kann nicht gesetzt werden. Freigaben können nach dem Teilen, nicht länger als %s gültig sein.", -"Can not set expire date. Expire date is in the past" => "Ablaufdatum kann nicht gesetzt werden. Ablaufdatum liegt in der Vergangenheit.", "Sharing backend %s must implement the interface OCP\\Share_Backend" => "Freigabe-Backend %s muss in der OCP\\Share_Backend - Schnittstelle implementiert werden", "Sharing backend %s not found" => "Freigabe-Backend %s nicht gefunden", "Sharing backend for %s not found" => "Freigabe-Backend für %s nicht gefunden", diff --git a/lib/l10n/el.php b/lib/l10n/el.php index 560c1fb953b..c0bc46d52c5 100644 --- a/lib/l10n/el.php +++ b/lib/l10n/el.php @@ -67,8 +67,6 @@ $TRANSLATIONS = array( "Share type %s is not valid for %s" => "Ο τύπος διαμοιρασμού %s δεν είναι έγκυρος για το %s", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Ο ορισμός δικαιωμάτων για το %s απέτυχε, γιατί τα δικαιώματα υπερτερούν αυτά που είναι ορισμένα για το %s", "Setting permissions for %s failed, because the item was not found" => "Ο ορισμός δικαιωμάτων για το %s απέτυχε, γιατί το αντικείμενο δεν βρέθηκε", -"Can not set expire date. Shares can not expire later then %s after they where shared" => "Δεν μπορείτε να ορίσετε ημερομηνία λήξης. Οι διαμοιρασμοί δεν μπορούν να λήγουν αργότερα από %s αφού διαμοιραστούν", -"Can not set expire date. Expire date is in the past" => "Δεν μπορείτε να ορίσετε ημερομηνία λήξης. Η ημερομηνία λήξης ανήκει στο παρελθόν", "Sharing backend %s must implement the interface OCP\\Share_Backend" => "Το σύστημα διαμοιρασμού %s πρέπει να υλοποιεί την διεπαφή OCP\\Share_Backend", "Sharing backend %s not found" => "Το σύστημα διαμοιρασμού %s δεν βρέθηκε", "Sharing backend for %s not found" => "Το σύστημα διαμοιρασμού για το %s δεν βρέθηκε", diff --git a/lib/l10n/en_GB.php b/lib/l10n/en_GB.php index 59404f7a90b..e1e485058e1 100644 --- a/lib/l10n/en_GB.php +++ b/lib/l10n/en_GB.php @@ -67,8 +67,6 @@ $TRANSLATIONS = array( "Share type %s is not valid for %s" => "Share type %s is not valid for %s", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Setting permissions for %s failed, because the permissions exceed permissions granted to %s", "Setting permissions for %s failed, because the item was not found" => "Setting permissions for %s failed, because the item was not found", -"Can not set expire date. Shares can not expire later then %s after they where shared" => "Cannot set the expiry date. Shares cannot expire later than %s after they have been shared", -"Can not set expire date. Expire date is in the past" => "Cannot set the expiry date. The expiry date is in the past", "Sharing backend %s must implement the interface OCP\\Share_Backend" => "Sharing backend %s must implement the interface OCP\\Share_Backend", "Sharing backend %s not found" => "Sharing backend %s not found", "Sharing backend for %s not found" => "Sharing backend for %s not found", diff --git a/lib/l10n/es.php b/lib/l10n/es.php index ed1c4b0e55e..fb059bf8b7a 100644 --- a/lib/l10n/es.php +++ b/lib/l10n/es.php @@ -67,8 +67,6 @@ $TRANSLATIONS = array( "Share type %s is not valid for %s" => "Compartir tipo %s no es válido para %s", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Configuración de permisos para %s ha fallado, ya que los permisos superan los permisos dados a %s", "Setting permissions for %s failed, because the item was not found" => "Configuración de permisos para %s ha fallado, ya que el elemento no fue encontrado", -"Can not set expire date. Shares can not expire later then %s after they where shared" => "No se pudo fijar fecha de caducidad. Los archivos compartidos no pueden caducar luego de %s después de ser compartidos.", -"Can not set expire date. Expire date is in the past" => "No se pudo fijar fecha de caducidad. La fecha está en el pasado", "Sharing backend %s must implement the interface OCP\\Share_Backend" => "El motor compartido %s debe implementar la interfaz OCP\\Share_Backend", "Sharing backend %s not found" => "El motor compartido %s no se ha encontrado", "Sharing backend for %s not found" => "Motor compartido para %s no encontrado", diff --git a/lib/l10n/et_EE.php b/lib/l10n/et_EE.php index 58a5939f659..de5abef91af 100644 --- a/lib/l10n/et_EE.php +++ b/lib/l10n/et_EE.php @@ -67,8 +67,6 @@ $TRANSLATIONS = array( "Share type %s is not valid for %s" => "Jagamise tüüp %s ei ole õige %s jaoks", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Lubade seadistus %s jaoks ebaõnnestus, kuna antud õigused ületavad %s jaoks määratud õigusi", "Setting permissions for %s failed, because the item was not found" => "Lubade seadistus %s jaoks ebaõnnestus, kuna üksust ei leitud", -"Can not set expire date. Shares can not expire later then %s after they where shared" => "Aegumise kuupäeva ei saa määrata. Jagamised ei saa aeguda hiljem kui %s peale jagamist.", -"Can not set expire date. Expire date is in the past" => "Aegumise kuupäeva ei saa määrata. Aegumise kuupäev ei saa olla minevikus.", "Sharing backend %s must implement the interface OCP\\Share_Backend" => "Jagamise tagarakend %s peab kasutusele võtma OCP\\Share_Backend liidese", "Sharing backend %s not found" => "Jagamise tagarakendit %s ei leitud", "Sharing backend for %s not found" => "Jagamise tagarakendit %s jaoks ei leitud", diff --git a/lib/l10n/eu.php b/lib/l10n/eu.php index 53d5b31075a..0bdfd6fef97 100644 --- a/lib/l10n/eu.php +++ b/lib/l10n/eu.php @@ -67,8 +67,6 @@ $TRANSLATIONS = array( "Share type %s is not valid for %s" => "%s elkarbanaketa mota ez da %srentzako egokia", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "%srentzako baimenak ezartzea huts egin du, baimenak %sri emandakoak baino gehiago direlako", "Setting permissions for %s failed, because the item was not found" => "%srentzako baimenak ezartzea huts egin du, aurkitu ez delako", -"Can not set expire date. Shares can not expire later then %s after they where shared" => "Ezin izan da jarri iraungitze data. Konpartitzea ezin da iraungi konpartitu eta %s ondoren.", -"Can not set expire date. Expire date is in the past" => "Ezin da jarri iraungitze data. Iraungitze data iragan da.", "Sharing backend %s must implement the interface OCP\\Share_Backend" => "%s elkarbanaketa motorra OCP\\Share_Backend interfazea inplementatu behar du ", "Sharing backend %s not found" => "Ez da %s elkarbanaketa motorra aurkitu", "Sharing backend for %s not found" => "Ez da %srako elkarbanaketa motorrik aurkitu", diff --git a/lib/l10n/gl.php b/lib/l10n/gl.php index 41f93a41366..8d580f6125b 100644 --- a/lib/l10n/gl.php +++ b/lib/l10n/gl.php @@ -67,8 +67,6 @@ $TRANSLATIONS = array( "Share type %s is not valid for %s" => "Non se admite a compartición do tipo %s para %s", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Non é posíbel estabelecer permisos para %s, os permisos superan os permisos concedidos a %s", "Setting permissions for %s failed, because the item was not found" => "Non é posíbel estabelecer permisos para %s, non se atopa o elemento", -"Can not set expire date. Shares can not expire later then %s after they where shared" => "Non é posíbel estabelecer a data de caducidade. As comparticións non poden caducar máis aló de %s após de seren compartida", -"Can not set expire date. Expire date is in the past" => "Non é posíbel estabelecer a data de caducidade. A data de caducidade está no pasado.", "Sharing backend %s must implement the interface OCP\\Share_Backend" => "A infraestrutura de compartición %s ten que implementar a interface OCP\\Share_Backend", "Sharing backend %s not found" => "Non se atopou a infraestrutura de compartición %s", "Sharing backend for %s not found" => "Non se atopou a infraestrutura de compartición para %s", diff --git a/lib/l10n/it.php b/lib/l10n/it.php index 95ebe375172..7c971c60092 100644 --- a/lib/l10n/it.php +++ b/lib/l10n/it.php @@ -67,8 +67,6 @@ $TRANSLATIONS = array( "Share type %s is not valid for %s" => "Il tipo di condivisione %s non è valido per %s", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Impostazione permessi per %s non riuscita, poiché i permessi superano i permessi accordati a %s", "Setting permissions for %s failed, because the item was not found" => "Impostazione permessi per %s non riuscita, poiché l'elemento non è stato trovato", -"Can not set expire date. Shares can not expire later then %s after they where shared" => "Impossibile impostare la data di scadenza. Le condivisioni non possono scadere più tardi di %s dalla loro attivazione.", -"Can not set expire date. Expire date is in the past" => "Impossibile impostare la data di scadenza. La data di scadenza è già passata.", "Sharing backend %s must implement the interface OCP\\Share_Backend" => "Il motore di condivisione %s deve implementare l'interfaccia OCP\\Share_Backend", "Sharing backend %s not found" => "Motore di condivisione %s non trovato", "Sharing backend for %s not found" => "Motore di condivisione di %s non trovato", diff --git a/lib/l10n/ja.php b/lib/l10n/ja.php index 96d7fc0a41b..435db02ef09 100644 --- a/lib/l10n/ja.php +++ b/lib/l10n/ja.php @@ -67,8 +67,6 @@ $TRANSLATIONS = array( "Share type %s is not valid for %s" => "%s の共有方法は、%s には適用できません。", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "%s の権限設定に失敗しました。%s に許可されている権限を越えています。", "Setting permissions for %s failed, because the item was not found" => "%s の権限設定に失敗しました。アイテムが存在しません。", -"Can not set expire date. Shares can not expire later then %s after they where shared" => "有効期限を設定できません。共有開始から %s 以降に有効期限を設定することはできません。", -"Can not set expire date. Expire date is in the past" => "有効期限を設定できません。有効期限が過去を示しています。", "Sharing backend %s must implement the interface OCP\\Share_Backend" => "%s のバックエンドの共有には、OCP\\Share_Backend インターフェースを実装しなければなりません。", "Sharing backend %s not found" => "共有バックエンド %s が見つかりません", "Sharing backend for %s not found" => "%s のための共有バックエンドが見つかりません", diff --git a/lib/l10n/nl.php b/lib/l10n/nl.php index d5051e5da21..b758e5776ed 100644 --- a/lib/l10n/nl.php +++ b/lib/l10n/nl.php @@ -67,8 +67,6 @@ $TRANSLATIONS = array( "Share type %s is not valid for %s" => "Delen van type %s is niet geldig voor %s", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Instellen van de permissies voor %s is mislukt, omdat de permissies hoger zijn dan de aan %s toegekende permissies", "Setting permissions for %s failed, because the item was not found" => "Instellen van de permissies voor %s is mislukt, omdat het object niet is gevonden", -"Can not set expire date. Shares can not expire later then %s after they where shared" => "Kon vervaldatum niet installen. Shares kunnen niet langer dan %s vervallen na het moment van delen", -"Can not set expire date. Expire date is in the past" => "Kon vervaldatum niet instellen. De vervaldatum ligt in het verleden", "Sharing backend %s must implement the interface OCP\\Share_Backend" => "Het share-backend %s moet de OCP\\Share_Backend interface implementeren", "Sharing backend %s not found" => "Het share-backend %s is niet gevonden", "Sharing backend for %s not found" => "Het share-backend voor %s is niet gevonden", diff --git a/lib/l10n/pl.php b/lib/l10n/pl.php index dc5954c6854..877c3fcdbe8 100644 --- a/lib/l10n/pl.php +++ b/lib/l10n/pl.php @@ -67,8 +67,6 @@ $TRANSLATIONS = array( "Share type %s is not valid for %s" => "Typ udziału %s nie jest właściwy dla %s", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Ustawienie uprawnień dla %s nie powiodło się, ponieważ uprawnienia wykraczają poza przydzielone %s", "Setting permissions for %s failed, because the item was not found" => "Ustawienie uprawnień dla %s nie powiodło się, ponieważ element nie został znaleziony", -"Can not set expire date. Shares can not expire later then %s after they where shared" => "Nie można ustawić daty wygaśnięcia. Udział nie może wygasać później niż %s od momentu udostępnienia.", -"Can not set expire date. Expire date is in the past" => "Nie można ustawić daty wygaśnięcia. Termin ustalony jest w przeszłości", "Sharing backend %s must implement the interface OCP\\Share_Backend" => "Zaplecze do współdzielenia %s musi implementować interfejs OCP\\Share_Backend", "Sharing backend %s not found" => "Zaplecze %s do współdzielenia nie zostało znalezione", "Sharing backend for %s not found" => "Zaplecze do współdzielenia %s nie zostało znalezione", diff --git a/lib/l10n/pt_BR.php b/lib/l10n/pt_BR.php index 8067e9a4ade..72142183995 100644 --- a/lib/l10n/pt_BR.php +++ b/lib/l10n/pt_BR.php @@ -67,8 +67,6 @@ $TRANSLATIONS = array( "Share type %s is not valid for %s" => "Tipo de compartilhamento %s não é válido para %s", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Definir permissões para %s falhou, porque as permissões excedem as permissões concedidas a %s", "Setting permissions for %s failed, because the item was not found" => "Definir permissões para %s falhou, porque o item não foi encontrado", -"Can not set expire date. Shares can not expire later then %s after they where shared" => "Não pode ser definida data de expiração. Compartilhamentos não podem ter data de expiração %s após serem compartilhados", -"Can not set expire date. Expire date is in the past" => "Não pode ser definida data de expiração. Data de expiração já passou", "Sharing backend %s must implement the interface OCP\\Share_Backend" => "Compartilhando backend %s deve implementar a interface OCP\\Share_Backend", "Sharing backend %s not found" => "Compartilhamento backend %s não encontrado", "Sharing backend for %s not found" => "Compartilhamento backend para %s não encontrado", diff --git a/lib/l10n/pt_PT.php b/lib/l10n/pt_PT.php index a2b8068acee..9629d47a023 100644 --- a/lib/l10n/pt_PT.php +++ b/lib/l10n/pt_PT.php @@ -67,8 +67,6 @@ $TRANSLATIONS = array( "Share type %s is not valid for %s" => "O tipo de partilha %s não é válido para %s", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Definir permissões para %s falhou, porque as permissões excedem as permissões concedidas a %s", "Setting permissions for %s failed, because the item was not found" => "Definir permissões para %s falhou, porque o item não foi encontrado", -"Can not set expire date. Shares can not expire later then %s after they where shared" => "Não é possível definir data de expiração. Acções não podem expirar mais tarde que,%s após eles terem sido compartilhadas", -"Can not set expire date. Expire date is in the past" => "Não é possível definir data de expiração. A data de vencimento está no passado", "Sharing backend %s must implement the interface OCP\\Share_Backend" => "Partilhar backend %s tem de implementar o interface OCP\\Share_Backend", "Sharing backend %s not found" => "Partilha backend %s não foi encontrado", "Sharing backend for %s not found" => "Partilha backend para %s não foi encontrado", diff --git a/lib/l10n/ru.php b/lib/l10n/ru.php index 50f72f47b24..64ce78990a1 100644 --- a/lib/l10n/ru.php +++ b/lib/l10n/ru.php @@ -67,8 +67,6 @@ $TRANSLATIONS = array( "Share type %s is not valid for %s" => "Такой втд общего доступа как %s не допустим для %s", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Настройка прав доступа для %s невозможна, поскольку права доступа превышают предоставленные права доступа %s", "Setting permissions for %s failed, because the item was not found" => "Не удалось произвести настройку прав доступа для %s , элемент не был найден.", -"Can not set expire date. Shares can not expire later then %s after they where shared" => "Не могу установить дату истечения. Шары не могут истечь позже чем %s после того, как они были расшарены", -"Can not set expire date. Expire date is in the past" => "Не могу установить дату истечения. Дата истечения находится в прошлом.", "Sharing backend %s must implement the interface OCP\\Share_Backend" => "Бэкенд для опубликования %s должен реализовывать интерфейс OCP\\Share_Backend", "Sharing backend %s not found" => "Бэкэнд для общего доступа %s не найден", "Sharing backend for %s not found" => "Бэкэнд для общего доступа к %s не найден", diff --git a/lib/l10n/tr.php b/lib/l10n/tr.php index 479244a5c61..5586943c262 100644 --- a/lib/l10n/tr.php +++ b/lib/l10n/tr.php @@ -67,8 +67,6 @@ $TRANSLATIONS = array( "Share type %s is not valid for %s" => "%s paylaşım türü %s için geçerli değil", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "%s için izinler, izinler %s için verilen izinleri aştığından dolayı ayarlanamadı", "Setting permissions for %s failed, because the item was not found" => "%s için izinler öge bulunamadığından ayarlanamadı", -"Can not set expire date. Shares can not expire later then %s after they where shared" => "Son kullanma tarihi ayarlanamıyor. Paylaşımların süreleri, paylaşıldıkları konumdan %s sonra dolamaz.", -"Can not set expire date. Expire date is in the past" => "Son kullanma tarihi ayarlanamıyor. Son kullanma tarihi geçmişte", "Sharing backend %s must implement the interface OCP\\Share_Backend" => "Paylaşma arka ucu %s OCP\\Share_Backend arayüzünü desteklemeli", "Sharing backend %s not found" => "Paylaşım arka ucu %s bulunamadı", "Sharing backend for %s not found" => "%s için paylaşım arka ucu bulunamadı", |