I have made the following changes intended for : CE:UX:MTF / meegotouch-community-l10n
Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below. https://build.pub.meego.com//request/show/5854 Thank You, Marko Saukko [This message was auto-generated] --- Request # 5854: Messages from BOSS: State: review at 2012-08-16T19:12:33 by bossbot Reviews: accepted by bossbot : Prechecks succeeded. new for CE-maintainers : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: Project:MTF:UX / meegotouch-community-l10n -> CE:UX:MTF / meegotouch-community-l10n changes files: -------------- --- meegotouch-community-l10n.changes +++ meegotouch-community-l10n.changes @@ -0,0 +1,4 @@ +* Wed Aug 15 2012 Simonas Leleiva <[email protected]> - 0.2.6 +- Status menu poweroff button and query translations + Complements fixing the NEMO#74: Add poweroff dialog to systemui + new: ---- Translate-poweroff-button-and-query.patch spec files: ----------- --- meegotouch-community-l10n.spec +++ meegotouch-community-l10n.spec @@ -1,11 +1,13 @@ # # Do NOT Edit the Auto-generated Part! -# Generated by: spectacle version 0.23 +# Generated by: spectacle version 0.25 # + +Name: meegotouch-community-l10n + # >> macros # << macros -Name: meegotouch-community-l10n Summary: Community translations for MTF and QtComponents. Version: 0.2.6 Release: 1 @@ -17,18 +19,19 @@ Source1: en Source2: ru Source100: meegotouch-community-l10n.yaml +Patch0: Translate-poweroff-button-and-query.patch BuildRequires: gettext BuildRequires: qt-devel - %description Community translation for all those MeeGo Touch apps on Nemo, like SystemUI, Home, Settings and applets. And also some bits of com.nokia.meego QtComponents (like text edit) - %prep %setup -q -n %{name}-%{version} +# Translate-poweroff-button-and-query.patch +%patch0 -p1 # >> setup # << setup @@ -41,6 +44,7 @@ # >> build post lrelease *.ts # << build post + %install rm -rf %{buildroot} # >> install pre @@ -55,10 +59,6 @@ # << install post - - - - %files %defattr(-,root,root,-) %{_datadir}/l10n/meegotouch/*_en.qm @@ -67,5 +67,3 @@ %{_sysconfdir}/meego-supported-languages/ru # >> files # << files - - other changes: -------------- ++++++ Translate-poweroff-button-and-query.patch (new) --- Translate-poweroff-button-and-query.patch +++ Translate-poweroff-button-and-query.patch @@ -0,0 +1,19 @@ +diff --git a/systemui_en.ts b/systemui_en.ts +index 9a95336..179d4a9 100644 +--- a/systemui_en.ts ++++ b/systemui_en.ts +@@ -104,6 +104,14 @@ + <translation>Settings</translation> + </message> + <message> ++ <source>qtn_stat_menu_poweroff</source> ++ <translation>Power off</translation> ++ </message> ++ <message> ++ <source>qtn_stat_menu_poweroff_query</source> ++ <translation>Are you sure you want to power off the device?</translation> ++ </message> ++ <message> + <source>qtn_usb_connected</source> + <translation>Connected to USB device</translation> + </message> ++++++ meegotouch-community-l10n.yaml --- meegotouch-community-l10n.yaml +++ meegotouch-community-l10n.yaml @@ -9,6 +9,8 @@ - "%{name}-%{version}.tgz" - en - ru +Patches: + - Translate-poweroff-button-and-query.patch Description: Community translation for all those MeeGo Touch apps on Nemo, like SystemUI, Home, Settings and applets. And also some bits of com.nokia.meego QtComponents (like text edit) PkgBR:
