Author: david
Date: Fri Nov 11 13:41:46 2011
New Revision: 10307

Log:
Manually merge translations to migration task

Modified:
   trunk/lib/task/migrate/QubitMigrate110.class.php

Modified: trunk/lib/task/migrate/QubitMigrate110.class.php
==============================================================================
--- trunk/lib/task/migrate/QubitMigrate110.class.php    Fri Nov 11 12:22:58 
2011        (r10306)
+++ trunk/lib/task/migrate/QubitMigrate110.class.php    Fri Nov 11 13:41:46 
2011        (r10307)
@@ -133,7 +133,12 @@
       'parent_id' => '<?php echo QubitMenu::ADD_EDIT_ID."\n" ?>',
       'source_culture' => 'en',
       'name' => 'addAccessionRecord',
-      'label' => array('en' => 'Accession records'),
+      'label' => array(
+        'en' => 'Accession records',
+        'es' => 'Registros de adhesiones',
+        'fr' => 'Registre des entrées',
+        'pl' => 'Nabytki',
+        'sl' => 'Zapisi o prevzemu'),
       'path' => 'accession/add');
 
     // Introduce it before "addInformationObject"
@@ -152,7 +157,12 @@
       'parent_id' => '<?php echo QubitMenu::MAIN_MENU_ID."\n" ?>',
       'source_culture' => 'en',
       'name' => 'manage',
-      'label' => array('en' => 'Manage'),
+      'label' => array(
+        'en' => 'Manage',
+        'es' => 'Administrar',
+        'fr' => 'Gérer',
+        'pl' => 'Zarządzanie',
+        'sl' => 'Upravljaj'),
       'path' => 'accession/browse');
 
     // Introduce it before taxonomies
@@ -173,7 +183,12 @@
       'parent_id' => '<?php echo QubitMenu::MANAGE_ID."\n" ?>',
       'source_culture' => 'en',
       'name' => 'accessions',
-      'label' => array('en' => 'Accession records'),
+      'label' => array(
+        'en' => 'Accession records',
+        'es' => 'Registros de adhesiones',
+        'fr' => 'Registre des entrées',
+        'pl' => 'Nabytki',
+        'sl' => 'Zapisi o prevzemu'),
       'path' => 'accession/browse');
 
     // Introduce it before taxonomies
@@ -191,7 +206,13 @@
       'parent_id' => '<?php echo QubitMenu::MANAGE_ID."\n" ?>',
       'source_culture' => 'en',
       'name' => 'donors',
-      'label' => array('en' => 'Donors'),
+      'label' => array(
+        'en' => 'Donors',
+        'es' => 'Donantes',
+        'fr' => 'Donateurs',
+        'nl' => 'Schenkers',
+        'pl' => 'Przekazujący (materiały archiwalne)',
+        'sl' => 'Donatorji'),
       'path' => 'donor/browse');
 
     // Introduce it before taxonomies
@@ -209,7 +230,13 @@
       'parent_id' => '<?php echo QubitMenu::MANAGE_ID."\n" ?>',
       'source_culture' => 'en',
       'name' => 'rightsholders',
-      'label' => array('en' => 'Rights holders'),
+      'label' => array(
+        'en' => 'Rights holders',
+        'es' => 'Titulares de derechos',
+        'fr' => 'Détenteurs de droits',
+        'nl' => 'Houders van rechten',
+        'pl' => 'Posiadacze praw',
+        'sl' => 'Imetniki pravic'),
       'path' => 'rightsholder/browse');
 
     // Introduce it before taxonomies
@@ -569,7 +596,13 @@
       'parent_id' => '<?php echo QubitMenu::ADMIN_ID."\n" ?>',
       'source_culture' => 'en',
       'name' => 'themes',
-      'label' => array('en' => 'Themes'),
+      'label' => array(
+        'en' => 'Themes',
+        'es' => 'Temas',
+        'fr' => 'Thèmes',
+        'nl' => 'Thema''s',
+        'pl' => 'Motywy',
+        'sl' => 'Teme'),
       'path' => 'sfPluginAdminPlugin/themes');
 
     // Introduce themes menu before settings
@@ -721,7 +754,13 @@
       'parent_id' => '<?php echo QubitMenu::MANAGE_ID."\n" ?>',
       'source_culture' => 'en',
       'name' => 'browsePhysicalObjects',
-      'label' => array('en' => 'Physical storage'),
+      'label' => array(
+        'en' => 'Physical storage',
+        'es' => 'Almacenamiento físico',
+        'fr' => 'Localisation physique',
+        'nl' => 'Bergplaats',
+        'pl' => 'Składowanie w ujęciu fizycznym',
+        'sl' => 'Fizična hramba'),
       'path' => 'physicalobject/browse');
 
     // Introduce Physical objects menu before Rights-holders

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to