Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
  • 1 commit
  • 11 files changed
  • 0 commit comments
  • 1 contributor
Commits on Apr 02, 2019
* Improved strings
* Sentence casing
@@ -52,7 +52,7 @@ ThemeAddonItem::ThemeAddonItem(BRect bounds, ThemeInterfaceView *iview, int32 id
fId = id;
fIView = iview;
fAddonName = B_TRANSLATE("Global");
BString tip(B_TRANSLATE("Change actions for all"));
BString tip(B_TRANSLATE("Set apply/save actions for all items"));
tman = iview->GetThemeManager();
uint32 flags = 0;
bool detected = true;
@@ -95,8 +95,8 @@ ThemeAddonItem::ThemeAddonItem(BRect bounds, ThemeInterfaceView *iview, int32 id
#endif
fSaveBox->SetValue(value);
#if defined(__HAIKU__) || defined(B_BEOS_VERSION_DANO)
fApplyBox->SetToolTip(B_TRANSLATE("Use this information from themes"));
fSaveBox->SetToolTip(B_TRANSLATE("Save this information to themes"));
fApplyBox->SetToolTip(B_TRANSLATE("Apply these settings from themes"));
fSaveBox->SetToolTip(B_TRANSLATE("Save these settings to themes"));
#endif
if (!detected) {
fApplyBox->SetEnabled(false);
@@ -108,7 +108,7 @@ ThemeAddonItem::ThemeAddonItem(BRect bounds, ThemeInterfaceView *iview, int32 id
prefs->AddInt32("addon", id);
fPrefsBtn = new BButton(BRect(CTRL_OFF_X+100+CTRL_SPACING*2, CTRL_OFF_Y, CTRL_OFF_X+150+CTRL_SPACING*2, CTRL_OFF_Y+30), "prefs", B_TRANSLATE("Preferences"), prefs);
#if defined(__HAIKU__) || defined(B_BEOS_VERSION_DANO)
fPrefsBtn->SetToolTip(B_TRANSLATE("Run the preferences panel for this topic."));
fPrefsBtn->SetToolTip(B_TRANSLATE("Open the preference panel for this item"));
#endif
if (!detected)
fPrefsBtn->SetEnabled(false);
@@ -185,14 +185,14 @@ ThemeAddonItem::RelocalizeStrings()
fApplyBox->SetLabel(B_TRANSLATE("Apply"));
fSaveBox->SetLabel(B_TRANSLATE("Save"));
#if defined(__HAIKU__) || defined(B_BEOS_VERSION_DANO)
fApplyBox->SetToolTip(B_TRANSLATE("Use this information from themes"));
fSaveBox->SetToolTip(B_TRANSLATE("Save this information to themes"));
fApplyBox->SetToolTip(B_TRANSLATE("Apply these settings from themes"));
fSaveBox->SetToolTip(B_TRANSLATE("Save these settings to themes"));
#endif
#ifdef HAVE_PREF_BTN
if (fPrefsBtn) {
fPrefsBtn->SetLabel(B_TRANSLATE("Preferences"));
#if defined(__HAIKU__) || defined(B_BEOS_VERSION_DANO)
fPrefsBtn->SetToolTip(B_TRANSLATE("Run the preferences panel for this topic."));
fPrefsBtn->SetToolTip(B_TRANSLATE("Open the preference panel for this item"));
#endif
}
#endif
@@ -196,7 +196,7 @@ ThemeInterfaceView::AllAttached()
fDeleteBtn->MoveTo(lt);

// buttons...
fSetShotBtn = new BButton(BRect(), "makeshot", B_TRANSLATE("Add Screenshot"), new BMessage(kMakeScreenshot), B_FOLLOW_RIGHT | B_FOLLOW_TOP);
fSetShotBtn = new BButton(BRect(), "makeshot", B_TRANSLATE("Add screenshot"), new BMessage(kMakeScreenshot), B_FOLLOW_RIGHT | B_FOLLOW_TOP);
AddChild(fSetShotBtn);
fSetShotBtn->SetTarget(this);
fSetShotBtn->ResizeToPreferred();
@@ -249,7 +249,7 @@ ThemeInterfaceView::AllAttached()
fScreenshotTab->AddChild(fScreenshotPane);
fScreenshotPane->SetViewPanelBgColor();

fScreenshotText = new BStringView(BRect(), "sshotnone", B_TRANSLATE("No Theme selected"), B_FOLLOW_ALL);
fScreenshotText = new BStringView(BRect(), "sshotnone", B_TRANSLATE("No theme selected"), B_FOLLOW_ALL);
fScreenshotText->SetFontSize(20.0);
fScreenshotText->SetAlignment(B_ALIGN_CENTER);
fScreenshotTab->AddChild(fScreenshotText);
@@ -538,7 +538,7 @@ ThemeInterfaceView::_ThemeListPopulator()

LockLooper();

si = new BStringItem("(System Themes)");
si = new BStringItem("(System themes)");
si->SetEnabled(false);
fThemeList->AddItem(si);
si = NULL; // first non-readonly item will set it again
@@ -551,7 +551,7 @@ ThemeInterfaceView::_ThemeListPopulator()
continue;

if (!isro && si == NULL) {
si = new BStringItem("(User Themes)");
si = new BStringItem("(User themes)");
si->SetEnabled(false);
fThemeList->AddItem(si);
}
@@ -823,7 +823,7 @@ ThemeInterfaceView::ThemeSelected()
while(true == fScreenshotText->IsHidden())
fScreenshotText->Show();

fScreenshotText->SetText(B_TRANSLATE("No Theme selected"));
fScreenshotText->SetText(B_TRANSLATE("No theme selected"));
return ENOENT;
}

@@ -31,7 +31,7 @@
#define instantiate_themes_addon instantiate_themes_addon_beide
#endif

#define A_NAME "BeIDE Colors"
#define A_NAME "BeIDE colors"
#define A_MSGNAME NULL //Z_THEME_BEIDE_SETTINGS
#define A_DESCRIPTION "Make BeIDE use system colors"

@@ -46,7 +46,7 @@
#define instantiate_themes_addon instantiate_themes_addon_window_decor
#endif

#define A_NAME "Window Decor"
#define A_NAME "Window decor"
#define A_MSGNAME Z_THEME_WINDOW_DECORATIONS
#define A_DESCRIPTION "Window decorations and scrollbars"

@@ -29,7 +29,7 @@
#endif

//#define A_NAME "UI Settings"
#define A_NAME "System Colors and Fonts"
#define A_NAME "System colors and fonts"
#define A_MSGNAME Z_THEME_UI_SETTINGS
#define A_DESCRIPTION "System colors, fonts and other goodies"

@@ -31,7 +31,7 @@
#define instantiate_themes_addon instantiate_themes_addon_eddie
#endif

#define A_NAME "Eddie Colors"
#define A_NAME "Eddie colors"
#define A_MSGNAME NULL //Z_THEME_Eddie_SETTINGS
#define A_DESCRIPTION "Make Eddie use system colors"

@@ -61,7 +61,7 @@ namespace BPrivate {
extern const rgb_color* kDefaultColors;
}

#define A_NAME "System Colors and Fonts"
#define A_NAME "System colors and fonts"
#define A_MSGNAME Z_THEME_UI_SETTINGS
#define A_DESCRIPTION "System colors, fonts and other goodies"

@@ -69,7 +69,7 @@ set_decorator(const char *name)
}
#endif

#define A_NAME "Window Decor"
#define A_NAME "Window decor"
#define A_MSGNAME Z_THEME_WINDOW_DECORATIONS
#define A_DESCRIPTION "Window decorations and scrollbars"

@@ -32,7 +32,7 @@
#define instantiate_themes_addon instantiate_themes_addon_pe
#endif

#define A_NAME "Pe Colors"
#define A_NAME "Pe colors"
#define A_MSGNAME NULL //Z_THEME_PE_SETTINGS
#define A_DESCRIPTION "Make Pe use system colors"

@@ -26,7 +26,7 @@
#define instantiate_themes_addon instantiate_themes_addon_soundplay
#endif

#define A_NAME "SoundPlay Color"
#define A_NAME "SoundPlay color"
#define A_MSGNAME NULL //Z_THEME_SOUNDPLAY_SETTINGS
#define A_DESCRIPTION "Make SoundPlay use system colors"

@@ -32,9 +32,9 @@
#define instantiate_themes_addon instantiate_themes_addon_winamp_skin
#endif

#define A_NAME "Winamp Skin"
#define A_NAME "Winamp skin"
#define A_MSGNAME Z_THEME_WINAMP_SKIN_SETTINGS
#define A_DESCRIPTION "Handle CL-Amp and SoundPlay (not yet) Skins - requires SkinSelector plugin to be activated in CL-Amp and SoundPlay."
#define A_DESCRIPTION "Handle CL-Amp and SoundPlay (not yet) skins - requires SkinSelector plugin to be activated in CL-Amp and SoundPlay."

#define CL_SETTINGS_NAME "CL-Amp/CL-Amp.preferences"
#define CL_APP_SIG "application/x-vnd.ClaesL-CLAmp"

No commit comments for this range

You can’t perform that action at this time.