Changeset 4987
- Timestamp:
- 11/05/09 02:30:37 (3 weeks ago)
- Location:
- branches/greyhound/lib/MT
- Files:
-
- 6 modified
-
CMS/Theme.pm (modified) (1 diff)
-
L10N/de.pm (modified) (1 diff)
-
L10N/es.pm (modified) (1 diff)
-
L10N/fr.pm (modified) (1 diff)
-
L10N/ja.pm (modified) (1 diff)
-
L10N/nl.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/greyhound/lib/MT/CMS/Theme.pm
r4917 r4987 257 257 } 258 258 my @output_methods = ({ 259 label => MT->translate('Install into theme directory'),259 label => MT->translate('Install into themes directory'), 260 260 id => 'themedir', 261 261 }); -
branches/greyhound/lib/MT/L10N/de.pm
r4970 r4987 1267 1267 'Failed to uninstall theme: [_1]' => 'Bei der Deinstallation des Themas ist ein Fehler aufgetreten: [_1]', 1268 1268 'Theme from [_1]' => 'Themen von [_1]', 1269 'Install into theme directory' => 'In Themenverzeichnis installieren',1269 'Install into themes directory' => 'In Themenverzeichnis installieren', 1270 1270 'Download [_1] archive' => '[_1]-Archiv herunterladen', 1271 1271 'Failed to save theme export info: [_1]' => 'Beim Speichern der Export-Informationen ist ein Fehler aufgetreten: [_1]', -
branches/greyhound/lib/MT/L10N/es.pm
r4970 r4987 1237 1237 'Failed to uninstall theme: [_1]' => 'Fallo al desinstalar el tema: [_1]', 1238 1238 'Theme from [_1]' => 'Tema de [_1]', 1239 'Install into theme directory' => 'Instalar en el directorio de temas', # Translate - New1239 'Install into themes directory' => 'Instalar en el directorio de temas', # Translate - New 1240 1240 'Download [_1] archive' => 'Descargar archivo de [_1]', # Translate - New 1241 1241 'Failed to save theme export info: [_1]' => 'Fallo al guardar la información de exportación del tema: [_1]', -
branches/greyhound/lib/MT/L10N/fr.pm
r4970 r4987 1267 1267 'Failed to uninstall theme: [_1]' => 'Désinstallation du thÚme écouchée : [_1]', 1268 1268 'Theme from [_1]' => 'ThÚme de [_1]', 1269 'Install into theme directory' => 'Installer dans le répertoire des thÚmes',1269 'Install into themes directory' => 'Installer dans le répertoire des thÚmes', 1270 1270 'Download [_1] archive' => 'Télécharger l\'archive [_1]', 1271 1271 'Failed to save theme export info: [_1]' => 'Sauvegarde des informations d\'exportation de thÚme echouée : [_1]', -
branches/greyhound/lib/MT/L10N/ja.pm
r4978 r4987 1634 1634 'Failed to uninstall theme: [_1]' => 'ããŒãã®ã¢ã³ã€ã³ã¹ããŒã«ã«å€±æããŸãã: [_1]', 1635 1635 'Theme from [_1]' => '[_1]ã®ããŒã', 1636 'Install into theme directory' => 'ããŒããã£ã¬ã¯ããªãžã®ã€ã³ã¹ããŒã«',1636 'Install into themes directory' => 'ããŒããã£ã¬ã¯ããªãžã®ã€ã³ã¹ããŒã«', 1637 1637 'Download [_1] archive' => '[_1]圢åŒã¢ãŒã«ã€ãã§ããŠã³ããŒã', 1638 1638 'Failed to save theme export info: [_1]' => 'ããŒããšã¯ã¹ããŒãæ -
branches/greyhound/lib/MT/L10N/nl.pm
r4970 r4987 1282 1282 'Failed to uninstall theme: [_1]' => 'Thema de-installeren mislukt: [_1]', 1283 1283 'Theme from [_1]' => 'Thema van [_1]', 1284 'Install into theme directory' => 'Installeren in thema-map',1284 'Install into themes directory' => 'Installeren in thema-map', 1285 1285 'Download [_1] archive' => 'Download [_1] archief', 1286 1286 'Failed to save theme export info: [_1]' => 'Opslaan exportinfo van het thema mislukt: [_1]',
