Changeset 166029
- Timestamp:
- 10/22/2009 10:54:06 PM (16 years ago)
- Location:
- cache-translation-object/trunk
- Files:
-
- 1 added
- 3 edited
-
cache-translation-object-admin.php (added)
-
languages/cache-translation-sv_SE.mo (modified) (previous)
-
languages/cache-translation-sv_SE.po (modified) (5 diffs)
-
languages/cache-translation.pot (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cache-translation-object/trunk/languages/cache-translation-sv_SE.po
r165890 r166029 1 # SOME DESCRIPTIVE TITLE. 2 # Copyright (C) YEAR Johan Eenfeldt 3 # This file is distributed under the same license as the PACKAGE package. 4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. 5 # 1 6 msgid "" 2 7 msgstr "" 3 "Project-Id-Version: Cache Translation Object \n"4 "Report-Msgid-Bugs-To: http:// wordpress.org/tag/cache-translation-object\n"5 "POT-Creation-Date: 2009-10- 17 15:19+0000\n"8 "Project-Id-Version: Cache Translation Object 1.1\n" 9 "Report-Msgid-Bugs-To: http://devel.kostdoktorn.se/cache-translation-object\n" 10 "POT-Creation-Date: 2009-10-22 22:07+0000\n" 6 11 "PO-Revision-Date: \n" 7 12 "Last-Translator: Johan Eenfeldt <johan.eenfeldt@kostdoktorn.se>\n" … … 10 15 "Content-Type: text/plain; charset=UTF-8\n" 11 16 "Content-Transfer-Encoding: 8bit\n" 17 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 12 18 "X-Poedit-Language: Swedish\n" 13 19 "X-Poedit-Country: SWEDEN\n" … … 17 23 msgstr "APC PHP modul ej tillgänglig" 18 24 19 #: cache-translation-object-file.php:21 25 #: cache-translation-object-apc.php:54 26 #: cache-translation-object-file.php:80 27 #: cache-translation-object-shm.php:64 20 28 #, php-format 21 msgid " File %s is write-protected"22 msgstr " Fil %s är skrivskyddad"29 msgid "%d bytes cached" 30 msgstr "%d bytes lagrade" 23 31 24 #: cache-translation-object-shm.php:16 32 #: cache-translation-object-apc.php:56 33 #: cache-translation-object-file.php:82 34 #: cache-translation-object-shm.php:66 35 #, php-format 36 msgid "from %d locale" 37 msgid_plural "from %d locales" 38 msgstr[0] "från %d språk" 39 msgstr[1] "från %d språk" 40 41 #: cache-translation-object-file.php:30 42 #, php-format 43 msgid "%s is write-protected" 44 msgstr "%s är skrivskyddad" 45 46 #: cache-translation-object-shm.php:18 25 47 msgid "Shared Memory PHP module not available" 26 48 msgstr "Shared Memory PHP modul ej tillgänglig" 27 49 28 #: cache-translation-object.php:43 50 #: cache-translation-object-shm.php:190 51 #: cache-translation-object-shm.php:201 52 #: cache-translation-object-shm.php:217 53 #, php-format 54 msgid "Storage error in %s (%d). Please report." 55 msgstr "Lagringsfel i %s (%d). Anmäl gärna." 56 57 #: cache-translation-object.php:38 29 58 msgid "APC (Alternative PHP Cache)" 30 59 msgstr "APC (Alternative PHP Cache)" 31 60 32 #: cache-translation-object.php:4 661 #: cache-translation-object.php:41 33 62 msgid "SHMOP (Shared Memory)" 34 63 msgstr "SHMOP (Shared Memory)" 35 64 36 #: cache-translation-object.php:4 965 #: cache-translation-object.php:44 37 66 msgid "Filesystem" 38 67 msgstr "Filsystem" 39 68 40 #: cache-translation-object.php:164 69 #: cache-translation-object.php:114 70 msgid "Could not load persistent storage functions! Please check storage type." 71 msgstr "Det gick inte att starta lagringsfunktionen! Kontrollera val av lagringsalternativ." 72 73 #: cache-translation-object.php:120 74 msgid "Persistent storage not available! Please check storage type." 75 msgstr "Lagring ej aktiv. Kontrollera val av lagringsalternativ." 76 77 #: cache-translation-object.php:131 78 msgid "Non-consistent locale value! Plugin collision?" 79 msgstr "Inkonsekvent språkvärde! Kollision med annat insticksprogram?" 80 81 #: cache-translation-object.php:139 82 msgid "Translation object already exists! Plugin collision?" 83 msgstr "Översättningsobjekt finns redan! Kollision med annat insticksprogram?" 84 85 #: cache-translation-object.php:153 86 msgid "Stored object not array. Please report error!" 87 msgstr "Lagrat objekt ej array. Anmäl gärna." 88 89 #: cache-translation-object.php:166 90 msgid "Stored object not MO object. Please report error!" 91 msgstr "Lagrat objekt ej av typ MO. Anmäl gärna." 92 93 #: cache-translation-object.php:356 41 94 msgid "Error:" 42 95 msgstr "Fel:" 43 44 #: cache-translation-object.php:28945 msgid "Cleared cache"46 msgstr "Lagringen rensad"47 48 #: cache-translation-object.php:30349 msgid "Settings updated"50 msgstr "Inställningarna ändrade"51 52 #: cache-translation-object.php:31753 msgid "Cache Translation Object Settings"54 msgstr "Cache Translation Object Inställningar"55 56 #: cache-translation-object.php:32357 msgid "Status:"58 msgstr "Status:"59 60 #: cache-translation-object.php:32961 msgid "Caching Active"62 msgstr "Lagring aktiv"63 64 #: cache-translation-object.php:33065 #, php-format66 msgid "%s bytes cached"67 msgstr "%s bytes lagrade"68 69 #: cache-translation-object.php:33270 msgid "Enable caching"71 msgstr "Sätt på lagring"72 73 #: cache-translation-object.php:33974 msgid "Supported storage:"75 msgstr "Tillgängliga lagringsalternativ:"76 77 #: cache-translation-object.php:35678 msgid "No supported storage"79 msgstr "Inga tillgängliga lagringsalternativ"80 81 #: cache-translation-object.php:36282 msgid "Update Settings"83 msgstr "Ändra Inställningar"84 85 #: cache-translation-object.php:36386 msgid "Clear Cached Objects"87 msgstr "Rensa Lagrade Objekt"88 96 89 97 #. Plugin Name of an extension … … 96 104 97 105 #. Description of an extension 98 msgid "Substantially increase performance of localized WordPress by caching the translation (l10n) object "99 msgstr " Ökar markant WordPress prestanda genom att lagra översättnings (l10n) objektet"106 msgid "Substantially increase performance of localized WordPress by caching the translation (l10n) object. Works with most multiple locale plugins." 107 msgstr "Ökar markant WordPress prestanda genom att lagra översättnings (l10n) objektet. Hanterar de flesta fler-språks insticks program" 100 108 101 109 #. Author of an extension … … 107 115 msgstr "http://devel.kostdoktorn.se" 108 116 109 #~ msgid "Caching disabled"110 #~ msgstr "Lagring inaktiv"111 -
cache-translation-object/trunk/languages/cache-translation.pot
r165890 r166029 1 1 # SOME DESCRIPTIVE TITLE. 2 # Copyright (C) 2009Johan Eenfeldt2 # Copyright (C) YEAR Johan Eenfeldt 3 3 # This file is distributed under the same license as the PACKAGE package. 4 4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. … … 9 9 "Project-Id-Version: PACKAGE VERSION\n" 10 10 "Report-Msgid-Bugs-To: http://wordpress.org/tag/cache-translation-object\n" 11 "POT-Creation-Date: 2009-10- 17 15:19+0000\n"11 "POT-Creation-Date: 2009-10-22 22:07+0000\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 16 16 "Content-Type: text/plain; charset=CHARSET\n" 17 17 "Content-Transfer-Encoding: 8bit\n" 18 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" 18 19 19 20 #: cache-translation-object-apc.php:17 … … 21 22 msgstr "" 22 23 23 #: cache-translation-object-file.php:21 24 #: cache-translation-object-apc.php:54 cache-translation-object-file.php:80 25 #: cache-translation-object-shm.php:64 24 26 #, php-format 25 msgid " File %s is write-protected"27 msgid "%d bytes cached" 26 28 msgstr "" 27 29 28 #: cache-translation-object-shm.php:16 30 #: cache-translation-object-apc.php:56 cache-translation-object-file.php:82 31 #: cache-translation-object-shm.php:66 32 #, php-format 33 msgid "from %d locale" 34 msgid_plural "from %d locales" 35 msgstr[0] "" 36 msgstr[1] "" 37 38 #: cache-translation-object-file.php:30 39 #, php-format 40 msgid "%s is write-protected" 41 msgstr "" 42 43 #: cache-translation-object-shm.php:18 29 44 msgid "Shared Memory PHP module not available" 30 45 msgstr "" 31 46 32 #: cache-translation-object.php:43 47 #: cache-translation-object-shm.php:190 cache-translation-object-shm.php:201 48 #: cache-translation-object-shm.php:217 49 #, php-format 50 msgid "Storage error in %s (%d). Please report." 51 msgstr "" 52 53 #: cache-translation-object.php:38 33 54 msgid "APC (Alternative PHP Cache)" 34 55 msgstr "" 35 56 36 #: cache-translation-object.php:4 657 #: cache-translation-object.php:41 37 58 msgid "SHMOP (Shared Memory)" 38 59 msgstr "" 39 60 40 #: cache-translation-object.php:4 961 #: cache-translation-object.php:44 41 62 msgid "Filesystem" 42 63 msgstr "" 43 64 44 #: cache-translation-object.php:1 6445 msgid " Error:"65 #: cache-translation-object.php:114 66 msgid "Could not load persistent storage functions! Please check storage type." 46 67 msgstr "" 47 68 48 #: cache-translation-object.php: 28949 msgid " Cleared cache"69 #: cache-translation-object.php:120 70 msgid "Persistent storage not available! Please check storage type." 50 71 msgstr "" 51 72 52 #: cache-translation-object.php: 30353 msgid " Settings updated"73 #: cache-translation-object.php:131 74 msgid "Non-consistent locale value! Plugin collision?" 54 75 msgstr "" 55 76 56 #: cache-translation-object.php: 31757 msgid " Cache Translation Object Settings"77 #: cache-translation-object.php:139 78 msgid "Translation object already exists! Plugin collision?" 58 79 msgstr "" 59 80 60 #: cache-translation-object.php: 32361 msgid "St atus:"81 #: cache-translation-object.php:153 82 msgid "Stored object not array. Please report error!" 62 83 msgstr "" 63 84 64 #: cache-translation-object.php:329 65 msgid "Caching Active" 66 msgstr "" 67 68 #: cache-translation-object.php:330 69 #, php-format 70 msgid "%s bytes cached" 71 msgstr "" 72 73 #: cache-translation-object.php:332 74 msgid "Enable caching" 75 msgstr "" 76 77 #: cache-translation-object.php:339 78 msgid "Supported storage:" 85 #: cache-translation-object.php:166 86 msgid "Stored object not MO object. Please report error!" 79 87 msgstr "" 80 88 81 89 #: cache-translation-object.php:356 82 msgid "No supported storage" 83 msgstr "" 84 85 #: cache-translation-object.php:362 86 msgid "Update Settings" 87 msgstr "" 88 89 #: cache-translation-object.php:363 90 msgid "Clear Cached Objects" 90 msgid "Error:" 91 91 msgstr "" 92 92 … … 102 102 msgid "" 103 103 "Substantially increase performance of localized WordPress by caching the " 104 "translation (l10n) object "104 "translation (l10n) object. Works with most multiple locale plugins." 105 105 msgstr "" 106 106
Note: See TracChangeset
for help on using the changeset viewer.