aboutsummaryrefslogtreecommitdiff
path: root/source/fa/sfx2/uiconfig
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-11-20 11:00:15 +0100
committerAndras Timar <atimar@suse.com>2012-11-20 11:00:15 +0100
commitb2cf0bf6fb5d098ed7997099349b74de8fb5e1f1 (patch)
treebeb7d143ffddf782f7ad8a9d6833184044e7b3e7 /source/fa/sfx2/uiconfig
parentf044f8923d796ba10814d4bbe8f22c527225e56f (diff)
initial import of LibreOffice 4.0 translations
Change-Id: I577494b6b4189ed19723af4b5e273ea4da85e708
Diffstat (limited to 'source/fa/sfx2/uiconfig')
-rw-r--r--source/fa/sfx2/uiconfig/ui.po131
1 files changed, 131 insertions, 0 deletions
diff --git a/source/fa/sfx2/uiconfig/ui.po b/source/fa/sfx2/uiconfig/ui.po
new file mode 100644
index 00000000000..92ea29e0760
--- /dev/null
+++ b/source/fa/sfx2/uiconfig/ui.po
@@ -0,0 +1,131 @@
+#. extracted from sfx2/uiconfig/ui
+msgid ""
+msgstr ""
+"Project-Id-Version: LibO 40l10n\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2012-11-17 19:03+0200\n"
+"PO-Revision-Date: 2012-11-17 19:03+0200\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: fa\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: LibreOffice\n"
+"X-Accelerator-Marker: ~\n"
+
+#. GQ/^
+#: checkin.ui
+msgctxt ""
+"checkin.ui\n"
+"CheckinDialog\n"
+"title\n"
+"string.text"
+msgid "Check-in"
+msgstr ""
+
+#. #OX{
+#: checkin.ui
+msgctxt ""
+"checkin.ui\n"
+"MajorVersion\n"
+"label\n"
+"string.text"
+msgid "New major version"
+msgstr ""
+
+#. ^g)v
+#: checkin.ui
+msgctxt ""
+"checkin.ui\n"
+"label2\n"
+"label\n"
+"string.text"
+msgid "Version comment"
+msgstr "توضیح نسخه"
+
+#. `FHo
+#: password.ui
+msgctxt ""
+"password.ui\n"
+"PasswordDialog\n"
+"title\n"
+"string.text"
+msgid "Enter Password"
+msgstr ""
+
+#. fJ^A
+#: password.ui
+#, fuzzy
+msgctxt ""
+"password.ui\n"
+"userft\n"
+"label\n"
+"string.text"
+msgid "User"
+msgstr "~کاربر"
+
+#. dpZY
+#: password.ui
+#, fuzzy
+msgctxt ""
+"password.ui\n"
+"pass1ft\n"
+"label\n"
+"string.text"
+msgid "Password"
+msgstr "~گذرواژه"
+
+#. F_U-
+#: password.ui
+#, fuzzy
+msgctxt ""
+"password.ui\n"
+"confirm1ft\n"
+"label\n"
+"string.text"
+msgid "Confirm"
+msgstr "~تصدیق"
+
+#. _VwB
+#: password.ui
+#, fuzzy
+msgctxt ""
+"password.ui\n"
+"label1\n"
+"label\n"
+"string.text"
+msgid "Password"
+msgstr "~گذرواژه"
+
+#. oGbf
+#: password.ui
+#, fuzzy
+msgctxt ""
+"password.ui\n"
+"pass2ft\n"
+"label\n"
+"string.text"
+msgid "Password"
+msgstr "~گذرواژه"
+
+#. +`e+
+#: password.ui
+#, fuzzy
+msgctxt ""
+"password.ui\n"
+"confirm2ft\n"
+"label\n"
+"string.text"
+msgid "Confirm"
+msgstr "~تصدیق"
+
+#. B!DF
+#: password.ui
+msgctxt ""
+"password.ui\n"
+"label2\n"
+"label\n"
+"string.text"
+msgid "Second Password"
+msgstr ""
on> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/chart2/source/view/inc/DataTableView.hxx
AgeCommit message (Collapse)Author
2022-09-15Add documentation for data table added classes and functionsTomaž Vajngerl
Change-Id: Idc9756bf5b468d8ed0d11e6a75703d96350e1273 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139960 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2022-08-16chart2: support data table rendering when the X axis is swappedTomaž Vajngerl
In case when the X axis is swapped, so the Y axis is rendered in the place of X axis, we need to render the data table below the Y-axis labels. This is best done to put the data table into the Y-axis instead, so we get the correct size and position of the data table, and then just allow rendering of the axis labels and (re)position the table below Y-axis. Change-Id: I74aa79402a5638133b0d1ed83bbd8aad6f6c9d1d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138336 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2022-08-16chart2: Data table rendering of keys (legend symbols)Tomaž Vajngerl
Change-Id: Iff13b188df18fe8f9919274869774f53f2ea323b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138299 Tested-by: Tomaž Vajngerl <quikee@gmail.com> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2022-07-21chart2: apply line props. to borders when rendering a data tableTomaž Vajngerl
This sets the color, line width, line style to the borders of the table when rendering the data table. We also need the ChartModel inside DataTableView, so we can access the needed line dashes. Change-Id: Id3bef23b75e88517d6569ad87a716f178ed64343 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137158 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2022-07-18chart2: use {V,H}Border, Outline Data Table props. at renderingTomaž Vajngerl
insert DataTable class into DataTableView, so it is possible to take the properties into account when rendering. Change rendering: VBorder - draw vert. border of data table HBorder - draw horiz. border of data table Outline - draw the outline borders of a data table Change-Id: I8348d0672d9c188014d664d667abddde8ebbc7c0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137155 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2022-07-17chart2: add initial code for rendering the Data TableTomaž Vajngerl
Create a (svx) table with the data from the chart and place it below the x-axis line. Data table rendering is disabled in the code until the data table properties are available. Change-Id: I07d282c0b5e8df6b843516c8bdad538862d6575e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136788 Tested-by: Tomaž Vajngerl <quikee@gmail.com> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>