diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 18:36:00 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-27 07:34:29 -0600 |
commit | 15246c959ae5ab4e124859a4d8981676f9eb657f (patch) | |
tree | 87813888699be2b850201725c45564c8c6423262 /extensions/source/abpilot/abspilot.src | |
parent | 710178094dfb21b0864335b1fa1a3401e4d82959 (diff) |
Remove visual noise from extensions
Change-Id: I0397d0d0e5343b7ed192a790664b068ac6955bd3
Reviewed-on: https://gerrit.libreoffice.org/8259
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'extensions/source/abpilot/abspilot.src')
-rw-r--r-- | extensions/source/abpilot/abspilot.src | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/extensions/source/abpilot/abspilot.src b/extensions/source/abpilot/abspilot.src index 310616c4dd83..f898724155a8 100644 --- a/extensions/source/abpilot/abspilot.src +++ b/extensions/source/abpilot/abspilot.src @@ -19,7 +19,7 @@ #include "abpresid.hrc" -//........................................................................ + ModalDialog RID_DLG_ADDRESSBOOKSOURCEPILOT { Text [ en-US ] = "Address Book Data Source Wizard" ; @@ -58,7 +58,7 @@ ModalDialog RID_DLG_ADDRESSBOOKSOURCEPILOT }; }; -//........................................................................ + TabPage RID_PAGE_SELECTABTYPE { HelpID = "extensions:TabPage:RID_PAGE_SELECTABTYPE"; @@ -150,7 +150,7 @@ TabPage RID_PAGE_SELECTABTYPE }; }; -//........................................................................ + TabPage RID_PAGE_ADMININVOKATION { HelpID = "extensions:TabPage:RID_PAGE_ADMININVOKATION"; @@ -186,7 +186,7 @@ TabPage RID_PAGE_ADMININVOKATION }; }; -//........................................................................ + TabPage RID_PAGE_TABLESELECTION_AB { HelpID = "extensions:TabPage:RID_PAGE_TABLESELECTION_AB"; @@ -215,7 +215,7 @@ TabPage RID_PAGE_TABLESELECTION_AB }; }; -//........................................................................ + TabPage RID_PAGE_FIELDMAPPING { HelpID = "extensions:TabPage:RID_PAGE_FIELDMAPPING"; @@ -248,7 +248,7 @@ TabPage RID_PAGE_FIELDMAPPING }; }; -//........................................................................ + TabPage RID_PAGE_FINAL { HelpID = "extensions:TabPage:RID_PAGE_FINAL"; @@ -334,7 +334,7 @@ TabPage RID_PAGE_FINAL }; }; -//........................................................................ + ErrorBox RID_ERR_NEEDTYPESELECTION { Buttons = WB_OK; @@ -342,7 +342,7 @@ ErrorBox RID_ERR_NEEDTYPESELECTION Message [ en-US ] = "Please select a type of address book."; }; -//........................................................................ + QueryBox RID_QRY_NOTABLES { Buttons = WB_YES_NO; @@ -351,7 +351,7 @@ QueryBox RID_QRY_NOTABLES Message [ en-US ] = "The data source does not contain any tables.\nDo you want to set it up as an address data source, anyway?"; }; -//........................................................................ + QueryBox RID_QRY_NO_EVO_GW { Buttons = WB_YES_NO; @@ -360,7 +360,7 @@ QueryBox RID_QRY_NO_EVO_GW Message [ en-US ] = "You don't seem to have any GroupWise account configured in Evolution.\nDo you want to set it up as an address data source, anyway?"; }; -//........................................................................ + String RID_STR_DEFAULT_NAME { Text [ en-US ] = "Addresses"; @@ -391,7 +391,7 @@ String RID_STR_NOFIELDSASSIGNED Text [ en-US ] = "There are no fields assigned at this time.\nYou can either assign fields now or do so later by first choosing:\n\"File - Template - Address Book Source...\""; }; -//........................................................................ + Bitmap BMP_HEADERIMAGE { file = "addresspilot.bmp"; |