[haiku-commits] r33794 - in haiku/trunk: data/catalogs/preferences/keymap src/preferences/keymap

  • From: pulkomandy@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 27 Oct 2009 20:41:01 +0100 (CET)

Author: pulkomandy
Date: 2009-10-27 20:41:01 +0100 (Tue, 27 Oct 2009)
New Revision: 33794
Changeset: http://dev.haiku-os.org/changeset/33794/haiku

Added:
   haiku/trunk/data/catalogs/preferences/keymap/ru.catkeys
Modified:
   haiku/trunk/data/catalogs/preferences/keymap/fr.catkeys
   haiku/trunk/src/preferences/keymap/Jamfile
Log:
Added russian translation for Keymap, done by StoroZ Gneva. Thanks!


Modified: haiku/trunk/data/catalogs/preferences/keymap/fr.catkeys
===================================================================
--- haiku/trunk/data/catalogs/preferences/keymap/fr.catkeys     2009-10-27 
18:56:10 UTC (rev 33793)
+++ haiku/trunk/data/catalogs/preferences/keymap/fr.catkeys     2009-10-27 
19:41:01 UTC (rev 33794)
@@ -1,4 +1,4 @@
-1      english x-vnd-Haiku-Keymap      3527348353
+1      French  x-vnd-Haiku-Keymap      3527348353
 Select Dead Keys       Keymap window           Touches mortes
 Tilde Trigger  Keymap window           Tilde
 Grave Trigger  Keymap window           Accent grave

Added: haiku/trunk/data/catalogs/preferences/keymap/ru.catkeys
===================================================================
--- haiku/trunk/data/catalogs/preferences/keymap/ru.catkeys                     
        (rev 0)
+++ haiku/trunk/data/catalogs/preferences/keymap/ru.catkeys     2009-10-27 
19:41:01 UTC (rev 33794)
@@ -0,0 +1,22 @@
+1      Russian x-vnd-Haiku-Keymap      3527348353
+Select Dead Keys       Keymap window           Выбор мертвых клавиш
+Tilde Trigger  Keymap window           Тильда
+Grave Trigger  Keymap window           Апостроф
+Quit   Keymap window           Выйти
+Circumflex Trigger     Keymap window           Циркумфлекс
+Open…  Keymap window           Открыть…
+System:        Keymap window           Системные:
+Diaeresis Trigger      Keymap window           Диерезис
+User:  Keymap window           Пользовательские:
+Sample and Clipboard:  Keymap window           Выборка и буфер обмена:
+Keymap Keymap window           Keymap
+Switch Shortcut Keys   Keymap window           Переключение сочетания клавиш
+Switch Shortcut Keys To Windows/Linux Mode     Keymap window           
Переключение сочетания клавиш для Windows/Linux режима
+Layout Keymap window           Макет
+Revert Keymap window           Вернуть
+Save As…       Keymap window           Сохранить как…
+Switch Shortcut Keys To Haiku Mode     Keymap window           Переключение 
сочетания клавиш в Haiku режим
+File   Keymap window           Файл
+(Current)      Keymap window           (Текущий)
+Font   Keymap window           Шрифт
+Acute Trigger  Keymap window           Аксант эгю

Modified: haiku/trunk/src/preferences/keymap/Jamfile
===================================================================
--- haiku/trunk/src/preferences/keymap/Jamfile  2009-10-27 18:56:10 UTC (rev 
33793)
+++ haiku/trunk/src/preferences/keymap/Jamfile  2009-10-27 19:41:01 UTC (rev 
33794)
@@ -20,5 +20,5 @@
        x-vnd.Haiku-Keymap
        : KeymapWindow.cpp
        : en.catalog
-       : fr.catkeys
+       : fr.catkeys ru.catkeys
        ;


Other related posts:

  • » [haiku-commits] r33794 - in haiku/trunk: data/catalogs/preferences/keymap src/preferences/keymap - pulkomandy