[haiku-commits] haiku: hrev45193 - data/catalogs/apps/readonlybootprompt data/catalogs/apps/firstbootprompt src/apps/readonlybootprompt src/apps/firstbootprompt

  • From: mattmadia@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 24 Jan 2013 00:58:28 +0100 (CET)

hrev45193 adds 5 changesets to branch 'master'
old head: 99fc216a95a1db7b9b2ab905e9ee6af4baccc201
new head: 0a8ba3708e11f8b75b7e1a5a81cd197c381778d4
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=0a8ba37+%5E99fc216

----------------------------------------------------------------------------

6f141e0: Renamed the button "Desktop (Live-CD)" to "Boot to Desktop".
  
  Fixes part of #9399

8500490: Symlink Installer to the Desktop only on read-only medium.
  
  Fixes part of #9399

37fb247: Renamed ReadOnlyBootPrompt to FirstBootPrompt.
  
  The previous name is no longer applicable, as *BootPrompt is now launched on
  the first boot of writable medium (e.g., USB thumb drive and hard drives).
  Fixes part of #9399.
  
  Notes:
   * BootPrompt.rdef may have lost its history.
   * The renaming was done with the following command:
     git mv src/apps/readonlybootprompt src/apps/firstbootprompt

3692aaf: Relocate the catkeys for FirstBootPrompt.
  
  Edits will follow.
  
  Fixes part of #9399.

0a8ba37: Manually updated the application signature in catkeys.
  
  The last part of fixing #9399.
  
  Note: Hopefully this is 'OK'. `jam -q catkeys` and `jam -q catalogs` ran
  without issue. Running FirstBootPrompt managed to use up the compiled 
catalogs.

                                        [ Matt Madia <mattmadia@xxxxxxxxx> ]

----------------------------------------------------------------------------

40 files changed, 62 insertions(+), 62 deletions(-)
.../be.catkeys                                     |  2 +-
.../cs.catkeys                                     |  2 +-
.../da.catkeys                                     |  2 +-
.../de.catkeys                                     |  2 +-
.../el.catkeys                                     |  2 +-
.../eo.catkeys                                     |  2 +-
.../es.catkeys                                     |  2 +-
.../fi.catkeys                                     |  2 +-
.../fr.catkeys                                     |  2 +-
.../hi.catkeys                                     |  4 ++--
.../hr.catkeys                                     |  2 +-
.../hu.catkeys                                     |  2 +-
.../it.catkeys                                     |  2 +-
.../ja.catkeys                                     |  2 +-
.../ko.catkeys                                     |  2 +-
.../lt.catkeys                                     |  2 +-
.../nb.catkeys                                     |  2 +-
.../nl.catkeys                                     |  2 +-
.../pl.catkeys                                     |  2 +-
.../pt.catkeys                                     |  2 +-
.../pt_BR.catkeys                                  |  2 +-
.../pt_br.catkeys                                  |  2 +-
.../ro.catkeys                                     |  2 +-
.../ru.catkeys                                     |  2 +-
.../sk.catkeys                                     |  2 +-
.../sv.catkeys                                     |  2 +-
.../uk.catkeys                                     |  2 +-
.../zh-Hans.catkeys                                |  2 +-
.../zh_Hans.catkeys                                |  2 +-
data/system/boot/Bootscript                        |  8 ++++----
src/apps/Jamfile                                   |  2 +-
.../BootPrompt.cpp                                 |  2 +-
.../BootPrompt.h                                   |  0
src/apps/firstbootprompt/BootPrompt.rdef           | 18 ++++++++++++++++++
.../BootPromptWindow.cpp                           |  4 ++--
.../BootPromptWindow.h                             |  0
.../Jamfile                                        |  8 ++++----
src/apps/readonlybootprompt/BootPrompt.rdef        | 18 ------------------
src/kits/locale/Jamfile                            |  2 +-
src/kits/locale/LocaleRoster.cpp                   |  2 +-

############################################################################

Commit:      6f141e02e892a67f42853af3dc101c98137c164e
URL:         http://cgit.haiku-os.org/haiku/commit/?id=6f141e0
Author:      Matt Madia <mattmadia@xxxxxxxxx>
Date:        Wed Jan 23 22:44:50 2013 UTC

Ticket:      https://dev.haiku-os.org/ticket/9399

Renamed the button "Desktop (Live-CD)" to "Boot to Desktop".

Fixes part of #9399

----------------------------------------------------------------------------

diff --git a/src/apps/readonlybootprompt/BootPromptWindow.cpp 
b/src/apps/readonlybootprompt/BootPromptWindow.cpp
index f34d3af..d1804cf 100644
--- a/src/apps/readonlybootprompt/BootPromptWindow.cpp
+++ b/src/apps/readonlybootprompt/BootPromptWindow.cpp
@@ -289,7 +289,7 @@ BootPromptWindow::_UpdateStrings()
                "strings, but if you like, you can join in the work at "
                "<www.haiku-os.org>.\""));
 
-       fDesktopButton->SetLabel(B_TRANSLATE("Desktop (Live-CD)"));
+       fDesktopButton->SetLabel(B_TRANSLATE("Boot to Desktop"));
        fInstallerButton->SetLabel(B_TRANSLATE("Run Installer"));
 
        fLanguagesLabelView->SetText(B_TRANSLATE("Language"));

############################################################################

Commit:      85004907bfc754570a1ed4f1321218295573b315
URL:         http://cgit.haiku-os.org/haiku/commit/?id=8500490
Author:      Matt Madia <mattmadia@xxxxxxxxx>
Date:        Wed Jan 23 22:47:42 2013 UTC

Ticket:      https://dev.haiku-os.org/ticket/9399

Symlink Installer to the Desktop only on read-only medium.

Fixes part of #9399

----------------------------------------------------------------------------

diff --git a/data/system/boot/Bootscript b/data/system/boot/Bootscript
index d0f130e..071a406 100644
--- a/data/system/boot/Bootscript
+++ b/data/system/boot/Bootscript
@@ -119,13 +119,13 @@ fi
 # Now ask the user if he wants to run the Installer or continue to the Desktop.
 freshInstallIndicator=/boot/common/settings/fresh_install
 if [ "$isReadOnly" = "yes" -o -e $freshInstallIndicator ]; then
-       # Create Installer link (using the write overlay)
-       ln -sf /boot/system/apps/Installer /boot/home/Desktop/Installer
-
        /bin/ReadOnlyBootPrompt
        if [ $? -eq 0 ]; then
                launchscript $SCRIPTS/Bootscript.cd
                exit 0 # and return
+       elif [ "$isReadOnly" = "yes" ] ; then
+               # Create Installer link (using the write overlay)
+               ln -sf /boot/system/apps/Installer /boot/home/Desktop/Installer
        fi
 fi
 

############################################################################

Commit:      37fb24734106c315e58eadc7cff99f9b2566f4a7
URL:         http://cgit.haiku-os.org/haiku/commit/?id=37fb247
Author:      Matt Madia <mattmadia@xxxxxxxxx>
Date:        Wed Jan 23 23:20:10 2013 UTC

Ticket:      https://dev.haiku-os.org/ticket/9399

Renamed ReadOnlyBootPrompt to FirstBootPrompt.

The previous name is no longer applicable, as *BootPrompt is now launched on
the first boot of writable medium (e.g., USB thumb drive and hard drives).
Fixes part of #9399.

Notes:
 * BootPrompt.rdef may have lost its history.
 * The renaming was done with the following command:
   git mv src/apps/readonlybootprompt src/apps/firstbootprompt

----------------------------------------------------------------------------

diff --git a/data/system/boot/Bootscript b/data/system/boot/Bootscript
index 071a406..f20aa43 100644
--- a/data/system/boot/Bootscript
+++ b/data/system/boot/Bootscript
@@ -119,7 +119,7 @@ fi
 # Now ask the user if he wants to run the Installer or continue to the Desktop.
 freshInstallIndicator=/boot/common/settings/fresh_install
 if [ "$isReadOnly" = "yes" -o -e $freshInstallIndicator ]; then
-       /bin/ReadOnlyBootPrompt
+       /bin/FirstBootPrompt
        if [ $? -eq 0 ]; then
                launchscript $SCRIPTS/Bootscript.cd
                exit 0 # and return
diff --git a/src/apps/Jamfile b/src/apps/Jamfile
index 0f90365..7cd5efc 100644
--- a/src/apps/Jamfile
+++ b/src/apps/Jamfile
@@ -20,6 +20,7 @@ HaikuSubInclude diskprobe ;
 HaikuSubInclude diskusage ;
 HaikuSubInclude drivesetup ;
 HaikuSubInclude expander ;
+HaikuSubInclude firstbootprompt ;
 HaikuSubInclude fontdemo ;
 HaikuSubInclude glteapot ;
 HaikuSubInclude gradients ;
@@ -46,7 +47,6 @@ HaikuSubInclude poorman ;
 HaikuSubInclude powerstatus ;
 HaikuSubInclude processcontroller ;
 HaikuSubInclude pulse ;
-HaikuSubInclude readonlybootprompt ;
 HaikuSubInclude remotedesktop ;
 HaikuSubInclude resedit ;
 HaikuSubInclude screenshot ;
diff --git a/src/apps/readonlybootprompt/BootPrompt.cpp 
b/src/apps/firstbootprompt/BootPrompt.cpp
similarity index 92%
rename from src/apps/readonlybootprompt/BootPrompt.cpp
rename to src/apps/firstbootprompt/BootPrompt.cpp
index 6bda688..d25ac66 100644
--- a/src/apps/readonlybootprompt/BootPrompt.cpp
+++ b/src/apps/firstbootprompt/BootPrompt.cpp
@@ -28,7 +28,7 @@ main(int, char **)
 // #pragma mark -
 
 
-const char* kAppSignature = "application/x-vnd.Haiku-ReadOnlyBootPrompt";
+const char* kAppSignature = "application/x-vnd.Haiku-FirstBootPrompt";
 
 
 BootPromptApp::BootPromptApp()
diff --git a/src/apps/readonlybootprompt/BootPrompt.h 
b/src/apps/firstbootprompt/BootPrompt.h
similarity index 100%
rename from src/apps/readonlybootprompt/BootPrompt.h
rename to src/apps/firstbootprompt/BootPrompt.h
diff --git a/src/apps/firstbootprompt/BootPrompt.rdef 
b/src/apps/firstbootprompt/BootPrompt.rdef
new file mode 100644
index 0000000..68eb6b1
--- /dev/null
+++ b/src/apps/firstbootprompt/BootPrompt.rdef
@@ -0,0 +1,18 @@
+
+resource app_signature "application/x-vnd.Haiku-FirstBootPrompt";
+
+resource app_name_catalog_entry "x-vnd.Haiku-FirstBootPrompt:System 
name:FirstBootPrompt";
+
+resource app_version {
+       major  = 1,
+       middle = 0,
+       minor  = 0,
+
+       variety = B_APPV_BETA,
+       internal = 0,
+
+       short_info = "FirstBootPrompt",
+       long_info  = "FirstBootPrompt ©2011-2013 The Haiku Project"
+};
+
+resource app_flags B_EXCLUSIVE_LAUNCH;
diff --git a/src/apps/readonlybootprompt/BootPromptWindow.cpp 
b/src/apps/firstbootprompt/BootPromptWindow.cpp
similarity index 99%
rename from src/apps/readonlybootprompt/BootPromptWindow.cpp
rename to src/apps/firstbootprompt/BootPromptWindow.cpp
index d1804cf..113a7d7 100644
--- a/src/apps/readonlybootprompt/BootPromptWindow.cpp
+++ b/src/apps/firstbootprompt/BootPromptWindow.cpp
@@ -316,7 +316,7 @@ BootPromptWindow::_PopulateLanguages()
 
        BMessage installedCatalogs;
        BLocaleRoster::Default()->GetAvailableCatalogs(&installedCatalogs,
-               "x-vnd.Haiku-ReadOnlyBootPrompt");
+               "x-vnd.Haiku-FirstBootPrompt");
 
        BFont font;
        fLanguagesListView->GetFont(&font);
diff --git a/src/apps/readonlybootprompt/BootPromptWindow.h 
b/src/apps/firstbootprompt/BootPromptWindow.h
similarity index 100%
rename from src/apps/readonlybootprompt/BootPromptWindow.h
rename to src/apps/firstbootprompt/BootPromptWindow.h
diff --git a/src/apps/readonlybootprompt/Jamfile 
b/src/apps/firstbootprompt/Jamfile
similarity index 69%
rename from src/apps/readonlybootprompt/Jamfile
rename to src/apps/firstbootprompt/Jamfile
index cc60acc..c0a6792 100644
--- a/src/apps/readonlybootprompt/Jamfile
+++ b/src/apps/firstbootprompt/Jamfile
@@ -1,10 +1,10 @@
-SubDir HAIKU_TOP src apps readonlybootprompt ;
+SubDir HAIKU_TOP src apps firstbootprompt ;
 
 UsePrivateHeaders interface locale shared ;
 
 SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src preferences keymap ] ;
 
-Application ReadOnlyBootPrompt :
+Application FirstBootPrompt :
        BootPrompt.cpp
        BootPromptWindow.cpp
        Keymap.cpp
@@ -13,8 +13,8 @@ Application ReadOnlyBootPrompt :
        : BootPrompt.rdef
 ;
 
-DoCatalogs ReadOnlyBootPrompt :
-       x-vnd.Haiku-ReadOnlyBootPrompt
+DoCatalogs FirstBootPrompt :
+       x-vnd.Haiku-FirstBootPrompt
        :
        BootPrompt.cpp
        BootPromptWindow.cpp
diff --git a/src/apps/readonlybootprompt/BootPrompt.rdef 
b/src/apps/readonlybootprompt/BootPrompt.rdef
deleted file mode 100644
index 93792b1..0000000
--- a/src/apps/readonlybootprompt/BootPrompt.rdef
+++ /dev/null
@@ -1,18 +0,0 @@
-
-resource app_signature "application/x-vnd.Haiku-ReadOnlyBootPrompt";
-
-resource app_name_catalog_entry "x-vnd.Haiku-ReadOnlyBootPrompt:System 
name:ReadOnlyBootPrompt";
-
-resource app_version {
-       major  = 1,
-       middle = 0,
-       minor  = 0,
-
-       variety = B_APPV_BETA,
-       internal = 0,
-
-       short_info = "ReadOnlyBootPrompt",
-       long_info  = "ReadOnlyBootPrompt ©2011 The Haiku Project"
-};
-
-resource app_flags B_EXCLUSIVE_LAUNCH;
diff --git a/src/kits/locale/Jamfile b/src/kits/locale/Jamfile
index 61ad69f..ec9d4d4 100644
--- a/src/kits/locale/Jamfile
+++ b/src/kits/locale/Jamfile
@@ -30,7 +30,7 @@ local sources =
        TimeFormat.cpp
        TimeUnitFormat.cpp
        Format.cpp # Used by some of the above.
-       UnicodeChar.cpp # Already used in ReadOnlyBootPrompt.
+       UnicodeChar.cpp # Already used in FirstBootPrompt.
 
        # old, needs investigation
        # Currency.cpp
diff --git a/src/kits/locale/LocaleRoster.cpp b/src/kits/locale/LocaleRoster.cpp
index 22d2961..c296ab6 100644
--- a/src/kits/locale/LocaleRoster.cpp
+++ b/src/kits/locale/LocaleRoster.cpp
@@ -69,7 +69,7 @@ country_code_for_language(const BLanguage& language)
                return language.CountryCode();
 
        // TODO: implement for real! For now, we just map some well known
-       // languages to countries to make ReadOnlyBootPrompt happy.
+       // languages to countries to make FirstBootPrompt happy.
        switch ((tolower(language.Code()[0]) << 8) | 
tolower(language.Code()[1])) {
                case 'be':      // Belarus
                        return "BY";

############################################################################

Commit:      3692aaf4ba129f9d3e371bc88cce4d61d57ab5ee
URL:         http://cgit.haiku-os.org/haiku/commit/?id=3692aaf
Author:      Matt Madia <mattmadia@xxxxxxxxx>
Date:        Wed Jan 23 23:26:37 2013 UTC

Ticket:      https://dev.haiku-os.org/ticket/9399

Relocate the catkeys for FirstBootPrompt.

Edits will follow.

Fixes part of #9399.

----------------------------------------------------------------------------

diff --git a/data/catalogs/apps/readonlybootprompt/be.catkeys 
b/data/catalogs/apps/firstbootprompt/be.catkeys
similarity index 100%
rename from data/catalogs/apps/readonlybootprompt/be.catkeys
rename to data/catalogs/apps/firstbootprompt/be.catkeys
diff --git a/data/catalogs/apps/readonlybootprompt/cs.catkeys 
b/data/catalogs/apps/firstbootprompt/cs.catkeys
similarity index 100%
rename from data/catalogs/apps/readonlybootprompt/cs.catkeys
rename to data/catalogs/apps/firstbootprompt/cs.catkeys
diff --git a/data/catalogs/apps/readonlybootprompt/da.catkeys 
b/data/catalogs/apps/firstbootprompt/da.catkeys
similarity index 100%
rename from data/catalogs/apps/readonlybootprompt/da.catkeys
rename to data/catalogs/apps/firstbootprompt/da.catkeys
diff --git a/data/catalogs/apps/readonlybootprompt/de.catkeys 
b/data/catalogs/apps/firstbootprompt/de.catkeys
similarity index 100%
rename from data/catalogs/apps/readonlybootprompt/de.catkeys
rename to data/catalogs/apps/firstbootprompt/de.catkeys
diff --git a/data/catalogs/apps/readonlybootprompt/el.catkeys 
b/data/catalogs/apps/firstbootprompt/el.catkeys
similarity index 100%
rename from data/catalogs/apps/readonlybootprompt/el.catkeys
rename to data/catalogs/apps/firstbootprompt/el.catkeys
diff --git a/data/catalogs/apps/readonlybootprompt/eo.catkeys 
b/data/catalogs/apps/firstbootprompt/eo.catkeys
similarity index 100%
rename from data/catalogs/apps/readonlybootprompt/eo.catkeys
rename to data/catalogs/apps/firstbootprompt/eo.catkeys
diff --git a/data/catalogs/apps/readonlybootprompt/es.catkeys 
b/data/catalogs/apps/firstbootprompt/es.catkeys
similarity index 100%
rename from data/catalogs/apps/readonlybootprompt/es.catkeys
rename to data/catalogs/apps/firstbootprompt/es.catkeys
diff --git a/data/catalogs/apps/readonlybootprompt/fi.catkeys 
b/data/catalogs/apps/firstbootprompt/fi.catkeys
similarity index 100%
rename from data/catalogs/apps/readonlybootprompt/fi.catkeys
rename to data/catalogs/apps/firstbootprompt/fi.catkeys
diff --git a/data/catalogs/apps/readonlybootprompt/fr.catkeys 
b/data/catalogs/apps/firstbootprompt/fr.catkeys
similarity index 100%
rename from data/catalogs/apps/readonlybootprompt/fr.catkeys
rename to data/catalogs/apps/firstbootprompt/fr.catkeys
diff --git a/data/catalogs/apps/readonlybootprompt/hi.catkeys 
b/data/catalogs/apps/firstbootprompt/hi.catkeys
similarity index 100%
rename from data/catalogs/apps/readonlybootprompt/hi.catkeys
rename to data/catalogs/apps/firstbootprompt/hi.catkeys
diff --git a/data/catalogs/apps/readonlybootprompt/hr.catkeys 
b/data/catalogs/apps/firstbootprompt/hr.catkeys
similarity index 100%
rename from data/catalogs/apps/readonlybootprompt/hr.catkeys
rename to data/catalogs/apps/firstbootprompt/hr.catkeys
diff --git a/data/catalogs/apps/readonlybootprompt/hu.catkeys 
b/data/catalogs/apps/firstbootprompt/hu.catkeys
similarity index 100%
rename from data/catalogs/apps/readonlybootprompt/hu.catkeys
rename to data/catalogs/apps/firstbootprompt/hu.catkeys
diff --git a/data/catalogs/apps/readonlybootprompt/it.catkeys 
b/data/catalogs/apps/firstbootprompt/it.catkeys
similarity index 100%
rename from data/catalogs/apps/readonlybootprompt/it.catkeys
rename to data/catalogs/apps/firstbootprompt/it.catkeys
diff --git a/data/catalogs/apps/readonlybootprompt/ja.catkeys 
b/data/catalogs/apps/firstbootprompt/ja.catkeys
similarity index 100%
rename from data/catalogs/apps/readonlybootprompt/ja.catkeys
rename to data/catalogs/apps/firstbootprompt/ja.catkeys
diff --git a/data/catalogs/apps/readonlybootprompt/ko.catkeys 
b/data/catalogs/apps/firstbootprompt/ko.catkeys
similarity index 100%
rename from data/catalogs/apps/readonlybootprompt/ko.catkeys
rename to data/catalogs/apps/firstbootprompt/ko.catkeys
diff --git a/data/catalogs/apps/readonlybootprompt/lt.catkeys 
b/data/catalogs/apps/firstbootprompt/lt.catkeys
similarity index 100%
rename from data/catalogs/apps/readonlybootprompt/lt.catkeys
rename to data/catalogs/apps/firstbootprompt/lt.catkeys
diff --git a/data/catalogs/apps/readonlybootprompt/nb.catkeys 
b/data/catalogs/apps/firstbootprompt/nb.catkeys
similarity index 100%
rename from data/catalogs/apps/readonlybootprompt/nb.catkeys
rename to data/catalogs/apps/firstbootprompt/nb.catkeys
diff --git a/data/catalogs/apps/readonlybootprompt/nl.catkeys 
b/data/catalogs/apps/firstbootprompt/nl.catkeys
similarity index 100%
rename from data/catalogs/apps/readonlybootprompt/nl.catkeys
rename to data/catalogs/apps/firstbootprompt/nl.catkeys
diff --git a/data/catalogs/apps/readonlybootprompt/pl.catkeys 
b/data/catalogs/apps/firstbootprompt/pl.catkeys
similarity index 100%
rename from data/catalogs/apps/readonlybootprompt/pl.catkeys
rename to data/catalogs/apps/firstbootprompt/pl.catkeys
diff --git a/data/catalogs/apps/readonlybootprompt/pt.catkeys 
b/data/catalogs/apps/firstbootprompt/pt.catkeys
similarity index 100%
rename from data/catalogs/apps/readonlybootprompt/pt.catkeys
rename to data/catalogs/apps/firstbootprompt/pt.catkeys
diff --git a/data/catalogs/apps/readonlybootprompt/pt_BR.catkeys 
b/data/catalogs/apps/firstbootprompt/pt_BR.catkeys
similarity index 100%
rename from data/catalogs/apps/readonlybootprompt/pt_BR.catkeys
rename to data/catalogs/apps/firstbootprompt/pt_BR.catkeys
diff --git a/data/catalogs/apps/readonlybootprompt/pt_br.catkeys 
b/data/catalogs/apps/firstbootprompt/pt_br.catkeys
similarity index 100%
rename from data/catalogs/apps/readonlybootprompt/pt_br.catkeys
rename to data/catalogs/apps/firstbootprompt/pt_br.catkeys
diff --git a/data/catalogs/apps/readonlybootprompt/ro.catkeys 
b/data/catalogs/apps/firstbootprompt/ro.catkeys
similarity index 100%
rename from data/catalogs/apps/readonlybootprompt/ro.catkeys
rename to data/catalogs/apps/firstbootprompt/ro.catkeys
diff --git a/data/catalogs/apps/readonlybootprompt/ru.catkeys 
b/data/catalogs/apps/firstbootprompt/ru.catkeys
similarity index 100%
rename from data/catalogs/apps/readonlybootprompt/ru.catkeys
rename to data/catalogs/apps/firstbootprompt/ru.catkeys
diff --git a/data/catalogs/apps/readonlybootprompt/sk.catkeys 
b/data/catalogs/apps/firstbootprompt/sk.catkeys
similarity index 100%
rename from data/catalogs/apps/readonlybootprompt/sk.catkeys
rename to data/catalogs/apps/firstbootprompt/sk.catkeys
diff --git a/data/catalogs/apps/readonlybootprompt/sv.catkeys 
b/data/catalogs/apps/firstbootprompt/sv.catkeys
similarity index 100%
rename from data/catalogs/apps/readonlybootprompt/sv.catkeys
rename to data/catalogs/apps/firstbootprompt/sv.catkeys
diff --git a/data/catalogs/apps/readonlybootprompt/uk.catkeys 
b/data/catalogs/apps/firstbootprompt/uk.catkeys
similarity index 100%
rename from data/catalogs/apps/readonlybootprompt/uk.catkeys
rename to data/catalogs/apps/firstbootprompt/uk.catkeys
diff --git a/data/catalogs/apps/readonlybootprompt/zh-Hans.catkeys 
b/data/catalogs/apps/firstbootprompt/zh-Hans.catkeys
similarity index 100%
rename from data/catalogs/apps/readonlybootprompt/zh-Hans.catkeys
rename to data/catalogs/apps/firstbootprompt/zh-Hans.catkeys
diff --git a/data/catalogs/apps/readonlybootprompt/zh_Hans.catkeys 
b/data/catalogs/apps/firstbootprompt/zh_Hans.catkeys
similarity index 100%
rename from data/catalogs/apps/readonlybootprompt/zh_Hans.catkeys
rename to data/catalogs/apps/firstbootprompt/zh_Hans.catkeys

############################################################################

Revision:    hrev45193
Commit:      0a8ba3708e11f8b75b7e1a5a81cd197c381778d4
URL:         http://cgit.haiku-os.org/haiku/commit/?id=0a8ba37
Author:      Matt Madia <mattmadia@xxxxxxxxx>
Date:        Wed Jan 23 23:48:56 2013 UTC

Ticket:      https://dev.haiku-os.org/ticket/9399

Manually updated the application signature in catkeys.

The last part of fixing #9399.

Note: Hopefully this is 'OK'. `jam -q catkeys` and `jam -q catalogs` ran
without issue. Running FirstBootPrompt managed to use up the compiled catalogs.

----------------------------------------------------------------------------

diff --git a/data/catalogs/apps/firstbootprompt/be.catkeys 
b/data/catalogs/apps/firstbootprompt/be.catkeys
index 1e0a445..626dfdc 100644
--- a/data/catalogs/apps/firstbootprompt/be.catkeys
+++ b/data/catalogs/apps/firstbootprompt/be.catkeys
@@ -1,4 +1,4 @@
-1      belarusian      x-vnd.Haiku-ReadOnlyBootPrompt  2544294242
+1      belarusian      x-vnd.Haiku-FirstBootPrompt     2544294242
 Custom BootPromptWindow                Карыстальніка
 Thank you for trying out Haiku! We hope you'll like it!\n\nYou can select your 
preferred language and keyboard layout from the list on the left which will 
then be used instantly. You can easily change both settings from the Desktop 
later on on the fly.\n\nDo you wish to run the Installer or continue booting to 
the Desktop?\n BootPromptWindow        For other languages, a note could be 
added: \"Note: Localization of Haiku applications and other components is an 
on-going effort. You will frequently encounter untranslated strings, but if you 
like, you can join in the work at <www.haiku-os.org>.\"       Мы дзякуем вас за 
спробу усталяваць Haiku. Спадзяемся, што вам спадабаецца!\n\nВы можаце абраць 
пажаданую мову інтэрфейса і раскладку клавіятуры ў левым спісе. Гэтыя параметры 
таксма могуць быць змененыя пазней.\n\nЖадае�
 �е запусціць Усталёўшчык ці загрузіць Дэсктоп?\n
 Desktop (Live-CD)      BootPromptWindow                Дэсктоп (Live-CD)
diff --git a/data/catalogs/apps/firstbootprompt/cs.catkeys 
b/data/catalogs/apps/firstbootprompt/cs.catkeys
index 933e47f..3de4f7e 100644
--- a/data/catalogs/apps/firstbootprompt/cs.catkeys
+++ b/data/catalogs/apps/firstbootprompt/cs.catkeys
@@ -1,4 +1,4 @@
-1      czech   x-vnd.Haiku-ReadOnlyBootPrompt  1972532432
+1      czech   x-vnd.Haiku-FirstBootPrompt     1972532432
 Desktop (Live-CD)      BootPromptWindow                Plocha (Live-CD)
 Keymap BootPromptWindow                Rozložení klávesnice
 Language       BootPromptWindow                Jazyk
diff --git a/data/catalogs/apps/firstbootprompt/da.catkeys 
b/data/catalogs/apps/firstbootprompt/da.catkeys
index ee31993..1ae7438 100644
--- a/data/catalogs/apps/firstbootprompt/da.catkeys
+++ b/data/catalogs/apps/firstbootprompt/da.catkeys
@@ -1,4 +1,4 @@
-1      danish  x-vnd.Haiku-ReadOnlyBootPrompt  1972532432
+1      danish  x-vnd.Haiku-FirstBootPrompt     1972532432
 Desktop (Live-CD)      BootPromptWindow                Skrivebord (Live-CD)
 Keymap BootPromptWindow                Tastatur layout
 Language       BootPromptWindow                Sprog
diff --git a/data/catalogs/apps/firstbootprompt/de.catkeys 
b/data/catalogs/apps/firstbootprompt/de.catkeys
index d49c269..7a72ee4 100644
--- a/data/catalogs/apps/firstbootprompt/de.catkeys
+++ b/data/catalogs/apps/firstbootprompt/de.catkeys
@@ -1,4 +1,4 @@
-1      german  x-vnd.Haiku-ReadOnlyBootPrompt  2544294242
+1      german  x-vnd.Haiku-FirstBootPrompt     2544294242
 Custom BootPromptWindow                Benutzerdefiniert
 Thank you for trying out Haiku! We hope you'll like it!\n\nYou can select your 
preferred language and keyboard layout from the list on the left which will 
then be used instantly. You can easily change both settings from the Desktop 
later on on the fly.\n\nDo you wish to run the Installer or continue booting to 
the Desktop?\n BootPromptWindow        For other languages, a note could be 
added: \"Note: Localization of Haiku applications and other components is an 
on-going effort. You will frequently encounter untranslated strings, but if you 
like, you can join in the work at <www.haiku-os.org>.\"       Danke für das 
Interesse an Haiku!\n\nAus der nebenstehenden Liste können Sprache und 
Tastaturlayout gewählt werden. Die Einstellungen werden sofort verwendet, 
lassen sich aber jederzeit im laufenden System ändern.\n\nSoll die Installation 
gestartet werden oder soll weiter zum Desktop gebootet werden?\n\nDie 
Übersetzung der Haiku-Anwendungen und anderer Komponenten ist noch nicht 
abgeschl
 ossen. Wer auf nicht übersetzte Texte stößt und bei der Arbeit helfen möchte, 
findet dazu weitere Informationen auf der Webseite <www.haiku-os.org>.
 Desktop (Live-CD)      BootPromptWindow                Desktop (Live-CD)
diff --git a/data/catalogs/apps/firstbootprompt/el.catkeys 
b/data/catalogs/apps/firstbootprompt/el.catkeys
index 020661b..314dee8 100644
--- a/data/catalogs/apps/firstbootprompt/el.catkeys
+++ b/data/catalogs/apps/firstbootprompt/el.catkeys
@@ -1,4 +1,4 @@
-1      greek, modern (1453-)   x-vnd.Haiku-ReadOnlyBootPrompt  2544294242
+1      greek, modern (1453-)   x-vnd.Haiku-FirstBootPrompt     2544294242
 Custom BootPromptWindow                Προσαρμοσμένο
 Thank you for trying out Haiku! We hope you'll like it!\n\nYou can select your 
preferred language and keyboard layout from the list on the left which will 
then be used instantly. You can easily change both settings from the Desktop 
later on on the fly.\n\nDo you wish to run the Installer or continue booting to 
the Desktop?\n BootPromptWindow        For other languages, a note could be 
added: \"Note: Localization of Haiku applications and other components is an 
on-going effort. You will frequently encounter untranslated strings, but if you 
like, you can join in the work at <www.haiku-os.org>.\"       Ευχαριστούμε που 
δοκιμάζετε το Haiku! Ευχόμαστε να σας αρέσει!\n\nΜπορείτε να επιλέξετε τον 
επιθυμιτή γλώσσα σας και τη διάταξη πληκτρολογίου από τη λίστα στα αριστερά που 
θα χρησιμοποιείται έπειτα στιγμιαία. Μπορείτε �
 �ύκολα να αλλάξετε και τις ρυθμίσεις για την επιφάνεια εργασίας.\n\nΘέλετε να 
εκτελέσετε τον Εγκαταστάση ή να συνεχίσετε την εκκίνηση στην επιφάνεια 
εργασίας;\nΣημείωση: Για τις υπόλοιπες γλώσσες, πρoστίθεται μια 
ενημέρωση:\"Σημείωση: Η μετάφραση των εφαρμογών του Haiku και άλλων 
περιεχομένων χρειάζεται ακόμη προσπάθεια.. Θα βρείτε συχνά τμήματα χωρίς 
μετάφραση, αλλά εαν θέλετε μπορείτε να συνεισφέρετε σε αυτή τη δουλεία στο 
<www.haiku-os.org>.\"
 Desktop (Live-CD)      BootPromptWindow                Επιφάνεια εργασίας 
(Live-CD)
diff --git a/data/catalogs/apps/firstbootprompt/eo.catkeys 
b/data/catalogs/apps/firstbootprompt/eo.catkeys
index 973a0fa..e6ac53f 100644
--- a/data/catalogs/apps/firstbootprompt/eo.catkeys
+++ b/data/catalogs/apps/firstbootprompt/eo.catkeys
@@ -1,4 +1,4 @@
-1      esperanto       x-vnd.Haiku-ReadOnlyBootPrompt  1972532432
+1      esperanto       x-vnd.Haiku-FirstBootPrompt     1972532432
 Desktop (Live-CD)      BootPromptWindow                Labortablo (Viva 
Lumdisko)
 Keymap BootPromptWindow                Klavara aranĝo
 Language       BootPromptWindow                Lingvo
diff --git a/data/catalogs/apps/firstbootprompt/es.catkeys 
b/data/catalogs/apps/firstbootprompt/es.catkeys
index 04699cb..f8dde38 100644
--- a/data/catalogs/apps/firstbootprompt/es.catkeys
+++ b/data/catalogs/apps/firstbootprompt/es.catkeys
@@ -1,4 +1,4 @@
-1      spanish x-vnd.Haiku-ReadOnlyBootPrompt  1972532432
+1      spanish x-vnd.Haiku-FirstBootPrompt     1972532432
 Desktop (Live-CD)      BootPromptWindow                Escritorio (Live-CD)
 Keymap BootPromptWindow                Distribución de teclado
 Language       BootPromptWindow                Idioma
diff --git a/data/catalogs/apps/firstbootprompt/fi.catkeys 
b/data/catalogs/apps/firstbootprompt/fi.catkeys
index 62d844c..a505542 100644
--- a/data/catalogs/apps/firstbootprompt/fi.catkeys
+++ b/data/catalogs/apps/firstbootprompt/fi.catkeys
@@ -1,4 +1,4 @@
-1      finnish x-vnd.Haiku-ReadOnlyBootPrompt  2544294242
+1      finnish x-vnd.Haiku-FirstBootPrompt     2544294242
 Custom BootPromptWindow                Oma
 Thank you for trying out Haiku! We hope you'll like it!\n\nYou can select your 
preferred language and keyboard layout from the list on the left which will 
then be used instantly. You can easily change both settings from the Desktop 
later on on the fly.\n\nDo you wish to run the Installer or continue booting to 
the Desktop?\n BootPromptWindow        For other languages, a note could be 
added: \"Note: Localization of Haiku applications and other components is an 
on-going effort. You will frequently encounter untranslated strings, but if you 
like, you can join in the work at <www.haiku-os.org>.\"       Kiitoksia siitä, 
että kokeilet Haikua! Toivomme, että pidät siitä!\n\nVoit valita ensisijaisen 
kielen ja näppäimistöasetuksen vasemmalla näkyvästä luettelosta. Asetukset 
otetaan käyttöön välittömästi. Voit helposti vaihtaa molempia asetuksia 
myöhemmin työpöydältäsi.\n\nHaluatko suorittaa asennusohjelman tai jatkaa 
alkulautausta työpöydälle?\n Huomaa: Ponnistelemme ede
 lleen Haiku-sovellusten ja muiden komponenttien kotoistamiseksi. Kohtaat usein 
suomentamattomia merkkijonoja, mutta jos haluat, voit liittyä työhön 
osoitteessa <www.haiku-os.org>.
 Desktop (Live-CD)      BootPromptWindow                Työpöytä (Live-CD)
diff --git a/data/catalogs/apps/firstbootprompt/fr.catkeys 
b/data/catalogs/apps/firstbootprompt/fr.catkeys
index e8799ce..9f98d9b 100644
--- a/data/catalogs/apps/firstbootprompt/fr.catkeys
+++ b/data/catalogs/apps/firstbootprompt/fr.catkeys
@@ -1,4 +1,4 @@
-1      french  x-vnd.Haiku-ReadOnlyBootPrompt  2544294242
+1      french  x-vnd.Haiku-FirstBootPrompt     2544294242
 Custom BootPromptWindow                Personnalisé
 Thank you for trying out Haiku! We hope you'll like it!\n\nYou can select your 
preferred language and keyboard layout from the list on the left which will 
then be used instantly. You can easily change both settings from the Desktop 
later on on the fly.\n\nDo you wish to run the Installer or continue booting to 
the Desktop?\n BootPromptWindow        For other languages, a note could be 
added: \"Note: Localization of Haiku applications and other components is an 
on-going effort. You will frequently encounter untranslated strings, but if you 
like, you can join in the work at <www.haiku-os.org>.\"       Merci d'essayer 
Haiku ! Nous espérons que vous l'aimerez !\n\nVeuillez choisir votre clavier et 
votre langue préférés dans la liste à gauche. Ils seront pris en compte 
instantanément. Plus tard, vous pourrez facilement modifier à la volée ces deux 
réglages à partir du bureau.\n\nVoulez-vous exécuter le programme 
d'installation ou continuer le démarrage du bureau ?\n\nNote : La tra
 duction des applications et des autres parties d'Haiku n'est pas terminée. 
Vous trouverez souvent des phrases non traduites, mais si vous le souhaitez, 
vous pouvez apporter votre contribution sur <www.haiku-os.org>.\n
 Desktop (Live-CD)      BootPromptWindow                Bureau (CD Live)
diff --git a/data/catalogs/apps/firstbootprompt/hi.catkeys 
b/data/catalogs/apps/firstbootprompt/hi.catkeys
index 3915e09..1534a21 100644
--- a/data/catalogs/apps/firstbootprompt/hi.catkeys
+++ b/data/catalogs/apps/firstbootprompt/hi.catkeys
@@ -1,5 +1,5 @@
-1      hindi   x-vnd.Haiku-ReadOnlyBootPrompt  2544294242
-Custom BootPromptWindow                कस्टम 
+1      hindi   x-vnd.Haiku-FirstBootPrompt     2544294242
+Custom BootPromptWindow                कस्टम
 Thank you for trying out Haiku! We hope you'll like it!\n\nYou can select your 
preferred language and keyboard layout from the list on the left which will 
then be used instantly. You can easily change both settings from the Desktop 
later on on the fly.\n\nDo you wish to run the Installer or continue booting to 
the Desktop?\n BootPromptWindow        For other languages, a note could be 
added: \"Note: Localization of Haiku applications and other components is an 
on-going effort. You will frequently encounter untranslated strings, but if you 
like, you can join in the work at <www.haiku-os.org>.\"       धन्यवाद हाइकु को 
इस्तमाल करने के लिए! हम आशा करते हैं की आप को यह पसंद आया होगा!\n\nआप अपने 
मनपसंद भाषा और कीबोर्ड लेयाओउट चुन सकते है लिस्ट में से. आप बाद म��
 �ं दोंनो चीज़ बदल सकते है डेस्कटॉप पर से.\n\nक्या आप इंस्टॉलर रन करना चाहेंगे 
या फिर डेस्कटॉप को बूट करना जारी रखना चाहेंगे?\n
 Desktop (Live-CD)      BootPromptWindow                डेस्कटॉप (लाइव सीडी)
 Language       BootPromptWindow                भाषा
diff --git a/data/catalogs/apps/firstbootprompt/hr.catkeys 
b/data/catalogs/apps/firstbootprompt/hr.catkeys
index 41e339e..79e7874 100644
--- a/data/catalogs/apps/firstbootprompt/hr.catkeys
+++ b/data/catalogs/apps/firstbootprompt/hr.catkeys
@@ -1,4 +1,4 @@
-1      croatian        x-vnd.Haiku-ReadOnlyBootPrompt  2686989872
+1      croatian        x-vnd.Haiku-FirstBootPrompt     2686989872
 Custom BootPromptWindow                Prilagođeno
 Desktop (Live-CD)      BootPromptWindow                Desktop (Live-CD)
 Keymap BootPromptWindow                Tipkovnica
diff --git a/data/catalogs/apps/firstbootprompt/hu.catkeys 
b/data/catalogs/apps/firstbootprompt/hu.catkeys
index 24595b9..03ebd98 100644
--- a/data/catalogs/apps/firstbootprompt/hu.catkeys
+++ b/data/catalogs/apps/firstbootprompt/hu.catkeys
@@ -1,4 +1,4 @@
-1      hungarian       x-vnd.Haiku-ReadOnlyBootPrompt  2544294242
+1      hungarian       x-vnd.Haiku-FirstBootPrompt     2544294242
 Custom BootPromptWindow                Egyéni
 Thank you for trying out Haiku! We hope you'll like it!\n\nYou can select your 
preferred language and keyboard layout from the list on the left which will 
then be used instantly. You can easily change both settings from the Desktop 
later on on the fly.\n\nDo you wish to run the Installer or continue booting to 
the Desktop?\n BootPromptWindow        For other languages, a note could be 
added: \"Note: Localization of Haiku applications and other components is an 
on-going effort. You will frequently encounter untranslated strings, but if you 
like, you can join in the work at <www.haiku-os.org>.\"       Köszönjük, hogy 
kipróbálja a Haiku-t! Reméljük tetszeni fog!\n\nA baloldali listából választhat 
nyelvet és billentyűzetkiosztást. Mindkét beállítást könnyen átállíthatja majd 
később az Asztalról.\n\nA Telepítőt vagy az Asztalt indítsuk el 
most?\n\nMegjegyzés: A Haiku programjait önkéntesek fordítják, folyamatosan. 
Könnyen megeshet hogy hiányosan, vagy hibása
 n fordított programokkal fog találkozni. Ha szeretné, csatlakozhat a munkához 
és kijavíthatja ezeket a <www.haiku-os.org> oldalon. Köszönjük!
 Desktop (Live-CD)      BootPromptWindow                Asztal
diff --git a/data/catalogs/apps/firstbootprompt/it.catkeys 
b/data/catalogs/apps/firstbootprompt/it.catkeys
index fa9f005..9c390eb 100644
--- a/data/catalogs/apps/firstbootprompt/it.catkeys
+++ b/data/catalogs/apps/firstbootprompt/it.catkeys
@@ -1,4 +1,4 @@
-1      italian x-vnd.Haiku-ReadOnlyBootPrompt  1972532432
+1      italian x-vnd.Haiku-FirstBootPrompt     1972532432
 Desktop (Live-CD)      BootPromptWindow                Desktop (Live-CD)
 Keymap BootPromptWindow                Keymap
 Language       BootPromptWindow                Lingua
diff --git a/data/catalogs/apps/firstbootprompt/ja.catkeys 
b/data/catalogs/apps/firstbootprompt/ja.catkeys
index 07e8ff2..0adbe11 100644
--- a/data/catalogs/apps/firstbootprompt/ja.catkeys
+++ b/data/catalogs/apps/firstbootprompt/ja.catkeys
@@ -1,4 +1,4 @@
-1      japanese        x-vnd.Haiku-ReadOnlyBootPrompt  2544294242
+1      japanese        x-vnd.Haiku-FirstBootPrompt     2544294242
 Custom BootPromptWindow                カスタム
 Thank you for trying out Haiku! We hope you'll like it!\n\nYou can select your 
preferred language and keyboard layout from the list on the left which will 
then be used instantly. You can easily change both settings from the Desktop 
later on on the fly.\n\nDo you wish to run the Installer or continue booting to 
the Desktop?\n BootPromptWindow        For other languages, a note could be 
added: \"Note: Localization of Haiku applications and other components is an 
on-going effort. You will frequently encounter untranslated strings, but if you 
like, you can join in the work at <www.haiku-os.org>.\"       
Haikuを試用していただきありがとうございます。Haikuのことを気に入っていただければ幸いです。\n\n左欄からご希望の言語とキーマップの選択がすぐできます。あとで、デスクトップからこれらの設定をすぐに簡単に変更できます。\n\nインストーラーを実行しますか、それともライブCDモードで
 
デスクトップを起動しますか?\n\n注釈:Haikuアプリケーションや他のコンポーネントのロケール化は進行中のため、翻訳されていない部分が表示されることや翻訳がおかしいことがあります。Haikuの翻訳に協力したい方は、haiku-i18n-jp
 MLにてご連絡ください(//freelists.org/list/haiku-i18n-jp)。\n
 Desktop (Live-CD)      BootPromptWindow                デスクトップ (ライブ CD)
diff --git a/data/catalogs/apps/firstbootprompt/ko.catkeys 
b/data/catalogs/apps/firstbootprompt/ko.catkeys
index 1fb8878..53b0bee 100644
--- a/data/catalogs/apps/firstbootprompt/ko.catkeys
+++ b/data/catalogs/apps/firstbootprompt/ko.catkeys
@@ -1,4 +1,4 @@
-1      korean  x-vnd.Haiku-ReadOnlyBootPrompt  1972532432
+1      korean  x-vnd.Haiku-FirstBootPrompt     1972532432
 Desktop (Live-CD)      BootPromptWindow                데스크탑 (라이브 시디)
 Keymap BootPromptWindow                키보드배열
 Language       BootPromptWindow                언어
diff --git a/data/catalogs/apps/firstbootprompt/lt.catkeys 
b/data/catalogs/apps/firstbootprompt/lt.catkeys
index 37bc75a..5a8c21c 100644
--- a/data/catalogs/apps/firstbootprompt/lt.catkeys
+++ b/data/catalogs/apps/firstbootprompt/lt.catkeys
@@ -1,4 +1,4 @@
-1      lithuanian      x-vnd.Haiku-ReadOnlyBootPrompt  2544294242
+1      lithuanian      x-vnd.Haiku-FirstBootPrompt     2544294242
 Custom BootPromptWindow                Pasirinktinė
 Thank you for trying out Haiku! We hope you'll like it!\n\nYou can select your 
preferred language and keyboard layout from the list on the left which will 
then be used instantly. You can easily change both settings from the Desktop 
later on on the fly.\n\nDo you wish to run the Installer or continue booting to 
the Desktop?\n BootPromptWindow        For other languages, a note could be 
added: \"Note: Localization of Haiku applications and other components is an 
on-going effort. You will frequently encounter untranslated strings, but if you 
like, you can join in the work at <www.haiku-os.org>.\"       Dėkojame, kad 
nusprendėte išbandyti „Haiku“! Mes tikimės, kad ši operacinė sistema Jums 
patiks!\n\nIš sąrašo kairėje galite išsirinkti norimą kalbą ir klaviatūros 
išdėstymą – šių nuostatų pakeitimai bus iškart pritaikyti. Taip pat lengvai jas 
galėsite pasikeisti ir vėliau, jau naudodamiesi sistema.\n\nAr norite paleisti 
įdiegimo programą, ar išbandyti „Haiku�
 �� aplinką, ją paleidžiant tiesiai iš šios laikmenos?
 Desktop (Live-CD)      BootPromptWindow                Išbandyti „Haiku“
diff --git a/data/catalogs/apps/firstbootprompt/nb.catkeys 
b/data/catalogs/apps/firstbootprompt/nb.catkeys
index 72745e6..1a720c0 100644
--- a/data/catalogs/apps/firstbootprompt/nb.catkeys
+++ b/data/catalogs/apps/firstbootprompt/nb.catkeys
@@ -1,4 +1,4 @@
-1      bokmål, norwegian; norwegian bokmål     x-vnd.Haiku-ReadOnlyBootPrompt  
2544294242
+1      bokmål, norwegian; norwegian bokmål     x-vnd.Haiku-FirstBootPrompt     
2544294242
 Custom BootPromptWindow                Tilpasset
 Thank you for trying out Haiku! We hope you'll like it!\n\nYou can select your 
preferred language and keyboard layout from the list on the left which will 
then be used instantly. You can easily change both settings from the Desktop 
later on on the fly.\n\nDo you wish to run the Installer or continue booting to 
the Desktop?\n BootPromptWindow        For other languages, a note could be 
added: \"Note: Localization of Haiku applications and other components is an 
on-going effort. You will frequently encounter untranslated strings, but if you 
like, you can join in the work at <www.haiku-os.org>.\"       Takk for at du 
prøver ut Haiku! Vi håper du vil like det!\n\nDu kan velge hvilket språk du 
foretrekker og tastaturoppsett fra sliten til venstre, som så vil bli tatt i 
bruk umiddelbart. Du kan enkelt endre begge innstillingne fra skrivebordet 
senere.\n\nØnsker du å kjøre installasjonsprogrammet, eller fortsette 
oppstartsprosessen fra CD-en?\n
 Desktop (Live-CD)      BootPromptWindow                Skrivebord (Live-CD)
diff --git a/data/catalogs/apps/firstbootprompt/nl.catkeys 
b/data/catalogs/apps/firstbootprompt/nl.catkeys
index 5ff6b98..9a9e6e4 100644
--- a/data/catalogs/apps/firstbootprompt/nl.catkeys
+++ b/data/catalogs/apps/firstbootprompt/nl.catkeys
@@ -1,4 +1,4 @@
-1      dutch; flemish  x-vnd.Haiku-ReadOnlyBootPrompt  2544294242
+1      dutch; flemish  x-vnd.Haiku-FirstBootPrompt     2544294242
 Custom BootPromptWindow                Aangepast
 Thank you for trying out Haiku! We hope you'll like it!\n\nYou can select your 
preferred language and keyboard layout from the list on the left which will 
then be used instantly. You can easily change both settings from the Desktop 
later on on the fly.\n\nDo you wish to run the Installer or continue booting to 
the Desktop?\n BootPromptWindow        For other languages, a note could be 
added: \"Note: Localization of Haiku applications and other components is an 
on-going effort. You will frequently encounter untranslated strings, but if you 
like, you can join in the work at <www.haiku-os.org>.\"       Bedankt om Haiku 
uit te proberen! We hopen dat Haiku u bevalt!\n\nU kunt uw voorkeurstaal en 
-toetsenbordindeling kiezen uit de lijst, waarna deze onmiddellijk gebruikt 
zullen worden. U kunt beide instellingen later eenvoudig wijzigen vanaf het 
bureaublad.\n\nWenst u het installatieprogramma uit te voeren of verder op te 
starten naar het bureaublad?
 Desktop (Live-CD)      BootPromptWindow                Bureaublad (Live-CD)
diff --git a/data/catalogs/apps/firstbootprompt/pl.catkeys 
b/data/catalogs/apps/firstbootprompt/pl.catkeys
index 2747468..e76186a 100644
--- a/data/catalogs/apps/firstbootprompt/pl.catkeys
+++ b/data/catalogs/apps/firstbootprompt/pl.catkeys
@@ -1,4 +1,4 @@
-1      polish  x-vnd.Haiku-ReadOnlyBootPrompt  2544294242
+1      polish  x-vnd.Haiku-FirstBootPrompt     2544294242
 Custom BootPromptWindow                Własne
 Thank you for trying out Haiku! We hope you'll like it!\n\nYou can select your 
preferred language and keyboard layout from the list on the left which will 
then be used instantly. You can easily change both settings from the Desktop 
later on on the fly.\n\nDo you wish to run the Installer or continue booting to 
the Desktop?\n BootPromptWindow        For other languages, a note could be 
added: \"Note: Localization of Haiku applications and other components is an 
on-going effort. You will frequently encounter untranslated strings, but if you 
like, you can join in the work at <www.haiku-os.org>.\"       Dziękujemy za 
wypróbowanie Haiku! Mamy nadzieję, że Ci się spodoba!\n\nMożesz wybrać swój 
język i układ klawiatury z listy po lewej stronie, które to zostaną następnie 
użyte. Możesz później łatwo zmienić oba ustawienia w ustawieniach 
Pulpitu.\n\nChcesz od razu przejść do instalatora, czy może kontynuować rozruch 
do Pulpitu?\n
 Desktop (Live-CD)      BootPromptWindow                Pulpit (Live-CD)
diff --git a/data/catalogs/apps/firstbootprompt/pt.catkeys 
b/data/catalogs/apps/firstbootprompt/pt.catkeys
index 69bb564..2a21bba 100644
--- a/data/catalogs/apps/firstbootprompt/pt.catkeys
+++ b/data/catalogs/apps/firstbootprompt/pt.catkeys
@@ -1,4 +1,4 @@
-1      portuguese      x-vnd.Haiku-ReadOnlyBootPrompt  1972532432
+1      portuguese      x-vnd.Haiku-FirstBootPrompt     1972532432
 Desktop (Live-CD)      BootPromptWindow                Desktop (Live-CD)
 Keymap BootPromptWindow                Esquema de teclado
 Language       BootPromptWindow                Idioma
diff --git a/data/catalogs/apps/firstbootprompt/pt_BR.catkeys 
b/data/catalogs/apps/firstbootprompt/pt_BR.catkeys
index bab2737..849efb0 100644
--- a/data/catalogs/apps/firstbootprompt/pt_BR.catkeys
+++ b/data/catalogs/apps/firstbootprompt/pt_BR.catkeys
@@ -1,4 +1,4 @@
-1      portuguese (brazil)     x-vnd.Haiku-ReadOnlyBootPrompt  2544294242
+1      portuguese (brazil)     x-vnd.Haiku-FirstBootPrompt     2544294242
 Custom BootPromptWindow                Personalizado
 Thank you for trying out Haiku! We hope you'll like it!\n\nYou can select your 
preferred language and keyboard layout from the list on the left which will 
then be used instantly. You can easily change both settings from the Desktop 
later on on the fly.\n\nDo you wish to run the Installer or continue booting to 
the Desktop?\n BootPromptWindow        For other languages, a note could be 
added: \"Note: Localization of Haiku applications and other components is an 
on-going effort. You will frequently encounter untranslated strings, but if you 
like, you can join in the work at <www.haiku-os.org>.\"       Obrigado por 
experimentar o Haiku! Nós esperamos que você se divirta!!\n\nVocê pode escolher 
sua língua e o layout do teclado da lista na esquerda da qual serão usadas 
instantaneamente. Você pode facilmente mudar ambas as configurações no Desktop 
depois.\n\nVocê deseja abrir o Instalar ou continuar a carregar o Desktop?\n
 Desktop (Live-CD)      BootPromptWindow                Desktop (Live-CD)
diff --git a/data/catalogs/apps/firstbootprompt/pt_br.catkeys 
b/data/catalogs/apps/firstbootprompt/pt_br.catkeys
index 333e657..a029bc3 100644
--- a/data/catalogs/apps/firstbootprompt/pt_br.catkeys
+++ b/data/catalogs/apps/firstbootprompt/pt_br.catkeys
@@ -1,4 +1,4 @@
-1      brazilian_portuguese    x-vnd.Haiku-ReadOnlyBootPrompt  988630706
+1      brazilian_portuguese    x-vnd.Haiku-FirstBootPrompt     988630706
 Custom BootPromptWindow                Personalizado
 Keymap BootPromptWindow                Mapa de Teclas
 Language       BootPromptWindow                Linguagem
diff --git a/data/catalogs/apps/firstbootprompt/ro.catkeys 
b/data/catalogs/apps/firstbootprompt/ro.catkeys
index 1aef81b..1fe91fa 100644
--- a/data/catalogs/apps/firstbootprompt/ro.catkeys
+++ b/data/catalogs/apps/firstbootprompt/ro.catkeys
@@ -1,4 +1,4 @@
-1      romanian        x-vnd.Haiku-ReadOnlyBootPrompt  2544294242
+1      romanian        x-vnd.Haiku-FirstBootPrompt     2544294242
 Custom BootPromptWindow                Personalizat
 Thank you for trying out Haiku! We hope you'll like it!\n\nYou can select your 
preferred language and keyboard layout from the list on the left which will 
then be used instantly. You can easily change both settings from the Desktop 
later on on the fly.\n\nDo you wish to run the Installer or continue booting to 
the Desktop?\n BootPromptWindow        For other languages, a note could be 
added: \"Note: Localization of Haiku applications and other components is an 
on-going effort. You will frequently encounter untranslated strings, but if you 
like, you can join in the work at <www.haiku-os.org>.\"       Vă mulțumim că 
ați încercat Haiku! Sperăm că o să vă placă!\n\nPuteți să selectați limba 
preferată și aranjamentul de tastatură din lista din stânga care vor fi apoi 
utilizate automat. Puteți să schimbați ușor mai târziu cele două configurări de 
pe Desktop.\n\nDoriți să rulați Programul de instalare sau continuați să 
porniți sistemul?\nNotă: Localizarea aplicaț
 iilor Haiku și a altor componente este un efort susținut. Veți întâlni 
frecvent șiruri netraduse, dar dacă doriți, puteți să vă implicați în muncă la 
<www.haiku-os.org>
 Desktop (Live-CD)      BootPromptWindow                Birou (Live-CD)
diff --git a/data/catalogs/apps/firstbootprompt/ru.catkeys 
b/data/catalogs/apps/firstbootprompt/ru.catkeys
index 09fff61..43e15d0 100644
--- a/data/catalogs/apps/firstbootprompt/ru.catkeys
+++ b/data/catalogs/apps/firstbootprompt/ru.catkeys
@@ -1,4 +1,4 @@
-1      russian x-vnd.Haiku-ReadOnlyBootPrompt  2544294242
+1      russian x-vnd.Haiku-FirstBootPrompt     2544294242
 Custom BootPromptWindow                Пользовательская
 Thank you for trying out Haiku! We hope you'll like it!\n\nYou can select your 
preferred language and keyboard layout from the list on the left which will 
then be used instantly. You can easily change both settings from the Desktop 
later on on the fly.\n\nDo you wish to run the Installer or continue booting to 
the Desktop?\n BootPromptWindow        For other languages, a note could be 
added: \"Note: Localization of Haiku applications and other components is an 
on-going effort. You will frequently encounter untranslated strings, but if you 
like, you can join in the work at <www.haiku-os.org>.\"       Большое спасибо 
за то, что решили попробовать Haiku.\nМы очень надеемся, что она вам 
понравится!\n\nИз списка слева вы можете выбрать предпочитаемый язык и 
клавиатурную раскладку, которые активируются немедленно. Вы легк
 о сможете изменить эти настройки после запуска рабочего стола без 
перезагрузки.\n\nВы хотите запустить Установщик или продолжить загрузку 
рабочего стола?\n
 Desktop (Live-CD)      BootPromptWindow                Рабочий стол (Live-CD)
diff --git a/data/catalogs/apps/firstbootprompt/sk.catkeys 
b/data/catalogs/apps/firstbootprompt/sk.catkeys
index cff9042..6863860 100644
--- a/data/catalogs/apps/firstbootprompt/sk.catkeys
+++ b/data/catalogs/apps/firstbootprompt/sk.catkeys
@@ -1,4 +1,4 @@
-1      slovak  x-vnd.Haiku-ReadOnlyBootPrompt  2544294242
+1      slovak  x-vnd.Haiku-FirstBootPrompt     2544294242
 Custom BootPromptWindow                Vlastná
 Thank you for trying out Haiku! We hope you'll like it!\n\nYou can select your 
preferred language and keyboard layout from the list on the left which will 
then be used instantly. You can easily change both settings from the Desktop 
later on on the fly.\n\nDo you wish to run the Installer or continue booting to 
the Desktop?\n BootPromptWindow        For other languages, a note could be 
added: \"Note: Localization of Haiku applications and other components is an 
on-going effort. You will frequently encounter untranslated strings, but if you 
like, you can join in the work at <www.haiku-os.org>.\"       Ďakujeme, že 
skúšate Haiku! Dúfame, že sa vám bude páčiť!\n\nZo zoznamu vľavo môžete vybrať 
váš preferovaný jazyk a rozloženie klávesnice, ktoré sa ihneď použije. Obe 
nastavenia môžete neskôr jednoducho za behu zmeniť z pracovného 
prostredia.\n\nChcete spustiť inštalátor alebo pokračovať v zavedení pracovného 
prostredia?\n
 Desktop (Live-CD)      BootPromptWindow                Pracovné prostredie 
(živé CD)
diff --git a/data/catalogs/apps/firstbootprompt/sv.catkeys 
b/data/catalogs/apps/firstbootprompt/sv.catkeys
index cd9be87..f680a10 100644
--- a/data/catalogs/apps/firstbootprompt/sv.catkeys
+++ b/data/catalogs/apps/firstbootprompt/sv.catkeys
@@ -1,4 +1,4 @@
-1      swedish x-vnd.Haiku-ReadOnlyBootPrompt  2544294242
+1      swedish x-vnd.Haiku-FirstBootPrompt     2544294242
 Custom BootPromptWindow                Anpassad
 Thank you for trying out Haiku! We hope you'll like it!\n\nYou can select your 
preferred language and keyboard layout from the list on the left which will 
then be used instantly. You can easily change both settings from the Desktop 
later on on the fly.\n\nDo you wish to run the Installer or continue booting to 
the Desktop?\n BootPromptWindow        For other languages, a note could be 
added: \"Note: Localization of Haiku applications and other components is an 
on-going effort. You will frequently encounter untranslated strings, but if you 
like, you can join in the work at <www.haiku-os.org>.\"       Tack för att du 
testar Haiku! Vi hoppas att du kommer att gilla det!\n\nDu kan välja ditt 
föredragna språk och tangentbordslayout från listan till vänster. Du kan enkelt 
byta båda inställningarna från skrivbordet vid ett senare tillfälle.\n\nVill du 
starta Installeraren eller gå direkt till skrivbordet?\n
 Desktop (Live-CD)      BootPromptWindow                Skrivbordet (Live-CD)
diff --git a/data/catalogs/apps/firstbootprompt/uk.catkeys 
b/data/catalogs/apps/firstbootprompt/uk.catkeys
index aae650d..c7cad64 100644
--- a/data/catalogs/apps/firstbootprompt/uk.catkeys
+++ b/data/catalogs/apps/firstbootprompt/uk.catkeys
@@ -1,4 +1,4 @@
-1      ukrainian       x-vnd.Haiku-ReadOnlyBootPrompt  2544294242
+1      ukrainian       x-vnd.Haiku-FirstBootPrompt     2544294242
 Custom BootPromptWindow                Задане
 Thank you for trying out Haiku! We hope you'll like it!\n\nYou can select your 
preferred language and keyboard layout from the list on the left which will 
then be used instantly. You can easily change both settings from the Desktop 
later on on the fly.\n\nDo you wish to run the Installer or continue booting to 
the Desktop?\n BootPromptWindow        For other languages, a note could be 
added: \"Note: Localization of Haiku applications and other components is an 
on-going effort. You will frequently encounter untranslated strings, but if you 
like, you can join in the work at <www.haiku-os.org>.\"       Дякуємо за ваше 
зацікавлення Haiku. Ми надіємося що вона Вам сподобається!\n\nВи  можете 
вибрати бажану мову і розкладку клавіатури зі списку зліва при використанні. Ви 
можете просто змінити обидві настройки Робочого ст
 олу на льоту .\n\nDo you wish to run the Installer or continue booting to the 
Desktop?\n
 Desktop (Live-CD)      BootPromptWindow                Робочий стіл (Live-CD)
diff --git a/data/catalogs/apps/firstbootprompt/zh-Hans.catkeys 
b/data/catalogs/apps/firstbootprompt/zh-Hans.catkeys
index e5b90ab..999699f 100644
--- a/data/catalogs/apps/firstbootprompt/zh-Hans.catkeys
+++ b/data/catalogs/apps/firstbootprompt/zh-Hans.catkeys
@@ -1,4 +1,4 @@
-1      english x-vnd.Haiku-ReadOnlyBootPrompt  2544294242
+1      english x-vnd.Haiku-FirstBootPrompt     2544294242
 Custom BootPromptWindow                自定义
 Thank you for trying out Haiku! We hope you'll like it!\n\nYou can select your 
preferred language and keyboard layout from the list on the left which will 
then be used instantly. You can easily change both settings from the Desktop 
later on on the fly.\n\nDo you wish to run the Installer or continue booting to 
the Desktop?\n BootPromptWindow        For other languages, a note could be 
added: \"Note: Localization of Haiku applications and other components is an 
on-going effort. You will frequently encounter untranslated strings, but if you 
like, you can join in the work at <www.haiku-os.org>.\"       欢迎使用 
Haiku!希望喜欢它!\n\n您可以从左边的列表中选择首选语言和键盘类型,它们将马上启用。您可以在进入桌面之后进行修改。\n\n您希望运行系统安装器,还是继续引导进入桌面?
 Desktop (Live-CD)      BootPromptWindow                桌面系统 (Live-CD)
diff --git a/data/catalogs/apps/firstbootprompt/zh_Hans.catkeys 
b/data/catalogs/apps/firstbootprompt/zh_Hans.catkeys
index e5b90ab..999699f 100644
--- a/data/catalogs/apps/firstbootprompt/zh_Hans.catkeys
+++ b/data/catalogs/apps/firstbootprompt/zh_Hans.catkeys
@@ -1,4 +1,4 @@
-1      english x-vnd.Haiku-ReadOnlyBootPrompt  2544294242
+1      english x-vnd.Haiku-FirstBootPrompt     2544294242
 Custom BootPromptWindow                自定义
 Thank you for trying out Haiku! We hope you'll like it!\n\nYou can select your 
preferred language and keyboard layout from the list on the left which will 
then be used instantly. You can easily change both settings from the Desktop 
later on on the fly.\n\nDo you wish to run the Installer or continue booting to 
the Desktop?\n BootPromptWindow        For other languages, a note could be 
added: \"Note: Localization of Haiku applications and other components is an 
on-going effort. You will frequently encounter untranslated strings, but if you 
like, you can join in the work at <www.haiku-os.org>.\"       欢迎使用 
Haiku!希望喜欢它!\n\n您可以从左边的列表中选择首选语言和键盘类型,它们将马上启用。您可以在进入桌面之后进行修改。\n\n您希望运行系统安装器,还是继续引导进入桌面?
 Desktop (Live-CD)      BootPromptWindow                桌面系统 (Live-CD)


Other related posts:

  • » [haiku-commits] haiku: hrev45193 - data/catalogs/apps/readonlybootprompt data/catalogs/apps/firstbootprompt src/apps/readonlybootprompt src/apps/firstbootprompt - mattmadia