From d656df8ca16cddfb31ec062ea26f803ddf71d8c6 Mon Sep 17 00:00:00 2001 From: "gandalf%firefox.pl" Date: Wed, 23 Feb 2005 17:33:43 +0000 Subject: [PATCH] Bug 279768: Bring build system to work with --enable-ui-locale; ./mozapps/profile part; r=bsmedberg git-svn-id: svn://10.0.0.236/trunk@169653 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/toolkit/profile/jar.mn | 7 +- .../profile/locale/createProfileWizard.dtd | 19 ------ .../profile/locale/profileSelection.dtd | 64 ------------------- .../locale/profileSelection.properties | 30 --------- 4 files changed, 1 insertion(+), 119 deletions(-) delete mode 100644 mozilla/toolkit/profile/locale/createProfileWizard.dtd delete mode 100644 mozilla/toolkit/profile/locale/profileSelection.dtd delete mode 100644 mozilla/toolkit/profile/locale/profileSelection.properties diff --git a/mozilla/toolkit/profile/jar.mn b/mozilla/toolkit/profile/jar.mn index 41358be299b..c41046033e5 100644 --- a/mozilla/toolkit/profile/jar.mn +++ b/mozilla/toolkit/profile/jar.mn @@ -2,9 +2,4 @@ toolkit.jar: content/mozapps/profile/createProfileWizard.js (content/createProfileWizard.js) content/mozapps/profile/createProfileWizard.xul (content/createProfileWizard.xul) * content/mozapps/profile/profileSelection.js (content/profileSelection.js) -* content/mozapps/profile/profileSelection.xul (content/profileSelection.xul) - -en-US.jar: - locale/en-US/mozapps/profile/createProfileWizard.dtd (locale/createProfileWizard.dtd) - locale/en-US/mozapps/profile/profileSelection.properties (locale/profileSelection.properties) - locale/en-US/mozapps/profile/profileSelection.dtd (locale/profileSelection.dtd) +* content/mozapps/profile/profileSelection.xul (content/profileSelection.xul) \ No newline at end of file diff --git a/mozilla/toolkit/profile/locale/createProfileWizard.dtd b/mozilla/toolkit/profile/locale/createProfileWizard.dtd deleted file mode 100644 index 7a7be35b744..00000000000 --- a/mozilla/toolkit/profile/locale/createProfileWizard.dtd +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/mozilla/toolkit/profile/locale/profileSelection.dtd b/mozilla/toolkit/profile/locale/profileSelection.dtd deleted file mode 100644 index 9a2cf907809..00000000000 --- a/mozilla/toolkit/profile/locale/profileSelection.dtd +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/mozilla/toolkit/profile/locale/profileSelection.properties b/mozilla/toolkit/profile/locale/profileSelection.properties deleted file mode 100644 index c6cb7fda07f..00000000000 --- a/mozilla/toolkit/profile/locale/profileSelection.properties +++ /dev/null @@ -1,30 +0,0 @@ -# LOCALIZATION NOTE: Do not translate - -profileTooltip=Profile: '%S' - Path: '%S' - -pleaseSelectTitle=Select Profile -pleaseSelect=Please select a profile to begin %S, or create a new profile. - -profileLockedTitle=Profile In Use -profileLocked=%S cannot use the profile "%S" because it is in use.\n\nPlease choose another profile or create a new one. - -renameProfileTitle=Rename Profile -renameProfilePrompt=Rename the profile "%S" to: - -profileNameInvalidTitle=Invalid profile name -profileNameInvalid=The profile name "%S" is not allowed. - -chooseFolder=Choose Profile Folder -profileNameEmpty=An empty profile name is not allowed. -invalidChar=The character "%S" is not allowed in profile names. Please choose a different name. - -deleteTitle=Delete Profile -deleteProfile=Deleting a profile will remove the profile from the list of available profiles and cannot be undone.\nYou may also choose to delete the profile data files, including your saved mail, settings, and certificates. This option will delete the folder "%S" and cannot be undone.\nWould you like to delete the profile data files? -deleteFiles=Delete Files -dontDeleteFiles=Don't Delete Files - -profileCreationFailed=Profile couldn't be created. Probably the chosen folder isn't writable. -profileCreationFailedTitle=Profile Creation failed -profileExists=A profile with this name already exists. Please choose another name. -profileExistsTitle=Profile Exists -profileFinishText=Click Finish to create this new profile.