aboutsummaryrefslogtreecommitdiffstats
path: root/src/types
diff options
context:
space:
mode:
authorSergey Vladimirov <sergey@apache.org>2011-09-21 09:48:16 +0000
committerSergey Vladimirov <sergey@apache.org>2011-09-21 09:48:16 +0000
commitfa3c093c1379afd02d4073aa2476b829bc1b84e0 (patch)
tree33b7efbce8d1937f1d31f5159324b0ee8b7a89f8 /src/types
parent54bc9d8ea6e0026b3d578956aef26625e4b017eb (diff)
downloadpoi-fa3c093c1379afd02d4073aa2476b829bc1b84e0.tar.gz
poi-fa3c093c1379afd02d4073aa2476b829bc1b84e0.zip
rename STD to StdfBase
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1173548 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/types')
-rw-r--r--src/types/definitions/StdfBase_type.xml (renamed from src/types/definitions/std_type.xml)42
1 files changed, 27 insertions, 15 deletions
diff --git a/src/types/definitions/std_type.xml b/src/types/definitions/StdfBase_type.xml
index 334b3136be..5b9918ffef 100644
--- a/src/types/definitions/std_type.xml
+++ b/src/types/definitions/StdfBase_type.xml
@@ -17,10 +17,10 @@
limitations under the License.
====================================================================
-->
-<record fromfile="true" name="STD" package="org.apache.poi.hwpf.model.types">
+<record fromfile="true" name="StdfBase" package="org.apache.poi.hwpf.model.types">
<suffix>AbstractType</suffix>
- <description>Each individual style description is stored in an STD structure. &lt;p&gt;Class and
- fields descriptions are quoted from Microsoft Office Word 97-2007 Binary File Format and
+ <description>The StdfBase structure specifies general information about a style. &lt;p&gt;Class
+ and fields descriptions are quoted from Microsoft Office Word 97-2007 Binary File Format and
[MS-DOC] - v20110608 Word (.doc) Binary File Format
</description>
<author>Sergey Vladimirov; according to Microsoft Office Word 97-2007 Binary File Format
@@ -45,21 +45,33 @@
<bit number="1" mask="0x000F" name="cupx" description="number of UPXs (and UPEs)"/>
<bit number="2" mask="0xFFF0" name="istdNext" description="next style"/>
</field>
- <field type="int" size="2" name="bchUpe" description="An unsigned integer that specifies the size, in bytes, of std in LPStd. This value MUST be equal to cbStd in LPStd"/>
- <field type="short" size="2" name="grfstd" description="A GRFSTD that specifies miscellaneous style properties">
+ <field type="int" size="2" name="bchUpe"
+ description="An unsigned integer that specifies the size, in bytes, of std in LPStd. This value MUST be equal to cbStd in LPStd"/>
+ <field type="short" size="2" name="grfstd"
+ description="A GRFSTD that specifies miscellaneous style properties">
<bit number="1" mask="0x0001" name="fAutoRedef" description="number of UPXs (and UPEs)"/>
- <bit number="2" mask="0x0002" name="fHidden" description="Specifies whether this style is not shown in the application UI"/>
- <bit number="3" mask="0x0004" name="f97LidsSet" description="Specifies whether sprmCRgLid0_80 and sprmCRgLid1_80 were applied, as appropriate, to this paragraph or character style for compatibility with applications that do not support sprmCRgLid0, sprmCRgLid1, and sprmCFNoProof"/>
- <bit number="4" mask="0x0008" name="fCopyLang" description="If f97LidsSet is 1, this value specifies whether the applied compatibility sprmCRgLid0_80 or sprmCRgLid1_80 specified an actual language or a special LID value (0x0400) signifying that no proofing is needed for the text. This MUST be ignored if f97LidsSet is 0"/>
- <bit number="5" mask="0x0010" name="fPersonalCompose" description="Specifies whether this character style can be used to automatically format the new message text in a new e-mail"/>
- <bit number="6" mask="0x0020" name="fPersonalReply" description="Specifies whether this character style can be used to automatically format the new message text when replying to an e-mail"/>
- <bit number="7" mask="0x0040" name="fPersonal" description="Specifies whether this character style was applied to format all message text from one or more users in an e-mail"/>
+ <bit number="2" mask="0x0002" name="fHidden"
+ description="Specifies whether this style is not shown in the application UI"/>
+ <bit number="3" mask="0x0004" name="f97LidsSet"
+ description="Specifies whether sprmCRgLid0_80 and sprmCRgLid1_80 were applied, as appropriate, to this paragraph or character style for compatibility with applications that do not support sprmCRgLid0, sprmCRgLid1, and sprmCFNoProof"/>
+ <bit number="4" mask="0x0008" name="fCopyLang"
+ description="If f97LidsSet is 1, this value specifies whether the applied compatibility sprmCRgLid0_80 or sprmCRgLid1_80 specified an actual language or a special LID value (0x0400) signifying that no proofing is needed for the text. This MUST be ignored if f97LidsSet is 0"/>
+ <bit number="5" mask="0x0010" name="fPersonalCompose"
+ description="Specifies whether this character style can be used to automatically format the new message text in a new e-mail"/>
+ <bit number="6" mask="0x0020" name="fPersonalReply"
+ description="Specifies whether this character style can be used to automatically format the new message text when replying to an e-mail"/>
+ <bit number="7" mask="0x0040" name="fPersonal"
+ description="Specifies whether this character style was applied to format all message text from one or more users in an e-mail"/>
<bit number="8" mask="0x0080" name="fNoHtmlExport" description="This value MUST be 0 and MUST be ignored"/>
- <bit number="9" mask="0x0100" name="fSemiHidden" description="Specifies whether this style is not shown in the simplified main styles UI of the application"/>
- <bit number="10" mask="0x0200" name="fLocked" description="Specifies whether this style is prevented from being applied by using the application UI"/>
+ <bit number="9" mask="0x0100" name="fSemiHidden"
+ description="Specifies whether this style is not shown in the simplified main styles UI of the application"/>
+ <bit number="10" mask="0x0200" name="fLocked"
+ description="Specifies whether this style is prevented from being applied by using the application UI"/>
<bit number="11" mask="0x0400" name="fInternalUse" description="This bit is undefined and MUST be ignored"/>
- <bit number="12" mask="0x0800" name="fUnhideWhenUsed" description="Specifies whether the fSemiHidden property is to be set to 0 when this style is used"/>
- <bit number="13" mask="0x1000" name="fQFormat" description="Specifies whether this style is shown in the Ribbon Style gallery"/>
+ <bit number="12" mask="0x0800" name="fUnhideWhenUsed"
+ description="Specifies whether the fSemiHidden property is to be set to 0 when this style is used"/>
+ <bit number="13" mask="0x1000" name="fQFormat"
+ description="Specifies whether this style is shown in the Ribbon Style gallery"/>
<bit number="14" mask="0xE000" name="fReserved" description="This value MUST be 0 and MUST be ignored"/>
</field>
</fields>
>backport/47924/stable30 Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/settings/l10n/sr.php
blob: be30ab45f53dd112634cbafcf484f85aa911c21b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?php $TRANSLATIONS = array(
"Unable to load list from App Store" => "Грешка приликом учитавања списка из Складишта Програма",
"Group already exists" => "Група већ постоји",
"Unable to add group" => "Не могу да додам групу",
"Could not enable app. " => "Не могу да укључим програм",
"Email saved" => "Е-порука сачувана",
"Invalid email" => "Неисправна е-адреса",
"OpenID Changed" => "OpenID је измењен",
"Invalid request" => "Неисправан захтев",
"Unable to delete group" => "Не могу да уклоним групу",
"Authentication error" => "Грешка при аутентификацији",
"Unable to delete user" => "Не могу да уклоним корисника",
"Language changed" => "Језик је промењен",
"Admins can't remove themself from the admin group" => "Управници не могу себе уклонити из админ групе",
"Unable to add user to group %s" => "Не могу да додам корисника у групу %s",
"Unable to remove user from group %s" => "Не могу да уклоним корисника из групе %s",
"Disable" => "Искључи",
"Enable" => "Укључи",
"Saving..." => "Чување у току...",
"__language_name__" => "__language_name__",
"Add your App" => "Додајте ваш програм",
"More Apps" => "Више програма",
"Select an App" => "Изаберите програм",
"See application page at apps.owncloud.com" => "Погледајте страницу са програмима на apps.owncloud.com",
"<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-лиценцирао <span class=\"author\"></span>",
"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Искористили сте <strong>%s</strong> од дозвољених <strong>%s</strong>",
"Clients" => "Клијенти",
"Password" => "Лозинка",
"Your password was changed" => "Лозинка је промењена",
"Unable to change your password" => "Не могу да изменим вашу лозинку",
"Current password" => "Тренутна лозинка",
"New password" => "Нова лозинка",
"show" => "прикажи",
"Change password" => "Измени лозинку",
"Email" => "Е-пошта",
"Your email address" => "Ваша адреса е-поште",
"Fill in an email address to enable password recovery" => "Ун",
"Language" => "Језик",
"Help translate" => " Помозите у превођењу",
"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Развијају <a href=\"http://ownCloud.org/contact\" target=\"_blank\">Оунклауд (ownCloud) заједница</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">изворни код</a> је издат под <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Аферо Јавном Лиценцом (Affero General Public License)\">АГПЛ лиценцом</abbr></a>.",
"Name" => "Име",
"Groups" => "Групе",
"Create" => "Направи",
"Default Quota" => "Подразумевано ограничење",
"Other" => "Друго",
"Group Admin" => "Управник групе",
"Quota" => "Ограничење",
"Delete" => "Обриши"
);