From 4565a5f0b418e6a416b19a5713b30f3137c01696 Mon Sep 17 00:00:00 2001 From: Koljasha Date: Thu, 4 May 2017 08:21:48 +0000 Subject: Translated using Weblate (lumina_DESKTOP@ru (generated)) Currently translated at 100.0% (320 of 320 strings) --- .../core/lumina-desktop/i18n/lumina-desktop_ru.ts | 32 +++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'src-qt5/core') diff --git a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_ru.ts b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_ru.ts index 9a40b93d..2cc931cf 100644 --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_ru.ts +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_ru.ts @@ -40,47 +40,47 @@ Launch %1 - Запуск %1 + Запуск %1 Open - Открыть + Открыть Open With - + Открыть с помощью View Properties - + Посмотреть свойства File Operations - + Операции с файлами Rename - + Переименовать Copy - Копировать + Копировать Cut - Вырезать + Вырезать Delete - Удалить + Удалить @@ -95,7 +95,7 @@ New Filename - + Новое имя файла @@ -265,12 +265,12 @@ - Don't expect to build up the weak by pulling down the strong. + Don't expect to build up the weak by pulling down the strong. Не ждите, чтобы создать слабое, потянув вниз сильное. - You can't know too much, but you can say too much. + You can't know too much, but you can say too much. Вы не можете знать слишком много, но вы можете сказать слишком много. @@ -350,7 +350,7 @@ - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. + Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. Только две вещи бесконечны, вселенная и человеческая глупость. @@ -360,7 +360,7 @@ - Do, or do not. There is no 'try'. + Do, or do not. There is no 'try'. Делай, или не делай. Не пробуй. @@ -380,7 +380,7 @@ - It's kind of fun to do the impossible. + It's kind of fun to do the impossible. Это своего рода забава - сделать невозможное. @@ -692,7 +692,7 @@ Modify Item - + Изменение свойств -- cgit From ab67b9d98265106495eb76b774d4e44a5b8631aa Mon Sep 17 00:00:00 2001 From: Koljasha Date: Thu, 4 May 2017 08:23:09 +0000 Subject: Translated using Weblate (lumina_DESKTOP@ru (generated)) Currently translated at 100.0% (320 of 320 strings) --- src-qt5/core/lumina-desktop/i18n/lumina-desktop_ru.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src-qt5/core') diff --git a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_ru.ts b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_ru.ts index 2cc931cf..35d49ac5 100644 --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_ru.ts +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_ru.ts @@ -246,7 +246,7 @@ Everything has its beauty but not everyone sees it. - Все имеет свою красоту, но не каждый видит еe. + Все имеет свою красоту, но не каждый видит ее. -- cgit From 63e9a93215d41882fb4632bac155102635145a4f Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Thu, 4 May 2017 09:48:42 -0400 Subject: Clean up some margins on the clock for the horizontal orientation. --- src-qt5/core/lumina-desktop/panel-plugins/clock/LClock.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src-qt5/core') diff --git a/src-qt5/core/lumina-desktop/panel-plugins/clock/LClock.cpp b/src-qt5/core/lumina-desktop/panel-plugins/clock/LClock.cpp index c96d0c45..a5266bee 100644 --- a/src-qt5/core/lumina-desktop/panel-plugins/clock/LClock.cpp +++ b/src-qt5/core/lumina-desktop/panel-plugins/clock/LClock.cpp @@ -95,9 +95,11 @@ void LClock::updateTime(bool adjustformat){ int wid = 0; int lwid; for(int i=0; ifontMetrics().width(lines[i]); + lwid = button->fontMetrics().width(lines[i]); if(lwid>wid){ wid = lwid; } } + if(lines.length()==1){ wid+=6; } //need some extra margins for single-line + else{ wid-=6; } // need to remove some margins for multi-line this->setFixedWidth( wid ); }else{ //vertical layout -- cgit From 0c1bcc8ef5deaeb7ef0b0d643f748107c63c6e2f Mon Sep 17 00:00:00 2001 From: 玉堂白鹤 Date: Mon, 8 May 2017 01:51:25 +0000 Subject: Translated using Weblate (lumina_WM@zh_cn (generated)) Currently translated at 57.1% (4 of 7 strings) --- src-qt5/core/lumina-wm-INCOMPLETE/i18n/lumina-wm_zh_CN.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src-qt5/core') diff --git a/src-qt5/core/lumina-wm-INCOMPLETE/i18n/lumina-wm_zh_CN.ts b/src-qt5/core/lumina-wm-INCOMPLETE/i18n/lumina-wm_zh_CN.ts index 174fcb13..b6e21f5e 100644 --- a/src-qt5/core/lumina-wm-INCOMPLETE/i18n/lumina-wm_zh_CN.ts +++ b/src-qt5/core/lumina-wm-INCOMPLETE/i18n/lumina-wm_zh_CN.ts @@ -11,12 +11,12 @@ Password - + 密码 Unlock Session - + 解除会话锁定 @@ -26,17 +26,17 @@ Too Many Failures - + 失败次数过多 Wait %1 Minutes - + 等待 %1 分钟 Failed Attempts: %1 - + 失败尝试: %1 -- cgit From f474e2c5fc83a41d3407a9d1c92604ba4edd011a Mon Sep 17 00:00:00 2001 From: 玉堂白鹤 Date: Mon, 8 May 2017 01:09:48 +0000 Subject: Translated using Weblate (lumina_DESKTOP@zh_cn (generated)) Currently translated at 77.1% (247 of 320 strings) --- src-qt5/core/lumina-desktop/i18n/lumina-desktop_zh_CN.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src-qt5/core') diff --git a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_zh_CN.ts b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_zh_CN.ts index e368c26e..29d643f0 100644 --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_zh_CN.ts +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_zh_CN.ts @@ -65,7 +65,7 @@ Rename - + 重命名 @@ -265,12 +265,12 @@ - Don't expect to build up the weak by pulling down the strong. + Don't expect to build up the weak by pulling down the strong. - You can't know too much, but you can say too much. + You can't know too much, but you can say too much. @@ -350,7 +350,7 @@ - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. + Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. @@ -360,7 +360,7 @@ - Do, or do not. There is no 'try'. + Do, or do not. There is no 'try'. @@ -380,7 +380,7 @@ - It's kind of fun to do the impossible. + It's kind of fun to do the impossible. -- cgit From 1d9f55d3e45bbc1b26b8f34d00717ac5492823d0 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Tue, 9 May 2017 09:24:13 -0400 Subject: Also adjust the icon that is used for the desktopswitcher panel plugin to match what is used in lumina-config. --- .../lumina-desktop/panel-plugins/desktopswitcher/LDesktopSwitcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src-qt5/core') diff --git a/src-qt5/core/lumina-desktop/panel-plugins/desktopswitcher/LDesktopSwitcher.cpp b/src-qt5/core/lumina-desktop/panel-plugins/desktopswitcher/LDesktopSwitcher.cpp index c51e4b4a..a0c42774 100644 --- a/src-qt5/core/lumina-desktop/panel-plugins/desktopswitcher/LDesktopSwitcher.cpp +++ b/src-qt5/core/lumina-desktop/panel-plugins/desktopswitcher/LDesktopSwitcher.cpp @@ -15,7 +15,7 @@ LDesktopSwitcher::LDesktopSwitcher(QWidget *parent, QString id, bool horizontal) label->setPopupMode(QToolButton::DelayedPopup); label->setAutoRaise(true); label->setToolButtonStyle(Qt::ToolButtonIconOnly); - label->setIcon( LXDG::findIcon("preferences-desktop-display-color", "") ); + label->setIcon( LXDG::findIcon("format-view-carousel", "preferences-desktop-display") ); label->setToolTip(QString("Workspace 1")); connect(label, SIGNAL(clicked()), this, SLOT(openMenu())); menu = new QMenu(this); -- cgit From 60c84d135a56275764a56c7ae1919afaa109a910 Mon Sep 17 00:00:00 2001 From: 玉堂白鹤 Date: Wed, 10 May 2017 03:50:51 +0000 Subject: Translated using Weblate (lumina_INFO@zh_cn (generated)) Currently translated at 100.0% (18 of 18 strings) --- src-qt5/core/lumina-info/i18n/lumina-info_zh_CN.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src-qt5/core') diff --git a/src-qt5/core/lumina-info/i18n/lumina-info_zh_CN.ts b/src-qt5/core/lumina-info/i18n/lumina-info_zh_CN.ts index 469c6c34..4477a0b3 100644 --- a/src-qt5/core/lumina-info/i18n/lumina-info_zh_CN.ts +++ b/src-qt5/core/lumina-info/i18n/lumina-info_zh_CN.ts @@ -70,8 +70,8 @@ - <a href="https://github.com/beanpole135">Ken Moore</a> - <a href="https://github.com/beanpole135">Ken Moore</a> + <a href="https://github.com/beanpole135">Ken Moore</a> + <a href="https://github.com/beanpole135">Ken Moore</a> @@ -81,12 +81,12 @@ Sponsors: - 赞助者 + 赞助者: - <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> - <a href="https://github.com/pcbsd/lumina/graphs/contributors">打开网络浏览器<a> + <a href="https://github.com/pcbsd/lumina/graphs/contributors">Open in web browser<a> + <a href="https://github.com/pcbsd/lumina/graphs/contributors">打开网络浏览器<a> -- cgit From 1ba1bb25a960a04e94ddd478d237a5ca88fe5417 Mon Sep 17 00:00:00 2001 From: 玉堂白鹤 Date: Wed, 10 May 2017 03:48:36 +0000 Subject: Translated using Weblate (lumina_OPEN@zh_cn (generated)) Currently translated at 95.0% (38 of 40 strings) --- src-qt5/core/lumina-open/i18n/lumina-open_zh_CN.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src-qt5/core') diff --git a/src-qt5/core/lumina-open/i18n/lumina-open_zh_CN.ts b/src-qt5/core/lumina-open/i18n/lumina-open_zh_CN.ts index a7591cb2..59c5ff5c 100644 --- a/src-qt5/core/lumina-open/i18n/lumina-open_zh_CN.ts +++ b/src-qt5/core/lumina-open/i18n/lumina-open_zh_CN.ts @@ -36,7 +36,7 @@ Set this application as the default - 设置该应用程序为默认 + 设置该应用程序为默认 @@ -195,7 +195,7 @@ - Could not find "%1". Please ensure it is installed first. + Could not find "%1". Please ensure it is installed first. 无法找到 “%1”。请确认它已被安装。 @@ -206,7 +206,7 @@ The following application experienced an error and needed to close: - 下面的应用程序遇到错误,需要关闭 + 下面的应用程序遇到错误,需要关闭: -- cgit From 530d1354e46494ca387cab80284ed438e328e2c9 Mon Sep 17 00:00:00 2001 From: 玉堂白鹤 Date: Wed, 10 May 2017 08:08:43 +0000 Subject: Translated using Weblate (lumina_DESKTOP@zh_cn (generated)) Currently translated at 77.8% (249 of 320 strings) --- src-qt5/core/lumina-desktop/i18n/lumina-desktop_zh_CN.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src-qt5/core') diff --git a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_zh_CN.ts b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_zh_CN.ts index 29d643f0..04c6e38f 100644 --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_zh_CN.ts +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_zh_CN.ts @@ -40,12 +40,12 @@ Launch %1 - 启动 %1 + 启动 %1 Open - 打开 + 打开 -- cgit From 240619d066b69ccf4df54f5ec84bdb094325127a Mon Sep 17 00:00:00 2001 From: 玉堂白鹤 Date: Thu, 11 May 2017 03:20:56 +0000 Subject: Translated using Weblate (lumina_OPEN@zh_cn (generated)) Currently translated at 100.0% (40 of 40 strings) --- src-qt5/core/lumina-open/i18n/lumina-open_zh_CN.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src-qt5/core') diff --git a/src-qt5/core/lumina-open/i18n/lumina-open_zh_CN.ts b/src-qt5/core/lumina-open/i18n/lumina-open_zh_CN.ts index 59c5ff5c..fdbf55df 100644 --- a/src-qt5/core/lumina-open/i18n/lumina-open_zh_CN.ts +++ b/src-qt5/core/lumina-open/i18n/lumina-open_zh_CN.ts @@ -131,7 +131,7 @@ [default] - + [默认] @@ -166,7 +166,7 @@ Application entry is invalid: %1 - + 应用程序输入无效: %1 -- cgit From f5109e3522308d981714519482e2d288a4158414 Mon Sep 17 00:00:00 2001 From: 玉堂白鹤 Date: Thu, 11 May 2017 02:46:23 +0000 Subject: Translated using Weblate (lumina_DESKTOP@zh_cn (generated)) Currently translated at 81.2% (260 of 320 strings) --- .../lumina-desktop/i18n/lumina-desktop_zh_CN.ts | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src-qt5/core') diff --git a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_zh_CN.ts b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_zh_CN.ts index 04c6e38f..0936533f 100644 --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_zh_CN.ts +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_zh_CN.ts @@ -50,17 +50,17 @@ Open With - + 打开用 View Properties - + 查看属性 File Operations - + 文件操作 @@ -70,17 +70,17 @@ Copy - 复制 + 复制 Cut - 剪切 + 剪切 Delete - 删除 + 删除 @@ -95,7 +95,7 @@ New Filename - + 新文件名 @@ -196,12 +196,12 @@ Starting the Lumina Desktop... - + 正在启动 Lumina 桌面... Version %1 - + 版本 %1 @@ -211,7 +211,7 @@ Keep up with desktop news! - + 保持桌面最新! @@ -221,7 +221,7 @@ Want to change the interface? Everything is customizable in the desktop configuration! - + 想改变界面?桌面配置中的一切都是可定制的! -- cgit From aa0ebb7b1f409bd789fb2cf67c0a8af8e3a0ec24 Mon Sep 17 00:00:00 2001 From: 玉堂白鹤 Date: Thu, 11 May 2017 06:26:03 +0000 Subject: Translated using Weblate (lumina_DESKTOP@zh_cn (generated)) Currently translated at 94.6% (303 of 320 strings) --- .../lumina-desktop/i18n/lumina-desktop_zh_CN.ts | 86 +++++++++++----------- 1 file changed, 43 insertions(+), 43 deletions(-) (limited to 'src-qt5/core') diff --git a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_zh_CN.ts b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_zh_CN.ts index 0936533f..a19d5933 100644 --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_zh_CN.ts +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_zh_CN.ts @@ -231,7 +231,7 @@ This desktop is generously sponsored by iXsystems - + 这个桌面是由 iXsystems 慷慨赞助 @@ -246,22 +246,22 @@ Everything has its beauty but not everyone sees it. - + 万物皆有动人之处,然非众人皆能洞悉。 Before God we are all equally wise - and equally foolish. - + 在上帝面前,我们都同样聪明,同样愚蠢。 We cannot do everything at once, but we can do something at once. - + 我们不能马上做每件事,但我们可以马上做某事。 One with the law is a majority. - + 谁拥有法律,谁就是大多数。 @@ -286,62 +286,62 @@ Never trust a computer you can’t throw out a window. - + 永远不要信任那些你无法将其抛出窗外的电脑。 Study the past if you would define the future. - + 如果你想定义未来,就请研究过去。 The way to get started is to quit talking and begin doing. - + 开始的方法是放弃说,开始做。 Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - + 你们祈求,就给你们;寻找,就寻见;叩门,就给你开门。 Start where you are. Use what you have. Do what you can. - + 从哪跌倒,从哪爬起来,珍惜你所拥有的。做你能做的。 A person who never made a mistake never tried anything new. - + 从不犯错的人也从不尝试新的事物。 It does not matter how slowly you go as long as you do not stop. - + 无论你走得多慢,只要你不停止。 Do what you can, where you are, with what you have. - + 无论身处何境,倾你所有,尽你所能。 Remember no one can make you feel inferior without your consent. - + 不要妄自菲薄。 It’s not the years in your life that count. It’s the life in your years. - + 重要的不是你活了多久,而是怎么活。 Either write something worth reading or do something worth writing. - + 要么写一些值得读的,要么做一些值得写的。 The only way to do great work is to love what you do. - + 成大事的唯一途径就是做自己喜欢做的事情。 @@ -351,17 +351,17 @@ Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - + 有两件事是无限的,宇宙和人类的愚蠢,而我对前者不确定。 I find that the harder I work, the more luck I seem to have. - + 我发现,我越是努力,就越发幸运。 Do, or do not. There is no 'try'. - + 做,或不做。没有“尝试”。 @@ -371,7 +371,7 @@ Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - + 好人不需要法律告知他们负起责任,恶人总是绕法律边缘而行。 @@ -381,12 +381,12 @@ It's kind of fun to do the impossible. - + 乐在为不可为之事。 Knowledge speaks, but wisdom listens. - + 知识是倾诉,但智慧是倾听。 @@ -396,7 +396,7 @@ Success usually comes to those who are too busy to be looking for it. - + 成功往往青睐那些努力为它奋斗的人们。 @@ -411,17 +411,17 @@ The best way to predict the future is to invent it. - + 预测未来最好的方法就是发明未来。 Well done is better than well said. - + 说的好不如做的好。 Sometimes it is not enough that we do our best; we must do what is required. - + 仅仅做到我们的最好是不够的,有时候我们得达到要求。 @@ -431,7 +431,7 @@ Better to remain silent and be thought a fool than to speak out and remove all doubt. - + 做一个消除一切疑虑的出头鸟,还不如保持沉默被当成傻子。 @@ -692,7 +692,7 @@ Modify Item - + 修改项目 @@ -788,7 +788,7 @@ Lock Session - + 锁定会话 @@ -1037,52 +1037,52 @@ Clear Playlist - 清除播放列表 + 清除播放列表 Shuffle Playlist - 乱序播放列表 + 随机播放列表 Add Files - 添加文件 + 添加文件 Add Directory - 添加目录 + 添加目录 Add URL - 添加 URL + 添加 URL Multimedia Files - 多媒体文件 + 多媒体文件 Select Multimedia Files - 选择媒体文件 + 选择媒体文件 Select Multimedia Directory - 选择多媒体目录 + 选择多媒体目录 Enter a valid URL for a multimedia file or stream: - 输入一个有效的网址为一个多媒体文件或stream: + 输入一个有效的网址为一个多媒体文件或 stream: Multimedia URL - 多媒体键网址 + 多媒体网址 @@ -1286,7 +1286,7 @@ Last Build Date: %1 - 最后构建于: %1 + 最后构建日期: %1 @@ -1314,7 +1314,7 @@ Wallpaper - + 壁纸 @@ -1324,7 +1324,7 @@ All Desktop Settings - + 所有桌面设置 -- cgit From 0a8d8b38cfb0ad31befe78fc34a07b1cc6e9ff60 Mon Sep 17 00:00:00 2001 From: scootergrisen Date: Fri, 12 May 2017 19:38:48 +0000 Subject: Translated using Weblate (lumina_DESKTOP@da (generated)) Currently translated at 96.8% (310 of 320 strings) --- src-qt5/core/lumina-desktop/i18n/lumina-desktop_da.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src-qt5/core') diff --git a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_da.ts b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_da.ts index 7715a76f..8d1a779f 100644 --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_da.ts +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_da.ts @@ -50,7 +50,7 @@ Open With - + Åbn med @@ -265,12 +265,12 @@ - Don't expect to build up the weak by pulling down the strong. + Don't expect to build up the weak by pulling down the strong. Forvent ikke at opbygge det svage ved at nedrive det stærke. - You can't know too much, but you can say too much. + You can't know too much, but you can say too much. Du kan ikke vide for meget, men du kan sige for meget. @@ -350,7 +350,7 @@ - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. + Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. Kun to ting er uendelige, universet og menneskelig dumhed, og jeg er ikke sikker på det første. @@ -360,8 +360,8 @@ - Do, or do not. There is no 'try'. - Gør eller lad være. Der er ikke noget "prøv". + Do, or do not. There is no 'try'. + Gør eller lad være. Der er ikke noget "prøv". @@ -380,7 +380,7 @@ - It's kind of fun to do the impossible. + It's kind of fun to do the impossible. Det er egentligt sjovt at gøre det umulige. -- cgit From a3ac8f71e9ac4155a3f2ae2a58ca7bc865409563 Mon Sep 17 00:00:00 2001 From: scootergrisen Date: Fri, 12 May 2017 19:40:35 +0000 Subject: Translated using Weblate (lumina_DESKTOP@da (generated)) Currently translated at 98.1% (314 of 320 strings) --- src-qt5/core/lumina-desktop/i18n/lumina-desktop_da.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src-qt5/core') diff --git a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_da.ts b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_da.ts index 8d1a779f..a0402387 100644 --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_da.ts +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_da.ts @@ -55,17 +55,17 @@ View Properties - + Vis egenskaber File Operations - + Filhandlinger Rename - + Omdøb @@ -95,7 +95,7 @@ New Filename - + Nyt filnavn -- cgit From bb4c299c4d17e6a0dcad5ce257e52d87ab9c9a1f Mon Sep 17 00:00:00 2001 From: scootergrisen Date: Fri, 12 May 2017 19:41:31 +0000 Subject: Translated using Weblate (lumina_DESKTOP@da (generated)) Currently translated at 98.4% (315 of 320 strings) --- src-qt5/core/lumina-desktop/i18n/lumina-desktop_da.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src-qt5/core') diff --git a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_da.ts b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_da.ts index a0402387..1c569599 100644 --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_da.ts +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_da.ts @@ -692,7 +692,7 @@ Modify Item - + Rediger element -- cgit