From bcacd74138b8227e30370f1d0be5d433f5fa4903 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 22 Oct 2015 06:07:58 +0000 Subject: [PATCH] Imported Translations from Zanata For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: I2e106aa0738c0fc2285ebf04d86c6321de0070d9 --- cinder/locale/cinder.pot | 128 +++++++++--------- cinder/locale/cs/LC_MESSAGES/cinder.po | 87 +++++++++++- .../tr_TR/LC_MESSAGES/cinder-log-error.po | 9 +- .../tr_TR/LC_MESSAGES/cinder-log-info.po | 9 +- .../tr_TR/LC_MESSAGES/cinder-log-warning.po | 9 +- cinder/locale/tr_TR/LC_MESSAGES/cinder.po | 7 +- 6 files changed, 163 insertions(+), 86 deletions(-) diff --git a/cinder/locale/cinder.pot b/cinder/locale/cinder.pot index 33f1a33ef..a97cdd24a 100644 --- a/cinder/locale/cinder.pot +++ b/cinder/locale/cinder.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: cinder 8.0.0.dev51\n" +"Project-Id-Version: cinder 8.0.0.dev66\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-10-21 06:04+0000\n" +"POT-Creation-Date: 2015-10-22 06:07+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1460,22 +1460,22 @@ msgid "Invalid value for 'bootable': '%s'" msgstr "" #: cinder/api/contrib/volume_image_metadata.py:46 -#: cinder/api/contrib/volume_image_metadata.py:127 +#: cinder/api/contrib/volume_image_metadata.py:132 #, python-format msgid "Volume with volume id %s does not exist." msgstr "" -#: cinder/api/contrib/volume_image_metadata.py:105 -#: cinder/api/contrib/volume_image_metadata.py:130 -#: cinder/api/contrib/volume_image_metadata.py:151 +#: cinder/api/contrib/volume_image_metadata.py:110 +#: cinder/api/contrib/volume_image_metadata.py:135 +#: cinder/api/contrib/volume_image_metadata.py:156 msgid "Malformed request body." msgstr "" -#: cinder/api/contrib/volume_image_metadata.py:157 +#: cinder/api/contrib/volume_image_metadata.py:162 msgid "Metadata item was not found." msgstr "" -#: cinder/api/contrib/volume_image_metadata.py:164 +#: cinder/api/contrib/volume_image_metadata.py:169 msgid "The key cannot be None." msgstr "" @@ -2495,38 +2495,38 @@ msgstr "" msgid "Sort direction array size exceeds sort key array size." msgstr "" -#: cinder/db/sqlalchemy/api.py:3569 +#: cinder/db/sqlalchemy/api.py:3580 #, python-format msgid "No backup with id %s" msgstr "" -#: cinder/db/sqlalchemy/api.py:3653 +#: cinder/db/sqlalchemy/api.py:3664 msgid "Volume must be available" msgstr "" -#: cinder/db/sqlalchemy/api.py:3700 +#: cinder/db/sqlalchemy/api.py:3711 #, python-format msgid "" "Transfer %(transfer_id)s: Volume id %(volume_id)s in unexpected state " "%(status)s, expected awaiting-transfer" msgstr "" -#: cinder/db/sqlalchemy/api.py:3800 +#: cinder/db/sqlalchemy/api.py:3811 #, python-format msgid "No consistency group with id %s" msgstr "" -#: cinder/db/sqlalchemy/api.py:3912 +#: cinder/db/sqlalchemy/api.py:3923 #, python-format msgid "No cgsnapshot with id %s" msgstr "" -#: cinder/db/sqlalchemy/api.py:3937 +#: cinder/db/sqlalchemy/api.py:3948 #, python-format msgid "Invalid value for age, %(age)s" msgstr "" -#: cinder/db/sqlalchemy/api.py:3941 +#: cinder/db/sqlalchemy/api.py:3952 msgid "Must supply a positive value for age" msgstr "" @@ -2743,6 +2743,10 @@ msgstr "" msgid "Exceeded max scheduling attempts %(max_attempts)d for volume %(volume_id)s" msgstr "" +#: cinder/scheduler/filter_scheduler.py:276 +msgid "volume_type cannot be None" +msgstr "" + #: cinder/scheduler/manager.py:131 msgid "Failed to create scheduler manager volume flow" msgstr "" @@ -2842,7 +2846,7 @@ msgstr "" msgid "umount: %s: target is busy" msgstr "" -#: cinder/tests/unit/test_ibm_xiv_ds8k.py:143 +#: cinder/tests/unit/test_ibm_xiv_ds8k.py:153 #, python-format msgid "Volume not found for instance %(instance_id)s." msgstr "" @@ -2953,11 +2957,11 @@ msgid "" " current status is: %s." msgstr "" -#: cinder/tests/unit/api/contrib/test_consistencygroups.py:899 +#: cinder/tests/unit/api/contrib/test_consistencygroups.py:897 msgid "Invalid ConsistencyGroup: No host to create consistency group" msgstr "" -#: cinder/tests/unit/api/contrib/test_consistencygroups.py:1032 +#: cinder/tests/unit/api/contrib/test_consistencygroups.py:1029 msgid "Create volume failed." msgstr "" @@ -3184,134 +3188,134 @@ msgid "" "mode." msgstr "" -#: cinder/volume/api.py:1188 cinder/volume/api.py:1303 +#: cinder/volume/api.py:1197 cinder/volume/api.py:1312 #, python-format msgid "" "Volume %(vol_id)s status must be available or in-use, but current status " "is: %(vol_status)s." msgstr "" -#: cinder/volume/api.py:1194 +#: cinder/volume/api.py:1203 msgid "Volume status is in-use." msgstr "" -#: cinder/volume/api.py:1251 +#: cinder/volume/api.py:1260 #, python-format msgid "" "Volume %(vol_id)s status must be available to extend, but current status " "is: %(vol_status)s." msgstr "" -#: cinder/volume/api.py:1259 +#: cinder/volume/api.py:1268 #, python-format msgid "" "New size for extend must be greater than current size. (current: " "%(size)s, extended: %(new_size)s)." msgstr "" -#: cinder/volume/api.py:1312 cinder/volume/api.py:1445 +#: cinder/volume/api.py:1321 cinder/volume/api.py:1454 #, python-format msgid "Volume %s is already part of an active migration." msgstr "" -#: cinder/volume/api.py:1320 +#: cinder/volume/api.py:1329 #, python-format msgid "Volume %s must not have snapshots." msgstr "" -#: cinder/volume/api.py:1327 +#: cinder/volume/api.py:1336 #, python-format msgid "Volume %s must not be replicated." msgstr "" -#: cinder/volume/api.py:1333 +#: cinder/volume/api.py:1342 #, python-format msgid "Volume %s must not be part of a consistency group." msgstr "" -#: cinder/volume/api.py:1349 +#: cinder/volume/api.py:1358 #, python-format msgid "No available service named %s" msgstr "" -#: cinder/volume/api.py:1355 +#: cinder/volume/api.py:1364 msgid "Destination host must be different than the current host." msgstr "" -#: cinder/volume/api.py:1399 +#: cinder/volume/api.py:1408 msgid "Source volume not mid-migration." msgstr "" -#: cinder/volume/api.py:1403 +#: cinder/volume/api.py:1412 msgid "Destination volume not mid-migration." msgstr "" -#: cinder/volume/api.py:1408 +#: cinder/volume/api.py:1417 #, python-format msgid "Destination has migration_status %(stat)s, expected %(exp)s." msgstr "" -#: cinder/volume/api.py:1421 +#: cinder/volume/api.py:1430 #, python-format msgid "" "Volume %(vol_id)s status must be available to update readonly flag, but " "current status is: %(vol_status)s." msgstr "" -#: cinder/volume/api.py:1436 +#: cinder/volume/api.py:1445 #, python-format msgid "" "Unable to update type due to incorrect status: %(vol_status)s on volume: " "%(vol_id)s. Volume status must be available or in-use." msgstr "" -#: cinder/volume/api.py:1451 +#: cinder/volume/api.py:1460 #, python-format msgid "migration_policy must be 'on-demand' or 'never', passed: %s" msgstr "" -#: cinder/volume/api.py:1458 +#: cinder/volume/api.py:1467 msgid "Volume must not be part of a consistency group." msgstr "" -#: cinder/volume/api.py:1471 +#: cinder/volume/api.py:1480 #, python-format msgid "Invalid volume_type passed: %s." msgstr "" -#: cinder/volume/api.py:1484 +#: cinder/volume/api.py:1493 #, python-format msgid "New volume_type same as original: %s." msgstr "" -#: cinder/volume/api.py:1499 +#: cinder/volume/api.py:1508 msgid "Retype cannot change encryption requirements." msgstr "" -#: cinder/volume/api.py:1511 +#: cinder/volume/api.py:1520 #, python-format msgid "Retype cannot change front-end qos specs for in-use volume: %s." msgstr "" -#: cinder/volume/api.py:1573 +#: cinder/volume/api.py:1582 msgid "Failed to manage api volume flow." msgstr "" -#: cinder/volume/api.py:1643 +#: cinder/volume/api.py:1652 #, python-format msgid "" "Invalid status to enable replication. valid states are: %(valid_states)s," " current replication-state is: %(curr_state)s." msgstr "" -#: cinder/volume/api.py:1668 +#: cinder/volume/api.py:1677 #, python-format msgid "" "Invalid status to disable replication. valid states are: " "%(valid_states)s, current replication-state is: %(curr_state)s." msgstr "" -#: cinder/volume/api.py:1698 +#: cinder/volume/api.py:1707 #, python-format msgid "" "Invalid status to failover replication. valid states are: " @@ -4751,77 +4755,77 @@ msgid "" "OpenStack volume [%s]." msgstr "" -#: cinder/volume/drivers/dell/dell_storagecenter_api.py:370 +#: cinder/volume/drivers/dell/dell_storagecenter_api.py:375 msgid "Failed to connect to Enterprise Manager" msgstr "" -#: cinder/volume/drivers/dell/dell_storagecenter_api.py:397 +#: cinder/volume/drivers/dell/dell_storagecenter_api.py:402 msgid "Failed to find Storage Center" msgstr "" -#: cinder/volume/drivers/dell/dell_storagecenter_api.py:634 +#: cinder/volume/drivers/dell/dell_storagecenter_api.py:639 #, python-format msgid "Storage Profile %s not found." msgstr "" -#: cinder/volume/drivers/dell/dell_storagecenter_api.py:749 +#: cinder/volume/drivers/dell/dell_storagecenter_api.py:754 #, python-format msgid "Multiple copies of volume %s found." msgstr "" -#: cinder/volume/drivers/dell/dell_storagecenter_api.py:769 +#: cinder/volume/drivers/dell/dell_storagecenter_api.py:774 #, python-format msgid "Error deleting volume %(ssn)s: %(volume)s: %(code)d %(reason)s" msgstr "" -#: cinder/volume/drivers/dell/dell_storagecenter_api.py:1374 +#: cinder/volume/drivers/dell/dell_storagecenter_api.py:1379 msgid "Unable to find iSCSI mappings." msgstr "" -#: cinder/volume/drivers/dell/dell_storagecenter_api.py:1830 +#: cinder/volume/drivers/dell/dell_storagecenter_api.py:1835 msgid "Multiple profiles found." msgstr "" -#: cinder/volume/drivers/dell/dell_storagecenter_api.py:1880 +#: cinder/volume/drivers/dell/dell_storagecenter_api.py:1885 msgid "Error deleting replay profile." msgstr "" -#: cinder/volume/drivers/dell/dell_storagecenter_api.py:2122 +#: cinder/volume/drivers/dell/dell_storagecenter_api.py:2127 msgid "Dell API 2.1 or later required for Consistency Group support" msgstr "" -#: cinder/volume/drivers/dell/dell_storagecenter_api.py:2145 +#: cinder/volume/drivers/dell/dell_storagecenter_api.py:2150 msgid "Error retrieving volume size" msgstr "" -#: cinder/volume/drivers/dell/dell_storagecenter_api.py:2174 -#: cinder/volume/drivers/dell/dell_storagecenter_api.py:2228 +#: cinder/volume/drivers/dell/dell_storagecenter_api.py:2179 +#: cinder/volume/drivers/dell/dell_storagecenter_api.py:2233 msgid "Volume size must multiple of 1 GB." msgstr "" -#: cinder/volume/drivers/dell/dell_storagecenter_api.py:2180 +#: cinder/volume/drivers/dell/dell_storagecenter_api.py:2185 #, python-format msgid "Volume is attached to a server. (%s)" msgstr "" -#: cinder/volume/drivers/dell/dell_storagecenter_api.py:2204 +#: cinder/volume/drivers/dell/dell_storagecenter_api.py:2209 #, python-format msgid "Unable to manage volume %s" msgstr "" -#: cinder/volume/drivers/dell/dell_storagecenter_api.py:2207 -#: cinder/volume/drivers/dell/dell_storagecenter_api.py:2232 +#: cinder/volume/drivers/dell/dell_storagecenter_api.py:2212 +#: cinder/volume/drivers/dell/dell_storagecenter_api.py:2237 #, python-format msgid "Volume not unique. (%s)" msgstr "" -#: cinder/volume/drivers/dell/dell_storagecenter_api.py:2210 -#: cinder/volume/drivers/dell/dell_storagecenter_api.py:2235 +#: cinder/volume/drivers/dell/dell_storagecenter_api.py:2215 +#: cinder/volume/drivers/dell/dell_storagecenter_api.py:2240 #, python-format msgid "Volume not found. (%s)" msgstr "" -#: cinder/volume/drivers/dell/dell_storagecenter_api.py:2259 +#: cinder/volume/drivers/dell/dell_storagecenter_api.py:2264 #, python-format msgid "Unable to rename volume %(existing)s to %(newname)s" msgstr "" diff --git a/cinder/locale/cs/LC_MESSAGES/cinder.po b/cinder/locale/cs/LC_MESSAGES/cinder.po index c16cb7a8e..1f6ea9b26 100644 --- a/cinder/locale/cs/LC_MESSAGES/cinder.po +++ b/cinder/locale/cs/LC_MESSAGES/cinder.po @@ -9,14 +9,13 @@ # Zbyněk Schwarz , 2015. #zanata msgid "" msgstr "" -"Project-Id-Version: cinder 8.0.0.dev51\n" +"Project-Id-Version: cinder 8.0.0.dev66\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-10-21 06:04+0000\n" -"PO-Revision-Date: 2015-10-20 02:33+0000\n" +"POT-Creation-Date: 2015-10-22 06:07+0000\n" +"PO-Revision-Date: 2015-10-21 03:22+0000\n" "Last-Translator: Zbyněk Schwarz \n" "Language: cs\n" -"Language-Team: Czech (http://www.transifex.com/openstack/cinder/language/" -"cs/)\n" +"Language-Team: Czech\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" @@ -877,6 +876,10 @@ msgstr "" "Nelze najít zdrojovou instanci skupiny jednotnosti. ID skupiny jednotnosti: " "%s." +#, python-format +msgid "Cannot get mcs_id by channel id: %(channel_id)s." +msgstr "Nelze získat id mcs podle id kanálu: %(channel_id)s." + msgid "Cannot get necessary pool or storage system information." msgstr "Nelze získat potřebné informace o systému zásoby nebo úložiště." @@ -2147,6 +2150,9 @@ msgstr "Nelze vytvořit správu existujícího postupu." msgid "Failed to create manage_existing flow." msgstr "Nelze vytvořit postup pro správu existujících." +msgid "Failed to create map on mcs, no channel can map." +msgstr "Nelze vytvořit mapu na mcs, žádný kanál nemůže mapovat." + msgid "Failed to create map." msgstr "Nelze vytvořit mapu." @@ -2206,6 +2212,11 @@ msgstr "Nelze vytvořit mělkou zásobu, chybová zpráva byla: %s" msgid "Failed to create volume %s" msgstr "Nelze vytvořit svazek %s" +#, python-format +msgid "Failed to delete SI for volume_id: %(volume_id)s because it has pair." +msgstr "" +"Nelze smazat SI svazku s id: %(volume_id)s protože existují dva s tímto id." + #, python-format msgid "Failed to delete a logical device. (LDEV: %(ldev)s, reason: %(reason)s)" msgstr "" @@ -2251,6 +2262,10 @@ msgstr "Nelze smazat snímek %s" msgid "Failed to delete snapshot for cg: %(cgId)s." msgstr "Nelze smazat snímek pro skupinu jednotnosti: %(cgId)s." +#, python-format +msgid "Failed to delete snapshot for snapshot_id: %s because it has pair." +msgstr "Nelze smazat snímek s id %s protože existují dva s tímto id." + msgid "Failed to delete snapshot." msgstr "Nelze smazat snímek." @@ -2258,6 +2273,13 @@ msgstr "Nelze smazat snímek." msgid "Failed to delete volume %(volumeName)s." msgstr "Nelze smazat svazek %(volumeName)s." +#, python-format +msgid "" +"Failed to delete volume for volume_id: %(volume_id)s because it has pair." +msgstr "" +"Nelze smazat svazek pro svazek s id: %(volume_id)s protože existují dva s " +"tímto id." + #, python-format msgid "Failed to detach iSCSI target for volume %(volume_id)s." msgstr "Nelze odpojit cílové iSCSI pro svazek %(volume_id)s." @@ -2283,6 +2305,9 @@ msgstr "" "Nelze provést [%(cmd)s] CloudByte API. Stav http: %(status)s, chyba: " "%(error)s." +msgid "Failed to execute common command." +msgstr "Nelze provést běžný příkaz." + #, python-format msgid "Failed to export for volume: %(reason)s" msgstr "Nelze exportovat pro svazek: %(reason)s" @@ -2313,6 +2338,18 @@ msgstr "Nelze najít zásobu úložiště pro zdrojový svazek %s." msgid "Failed to get CloudByte account details for account [%s]." msgstr "Nelze získat údaje účtu CloudByte [%s]." +#, python-format +msgid "Failed to get Partition ID for volume %(volume_id)s." +msgstr "Nelze získat ID oddílu pro svazek %(volume_id)s." + +#, python-format +msgid "Failed to get Raid Snapshot ID from Snapshot %(snapshot_id)s." +msgstr "Nelze získat ID Raid snímku %(snapshot_id)s." + +#, python-format +msgid "Failed to get Raid Snapshot ID from snapshot: %(snapshot_id)s." +msgstr "Nelze získat ID Raid snímku %(snapshot_id)s." + #, python-format msgid "" "Failed to get a storage resource. The system will attempt to get the storage " @@ -2335,6 +2372,10 @@ msgstr "Nelze získat úroveň kódu (%s)." msgid "Failed to get device info." msgstr "Nelze získat informace o zařízení." +#, python-format +msgid "Failed to get ip on Channel %(channel_id)s with volume: %(volume_id)s." +msgstr "Nelze získat ip na kanálu %(channel_id)s se svazkem: %(volume_id)s." + msgid "Failed to get iqn info." msgstr "Nelze získat informace o iqn." @@ -2359,6 +2400,10 @@ msgstr "Nelze získat rezervace kvót starého typu svazku" msgid "Failed to get partition info." msgstr "Nelze získat informace o oddílu." +#, python-format +msgid "Failed to get pool id with volume %(volume_id)s." +msgstr "Nelze získat zásobu svazku s id %(volume_id)s." + msgid "Failed to get replica info." msgstr "Nelze získat informace o replice." @@ -2809,6 +2854,10 @@ msgstr "" "velikost bloku kontrolního součtu: %(new)s. Stará velikost bloku kontrolního " "součtu: %(old)s. Proveďte úplnou zálohu." +#, python-format +msgid "Have not created %(tier_levels)s tier(s)." +msgstr "Vrstvy %(tier_levels)s nebyly vytvořeny." + #, python-format msgid "Hint \"%s\" not supported." msgstr "Nápověda \"%s\" není podporována." @@ -3390,6 +3439,13 @@ msgstr "" msgid "KeyError: %s" msgstr "Chyba klíče: %s" +msgid "LUN map overflow on every channel." +msgstr "Přetečení LUN mapy ve všech kanálech." + +#, python-format +msgid "LUN number is out of bound on channel id: %(ch_id)s." +msgstr "Číslo LUN je mimo rozsah v kanálu s id: %(ch_id)s." + #, python-format msgid "" "LUNType config is wrong. LUNType must be 'Thin' or 'Thick'. LUNType: " @@ -4020,6 +4076,14 @@ msgstr "" msgid "Path to REST server's certificate must be specified." msgstr "Cesta k certifikátu serveru REST musí být zadána." +#, python-format +msgid "Please create %(pool_list)s pool in advance!" +msgstr "Prosím předem vytvořte zásobu %(pool_list)s!" + +#, python-format +msgid "Please create %(tier_levels)s tier in pool %(pool)s in advance!" +msgstr "Prosím předem vytvořte vrstvu %(tier_levels)s v zásobě %(pool)s!" + msgid "Please re-run cinder-manage as root." msgstr "Prosím spusťte znovu cinder-manage jako root." @@ -4062,6 +4126,9 @@ msgstr "" msgid "PoolName must be in the file %(fileName)s." msgstr "Název zásoby musí být v souboru %(fileName)s." +msgid "Pools name is not set." +msgstr "Název zásoby není nastaven." + #, python-format msgid "" "PrefetchType config is wrong. PrefetchType must be in 0,1,2,3. PrefetchType " @@ -4167,6 +4234,9 @@ msgstr "Heslo serveru REST musí být zadáno." msgid "REST server username must by specified." msgstr "Uživatelské jméno serveru REST musí být zadáno." +msgid "Raid did not have MCS Channel." +msgstr "RAID neměl kanál MCS." + #, python-format msgid "" "Reach limitation set by configuration option max_luns_per_storage_group. " @@ -5473,6 +5543,10 @@ msgstr "Neznámá činnost" msgid "Unknown or unsupported command %(cmd)s" msgstr "Neznámý nebo nepodporovaný příkaz %(cmd)s" +#, python-format +msgid "Unknown protocol: %(protocol)s." +msgstr "Neznámý protokol: %(protocol)s." + #, python-format msgid "Unknown quota resources %(unknown)s." msgstr "Neznámý zdroj kvóty %(unknown)s." @@ -6712,6 +6786,9 @@ msgid "rtslib_fb is missing member %s: You may need a newer python-rtslib-fb." msgstr "" "rtslib_fb chybí člen %s: Možná budete potřebovat novější python-rtslib-fb." +msgid "san_ip is not set." +msgstr "san_ip není nastaveno." + msgid "san_ip: Mandatory field configuration. san_ip is not set." msgstr "san_ip: Povinné pole nastavení san_ip není nastaveno." diff --git a/cinder/locale/tr_TR/LC_MESSAGES/cinder-log-error.po b/cinder/locale/tr_TR/LC_MESSAGES/cinder-log-error.po index 9ffbb40da..441eda1d5 100644 --- a/cinder/locale/tr_TR/LC_MESSAGES/cinder-log-error.po +++ b/cinder/locale/tr_TR/LC_MESSAGES/cinder-log-error.po @@ -8,19 +8,18 @@ # OpenStack Infra , 2015. #zanata msgid "" msgstr "" -"Project-Id-Version: cinder 8.0.0.dev113\n" +"Project-Id-Version: cinder 8.0.0.dev66\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-10-08 06:24+0000\n" +"POT-Creation-Date: 2015-10-22 06:07+0000\n" "PO-Revision-Date: 2015-09-16 08:22+0000\n" "Last-Translator: Andreas Jaeger \n" -"Language-Team: Turkish (Turkey) (http://www.transifex.com/openstack/cinder/" -"language/tr_TR/)\n" +"Language-Team: Turkish (Turkey)\n" "Language: tr-TR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.0\n" "Plural-Forms: nplurals=1; plural=0;\n" +"Generated-By: Babel 2.0\n" "X-Generator: Zanata 3.7.1\n" #, python-format diff --git a/cinder/locale/tr_TR/LC_MESSAGES/cinder-log-info.po b/cinder/locale/tr_TR/LC_MESSAGES/cinder-log-info.po index 5136a412f..afced5c47 100644 --- a/cinder/locale/tr_TR/LC_MESSAGES/cinder-log-info.po +++ b/cinder/locale/tr_TR/LC_MESSAGES/cinder-log-info.po @@ -7,19 +7,18 @@ # OpenStack Infra , 2015. #zanata msgid "" msgstr "" -"Project-Id-Version: cinder 8.0.0.dev51\n" +"Project-Id-Version: cinder 8.0.0.dev66\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-10-21 06:04+0000\n" +"POT-Creation-Date: 2015-10-22 06:07+0000\n" "PO-Revision-Date: 2015-09-16 08:22+0000\n" "Last-Translator: Andreas Jaeger \n" -"Language-Team: Turkish (Turkey) (http://www.transifex.com/openstack/cinder/" -"language/tr_TR/)\n" +"Language-Team: Turkish (Turkey)\n" "Language: tr-TR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.0\n" "Plural-Forms: nplurals=1; plural=0;\n" +"Generated-By: Babel 2.0\n" "X-Generator: Zanata 3.7.1\n" #, python-format diff --git a/cinder/locale/tr_TR/LC_MESSAGES/cinder-log-warning.po b/cinder/locale/tr_TR/LC_MESSAGES/cinder-log-warning.po index 5e5c06e59..f3750322f 100644 --- a/cinder/locale/tr_TR/LC_MESSAGES/cinder-log-warning.po +++ b/cinder/locale/tr_TR/LC_MESSAGES/cinder-log-warning.po @@ -7,19 +7,18 @@ # OpenStack Infra , 2015. #zanata msgid "" msgstr "" -"Project-Id-Version: cinder 8.0.0.dev41\n" +"Project-Id-Version: cinder 8.0.0.dev66\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-10-20 06:08+0000\n" +"POT-Creation-Date: 2015-10-22 06:07+0000\n" "PO-Revision-Date: 2015-08-26 03:31+0000\n" "Last-Translator: openstackjenkins \n" -"Language-Team: Turkish (Turkey) (http://www.transifex.com/openstack/cinder/" -"language/tr_TR/)\n" +"Language-Team: Turkish (Turkey)\n" "Language: tr-TR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.0\n" "Plural-Forms: nplurals=1; plural=0;\n" +"Generated-By: Babel 2.0\n" "X-Generator: Zanata 3.7.1\n" #, python-format diff --git a/cinder/locale/tr_TR/LC_MESSAGES/cinder.po b/cinder/locale/tr_TR/LC_MESSAGES/cinder.po index 9fe0110e9..3c58e18f6 100644 --- a/cinder/locale/tr_TR/LC_MESSAGES/cinder.po +++ b/cinder/locale/tr_TR/LC_MESSAGES/cinder.po @@ -7,14 +7,13 @@ # OpenStack Infra , 2015. #zanata msgid "" msgstr "" -"Project-Id-Version: cinder 8.0.0.dev51\n" +"Project-Id-Version: cinder 8.0.0.dev66\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-10-21 06:04+0000\n" +"POT-Creation-Date: 2015-10-22 06:07+0000\n" "PO-Revision-Date: 2015-09-16 08:16+0000\n" "Last-Translator: Andreas Jaeger \n" "Language: tr_TR\n" -"Language-Team: Turkish (Turkey) (http://www.transifex.com/openstack/cinder/" -"language/tr_TR/)\n" +"Language-Team: Turkish (Turkey)\n" "Plural-Forms: nplurals=1; plural=0\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" -- 2.45.2