merge with master
authorJinkun Jang <jinkun.jang@samsung.com>
Fri, 15 Mar 2013 16:05:54 +0000 (01:05 +0900)
committerJinkun Jang <jinkun.jang@samsung.com>
Fri, 15 Mar 2013 16:05:54 +0000 (01:05 +0900)
115 files changed:
inc/GlAlbumListEditorForm.h
inc/GlAlbumNameEditorForm.h
inc/GlAllListEditorPanel.h
inc/GlAllListSelectionPanel.h
inc/GlCommonUtil.h
inc/GlDropDownCustomItem.h [new file with mode: 0644]
inc/GlFileDeleteTimer.h [new file with mode: 0644]
inc/GlFileListEditorForm.h
inc/GlFileListPresentationModel.h
inc/GlFileMoveTimer.h [new file with mode: 0644]
inc/GlFileOpInvalidateListener.h [new file with mode: 0644]
inc/GlGalleryApp.h
inc/GlImageListEditorPanel.h
inc/GlProgressBar.h [new file with mode: 0644]
inc/GlRadioCustomItem.h [new file with mode: 0644]
inc/GlSettingIntervalForm.h [deleted file]
inc/GlSettingMainForm.h
inc/GlSettingToggleCustomItem.h [new file with mode: 0644]
inc/GlSettingTransitionForm.h [deleted file]
inc/GlTimerBase.h [new file with mode: 0644]
inc/GlTypes.h
inc/GlVideoListEditorPanel.h
res/ara-AE.xml
res/aze-AZ.xml
res/bul-BG.xml
res/cat-ES.xml
res/ces-CZ.xml
res/dan-DK.xml
res/deu-DE.xml
res/ell-GR.xml
res/eng-GB.xml
res/eng-PH.xml
res/eng-US.xml
res/est-EE.xml
res/eus-ES.xml
res/fin-FI.xml
res/fra-CA.xml
res/fra-FR.xml
res/gle-IE.xml
res/glg-ES.xml
res/hin-IN.xml
res/hrv-HR.xml
res/hun-HU.xml
res/hye-AM.xml
res/isl-IS.xml
res/ita-IT.xml
res/jpn-JP.xml
res/kat-GE.xml
res/kaz-KZ.xml
res/kor-KR.xml
res/lav-LV.xml
res/lit-LT.xml
res/mkd-MK.xml
res/nld-NL.xml
res/nob-NO.xml
res/pol-PL.xml
res/por-BR.xml
res/por-PT.xml
res/ron-RO.xml
res/rus-RU.xml
res/screen-density-xhigh/00_button_radio.png [new file with mode: 0644]
res/screen-density-xhigh/00_button_radio_selected.png [new file with mode: 0644]
res/screen-density-xhigh/00_circle_button_Expand_closed.png [new file with mode: 0644]
res/screen-density-xhigh/00_circle_button_Expand_open.png [new file with mode: 0644]
res/screen-density-xhigh/00_list_expand_closed_press.png [new file with mode: 0644]
res/screen-density-xhigh/00_list_expand_opened_press.png [new file with mode: 0644]
res/screen-density-xhigh/T01_toolbar_icon_delete_dim_web.png [new file with mode: 0644]
res/screen-density-xhigh/T01_toolbar_icon_share_dim_web.png [new file with mode: 0644]
res/screen-size-normal/IDL_DEL_PROGRESSING_POPUP.xml [new file with mode: 0644]
res/screen-size-normal/IDL_FORM.xml [deleted file]
res/screen-size-normal/IDL_FORM_ALBUM_LIST.xml [new file with mode: 0644]
res/screen-size-normal/IDL_FORM_FILE_LIST.xml [new file with mode: 0644]
res/screen-size-normal/IDL_FORM_SETTING_MAIN.xml [new file with mode: 0644]
res/slk-SK.xml
res/slv-SI.xml
res/spa-ES.xml
res/spa-MX.xml
res/srp-RS.xml
res/swe-SE.xml
res/tur-TR.xml
res/ukr-UA.xml
res/uzb-UZ.xml
res/zho-CN.xml
res/zho-HK.xml
res/zho-SG.xml
res/zho-TW.xml
shared/data/GalleryDefaultSettings.ini
src/GlAlbumInfo.cpp
src/GlAlbumListEditorForm.cpp
src/GlAlbumListForm.cpp
src/GlAlbumListPresentationModel.cpp
src/GlAlbumNameEditorForm.cpp
src/GlAllListEditorPanel.cpp
src/GlAllListSelectionPanel.cpp
src/GlCommonUtil.cpp
src/GlDropDownCustomItem.cpp [new file with mode: 0644]
src/GlFileDeleteTimer.cpp [new file with mode: 0644]
src/GlFileListEditorForm.cpp
src/GlFileListForm.cpp
src/GlFileListPresentationModel.cpp
src/GlFileMoveTimer.cpp [new file with mode: 0644]
src/GlFormFactory.cpp
src/GlGalleryApp.cpp
src/GlImageListEditorPanel.cpp
src/GlProgressBar.cpp [new file with mode: 0644]
src/GlRadioCustomItem.cpp [new file with mode: 0644]
src/GlResourceManager.cpp
src/GlSettingIntervalForm.cpp [deleted file]
src/GlSettingMainForm.cpp
src/GlSettingPresentationModel.cpp
src/GlSettingToggleCustomItem.cpp [new file with mode: 0644]
src/GlSettingTransitionForm.cpp [deleted file]
src/GlTimerBase.cpp [new file with mode: 0644]
src/GlTypes.cpp
src/GlVideoListEditorPanel.cpp

index 2a2b710..77d5a8b 100644 (file)
@@ -84,7 +84,9 @@ private:
        void CreateIconListView(void);
        void SetAllCheckState(bool state);
 
-       void OnRequestEmailAction(void);
+       void OnRequestMessage(void);
+       void OnRequestEmail(void);
+
        result DeleteFolder(void);
        int GetCheckedFolder(void);
        result Update(void);
index 0754f12..e45aa20 100644 (file)
 #include <FMedia.h>
 #include <FSystem.h>
 #include <FUi.h>
+#include <FContent.h>
 #include "GlTypes.h"
+#include "GlFileOpInvalidateListener.h"
 
 class AlbumListPresentationModel;
+class FileListPresentationModel;
+class FileMoveTimer;
+
 class AlbumNameEditorForm
        : public Tizen::Ui::Controls::Form
        , public Tizen::Ui::IActionEventListener
-       , public Tizen::Ui::IOrientationEventListener
        , public Tizen::Ui::ITextEventListener
        , public Tizen::Ui::Controls::IFormBackEventListener
        , public Tizen::Ui::Scenes::ISceneEventListener
+       , public IFileOpInvalidateListener
 {
 public:
        AlbumNameEditorForm();
@@ -49,8 +54,6 @@ public:
 
        virtual void OnActionPerformed(const Tizen::Ui::Control& source, int actionId);
        virtual void OnFormBackRequested(Tizen::Ui::Controls::Form& source);
-       virtual void OnOrientationChanged(const Tizen::Ui::Control &source,
-                       Tizen::Ui::OrientationStatus orientationStatus);
 
        virtual void OnSceneActivatedN(const Tizen::Ui::Scenes::SceneId& previousSceneId,
                        const Tizen::Ui::Scenes::SceneId& currentSceneId, Tizen::Base::Collection::IList* pArgs);
@@ -60,6 +63,10 @@ public:
        virtual void OnTextValueChanged(const Tizen::Ui::Control& source);
        virtual void OnTextValueChangeCanceled(const Tizen::Ui::Control& source);
 
+       //From IFileOpInvalidate
+       void OnFileOpInvalidate(enum FileActionMode __actionId);
+       void OnFileOpComplete(enum FileActionMode __actionId, result);
+
 private:
        Tizen::Ui::Controls::EditField* __pNameEditField;
        Tizen::Base::String __nameEditFieldText;
@@ -71,6 +78,10 @@ private:
        Tizen::Ui::Scenes::SceneId __previousSceneId;
        Tizen::Ui::Controls::MessageBox* __pMessageBox;
        AlbumListPresentationModel* __pPresentationModel;
+       FileListPresentationModel* __pFilePresentationModel;
+       Tizen::Base::Collection::IList* __pMoveIndexList;
+
+       FileMoveTimer* __pFileMove;
 };
 
 #endif /* _GL_ALBUM_NAME_EDITOR_FORM_H_ */
index ba17fc2..2c4c1f3 100644 (file)
 #include "GlAlbumEventListener.h"
 #include "GlThumbnailEventListener.h"
 #include "GlBasePanel.h"
+#include "GlFileOpInvalidateListener.h"
 
 class FileListPresentationModel;
+class FileDeleteTimer;
 
 class AllListEditorPanel
        : public BasePanel
@@ -37,6 +39,7 @@ class AllListEditorPanel
        , public Tizen::Ui::Controls::IIconListViewItemProvider
        , public Tizen::Ui::Scenes::ISceneEventListener
        , public IAlbumEventListener
+       , public IFileOpInvalidateListener
 {
 public:
        AllListEditorPanel(void);
@@ -65,14 +68,19 @@ public:
        virtual void OnFileInfoChanged(const Tizen::Content::ContentType contentType);
        virtual void OnThumbnailDecoded(const int index);
 
-       result OnRequestDeleteAction(void);
-       result OnRequestEmailAction(void);
-       result OnRequestMoveToAction(Tizen::Base::String& destDirectory);
-       result OnRequestSlideShowAction(void);
+       result OnRequestDelete(void);
+       result OnRequestMessage(void);
+       result OnRequestEmail(void);
+       result OnRequestSlideShow(void);
+
        int GetItemCheckedCount(void) const;
+       Tizen::Base::Collection::IList* GetItemCheckedIndexListN(void) const;
+
+       //From IFileOpInvalidate
+       void OnFileOpInvalidate(enum FileActionMode __actionId);
+       void OnFileOpComplete(enum FileActionMode __actionId, result);
 
 private:
-       Tizen::Base::Collection::IList* GetItemCheckedIndexListN(void) const;
        void ResetSelection(void);
        void SetButtonState(void);
 
@@ -82,7 +90,9 @@ private:
        Tizen::Ui::Controls::Label* __pLabelSelectCnt;
        Tizen::Ui::Controls::Button* __pButtonSelectRegion;
        int __itemCount;
+       bool __deleteInProgress;
        FileListPresentationModel* __pPresentationModel;
+       FileDeleteTimer* __pFileDelete;
 };
 
 #endif /* _GL_ALL_LIST_EDITOR_PANEL_H_ */
index eebedfc..60ed5e6 100644 (file)
 #include "GlAlbumEventListener.h"
 #include "GlBasePanel.h"
 #include "GlThumbnailEventListener.h"
+#include "GlCommonUtil.h"
+#include "GlFileOpInvalidateListener.h"
 
 class FileListPresentationModel;
+class FileDeleteTimer;
 
 class AllListSelectionPanel
-       : public BasePanel
-       , public Tizen::Ui::Controls::IIconListViewItemEventListener
-       , public Tizen::Ui::Controls::IIconListViewItemProvider
-       , public Tizen::Ui::Scenes::ISceneEventListener
-       , public IAlbumEventListener
-{
-public:
+: public BasePanel
+  , public Tizen::Ui::Controls::IIconListViewItemEventListener
+  , public Tizen::Ui::Controls::IIconListViewItemProvider
+  , public Tizen::Ui::Scenes::ISceneEventListener
+  , public IAlbumEventListener
+  , public IFileOpInvalidateListener
+  {
+  public:
        AllListSelectionPanel(void);
        virtual ~AllListSelectionPanel(void);
 
@@ -62,25 +66,34 @@ public:
        virtual void OnFileInfoChanged(const Tizen::Content::ContentType contentType);
        virtual void OnThumbnailDecoded(const int index);
 
-       result OnRequestDeleteAction(void);
-       result OnRequestEmailAction(void);
-       result OnRequestMoveToAction(Tizen::Base::String& destDirectory);
-       result OnRequestSlideShowAction(void);
+       result OnRequestDelete(void);
+       result OnRequestMessage(void);
+       result OnRequestEmail(void);
+       result OnRequestMoveTo(Tizen::Base::String& destDirectory);
+       result OnRequestSlideShow(void);
 
        int GetItemCheckedCount(void) const;
        Tizen::Base::Collection::IList* GetItemCheckedIndexListN(void);
 
-private:
+       //From IFileOpInvalidate
+       void OnFileOpInvalidate(enum FileActionMode __actionId);
+       void OnFileOpComplete(enum FileActionMode __actionId, result);
+
+
+  private:
        int GetRealindexFromVirtualIndex(int virtualIndex);
        int GetVirtualIndexFromRealIndex(int realIndex);
        void ResetSelection(void);
        void SetButtonState(void);
 
-private:
+  private:
        Tizen::Ui::Controls::IconListView* __pContentIconListView;
        Tizen::Base::Collection::IList* __pSeletedIndexList;
        int __itemCount;
+       bool __deleteInProgress;
        FileListPresentationModel* __pPresentationModel;
-};
+       FileDeleteTimer* __pFileDelete;
+  };
 
 #endif /* _GL_ALL_LIST_SELECTION_PANEL_H_ */
+
index d597576..50fe9a4 100644 (file)
 #ifndef _GL_COMMON_UTIL_H_
 #define _GL_COMMON_UTIL_H_
 
+#include <FApp.h>
 #include <FBase.h>
 #include <FGraphics.h>
 
+using namespace Tizen::Base::Runtime;
+
+class IActionEventListener;
+
 class CommonUtil
 {
 public:
diff --git a/inc/GlDropDownCustomItem.h b/inc/GlDropDownCustomItem.h
new file mode 100644 (file)
index 0000000..5d4a4d4
--- /dev/null
@@ -0,0 +1,110 @@
+//
+// Copyright (c) 2012 Samsung Electronics Co., Ltd.
+//
+// Licensed under the Flora License, Version 1.0 (the License);
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//     http://floralicense.org/license/
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an AS IS BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+/**
+ *@file:    DropDownCustomItem
+ *@brief:      This class defines common behaviour of Drop down custom Item.
+ *
+ */
+
+#ifndef _GL_DROPDOWN_CUSTOM_ITEM_H_
+#define _GL_DROPDOWN_CUSTOM_ITEM_H_
+
+
+#include <FBase.h>
+#include <FGraphics.h>
+#include <FUi.h>
+
+enum DropDownItemState
+{
+       DROP_DOWN_ITEM_STATE_OPENED = 0,
+       DROP_DOWN__ITEM_STATE_CLOSED
+};
+
+class DropDownCustomItem
+       : public Tizen::Ui::Controls::CustomItem
+{
+  public:
+       /**
+        * Initializes this instance of DropDownCustomItem.
+        */
+       result Construct(int width);
+
+
+       /**
+        * @brief The Default constructor
+        */
+       DropDownCustomItem(void);
+
+
+       /**
+        * @brief The Default Destructor
+        */
+       virtual ~DropDownCustomItem(void);
+
+       //getter and setter methods for Main Text
+
+       /**
+        * @brief The method used to get the Title text of CustomItem
+        */
+       DropDownItemState GetCurState(void);
+
+       /**
+        * @brief The method used to get the Title text of CustomItem
+        */
+       Tizen::Base::String GetMainText(void);
+
+       /**
+        * @brief The method used to get the Sub text of CustomItem
+        */
+       Tizen::Base::String GetSubText(void);
+
+       /**
+        * @brief Add all the required elements and create the Custom Item.
+        *
+        */
+       result Make(void);
+
+       /**
+        * @brief The method used to set the Title text of CustomItem
+        */
+       void SetCurState(DropDownItemState);
+
+       /**
+        * @brief The method used to set the Title text of CustomItem
+        */
+       void SetMainText(const Tizen::Base::String& text);
+
+       /**
+        * @brief The method used to set the Sub text of CustomItem
+        */
+       void SetSubText(const Tizen::Base::String& text);
+
+  protected:
+       static const int IDA_FORMAT_BITMAP;
+       static const int IDA_FORMAT_MAIN_STRING;
+       static const int IDA_FORMAT_SUB_STRING;
+       static const int IDA_FORMAT_DROPPER;
+
+  private:
+       DropDownItemState __currentState;
+       int __height;       ///Height of the SettingToggleCustomItem Instance
+       int __width;        ///Width of the SettingToggleCustomItem Instance
+
+       Tizen::Base::String __mainText;   ///The MainText for the Toggle Button
+       Tizen::Base::String __subText;    ///The SubText for the Toggle Button
+ };
+
+#endif /* _GL_DROPDOWN_CUSTOM_ITEM_H_ */
diff --git a/inc/GlFileDeleteTimer.h b/inc/GlFileDeleteTimer.h
new file mode 100644 (file)
index 0000000..a19b26e
--- /dev/null
@@ -0,0 +1,49 @@
+//
+// Copyright (c) 2012 Samsung Electronics Co., Ltd.
+//
+// Licensed under the Flora License, Version 1.0 (the License);
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//     http://floralicense.org/license/
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an AS IS BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+
+/**
+ * @file               FileDeleteTimer.h
+ * @brief              This is the header file for FileDeleteTimer class.
+ */
+#ifndef _GL_FILE_DELETE_TIMER_H_
+#define _GL_FILE_DELETE_TIMER_H_
+
+#include "GlTimerBase.h"
+
+class FileListPresentationModel;
+
+class FileDeleteTimer
+: public GlTimerBase
+  {
+public :
+       FileDeleteTimer(Tizen::Base::Collection::IList* , FileListPresentationModel*,
+                       IFileOpInvalidateListener*);
+       ~FileDeleteTimer(void);
+
+private:
+       //From GlTimerBase
+       Tizen::Base::Collection::IList * TimerStart(void);
+       void TimerExpired(const ContentId& contentId);
+       void TimerCancel(void);
+       void TimerComplete(int);
+
+private :
+       Tizen::Base::Collection::IList* __pDeleteIndexList;
+       FileListPresentationModel* __pPresentationModel;
+
+  };
+
+#endif // _GL_FILE_DELETE_TIMER_H_
index 0ccbe90..08f67f8 100644 (file)
 #include <FContent.h>
 #include <FUi.h>
 #include "GlBaseForm.h"
+#include "GlFileMoveTimer.h"
 
 class FileListPresentationModel;
+class FileMoveTimer;
 
 class FileListEditorForm
        : public BaseForm
        , public Tizen::Ui::IActionEventListener
        , public Tizen::Ui::Controls::IFormBackEventListener
+       , public IFileOpInvalidateListener
 {
 public:
        FileListEditorForm(void);
@@ -53,6 +56,11 @@ public:
        void SetFooterButtonsState(bool enableState);
        result MoveToAlbum(Tizen::Base::String& destDirectory);
 
+       bool GetFileMoveProgress();
+       //From IFileOpInvalidate
+       void OnFileOpInvalidate(enum FileActionMode __actionId);
+       void OnFileOpComplete(enum FileActionMode __actionId, result);
+
 private:
        result InitializeFooter(void);
        Tizen::Base::String GetDirecotyNameFromFullPath(const Tizen::Base::String& fullPath)const;
@@ -68,6 +76,8 @@ private:
        Tizen::Base::Collection::IList* __pContentDirectoryList;
        Tizen::Base::Collection::IList* __pContentDirectoryNameList;
        FileListPresentationModel* __pPresentationModel;
+       FileMoveTimer* __pFileMove;
+       bool __moveInProgress;
 };
 
 #endif /* _GL_FILE_LIST_EDITOR_FORM_H_ */
index 68f6337..1e156b5 100644 (file)
@@ -27,7 +27,9 @@
 #include <FContent.h>
 #include <FGraphics.h>
 #include <FUi.h>
+
 #include "GlAlbumEventListener.h"
+#include "GlCommonUtil.h"
 #include "GlResourceManager.h"
 #include "GlThumbnailEventListener.h"
 #include "GlTypes.h"
@@ -76,6 +78,7 @@ public:
        Tizen::Content::ContentId GetContentInfoIndex(int index);
        Tizen::Base::String GetContentFilePath(int index);
        Tizen::Base::String ConvertToAlbumName(const Tizen::Base::String& targetPath)const;
+       Tizen::Base::Collection::IList* GetContentIdListN(const Tizen::Base::Collection::IList& contentInfoList);
 
        AppControlMode GetAppControlMode(void) const;
        AppControlMediaType GetAppControlMediaType(void) const;
@@ -110,6 +113,8 @@ private:
 
        virtual void OnThumbnailReceivedN(Tizen::Base::Runtime::IEventArg& eventArg);
 
+       void OnTimerExpired(Timer& timer);
+
 private:
        static FileListPresentationModel* __pPresentationModelInstance;
        static ThumbnailProvider* __pThumbnailProvider;
@@ -124,6 +129,14 @@ private:
        AppControlMode __appControlMode;
        AppControlMediaType __appControlMediaType;
        AppControlSelectionMode __appControlSelectionMode;
+
+       Timer __moveTimer;
+       Tizen::Base::Collection::IList * __pContentIdList;
+       Tizen::Base::String __moveToDir;
+       int __moveToCount;
+
+       friend class FileMoveTimer;
+       friend class FileDeleteTimer;
 };
 
 #endif /* _GL_FILE_LIST_PRESENTATION_MODEL_H_ */
diff --git a/inc/GlFileMoveTimer.h b/inc/GlFileMoveTimer.h
new file mode 100644 (file)
index 0000000..ff38735
--- /dev/null
@@ -0,0 +1,50 @@
+//
+// Copyright (c) 2012 Samsung Electronics Co., Ltd.
+//
+// Licensed under the Flora License, Version 1.0 (the License);
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//     http://floralicense.org/license/
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an AS IS BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+
+/**
+ * @file               FileMoveTimer.h
+ * @brief              This is the header file for FileMoveTimer class.
+ */
+#ifndef _GL_FILE_MOVE_TIMER_H_
+#define _GL_FILE_MOVE_TIMER_H_
+
+#include "GlTimerBase.h"
+
+class FileListPresentationModel;
+
+class FileMoveTimer
+: public GlTimerBase
+  {
+public :
+       FileMoveTimer(Tizen::Base::String& , Tizen::Base::Collection::IList* , FileListPresentationModel*,
+                       IFileOpInvalidateListener*);
+       ~FileMoveTimer(void);
+
+private:
+       //From GlTimerBase
+       Tizen::Base::Collection::IList * TimerStart(void);
+       void TimerExpired(const ContentId& contentId);
+       void TimerCancel(void);
+       void TimerComplete(int);
+
+private :
+       Tizen::Base::Collection::IList* __pMoveIndexList;
+       Tizen::Base::String __moveToDir;
+       FileListPresentationModel* __pPresentationModel;
+
+  };
+
+#endif //_GL_FILE_MOVE_TIMER_H_
diff --git a/inc/GlFileOpInvalidateListener.h b/inc/GlFileOpInvalidateListener.h
new file mode 100644 (file)
index 0000000..17a12d2
--- /dev/null
@@ -0,0 +1,36 @@
+//
+// Copyright (c) 2012 Samsung Electronics Co., Ltd.
+//
+// Licensed under the Flora License, Version 1.0 (the License);
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//     http://floralicense.org/license/
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an AS IS BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+
+/**
+ * @file               GlFileOpInvalidateListener.h
+ * @brief              This is the header file for FileOpInvalidateListener class.
+ */
+
+#ifndef _GL_FILE_OP_INVALIDATE_LISTENER_H_
+#define _GL_FILE_OP_INVALIDATE_LISTENER_H_
+
+#include "GlTypes.h"
+
+class IFileOpInvalidateListener
+{
+public:
+       virtual ~IFileOpInvalidateListener(void) {}
+       virtual void OnFileOpInvalidate(enum FileActionMode __actionId) = 0;
+       virtual void OnFileOpComplete(enum FileActionMode __actionId, result res) = 0;
+
+};
+
+#endif /* _GL_FILE_OP_INVALIDATE_LISTENER_H_ */
index ac4ec70..8d3ca1f 100644 (file)
@@ -45,6 +45,7 @@ public:
 
        Tizen::Base::String GetAppControlOperationId(void) const;
        Tizen::Base::String GetUriData(void) const;
+       Tizen::Base::String GetMimeType(void) const;
        const Tizen::Base::Collection::IMap* GetAppControlArguments(void) const;
        void SendAppControlResult(Tizen::App::AppCtrlResult appControlResult,
                        Tizen::Base::Collection::IMap* pExtraData);
@@ -65,6 +66,7 @@ private:
        RequestId __requestId;
        Tizen::Base::String __operationId;
        Tizen::Base::String __uriData;
+       Tizen::Base::String __mimeType;
        const Tizen::Base::Collection::HashMap* __pArguments;
        Tizen::App::AppCtrlResult __appControlResult;
 };
index ba157ec..7b770b7 100644 (file)
 #include "GlAlbumEventListener.h"
 #include "GlBasePanel.h"
 #include "GlThumbnailEventListener.h"
+#include "GlFileOpInvalidateListener.h"
 
 class FileListPresentationModel;
+class FileDeleteTimer;
 
 class ImageListEditorPanel
        : public BasePanel
@@ -37,6 +39,7 @@ class ImageListEditorPanel
        , public Tizen::Ui::Controls::IIconListViewItemProvider
        , public Tizen::Ui::Scenes::ISceneEventListener
        , public IAlbumEventListener
+       , public IFileOpInvalidateListener
 {
 public:
        ImageListEditorPanel(void);
@@ -65,13 +68,18 @@ public:
        virtual void OnFileInfoChanged(const Tizen::Content::ContentType contentType);
        virtual void OnThumbnailDecoded(const int index);
 
-       void OnRequestDeleteAction(void);
-       void OnRequestEmailAction(void);
-       void OnRequestMoveToAction(Tizen::Base::String& destDirectory);
+       void OnRequestDelete(void);
+       void OnRequestMessage(void);
+       void OnRequestEmail(void);
+       void OnRequestMoveTo(Tizen::Base::String& destDirectory);
        void OnRequestAppExitWithMultipleSelectionAppControlResult(void);
 
        int GetItemCheckedCount(void) const;
 
+       //From IFileOpInvalidate
+       void OnFileOpInvalidate(enum FileActionMode __actionId);
+       void OnFileOpComplete(enum FileActionMode __actionId, result);
+
 private:
        Tizen::Base::Collection::IList* GetItemCheckedIndexList(void) const;
 
@@ -81,6 +89,7 @@ private:
        Tizen::Ui::Controls::Label* __pLabelSelectCnt;
        int __itemCount;
        FileListPresentationModel* __pPresentationModel;
+       FileDeleteTimer* __pFileDelete;
 };
 
 #endif /* _GL_IMAGE_LIST_EDITOR_PANEL_H_ */
diff --git a/inc/GlProgressBar.h b/inc/GlProgressBar.h
new file mode 100644 (file)
index 0000000..08e87b3
--- /dev/null
@@ -0,0 +1,52 @@
+//
+// Copyright (c) 2012 Samsung Electronics Co., Ltd.
+//
+// Licensed under the Flora License, Version 1.0 (the License);
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//     http://floralicense.org/license/
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an AS IS BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+
+/**
+ * @file               GlProgressBar.h
+ * @brief              This is the header file for GlProgressBar class.
+ */
+
+#ifndef _GL_PROGRESS_BAR_H_
+#define _GL_PROGRESS_BAR_H_
+
+#include <FUi.h>
+#include "GlTypes.h"
+
+class GlProgressBar
+{
+public:
+       GlProgressBar(Tizen::Ui::IActionEventListener* listener);
+       ~GlProgressBar(void);
+
+       void HideFileProgressingPopup(void);
+       void ShowFileProgressingPopup(int val, enum FileActionMode action);
+       void IncProgress(int count);
+
+private:
+       result CreateFileProgressingPopup(void);
+
+private:
+       int __totalVal;
+       int __curVal;
+       Tizen::Ui::Controls::Popup* __pFileProgressingPopup;
+       Tizen::Ui::Controls::Progress* __pFileProgressingProgress;
+       Tizen::Ui::Controls::Label* __pFileProgressingHeaderLabel;
+       Tizen::Ui::Controls::Label* __pFileProgressingLabel;
+       Tizen::Ui::Controls::Button* __pFileProgressingCancelButton;
+       Tizen::Ui::IActionEventListener* __pActionListener;
+};
+
+#endif /* _GL_PROGRESS_BAR_H_ */
diff --git a/inc/GlRadioCustomItem.h b/inc/GlRadioCustomItem.h
new file mode 100644 (file)
index 0000000..228445f
--- /dev/null
@@ -0,0 +1,115 @@
+//
+// Copyright (c) 2012 Samsung Electronics Co., Ltd.
+//
+// Licensed under the Flora License, Version 1.0 (the License);
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//     http://floralicense.org/license/
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an AS IS BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+
+/**
+ *@file:        IntRadioCustomItem.h
+ *@brief:       The RadioCustomItem defines radio custom item.
+ *
+ */
+
+#ifndef _GL_RADIO_CUSTOM_ITEM_H_
+#define _GL_RADIO_CUSTOM_ITEM_H_
+
+#include <FBase.h>
+#include <FGraphics.h>
+
+#include "GlTypes.h"
+
+class RadioCustomItem
+: public Tizen::Ui::Controls::CustomItem
+  {
+  public:
+       /**
+        * @brief               The Default Constructor
+        */
+       RadioCustomItem(void);
+
+       /**
+        * @brief               The Default Destructor
+        */
+       virtual ~RadioCustomItem(void);
+
+       /**
+        * @brief               Initializes this instance of %DropDownCustomItem.
+        *
+        * @return              An error code
+        * @param[in]   width                           The width of the Custom Item
+        * @param[in]   height                          The height of the Custom Item
+        * @exception   E_SUCCESS                       The method is successful.
+        * @exception   E_INVALID_STATE         This instance has already been constructed.
+        * @exception   E_INVALID_ARG       A specified input parameter is invalid.
+        * @exception   E_OUT_OF_MEMORY     The memory is insufficient.
+        * @exception   E_SYSTEM                        A system error has occurred.
+        *
+        */
+       result Construct(int width, int height);
+
+       //getter and setter methods for Text
+
+       /**
+        * @brief               The method used to get the text of CustomItem
+        * @return              An error code
+        */
+       Tizen::Base::String GetText(void);
+
+       /**
+        * @brief               The method used to get selection state of the Radio Button
+        * @return              True if selected or false if unselected
+        */
+       bool GetSelected(void);
+
+
+       /**
+        * @brief               Add all the required elements and create the Custom Item.
+        *
+        * @return              An error code
+        * @param[in]   void                            An instance of the Rectangle class @n
+        *                                                                      This instance represents the x and y coordinates of the top-left corner of the created window along with
+        *                                                                      the width and height of the window.
+        * @exception   E_SUCCESS                       The method is successful.
+        * @exception   E_INVALID_STATE         This instance has already been constructed.
+        * @exception   E_INVALID_ARG       A specified input parameter is invalid.
+        * @exception   E_OUT_OF_MEMORY     The memory is insufficient.
+        * @exception   E_SYSTEM                        A system error has occurred.
+        *
+        */
+       result Make(void);
+
+       /**
+        * @brief               The method used to set the text of CustomItem
+        * @return              An error code
+        */
+       void SetText(Tizen::Base::String& text);
+
+       /**
+        * @brief               The method used to set the selection state of the Radio Button
+        * @return              void
+        */
+       void SetSelected(bool selectedValue);
+
+  protected:
+       static const int IDA_FORMAT_STRING;
+       static const int IDA_FORMAT_RADIO_BUTTON;
+
+  private:
+       bool __isSelected;
+       int __width;                ///Width of the SettingToggleCustomItem Instance
+       int __height;               ///Height of the SettingToggleCustomItem Instance
+       Tizen::Base::String __text;   ///The Text for the Toggle Button
+
+  };
+
+#endif /* _GL_RADIO_CUSTOM_ITEM_H_ */
diff --git a/inc/GlSettingIntervalForm.h b/inc/GlSettingIntervalForm.h
deleted file mode 100644 (file)
index e7ea5d5..0000000
+++ /dev/null
@@ -1,89 +0,0 @@
-//
-// Copyright (c) 2012 Samsung Electronics Co., Ltd.
-//
-// Licensed under the Flora License, Version 1.0 (the License);
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-//     http://floralicense.org/license/
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an AS IS BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-//
-
-/**
- * @file               GlSettingIntervalForm.h
- * @brief              This is the header file for SettingIntervalForm class.
- */
-
-#ifndef _GL_SETTING_INTERVAL_FORM_H_
-#define _GL_SETTING_INTERVAL_FORM_H_
-
-#include <FApp.h>
-#include <FBase.h>
-#include <FContent.h>
-#include <FUi.h>
-
-class SettingPresentationModel;
-
-class SettingIntervalForm
-       : public Tizen::Ui::Controls::Form
-       , public Tizen::Ui::IActionEventListener
-       , public Tizen::Ui::Controls::IGroupedTableViewItemProvider
-       , public Tizen::Ui::Controls::IGroupedTableViewItemEventListener
-       , public Tizen::Ui::Controls::IFormBackEventListener
-       , public Tizen::Ui::Scenes::ISceneEventListener
-{
-public:
-       SettingIntervalForm(void);
-       virtual ~SettingIntervalForm(void);
-       result Initialize(void);
-
-       virtual result OnInitializing(void);
-       virtual result OnTerminating(void);
-
-       virtual void OnActionPerformed(const Tizen::Ui::Control& source, int actionId);
-
-       virtual int GetGroupCount(void);
-       virtual int GetItemCount(int groupIndex);
-       virtual Tizen::Ui::Controls::TableViewGroupItem* CreateGroupItem(int groupIndex, int itemWidth);
-       virtual bool DeleteGroupItem(int groupIndex, Tizen::Ui::Controls::TableViewGroupItem* pItem);
-       virtual void UpdateGroupItem(int groupIndex, Tizen::Ui::Controls::TableViewGroupItem* pItem);
-       virtual Tizen::Ui::Controls::TableViewItem* CreateItem(int groupIndex, int itemIndex, int itemWidth);
-       virtual bool DeleteItem(int groupIndex, int itemIndex, Tizen::Ui::Controls::TableViewItem* pItem);
-       virtual void UpdateItem(int groupIndex, int itemIndex, Tizen::Ui::Controls::TableViewItem* pItem);
-       virtual int GetDefaultGroupItemHeight(void);
-       virtual int GetDefaultItemHeight(void);
-
-       virtual void OnGroupedTableViewContextItemActivationStateChanged(
-                       Tizen::Ui::Controls::GroupedTableView& tableView, int groupIndex, int itemIndex,
-                       Tizen::Ui::Controls::TableViewContextItem* pContextItem, bool activated);
-       virtual void OnGroupedTableViewGroupItemStateChanged(Tizen::Ui::Controls::GroupedTableView& tableView,
-                       int groupIndex, Tizen::Ui::Controls::TableViewGroupItem* pItem,
-                       Tizen::Ui::Controls::TableViewItemStatus status);
-       virtual void OnGroupedTableViewItemStateChanged(Tizen::Ui::Controls::GroupedTableView& tableView,
-                       int groupIndex, int itemIndex, Tizen::Ui::Controls::TableViewItem* pItem,
-                       Tizen::Ui::Controls::TableViewItemStatus status);
-
-       virtual void OnFormBackRequested(Tizen::Ui::Controls::Form& source);
-
-       virtual void OnSceneActivatedN(const Tizen::Ui::Scenes::SceneId& previousSceneId,
-                       const Tizen::Ui::Scenes::SceneId& currentSceneId, Tizen::Base::Collection::IList* pArgs);
-       virtual void OnSceneDeactivated(const Tizen::Ui::Scenes::SceneId& currentSceneId,
-                       const Tizen::Ui::Scenes::SceneId& nextSceneId);
-
-private:
-       result InitializeFooter(void);
-       int GetFontSize(void);
-       void ItemTypeIconAndOneLine(Tizen::Graphics::Rectangle& icon, Tizen::Graphics::Rectangle& main);
-       void UpdateTableViewRedioButtonState(int senderIndex = -1);
-
-private:
-       Tizen::Ui::Controls::GroupedTableView* __pTableView;
-       SettingPresentationModel* __pPresentationModel;
-};
-
-#endif /* _GL_SETTING_INTERVAL_FORM_H_ */
index cb51836..3aa88d5 100644 (file)
 #include <FContent.h>
 #include <FUi.h>
 
+enum SettingListItemType
+{
+       ITEM_TYPE_NORMAL = 0,
+       ITEM_TYPE_TOGGLE,
+       ITEM_TYPE_DROPDOWN,
+       ITEM_TYPE_RADIO,
+};
+
+enum
+{
+       SETTING_INVALID = -1,
+       SETTING_SLIDESHOW_INTERVAL_TITLE = 0, //1
+       SETTING_INTERVAL_2,                                       //2
+       SETTING_INTERVAL_3,                               //3
+       SETTING_INTERVAL_5,                   //4
+       SETTING_INTERVAL_10,                  //5
+       SETTING_INTERVAL_20,                  //6
+       SETTING_REPEAT,                       //7
+       //SETTING_SHUFFLE,                      //8
+       SETTING_TRANSITION_EFFECT_TITLE,      //9
+       SETTING_TRANSITION_SLIDE,             //10
+       SETTING_TRANSITION_DISSOLVE,          //11
+       SETTING_TRANSITION_ZOOM,              //12
+       SETTING_MAX                                                       //13
+};
+
 class SettingPresentationModel;
 
 class SettingMainForm
-       : public Tizen::Ui::Controls::Form
-       , public Tizen::Ui::IActionEventListener
-       , public Tizen::Ui::Controls::IGroupedTableViewItemEventListener
-       , public Tizen::Ui::Controls::IGroupedTableViewItemProvider
-       , public Tizen::Ui::Controls::IFormBackEventListener
-       , public Tizen::Ui::Scenes::ISceneEventListener
-{
-public:
+: public Tizen::Ui::Controls::Form
+  , public Tizen::Ui::IActionEventListener
+  , public Tizen::Ui::Controls::IGroupedListViewItemEventListener
+  , public Tizen::Ui::Controls::IGroupedListViewItemProvider
+  , public Tizen::Ui::Controls::IFormBackEventListener
+  , public Tizen::Ui::Scenes::ISceneEventListener
+  {
+  public:
        SettingMainForm(void);
        virtual ~SettingMainForm(void);
        result Initialize(void);
@@ -47,26 +73,25 @@ public:
 
        virtual void OnActionPerformed(const Tizen::Ui::Control& source, int actionId);
 
-       virtual Tizen::Ui::Controls::TableViewGroupItem* CreateGroupItem(int groupIndex, int itemWidth);
-       virtual Tizen::Ui::Controls::TableViewItem* CreateItem(int groupIndex, int itemIndex, int itemWidth);
-       virtual int GetDefaultGroupItemHeight(void);
-       virtual int GetDefaultItemHeight(void);
-       virtual bool DeleteGroupItem(int groupIndex, Tizen::Ui::Controls::TableViewGroupItem* pItem);
-       virtual bool DeleteItem(int groupIndex, int itemIndex, Tizen::Ui::Controls::TableViewItem* pItem);
-       virtual int GetGroupCount(void);
-       virtual int GetItemCount(int groupIndex);
-       virtual void UpdateGroupItem(int groupIndex, Tizen::Ui::Controls::TableViewGroupItem* pItem);
-       virtual void UpdateItem(int groupIndex, int itemIndex, Tizen::Ui::Controls::TableViewItem* pItem);
-
-       virtual void OnGroupedTableViewContextItemActivationStateChanged(
-                       Tizen::Ui::Controls::GroupedTableView& tableView, int groupIndex, int itemIndex,
-                       Tizen::Ui::Controls::TableViewContextItem* pContextItem, bool activated);
-       virtual void OnGroupedTableViewGroupItemStateChanged(Tizen::Ui::Controls::GroupedTableView& tableView,
-                       int groupIndex, Tizen::Ui::Controls::TableViewGroupItem* pItem,
-                       Tizen::Ui::Controls::TableViewItemStatus status);
-       virtual void OnGroupedTableViewItemStateChanged(Tizen::Ui::Controls::GroupedTableView& tableView,
-                       int groupIndex, int itemIndex, Tizen::Ui::Controls::TableViewItem* pItem,
-                       Tizen::Ui::Controls::TableViewItemStatus status);
+       //IGroupedListViewItemProvider
+       Tizen::Ui::Controls::GroupItem* CreateGroupItem(int groupIndex, int itemWidth);
+
+       Tizen::Ui::Controls::ListItemBase* CreateItem(int groupIndex, int itemIndex, int itemWidth);
+
+       bool DeleteGroupItem(int groupIndex, Tizen::Ui::Controls::GroupItem* pItem, int itemWidth);
+
+       bool DeleteItem(int groupIndex, int itemIndex, Tizen::Ui::Controls::ListItemBase* pItem, int itemWidth);
+
+       int GetGroupCount(void);
+
+       int GetItemCount(int groupIndex);
+
+       //IGroupedListViewItemEventListener
+       void OnGroupedListViewContextItemStateChanged(Tizen::Ui::Controls::GroupedListView& listView, int groupIndex, int itemIndex, int elementId, Tizen::Ui::Controls::ListContextItemStatus status);
+
+       void OnGroupedListViewItemStateChanged(Tizen::Ui::Controls::GroupedListView& listView, int groupIndex, int itemIndex, int elementId, Tizen::Ui::Controls::ListItemStatus status);
+
+       void OnGroupedListViewItemSwept(Tizen::Ui::Controls::GroupedListView& listView, int groupIndex, int itemIndex, Tizen::Ui::Controls::SweepDirection direction);
 
        virtual void OnFormBackRequested(Tizen::Ui::Controls::Form& source);
 
@@ -75,17 +100,41 @@ public:
        virtual void OnSceneDeactivated(const Tizen::Ui::Scenes::SceneId& currentSceneId,
                        const Tizen::Ui::Scenes::SceneId& nextSceneId);
 
-private:
-       result InitializeFooter(void);
-       int GetFontSize(void);
-       void ItemTypeIconAndOneLine(Tizen::Graphics::Rectangle& icon, Tizen::Graphics::Rectangle& main);
-       int GetSettingInfoItemStatus(int settingIndex);
-       void ItemTypeTwoLine(Tizen::Graphics::Rectangle& main, Tizen::Graphics::Rectangle& sub, int fontSize);
-       void UpdateTableViewCheckButtonState(void);
+       class SettingItemInfo
+       {
+       public:
+               /**
+                * @brief The Default Constructor
+                */
+               SettingItemInfo(void);
+
+               /**
+                * @brief The Default Destructor
+                */
+               virtual ~SettingItemInfo(void){};
 
-private:
-       Tizen::Ui::Controls::GroupedTableView* __pTableView;
+       public:
+               int childCount;     //only for ITEM_TYPE_DROPDOWN type items
+               bool isOpen;        //true for opened and false for closed
+               bool isSelected;        //only for ITEM_TYPE_RADIO && ITEM_TYPE_TOGGLE type of items
+               SettingListItemType itemType;
+               Tizen::Base::String titleText;
+               Tizen::Base::String subText;
+       };
+
+       int* pGroupItemCount;
+       SettingItemInfo settingInfo[SETTING_MAX];
+
+  private:
+       /**
+        * @brief Initializes this instance of settings default values.
+        */
+       void InitializeSettingValues(void);
+
+  private:
+       Tizen::Ui::Controls::GroupedListView* __pList;
        SettingPresentationModel* __pPresentationModel;
-};
+
+  };
 
 #endif /* _GL_SETTING_MAIN_FORM_H_ */
diff --git a/inc/GlSettingToggleCustomItem.h b/inc/GlSettingToggleCustomItem.h
new file mode 100644 (file)
index 0000000..665da83
--- /dev/null
@@ -0,0 +1,99 @@
+//
+
+// Copyright (c) 2012 Samsung Electronics Co., Ltd.
+//
+// Licensed under the Flora License, Version 1.0 (the License);
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//     http://floralicense.org/license/
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an AS IS BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+
+//!Internet SettingToggleCustomItem class
+/*@file:       SettingToggleCustomItem.h
+ *@brief:      The SettingToggleCustomItem used to toggle the item.
+ *
+ */
+
+#ifndef _INT_SETTING_TOGGLE_CUSTOM_ITEM_H_
+#define _INT_SETTING_TOGGLE_CUSTOM_ITEM_H_
+
+#include <FBase.h>
+#include <FGraphics.h>
+#include "GlTypes.h"
+
+class SettingToggleCustomItem
+       : public Tizen::Ui::Controls::CustomItem
+{
+
+public:
+       /**
+        * @brief The Default constructor
+        */
+       SettingToggleCustomItem(void);
+
+       /**
+        * @brief The Default destructor
+        */
+       virtual ~SettingToggleCustomItem(void);
+
+       /**
+        * @brief Initializes this instance of %DropDownCustomItem.
+        *
+        * @return              An error code
+        * @param[in]   void                            An instance of the Rectangle class @n
+        *                                                                      This instance represents the x and y coordinates of the top-left corner of the created window along with
+        *                                                                      the width and height of the window.
+        * @exception   E_SUCCESS                       The method is successful.
+        * @exception   E_INVALID_STATE         This instance has already been constructed.
+        * @exception   E_INVALID_ARG       A specified input parameter is invalid.
+        * @exception   E_OUT_OF_MEMORY     The memory is insufficient.
+        * @exception   E_SYSTEM                        A system error has occurred.
+        *
+        */
+       result Construct(int width, int height);
+
+       //getter and setter methods for __text
+
+       /**
+        * @brief The method used to get the text of CustomItem
+        *
+        * @return              A String
+        */
+       Tizen::Base::String GetText(void);
+
+       /**
+        * @brief Add all the required elements and create the Custom Item.
+        *
+        * @return              An error code
+        * @param[in]   void                            An instance of the Rectangle class @n
+        *                                                                      This instance represents the x and y coordinates of the top-left corner of the created window along with
+        *                                                                      the width and height of the window.
+        * @exception   E_SUCCESS                       The method is successful.
+        * @exception   E_INVALID_STATE         This instance has already been constructed.
+        * @exception   E_INVALID_ARG       A specified input parameter is invalid.
+        * @exception   E_OUT_OF_MEMORY     The memory is insufficient.
+        * @exception   E_SYSTEM                        A system error has occurred.
+        *
+        */
+       result Make(void);
+
+       /**
+        * @brief The method used to set the text of CustomItem
+        */
+
+       void SetText(Tizen::Base::String& text);
+
+private:
+       int __width;                ///Width of the SettingToggleCustomItem Instance
+       int __height;               ///Height of the SettingToggleCustomItem Instance
+       Tizen::Base::String __text;   ///The Text for the Toggle Button
+};
+
+#endif /* _INT_SETTING_TOGGLE_CUSTOM_ITEM_H_ */
diff --git a/inc/GlSettingTransitionForm.h b/inc/GlSettingTransitionForm.h
deleted file mode 100644 (file)
index f572d36..0000000
+++ /dev/null
@@ -1,89 +0,0 @@
-//
-// Copyright (c) 2012 Samsung Electronics Co., Ltd.
-//
-// Licensed under the Flora License, Version 1.0 (the License);
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-//     http://floralicense.org/license/
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an AS IS BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-//
-
-/**
- * @file               GlSettingTransitionForm.h
- * @brief              This is the header file for SettingTransitionForm class.
- */
-
-#ifndef _GL_SETTING_TRANSITION_FORM_H_
-#define _GL_SETTING_TRANSITION_FORM_H_
-
-#include <FApp.h>
-#include <FBase.h>
-#include <FContent.h>
-#include <FUi.h>
-
-class SettingPresentationModel;
-
-class SettingTransitionForm
-       : public Tizen::Ui::Controls::Form
-       , public Tizen::Ui::IActionEventListener
-       , public Tizen::Ui::Controls::IGroupedTableViewItemEventListener
-       , public Tizen::Ui::Controls::IGroupedTableViewItemProvider
-       , public Tizen::Ui::Controls::IFormBackEventListener
-       , public Tizen::Ui::Scenes::ISceneEventListener
-{
-public:
-       SettingTransitionForm(void);
-       virtual ~SettingTransitionForm(void);
-       result Initialize(void);
-
-       virtual result OnInitializing(void);
-       virtual result OnTerminating(void);
-
-       virtual void OnActionPerformed(const Tizen::Ui::Control& source, int actionId);
-
-       virtual void OnGroupedTableViewContextItemActivationStateChanged(
-                       Tizen::Ui::Controls::GroupedTableView& tableView, int groupIndex, int itemIndex,
-                       Tizen::Ui::Controls::TableViewContextItem* pContextItem, bool activated);
-       virtual void OnGroupedTableViewGroupItemStateChanged(Tizen::Ui::Controls::GroupedTableView& tableView,
-                       int groupIndex, Tizen::Ui::Controls::TableViewGroupItem* pItem,
-                       Tizen::Ui::Controls::TableViewItemStatus status);
-       virtual void OnGroupedTableViewItemStateChanged(Tizen::Ui::Controls::GroupedTableView& tableView,
-                       int groupIndex, int itemIndex, Tizen::Ui::Controls::TableViewItem* pItem,
-                       Tizen::Ui::Controls::TableViewItemStatus status);
-
-       virtual Tizen::Ui::Controls::TableViewGroupItem* CreateGroupItem(int groupIndex, int itemWidth);
-       virtual Tizen::Ui::Controls::TableViewItem* CreateItem(int groupIndex, int itemIndex, int itemWidth);
-       virtual int GetDefaultGroupItemHeight(void);
-       virtual int GetDefaultItemHeight(void);
-       virtual bool DeleteGroupItem(int groupIndex, Tizen::Ui::Controls::TableViewGroupItem* pItem);
-       virtual bool DeleteItem(int groupIndex, int itemIndex, Tizen::Ui::Controls::TableViewItem* pItem);
-       virtual int GetGroupCount(void);
-       virtual int GetItemCount(int groupIndex);
-       virtual void UpdateGroupItem(int groupIndex, Tizen::Ui::Controls::TableViewGroupItem* pItem);
-       virtual void UpdateItem(int groupIndex, int itemIndex, Tizen::Ui::Controls::TableViewItem* pItem);
-
-       virtual void OnFormBackRequested(Tizen::Ui::Controls::Form& source);
-
-       virtual void OnSceneActivatedN(const Tizen::Ui::Scenes::SceneId& previousSceneId,
-                       const Tizen::Ui::Scenes::SceneId& currentSceneId, Tizen::Base::Collection::IList* pArgs);
-       virtual void OnSceneDeactivated(const Tizen::Ui::Scenes::SceneId& currentSceneId,
-                       const Tizen::Ui::Scenes::SceneId& nextSceneId);
-
-private:
-       result InitializeFooter(void);
-       int GetFontSize(void);
-       void ItemTypeIconAndOneLine(Tizen::Graphics::Rectangle& icon, Tizen::Graphics::Rectangle& main);
-       void UpdateTableViewRedioButtonState(int senderIndex = -1);
-
-private:
-       Tizen::Ui::Controls::GroupedTableView* __pTableView;
-       SettingPresentationModel* __pPresentationModel;
-};
-
-#endif /* _GL_SETTING_TRANSITION_FORM_H_ */
diff --git a/inc/GlTimerBase.h b/inc/GlTimerBase.h
new file mode 100644 (file)
index 0000000..fb950df
--- /dev/null
@@ -0,0 +1,76 @@
+//
+// Copyright (c) 2012 Samsung Electronics Co., Ltd.
+//
+// Licensed under the Flora License, Version 1.0 (the License);
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//     http://floralicense.org/license/
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an AS IS BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+
+/**
+ * @file               GlTimerBase.h
+ * @brief              This is the header file for GlTimerBase class.
+ */
+#ifndef __GL_TIMER_BASE_H_
+#define __GL_TIMER_BASE_H_
+
+#include <FBase.h>
+#include <FContent.h>
+#include "GlFileOpInvalidateListener.h"
+
+
+using namespace Tizen::Base;
+using namespace Tizen::Base::Runtime;
+using namespace Tizen::Content;
+
+class GlProgressBar;
+
+class GlTimerBase
+       :public Tizen::Ui::IActionEventListener
+       , public ITimerEventListener
+ {
+       public:
+
+       GlTimerBase(IFileOpInvalidateListener*, enum FileActionMode actionId);
+       virtual ~GlTimerBase(void);
+
+       bool StartTimer(void);
+       void CancelTimer(void);
+
+       //From IActionEventListener
+       void OnActionPerformed(const Tizen::Ui::Control& source, int actionId);
+
+       //From ITimerEventListener
+       void OnTimerExpired(Timer& timer);
+
+       protected:
+       virtual Tizen::Base::Collection::IList * TimerStart(void) = 0;
+       virtual void TimerExpired(const ContentId&) = 0;
+       virtual void TimerCancel(void) = 0;
+       virtual void TimerComplete(int) = 0;
+
+
+       private:
+       void OnOpComplete(void);
+       void OnOpCancelled(void);
+
+
+       private:
+       Timer __moveTimer;
+       Tizen::Base::Collection::IList * __pContentIdList;
+       int __moveToCount;
+       GlProgressBar* __pMoveProBar;
+       IFileOpInvalidateListener* __pInvalidate;
+       enum FileActionMode __actionId;
+
+ };
+
+
+#endif //__GL_TIMER_BASE_H_
index f50feb6..5b5b0dc 100644 (file)
@@ -31,12 +31,14 @@ enum ACTION_ID_
        ACTION_ID_BUTTON_UNCHECKED = 105,
        ACTION_ID_CHECK_SELECT_OFF = 201,
        ACTION_ID_CHECK_SELECT_ON = 202,
-       ACTION_ID_CONTEXT_MENU_EMAIL = 301,
-       ACTION_ID_CONTEXT_MENU_MORE_ADD_TAG = 302,
-       ACTION_ID_CONTEXT_MENU_MORE_EDIT = 303,
-       ACTION_ID_CONTEXT_MENU_MORE_MOVE = 304,
-       ACTION_ID_CONTEXT_MENU_MORE_SLIDE_SHOW = 305,
-       ACTION_ID_CONTEXT_MENU_SHARE_EMAIL = 306,
+       ACTION_ID_CONTEXT_MENU_MESSAGE = 301,
+       ACTION_ID_CONTEXT_MENU_EMAIL = 302,
+       ACTION_ID_CONTEXT_MENU_MORE_ADD_TAG = 303,
+       ACTION_ID_CONTEXT_MENU_MORE_EDIT = 304,
+       ACTION_ID_CONTEXT_MENU_MORE_MOVE = 305,
+       ACTION_ID_CONTEXT_MENU_MORE_SLIDE_SHOW = 306,
+       ACTION_ID_CONTEXT_MENU_SHARE_MESSAGE = 307,
+       ACTION_ID_CONTEXT_MENU_SHARE_EMAIL = 308,
        ACTION_ID_CONTEXTMENU_EDITOR_MOVE_ALBUM_ARRAY_START = 401,
        ACTION_ID_CONTEXTMENU_EDITOR_MOVE_CREATE_ALBUM = 600,
        ACTION_ID_CONTEXTMENU_SELECTION_MOVE_ALBUM_ARRAY_START = 601,
@@ -56,7 +58,8 @@ enum ACTION_ID_
        ACTION_ID_FORMAT_THUMBNAIL = 1002,
        ACTION_ID_FORMAT_TITLE = 1003,
        ACTION_ID_SELECTALL_CHECKED = 1001,
-       ACTION_ID_SELECTALL_UNCHECKED = 1002
+       ACTION_ID_SELECTALL_UNCHECKED = 1002,
+       ACTION_ID_PROGRESSBAR_CANCEL = 2001
 };
 
 enum AppControlMode
@@ -102,6 +105,19 @@ enum AlbumNameEditorMode
        ALBUM_NAME_EDITOR_MODE_NONE
 };
 
+enum FileActionMode
+{
+       FILE_DELETE_ACTION,
+       FILE_MOVE_ACTION,
+       FILE_RENAME_ACTION
+};
+
+extern const wchar_t* IDL_FORM_ALBUM_LIST;
+extern const wchar_t* IDL_FORM_FILE_LIST;
+extern const wchar_t* IDL_FORM_SETTING_MAIN;
+extern const wchar_t* IDL_FORM_SETTING_INTERVAL;
+extern const wchar_t* IDL_FORM_SETTING_TRANSITION;
+
 extern const wchar_t* IDC_FORM_ALBUM_LIST;
 extern const wchar_t* IDC_FORM_ALBUM_LIST_EDITOR;
 extern const wchar_t* IDC_FORM_ALBUM_NAME_EDITOR;
@@ -161,6 +177,7 @@ extern const wchar_t* APPCONTROL_DATA_VIDEO;
 extern const wchar_t* APPCONTROL_DATA_SINGLE;
 extern const wchar_t* APPCONTROL_DATA_MULTIPLE;
 extern const wchar_t* APPCONTROL_DATA_SLIDE_SHOW;
+extern const wchar_t* APPCONTROL_DATA_SELECTION_MODE;
 
 extern const wchar_t* APPCONTROL_RESULT_KEY_LEGACY_RESULT;
 
@@ -193,6 +210,8 @@ extern const wchar_t* SECTION_NAME_VIDEO_PLAYER;
 extern const wchar_t* ENTRY_NAME_IMAGE_VIEWER_SLIDESHOW_INTERVAL;
 extern const wchar_t* ENTRY_NAME_IMAGE_VIEWER_SLIDESHOW_TRANSITION_EFFECT;
 extern const wchar_t* ENTRY_NAME_IMAGE_VIEWER_SLIDESHOW_MUSIC;
+extern const wchar_t* ENTRY_NAME_IMAGE_VIEWER_REPEAT_VALUE;
+extern const wchar_t* ENTRY_NAME_IMAGE_VIEWER_SHUFFLE_VALUE;
 
 extern const wchar_t* FONT_SIZE_SETTING_INFO_KEY;
 
@@ -200,8 +219,10 @@ extern const wchar_t* IDB_BUTTON_CIRCLE_BACKGROUND;
 extern const wchar_t* IDB_BUTTON_RENAME;
 extern const wchar_t* IDB_CONTROLBAR_CAMERA;
 extern const wchar_t* IDB_CONTROLBAR_DELETE;
+extern const wchar_t* IDB_CONTROLBAR_DELETE_DIM;
 extern const wchar_t* IDB_CONTROLBAR_MORE;
 extern const wchar_t* IDB_CONTROLBAR_SHARE;
+extern const wchar_t* IDB_CONTROLBAR_SHARE_DIM;
 extern const wchar_t* IDB_LISTVIEW_EMPTY;
 extern const wchar_t* IDB_MAIN_FOLDER_BACKGROUND;
 extern const wchar_t* IDB_VIDEOTHUMBNAIL_BG;
@@ -210,5 +231,25 @@ extern const wchar_t* IDB_VIDEOTHUMBNAIL_FAVORITE;
 extern const wchar_t* IDB_VIDEOTHUMBNAIL_PLAY;
 extern const wchar_t* IDB_BUTTON_MOVE_SELECTION;
 extern const wchar_t* IDB_NO_CONTENTS_BROKEN;
+extern const wchar_t* IDB_LIST_EXPAND_CLOSED;
+extern const wchar_t* IDB_LIST_EXPAND_CLOSED_PRESS;
+extern const wchar_t* IDB_LIST_EXPAND_OPENED;
+extern const wchar_t* IDB_LIST_EXPAND_OPENED_PRESS;
+
+static const unsigned int CUSTOM_COLOR_GREY = Tizen::Graphics::Color32<124,124,124>::Value;
+static const unsigned int CUSTOM_COLOR_TRANSPARENT = Tizen::Graphics::Color32<0,0,0>::Value;
+static const unsigned int CUSTOM_BACKGROUND_COLOR_LISTVIEW = Tizen::Graphics::Color32<236,240,242>::Value;
+static const unsigned int CUSTOM_BACKGROUND_COLOR_LISTVIEW_PRESSED_HIGHLIGHTED = Tizen::Graphics::Color32<42, 137, 194>::Value;
+static const unsigned int CUSTOM_COLOR_LISTVIEW_TEXT = Tizen::Graphics::Color32<249,249,249>::Value;
+static const unsigned int CUSTOM_COLOR_BROWN = Tizen::Graphics::Color32<32, 32, 32>::Value;
+static const unsigned int CUSTOM_COLOR_INFO_LABEL = Tizen::Graphics::Color32<68, 68, 68>::Value;
+static const unsigned int CUSTOM_BACKGROUND_COLOR_PREVIEW_PANEL = Tizen::Graphics::Color32<81,81,81>::Value;
+static const unsigned int CUSTOM_BACKGROUND_COLOR_PREVIEW_PANEL_INACTIVE = Tizen::Graphics::Color32<0,0,0,20>::Value;
+static const unsigned int CUSTOM_COLOR_PREVIEW_PANEL_PRESSED_RECTANGLE = Tizen::Graphics::Color32<7,180,211>::Value;
+static const unsigned int CUSTOM_COLOR_LISTVIEW_TEXT2 = Tizen::Graphics::Color32<70,70,70>::Value;
+static const unsigned int CUSTOM_COLOR_SETTINGS_TEXT = Tizen::Graphics::Color32<128, 128, 128>::Value;
+static const unsigned int CUSTOM_COLOR_SETTINGS_LISTITEM_BACKGROUND = Tizen::Graphics::Color32<248, 246, 239>::Value;
+static const unsigned int CUSTOM_COLOR_SETTINGS_LISTITEM_RADIO_BACKGROUND = Tizen::Graphics::Color32<220, 218, 211>::Value;
+static const unsigned int CUSTOM_COLOR_SETTINGS_GROUPTITLE = Tizen::Graphics::Color32<59, 115, 182>::Value;
 
 #endif /* _GL_TYPES_H_ */
index bd1c174..37a6906 100644 (file)
 #include "GlAlbumEventListener.h"
 #include "GlBasePanel.h"
 #include "GlThumbnailEventListener.h"
+#include "GlFileOpInvalidateListener.h"
 
 class FileListPresentationModel;
+class FileDeleteTimer;
 
 class VideoListEditorPanel
        : public BasePanel
@@ -37,6 +39,7 @@ class VideoListEditorPanel
        , public Tizen::Ui::Controls::IListViewItemProvider
        , public Tizen::Ui::Scenes::ISceneEventListener
        , public IAlbumEventListener
+       , public IFileOpInvalidateListener
 {
 public:
        VideoListEditorPanel();
@@ -68,12 +71,17 @@ public:
        virtual void OnFileInfoChanged(const Tizen::Content::ContentType contentType);
        virtual void OnThumbnailDecoded(const int index);
 
-       void OnRequestDeleteAction(void);
-       void OnRequestEmailAction(void);
-       void OnRequestMoveToAction(Tizen::Base::String& destDirectory);
+       void OnRequestDelete(void);
+       void OnRequestMessage(void);
+       void OnRequestEmail(void);
+       void OnRequestMoveTo(Tizen::Base::String& destDirectory);
        void OnRequestAppExitWithMultipleSelectionAppControlResult(void);
        int GetItemCheckedCount(void) const;
 
+       //From IFileOpInvalidate
+       void OnFileOpInvalidate(enum FileActionMode __actionId);
+       void OnFileOpComplete(enum FileActionMode __actionId, result);
+
 private:
        Tizen::Base::Collection::IList* GetItemCheckedIndexList(void) const;
 
@@ -83,6 +91,7 @@ private:
        Tizen::Ui::Controls::Label* __pLabelSelectCnt;
        int __itemCount;
        FileListPresentationModel* __pPresentationModel;
+       FileDeleteTimer* __pFileDelete;
 };
 
 #endif /* _GL_VIDEO_LIST_EDITOR_PANEL_H_ */
index 6b99e80..fc14237 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">تم الوصول إلى أقصى عدد من الحروف</text>
-    <text id="IDS_COM_BODY_DELETE">حذف</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">الألبومات</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">عرض الصور</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">اختيار الكل</text>
+    <text id="IDS_COM_POP_DELETE_Q">مسح؟</text>
+    <text id="IDS_COM_BODY_EDIT">تعديل</text>
+    <text id="IDS_COM_BODY_MESSAGE">رسالة</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">جار المعالجة...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">ملفات محملة</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">اسم الألبوم مستخدم بالفعل</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 ثانية</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">التفعيل</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">ثانيتان</text>
+    <text id="IDS_COM_BODY_MESSAGES">الرسائل</text>
+    <text id="IDS_COM_SK_DONE">تمت</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">غير قادر على تغيير الاسم. جاري استخدام الملف</text>
+    <text id="IDS_COM_BODY_EMAIL">بريد إلكتروني</text>
+    <text id="IDS_COM_POP_MOVED">تم النقل</text>
+    <text id="IDS_COM_POP_CANCEL">إلغاء</text>
+    <text id="IDS_COM_BODY_SELECTED">محدد</text>
+    <text id="IDS_COM_BODY_DELETE">مسح</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">الترجمات المصاحبة</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">إلغاء</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">تم بلوغ أقصى عدد من الأحرف (%d)</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">تم بلوغ أقصى عدد من الأحرف (%d)</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">عرض شرائح</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">شرائح</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s موجود بالفعل</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">ملفات الكاميرا</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">إنشاء ألبوم</text>
+    <text id="IDS_COM_BODY_LOADING">جاري التحميل ...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">الألبومات</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">يتعذر إعادة التسمية. اسم الألبوم مستخدم بالفعل</text>
+    <text id="IDS_COM_POP_SAVING_ING">جاري الحفظ...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">فشلت العملية</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">تأثير الانتقال</text>
-    <text id="IDS_COM_POP_CANCEL">إلغاء</text>
+    <text id="IDS_COM_BODY_MUSIC">الموسيقى</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">إنشاء مجلد؟</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">فشل المسح</text>
+    <text id="IDS_COM_BODY_VIDEO">فيديو</text>
+    <text id="IDS_IV_OPT_ZOOM">زوم</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">قوس قزح</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">موجود بالفعل. هل تريد الاستبدال؟</text>
-    <text id="IDS_COM_BODY_EMAIL">بريد إلكتروني</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">لا يمكن المسح</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">تحديد الكل</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">فاصل عرض الشرائح</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">مشغل فيديو</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">ثوان</text>
     <text id="IDS_EBOOK_BODY_PAGE">الصفحة</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">فشل المسح</text>
-    <text id="IDS_COM_BODY_SELECTED">محدد</text>
-    <text id="IDS_COM_BODY_MUSIC">الموسيقى</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 ثوان</text>
+    <text id="IDS_COM_BODY_GALLERY">استوديو</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">لا يوجد اسم</text>
+    <text id="IDS_COM_BODY_IMAGES">الصور</text>
     <text id="IDS_MEDIABR_BODY_FADE">التلاشي التدريجي</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">ثانيتان</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">فشلت العملية</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">الخلط</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">إلغاء</text>
     <text id="IDS_COM_HEADER_EDIT">تعديل</text>
-    <text id="IDS_COM_BODY_IMAGES">الصور</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 ثوان</text>
+    <text id="IDS_COM_POP_DELETED">تم المسح</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">حذف؟</text>
-    <text id="IDS_COM_BODY_VIDEOS">الفيديو</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">فاصل عرض الشرائح</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">عرض شرائح</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">التفعيل</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">لا يوجد اسم</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">اسم الألبوم مستخدم بالفعل</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">لا توجد عناصر</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 ثوان</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">موجود مسبقا</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">إخفاء</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">تكرار</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">اختيار الكل</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">مشغل فيديو</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">ثوان</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">موجود بالفعل. هل تريد الاستبدال؟</text>
+    <text id="IDS_COM_POP_DELETING">جاري المسح...</text>
+    <text id="IDS_COM_POP_DONE">تمت</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 ثوان</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">ملفات الكاميرا</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">تكرار</text>
+    <text id="IDS_COM_POP_SAVED">تم الحفظ</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">إذابة</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">الخلط</text>
+    <text id="IDS_COM_POP_MOVING">جاري النقل...</text>
     <text id="IDS_COM_POP_MOVING_FAILED">فشل النقل</text>
+    <text id="IDS_COM_BODY_VIDEOS">الفيديو</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">تمت</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">تحديد الكل</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">كافة الألبومات</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 ثانية</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">تم بلوغ أقصى عدد من الأحرف (%d)</text>
-    <text id="IDS_IV_OPT_ZOOM">زوم</text>
-    <text id="IDS_COM_BODY_GALLERY">استوديو</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 ثوان</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">إذابة</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">غير قادر على تغيير الاسم. جاري استخدام الملف</text>
-    <text id="IDS_COM_BODY_VIDEO">فيديو</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">يتعذر إعادة التسمية. اسم الألبوم مستخدم بالفعل</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">الترجمات المصاحبة</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">عرض الصور</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">ملفات محملة</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">إنشاء مجلد؟</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">تغييرالاسم</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">شرائح</text>
     <text id="IDS_COM_BODY_MOVE">نقل</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">لا يمكن المسح</text>
     <text id="IDS_IV_BODY_INTERVAL">الفترة</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">تمت</text>
-    <text id="IDS_COM_POP_DELETE_Q">مسح؟</text>
-    <text id="IDS_COM_BODY_EDIT">تعديل</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">تم بلوغ أقصى عدد من الأحرف (%d)</text>
-    <text id="IDS_COM_SK_DONE">تمت</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">موجود مسبقا</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">إنشاء ألبوم</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">لا توجد عناصر</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">إخفاء</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">فشل الحفظ</text>
 </string_table>
index a4d27f4..f9ed30a 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">Simvol sayı maksimuma çatıb</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Slayd göstərmə</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">Hamısını seç</text>
+    <text id="IDS_COM_POP_DELETE_Q">Silinsin?</text>
+    <text id="IDS_COM_BODY_EDIT">Redaktə et</text>
+    <text id="IDS_COM_BODY_MESSAGE">Mesaj</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">İşlənir...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">Yükləmələr</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Albom adı artıq ist.edilir</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 saniyə</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">Aktivləşdirmə</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 saniyə</text>
+    <text id="IDS_COM_BODY_MESSAGES">Mesajlar</text>
+    <text id="IDS_COM_SK_DONE">Bitdi</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Yenidən adlandırmaq mümkün deyildir</text>
+    <text id="IDS_COM_BODY_EMAIL">Elektron poçtlar</text>
+    <text id="IDS_COM_POP_MOVED">Göndərildi</text>
+    <text id="IDS_COM_POP_CANCEL">Ləğv et</text>
+    <text id="IDS_COM_BODY_SELECTED">Seçilmişi</text>
     <text id="IDS_COM_BODY_DELETE">Sil</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albomlar</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">Yarımbaşlıqlar</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">Ləğv et</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Simvolların sayı maksimuma (%d) çatıb</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Simvolların sayı maksimuma (%d) çatıb</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Slyd nmyşi</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">Slayd</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s hazırda mövcuddur</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Kamera çarxı</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Albom yaradın</text>
+    <text id="IDS_COM_BODY_LOADING">Yüklənir...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albomlar</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Yenidən adlandırmaq mümkün deyil. Albom adı artıq istifadə edilir</text>
+    <text id="IDS_COM_POP_SAVING_ING">Yaddaşa yazılma</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">Əməliyyat alınmadı</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">Keçid effekti</text>
-    <text id="IDS_COM_POP_CANCEL">Ləğv et</text>
+    <text id="IDS_COM_BODY_MUSIC">Musiqi</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Qovluq yaradılsın?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">Silmək mümkün olmadı</text>
+    <text id="IDS_COM_BODY_VIDEO">Video</text>
+    <text id="IDS_IV_OPT_ZOOM">Yaxınlaşdırma/uzaqlaşdırma</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">Diafraqma</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Artıq mövcuddur. Üzərindən yazılsın?</text>
-    <text id="IDS_COM_BODY_EMAIL">Elektron poçtlar</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Silmək mümkün deyil</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Hamsnı seç</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Slaydşou intervalı</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">Video pleyer</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">Saniyələr</text>
     <text id="IDS_EBOOK_BODY_PAGE">Səhifə</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">Silmək mümkün olmadı</text>
-    <text id="IDS_COM_BODY_SELECTED">Seçilmişi</text>
-    <text id="IDS_COM_BODY_MUSIC">Musiqi</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 saniyə</text>
+    <text id="IDS_COM_BODY_GALLERY">Qalereya</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">Ad yoxdur</text>
+    <text id="IDS_COM_BODY_IMAGES">Təsvirlər</text>
     <text id="IDS_MEDIABR_BODY_FADE">Tutqunlaşdır</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 saniyə</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">Əməliyyat alınmadı</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">Təsadüfi sıralama</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">Ləğv et</text>
     <text id="IDS_COM_HEADER_EDIT">Redaktə et</text>
-    <text id="IDS_COM_BODY_IMAGES">Təsvirlər</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 saniyə</text>
+    <text id="IDS_COM_POP_DELETED">Silindi</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">Silinsin?</text>
-    <text id="IDS_COM_BODY_VIDEOS">Video</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Slaydşou intervalı</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Slyd nmyşi</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">Aktivləşdirmə</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">Ad yoxdur</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Albom adı artıq ist.edilir</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">Elementlər yoxdur</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 saniyə</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">Artıq var</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">Sayrışmaq</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">Təkrar et</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">Hamısını seç</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">Video pleyer</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">Saniyələr</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Artıq mövcuddur. Üzərindən yazılsın?</text>
+    <text id="IDS_COM_POP_DELETING">Silinmə</text>
+    <text id="IDS_COM_POP_DONE">Yerinə yetirildi</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 saniyə</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Kamera çarxı</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">Təkrar et</text>
+    <text id="IDS_COM_POP_SAVED">Yaddaşa yazıldı</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">Seç</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">Təsadüfi sıralama</text>
+    <text id="IDS_COM_POP_MOVING">Göndərilmə...</text>
     <text id="IDS_COM_POP_MOVING_FAILED">Keçmə alınmadı</text>
+    <text id="IDS_COM_BODY_VIDEOS">Video</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">Tamamlandı</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Hamsnı seç</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">Bütün albomlar</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 saniyə</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Simvolların sayı maksimuma (%d) çatıb</text>
-    <text id="IDS_IV_OPT_ZOOM">Yaxınlaşdırma/uzaqlaşdırma</text>
-    <text id="IDS_COM_BODY_GALLERY">Qalereya</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 saniyə</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">Seç</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Yenidən adlandırmaq mümkün deyildir</text>
-    <text id="IDS_COM_BODY_VIDEO">Video</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Yenidən adlandırmaq mümkün deyil. Albom adı artıq istifadə edilir</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">Yarımbaşlıqlar</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Slayd göstərmə</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">Yükləmələr</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Qovluq yaradılsın?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">Adı dəyişdir</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">Slayd</text>
     <text id="IDS_COM_BODY_MOVE">Göndər</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Silmək mümkün deyil</text>
     <text id="IDS_IV_BODY_INTERVAL">İnterval</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">Tamamlandı</text>
-    <text id="IDS_COM_POP_DELETE_Q">Silinsin?</text>
-    <text id="IDS_COM_BODY_EDIT">Redaktə et</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Simvolların sayı maksimuma (%d) çatıb</text>
-    <text id="IDS_COM_SK_DONE">Bitdi</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">Artıq var</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Albom yaradın</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">Elementlər yoxdur</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">Sayrışmaq</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">Yaddaşa yazmaq mümkün olmadı</text>
 </string_table>
index 9b2bfbf..aadb4a0 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">Достигнат максимален брой знаци</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Слайдшоу</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">Избери всички</text>
+    <text id="IDS_COM_POP_DELETE_Q">Изтриване?</text>
+    <text id="IDS_COM_BODY_EDIT">Редактиране</text>
+    <text id="IDS_COM_BODY_MESSAGE">Съобщение</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">Обработване...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">Изтеглени файлове</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Име на албума вече се изп.</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 секунди</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">Активиране</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 секунди</text>
+    <text id="IDS_COM_BODY_MESSAGES">Съобщения</text>
+    <text id="IDS_COM_SK_DONE">Готово</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Не може да се преименува</text>
+    <text id="IDS_COM_BODY_EMAIL">Email</text>
+    <text id="IDS_COM_POP_MOVED">Преместено</text>
+    <text id="IDS_COM_POP_CANCEL">Отказ</text>
+    <text id="IDS_COM_BODY_SELECTED">Избрани</text>
     <text id="IDS_COM_BODY_DELETE">Изтриване</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Албуми</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">Субтитри</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">Отказ</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Достигнат е максималният брой знаци (%d)</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Достигнат е максималният брой знаци (%d)</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Слайдшоу</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">Слайд</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s вече съществува</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Материал камера</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Създаване на албум</text>
+    <text id="IDS_COM_BODY_LOADING">Зареждане</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Албуми</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Не може да се преименува. Името на албума вече се използва</text>
+    <text id="IDS_COM_POP_SAVING_ING">Запазване</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">Операцията е неуспешна</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">Ефект на преход</text>
-    <text id="IDS_COM_POP_CANCEL">Отказ</text>
+    <text id="IDS_COM_BODY_MUSIC">Музика</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Създаване на папка?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">Неуспешно изтриване</text>
+    <text id="IDS_COM_BODY_VIDEO">Видеоклип</text>
+    <text id="IDS_IV_OPT_ZOOM">Зум</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">Ирис</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Вече съществува. Презапис?</text>
-    <text id="IDS_COM_BODY_EMAIL">Email</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Невъзможно изтриване</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Изб.всички</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Интервал на слайдшоуто</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">Видео плейър</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">секунди</text>
     <text id="IDS_EBOOK_BODY_PAGE">Страница</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">Неуспешно изтриване</text>
-    <text id="IDS_COM_BODY_SELECTED">Избрани</text>
-    <text id="IDS_COM_BODY_MUSIC">Музика</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 секунди</text>
+    <text id="IDS_COM_BODY_GALLERY">Галерия</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">Без име</text>
+    <text id="IDS_COM_BODY_IMAGES">Изображения</text>
     <text id="IDS_MEDIABR_BODY_FADE">Избледняване</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 секунди</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">Операцията е неуспешна</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">Разбъркано</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">Отказ</text>
     <text id="IDS_COM_HEADER_EDIT">Редактиране</text>
-    <text id="IDS_COM_BODY_IMAGES">Изображения</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 секунди</text>
+    <text id="IDS_COM_POP_DELETED">Изтрито</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">Премахване?</text>
-    <text id="IDS_COM_BODY_VIDEOS">Видеоклипове</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Интервал на слайдшоуто</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Слайдшоу</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">Активиране</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">Без име</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Име на албума вече се изп.</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">Няма елементи</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 секунди</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">Вече съществува</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">Щори</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">Повтаряне</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">Избери всички</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">Видео плейър</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">секунди</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Вече съществува. Презапис?</text>
+    <text id="IDS_COM_POP_DELETING">Изтриване...</text>
+    <text id="IDS_COM_POP_DONE">Готово</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 секунди</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Материал камера</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">Повтаряне</text>
+    <text id="IDS_COM_POP_SAVED">Записан</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">Размиване</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">Разбъркано</text>
+    <text id="IDS_COM_POP_MOVING">Преместване</text>
     <text id="IDS_COM_POP_MOVING_FAILED">Неуспешно преместване</text>
+    <text id="IDS_COM_BODY_VIDEOS">Видеоклипове</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">Завършено</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Изб.всички</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">Всички албуми</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 секунди</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Достигнат е максималният брой знаци (%d)</text>
-    <text id="IDS_IV_OPT_ZOOM">Зум</text>
-    <text id="IDS_COM_BODY_GALLERY">Галерия</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 секунди</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">Размиване</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Не може да се преименува</text>
-    <text id="IDS_COM_BODY_VIDEO">Видеоклип</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Не може да се преименува. Името на албума вече се използва</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">Субтитри</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Слайдшоу</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">Изтеглени файлове</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Създаване на папка?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">Промяна на име</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">Слайд</text>
     <text id="IDS_COM_BODY_MOVE">Премести</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Невъзможно изтриване</text>
     <text id="IDS_IV_BODY_INTERVAL">Интервал</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">Завършено</text>
-    <text id="IDS_COM_POP_DELETE_Q">Изтриване?</text>
-    <text id="IDS_COM_BODY_EDIT">Редактиране</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Достигнат е максималният брой знаци (%d)</text>
-    <text id="IDS_COM_SK_DONE">Готово</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">Вече съществува</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Създаване на албум</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">Няма елементи</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">Щори</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">Запазване неуспешно</text>
 </string_table>
index a031be6..0cdf600 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">S'ha assolit el nombre màxim de caràcters</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Presentació de diapositives</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">Seleccioni-ho tot</text>
+    <text id="IDS_COM_POP_DELETE_Q">Esborrar?</text>
+    <text id="IDS_COM_BODY_EDIT">Editar</text>
+    <text id="IDS_COM_BODY_MESSAGE">Missatge</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">S'està processant...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">Descàrregues</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Nom d'àlbum ja en ús</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 segons</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">Activació</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 segons</text>
+    <text id="IDS_COM_BODY_MESSAGES">Missatges</text>
+    <text id="IDS_COM_SK_DONE">Finalit.</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">No es pot canviar nom</text>
+    <text id="IDS_COM_BODY_EMAIL">Correu electrònic</text>
+    <text id="IDS_COM_POP_MOVED">Mogut</text>
+    <text id="IDS_COM_POP_CANCEL">Cancel·lar</text>
+    <text id="IDS_COM_BODY_SELECTED">Seleccionat</text>
     <text id="IDS_COM_BODY_DELETE">Esborrar</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Àlbums</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">Subtítols</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">Cancel·lar</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">S'ha assolit el nombre màxim de caràcters (%d)</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">S'ha assolit el nombre màxim de caràcters (%d)</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Diaposit</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">Diapositiva</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s ja existeix</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Rodet càmera</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Crear àlbum</text>
+    <text id="IDS_COM_BODY_LOADING">Carregant...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Àlbums</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">No es pot canviar el nom. El nom d'àlbum ja està en ús</text>
+    <text id="IDS_COM_POP_SAVING_ING">Desant...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">Operació fallida</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">Efecte de transició</text>
-    <text id="IDS_COM_POP_CANCEL">Cancel·lar</text>
+    <text id="IDS_COM_BODY_MUSIC">Música</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Crear carpeta?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">Error en esborrar</text>
+    <text id="IDS_COM_BODY_VIDEO">Vídeo</text>
+    <text id="IDS_IV_OPT_ZOOM">Zoom</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">Iris</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Ja existeix. Sobreescriure?</text>
-    <text id="IDS_COM_BODY_EMAIL">Correu electrònic</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">No es pot esborrar</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Selec tot</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Interval de la presentació de diapositives</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">Reproductor de vídeo</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">segons</text>
     <text id="IDS_EBOOK_BODY_PAGE">Pàgina</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">Error en esborrar</text>
-    <text id="IDS_COM_BODY_SELECTED">Seleccionat</text>
-    <text id="IDS_COM_BODY_MUSIC">Música</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 segons</text>
+    <text id="IDS_COM_BODY_GALLERY">Galeria</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">Sense nom</text>
+    <text id="IDS_COM_BODY_IMAGES">Imatges</text>
     <text id="IDS_MEDIABR_BODY_FADE">Perdre intensitat</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 segons</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">Operació fallida</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">Ordre aleatori</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">Cancel·lar</text>
     <text id="IDS_COM_HEADER_EDIT">Editar</text>
-    <text id="IDS_COM_BODY_IMAGES">Imatges</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 segons</text>
+    <text id="IDS_COM_POP_DELETED">Esborrat</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">Eliminar?</text>
-    <text id="IDS_COM_BODY_VIDEOS">Vídeos</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Interval de la presentació de diapositives</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Diaposit</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">Activació</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">Sense nom</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Nom d'àlbum ja en ús</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">No hi ha elements</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 segons</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">Ja existeix</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">Persiana</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">Repetir</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">Seleccioni-ho tot</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">Reproductor de vídeo</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">segons</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Ja existeix. Sobreescriure?</text>
+    <text id="IDS_COM_POP_DELETING">Esborrant...</text>
+    <text id="IDS_COM_POP_DONE">Finalitzat</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 segons</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Rodet càmera</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">Repetir</text>
+    <text id="IDS_COM_POP_SAVED">Desat</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">Dissoldre</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">Ordre aleatori</text>
+    <text id="IDS_COM_POP_MOVING">Movent...</text>
     <text id="IDS_COM_POP_MOVING_FAILED">Error en moure</text>
+    <text id="IDS_COM_BODY_VIDEOS">Vídeos</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">Completat</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Selec tot</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">Tots els àlbums</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 segons</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">S'ha assolit el nombre màxim de caràcters (%d)</text>
-    <text id="IDS_IV_OPT_ZOOM">Zoom</text>
-    <text id="IDS_COM_BODY_GALLERY">Galeria</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 segons</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">Dissoldre</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">No es pot canviar nom</text>
-    <text id="IDS_COM_BODY_VIDEO">Vídeo</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">No es pot canviar el nom. El nom d'àlbum ja està en ús</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">Subtítols</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Presentació de diapositives</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">Descàrregues</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Crear carpeta?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">Canviar nom</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">Diapositiva</text>
     <text id="IDS_COM_BODY_MOVE">Moure</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">No es pot esborrar</text>
     <text id="IDS_IV_BODY_INTERVAL">Interval</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">Completat</text>
-    <text id="IDS_COM_POP_DELETE_Q">Esborrar?</text>
-    <text id="IDS_COM_BODY_EDIT">Editar</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">S'ha assolit el nombre màxim de caràcters (%d)</text>
-    <text id="IDS_COM_SK_DONE">Finalit.</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">Ja existeix</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Crear àlbum</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">No hi ha elements</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">Persiana</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">Error en desar</text>
 </string_table>
index 481fbcc..8a77237 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">Bylo dosaženo maximálního počtu znaků</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Prezentace</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">Vybrat vše</text>
+    <text id="IDS_COM_POP_DELETE_Q">Odstranit?</text>
+    <text id="IDS_COM_BODY_EDIT">Upravit</text>
+    <text id="IDS_COM_BODY_MESSAGE">Zpráva</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">Probíhá zpracování...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">Stažené položky</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Název alba je již použit</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 sekund</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">Aktivace</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 sekund</text>
+    <text id="IDS_COM_BODY_MESSAGES">Zprávy</text>
+    <text id="IDS_COM_SK_DONE">Hotovo</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Nelze přejmenovat</text>
+    <text id="IDS_COM_BODY_EMAIL">E-mail</text>
+    <text id="IDS_COM_POP_MOVED">Přesunuto</text>
+    <text id="IDS_COM_POP_CANCEL">Zrušit</text>
+    <text id="IDS_COM_BODY_SELECTED">Vybráno</text>
     <text id="IDS_COM_BODY_DELETE">Odstranit</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Alba</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">Titulky</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">Zrušit</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Bylo dosaženo maximálního počtu znaků (%d)</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Bylo dosaženo maximálního počtu znaků (%d)</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Prezent.</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">Sklouznutí</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s již existuje</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Soubory z fot.</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Vytvořit album</text>
+    <text id="IDS_COM_BODY_LOADING">Nahrávám...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Alba</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Nelze přejmenovat. Název alba je již použit</text>
+    <text id="IDS_COM_POP_SAVING_ING">Ukládání...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">Otevření se nezdařilo</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">Přechodový efekt</text>
-    <text id="IDS_COM_POP_CANCEL">Zrušit</text>
+    <text id="IDS_COM_BODY_MUSIC">Hudba</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Chcete vytvořit složku?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">Odstranění se nezdařilo</text>
+    <text id="IDS_COM_BODY_VIDEO">Video</text>
+    <text id="IDS_IV_OPT_ZOOM">Přiblížení</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">Duha</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Již existuje. Přepsat?</text>
-    <text id="IDS_COM_BODY_EMAIL">E-mail</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Nelze odstranit</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Vybrat vše</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Interval prezentace</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">Videopřeh.</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">sekundy</text>
     <text id="IDS_EBOOK_BODY_PAGE">Stránka</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">Odstranění se nezdařilo</text>
-    <text id="IDS_COM_BODY_SELECTED">Vybráno</text>
-    <text id="IDS_COM_BODY_MUSIC">Hudba</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 sekund</text>
+    <text id="IDS_COM_BODY_GALLERY">Galerie</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">Žádný název</text>
+    <text id="IDS_COM_BODY_IMAGES">Obrázky</text>
     <text id="IDS_MEDIABR_BODY_FADE">Zvolna mizet</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 sekund</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">Otevření se nezdařilo</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">Náhodně</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">Zrušit</text>
     <text id="IDS_COM_HEADER_EDIT">Upravit</text>
-    <text id="IDS_COM_BODY_IMAGES">Obrázky</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 sekund</text>
+    <text id="IDS_COM_POP_DELETED">Odstraněno</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">Odstranit?</text>
-    <text id="IDS_COM_BODY_VIDEOS">Videa</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Interval prezentace</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Prezent.</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">Aktivace</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">Žádný název</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Název alba je již použit</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">Žádné položky</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 sekund</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">Již existuje</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">Roleta</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">Opakovat</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">Vybrat vše</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">Videopřeh.</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">sekundy</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Již existuje. Přepsat?</text>
+    <text id="IDS_COM_POP_DELETING">Odstraňování...</text>
+    <text id="IDS_COM_POP_DONE">Hotovo</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 sekundy</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Soubory z fot.</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">Opakovat</text>
+    <text id="IDS_COM_POP_SAVED">Uloženo</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">Rozplynout</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">Náhodně</text>
+    <text id="IDS_COM_POP_MOVING">Probíhá přesouvání</text>
     <text id="IDS_COM_POP_MOVING_FAILED">Přesunutí se nezdařilo</text>
+    <text id="IDS_COM_BODY_VIDEOS">Videa</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">Dokončeno</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Vybrat vše</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">Všechna alba</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 sekund</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Bylo dosaženo maximálního počtu znaků (%d)</text>
-    <text id="IDS_IV_OPT_ZOOM">Přiblížení</text>
-    <text id="IDS_COM_BODY_GALLERY">Galerie</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 sekund</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">Rozplynout</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Nelze přejmenovat</text>
-    <text id="IDS_COM_BODY_VIDEO">Video</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Nelze přejmenovat. Název alba je již použit</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">Titulky</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Prezentace</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">Stažené položky</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Chcete vytvořit složku?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">Změnit název</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">Sklouznutí</text>
     <text id="IDS_COM_BODY_MOVE">Přesunout</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Nelze odstranit</text>
     <text id="IDS_IV_BODY_INTERVAL">Interval</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">Dokončeno</text>
-    <text id="IDS_COM_POP_DELETE_Q">Odstranit?</text>
-    <text id="IDS_COM_BODY_EDIT">Upravit</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Bylo dosaženo maximálního počtu znaků (%d)</text>
-    <text id="IDS_COM_SK_DONE">Hotovo</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">Již existuje</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Vytvořit album</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">Žádné položky</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">Roleta</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">Uložení se nezdařilo</text>
 </string_table>
index f6acc35..4789886 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">Det maksimale antal tegn er nået</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Diasshow</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">Vælg alle</text>
+    <text id="IDS_COM_POP_DELETE_Q">Slet?</text>
+    <text id="IDS_COM_BODY_EDIT">Redigér</text>
+    <text id="IDS_COM_BODY_MESSAGE">Meddelelse</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">Arbejder...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">Downloads</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Albumnavn allerede i brug</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 sekunder</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">Aktivering</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 sekunder</text>
+    <text id="IDS_COM_BODY_MESSAGES">Meddelelser</text>
+    <text id="IDS_COM_SK_DONE">Udført</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Kunne ikke omdøbe</text>
+    <text id="IDS_COM_BODY_EMAIL">E-mail</text>
+    <text id="IDS_COM_POP_MOVED">Flyttet</text>
+    <text id="IDS_COM_POP_CANCEL">Annullér</text>
+    <text id="IDS_COM_BODY_SELECTED">Valgte</text>
     <text id="IDS_COM_BODY_DELETE">Slet</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albums</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">Undertekster</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">Annullér</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Det maksimale antal tegn (%d) er nået</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Det maksimale antal tegn (%d) er nået</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Diasshow</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">Dias</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s eksisterer allerede</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Kamerarolle</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Opret album</text>
+    <text id="IDS_COM_BODY_LOADING">Indlæser data ...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albums</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Kan ikke omdøbe. Albumnavn allerede i brug</text>
+    <text id="IDS_COM_POP_SAVING_ING">Gemmer...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">Handlingen mislykkedes</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">Overgangseffekt</text>
-    <text id="IDS_COM_POP_CANCEL">Annullér</text>
+    <text id="IDS_COM_BODY_MUSIC">Musik</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Opret mappe?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">Sletning mislykkedes</text>
+    <text id="IDS_COM_BODY_VIDEO">Videoklip</text>
+    <text id="IDS_IV_OPT_ZOOM">Zoom</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">Iris</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Findes allerede. Vil du overskrive?</text>
-    <text id="IDS_COM_BODY_EMAIL">E-mail</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Kunne ikke slette</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Vælg alle</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Interval for diasshow</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">Videoafspiller</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">sekunder</text>
     <text id="IDS_EBOOK_BODY_PAGE">Side</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">Sletning mislykkedes</text>
-    <text id="IDS_COM_BODY_SELECTED">Valgte</text>
-    <text id="IDS_COM_BODY_MUSIC">Musik</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 sekunder</text>
+    <text id="IDS_COM_BODY_GALLERY">Galleri</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">Intet navn</text>
+    <text id="IDS_COM_BODY_IMAGES">Billeder</text>
     <text id="IDS_MEDIABR_BODY_FADE">Tone ud</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 sekunder</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">Handlingen mislykkedes</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">Bland</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">Annullér</text>
     <text id="IDS_COM_HEADER_EDIT">Redigér</text>
-    <text id="IDS_COM_BODY_IMAGES">Billeder</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 sekunder</text>
+    <text id="IDS_COM_POP_DELETED">Slettet</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">Fjern?</text>
-    <text id="IDS_COM_BODY_VIDEOS">Videoklip</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Interval for diasshow</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Diasshow</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">Aktivering</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">Intet navn</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Albumnavn allerede i brug</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">Ingen elementer</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 sekunder</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">Findes allerede</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">Afblænd</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">Gentag</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">Vælg alle</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">Videoafspiller</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">sekunder</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Findes allerede. Vil du overskrive?</text>
+    <text id="IDS_COM_POP_DELETING">Sletter ...</text>
+    <text id="IDS_COM_POP_DONE">Udført</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 sekunder</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Kamerarolle</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">Gentag</text>
+    <text id="IDS_COM_POP_SAVED">Gemt</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">Opløs</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">Bland</text>
+    <text id="IDS_COM_POP_MOVING">Flytter ...</text>
     <text id="IDS_COM_POP_MOVING_FAILED">Flytning mislykkedes</text>
+    <text id="IDS_COM_BODY_VIDEOS">Videoklip</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">Udført</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Vælg alle</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">Alle album</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 sekunder</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Det maksimale antal tegn (%d) er nået</text>
-    <text id="IDS_IV_OPT_ZOOM">Zoom</text>
-    <text id="IDS_COM_BODY_GALLERY">Galleri</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 sekunder</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">Opløs</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Kunne ikke omdøbe</text>
-    <text id="IDS_COM_BODY_VIDEO">Videoklip</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Kan ikke omdøbe. Albumnavn allerede i brug</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">Undertekster</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Diasshow</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">Downloads</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Opret mappe?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">Skift navn</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">Dias</text>
     <text id="IDS_COM_BODY_MOVE">Flyt</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Kunne ikke slette</text>
     <text id="IDS_IV_BODY_INTERVAL">Interval</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">Udført</text>
-    <text id="IDS_COM_POP_DELETE_Q">Slet?</text>
-    <text id="IDS_COM_BODY_EDIT">Redigér</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Det maksimale antal tegn (%d) er nået</text>
-    <text id="IDS_COM_SK_DONE">Udført</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">Findes allerede</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Opret album</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">Ingen elementer</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">Afblænd</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">Kunne ikke gemme</text>
 </string_table>
index 53657d0..a6b78f5 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">Maximal zulässige Zeichenanzahl erreicht.</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Diashow</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">Alle auswählen</text>
+    <text id="IDS_COM_POP_DELETE_Q">Löschen?</text>
+    <text id="IDS_COM_BODY_EDIT">Bearbeiten</text>
+    <text id="IDS_COM_BODY_MESSAGE">Nachricht</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">Wird verarbeitet...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">Downloads</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Albumn. wird bereits verw.</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 Sekunden</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">Aktivierung</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 Sekunden</text>
+    <text id="IDS_COM_BODY_MESSAGES">Nachrichten</text>
+    <text id="IDS_COM_SK_DONE">OK</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Umbenennen nicht möglich</text>
+    <text id="IDS_COM_BODY_EMAIL">E-Mail</text>
+    <text id="IDS_COM_POP_MOVED">Verschoben</text>
+    <text id="IDS_COM_POP_CANCEL">Abbrechen</text>
+    <text id="IDS_COM_BODY_SELECTED">Ausgewählt</text>
     <text id="IDS_COM_BODY_DELETE">Löschen</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Alben</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">Untertitel</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">Abbrechen</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Maximale Anzahl an Zeichen (%d) erreicht.</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Maximale Anzahl an Zeichen (%d) erreicht.</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Diashow</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">Gleiten</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s ist bereits vorhanden</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Filmrolle</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Album erstellen</text>
+    <text id="IDS_COM_BODY_LOADING">Lädt...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Alben</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Umbenennen nicht möglich. Albumname wird bereits verwendet</text>
+    <text id="IDS_COM_POP_SAVING_ING">Speichern...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">Vorgang fehlgeschlagen</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">Übergangseffekt</text>
-    <text id="IDS_COM_POP_CANCEL">Abbrechen</text>
+    <text id="IDS_COM_BODY_MUSIC">Musik</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Ordner erstellen?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">Löschen fehlgeschlagen</text>
+    <text id="IDS_COM_BODY_VIDEO">Video</text>
+    <text id="IDS_IV_OPT_ZOOM">Zoom</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">Iris</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Bereits vorhanden. Überschreiben?</text>
-    <text id="IDS_COM_BODY_EMAIL">E-Mail</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Kann nicht gelöscht werden</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Alle ausw.</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Diashowintervall</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">Video-Player</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">Sekunden</text>
     <text id="IDS_EBOOK_BODY_PAGE">Seite</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">Löschen fehlgeschlagen</text>
-    <text id="IDS_COM_BODY_SELECTED">Ausgewählt</text>
-    <text id="IDS_COM_BODY_MUSIC">Musik</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 Sekunden</text>
+    <text id="IDS_COM_BODY_GALLERY">Galerie</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">Kein Name</text>
+    <text id="IDS_COM_BODY_IMAGES">Eigene Bilder</text>
     <text id="IDS_MEDIABR_BODY_FADE">Ausblenden</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 Sekunden</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">Vorgang fehlgeschlagen</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">Zufallswiedergabe</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">Abbrechen</text>
     <text id="IDS_COM_HEADER_EDIT">Bearbeiten</text>
-    <text id="IDS_COM_BODY_IMAGES">Eigene Bilder</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 Sekunden</text>
+    <text id="IDS_COM_POP_DELETED">Gelöscht</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">Entfernen?</text>
-    <text id="IDS_COM_BODY_VIDEOS">Videos</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Diashowintervall</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Diashow</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">Aktivierung</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">Kein Name</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Albumn. wird bereits verw.</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">Keine Elemente</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 Sekunden</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">Bereits vorhanden</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">Blenden</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">Wiederholen</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">Alle auswählen</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">Video-Player</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">Sekunden</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Bereits vorhanden. Überschreiben?</text>
+    <text id="IDS_COM_POP_DELETING">Löschen...</text>
+    <text id="IDS_COM_POP_DONE">OK</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 Sekunden</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Filmrolle</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">Wiederholen</text>
+    <text id="IDS_COM_POP_SAVED">Gespeichert</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">Auflösen</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">Zufallswiedergabe</text>
+    <text id="IDS_COM_POP_MOVING">Verschiebevorgang aktiv...</text>
     <text id="IDS_COM_POP_MOVING_FAILED">Verschieben fehlgeschlagen</text>
+    <text id="IDS_COM_BODY_VIDEOS">Videos</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">Abgeschlossen</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Alle ausw.</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">Alle Alben</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 Sekunden</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Maximale Anzahl an Zeichen (%d) erreicht.</text>
-    <text id="IDS_IV_OPT_ZOOM">Zoom</text>
-    <text id="IDS_COM_BODY_GALLERY">Galerie</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 Sekunden</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">Auflösen</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Umbenennen nicht möglich</text>
-    <text id="IDS_COM_BODY_VIDEO">Video</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Umbenennen nicht möglich. Albumname wird bereits verwendet</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">Untertitel</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Diashow</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">Downloads</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Ordner erstellen?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">Name ändern</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">Gleiten</text>
     <text id="IDS_COM_BODY_MOVE">Verschieben</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Kann nicht gelöscht werden</text>
     <text id="IDS_IV_BODY_INTERVAL">Intervall</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">Abgeschlossen</text>
-    <text id="IDS_COM_POP_DELETE_Q">Löschen?</text>
-    <text id="IDS_COM_BODY_EDIT">Bearbeiten</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Maximale Anzahl an Zeichen (%d) erreicht.</text>
-    <text id="IDS_COM_SK_DONE">OK</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">Bereits vorhanden</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Album erstellen</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">Keine Elemente</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">Blenden</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">Speichern fehlgeschlagen</text>
 </string_table>
index a38ebaa..0eba217 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">Ο μέγιστος αριθμός χαρακτήρων συμπληρώθηκε</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Παρουσίαση</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">Επιλογή όλων</text>
+    <text id="IDS_COM_POP_DELETE_Q">Διαγραφή;</text>
+    <text id="IDS_COM_BODY_EDIT">Επεξεργασία</text>
+    <text id="IDS_COM_BODY_MESSAGE">Μήνυμα</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">Επεξεργασία...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">Λήψεις</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Το όνομα άλμπουμ χρησ. ήδη</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 δευτερόλεπτα</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">Ενεργοποίηση</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 δευτερόλεπτα</text>
+    <text id="IDS_COM_BODY_MESSAGES">Μηνύματα</text>
+    <text id="IDS_COM_SK_DONE">Ok</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Δεν είναι δυνατή η μετονομασία</text>
+    <text id="IDS_COM_BODY_EMAIL">Email</text>
+    <text id="IDS_COM_POP_MOVED">Μετακινήθηκε</text>
+    <text id="IDS_COM_POP_CANCEL">Ακύρωση</text>
+    <text id="IDS_COM_BODY_SELECTED">Επιλεγμένο</text>
     <text id="IDS_COM_BODY_DELETE">Διαγραφή</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Άλμπουμ</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">Υπότιτλοι</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">Ακύρωση</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Συμπληρώθηκε ο μέγιστος αριθμός χαρακτήρων (%d)</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Συμπληρώθηκε ο μέγιστος αριθμός χαρακτήρων (%d)</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Παρ/σίαση</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">Διαφάνεια</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">Το αρχείο %s υπάρχει ήδη</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Λήψεις με κάμερα</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Δημιουργία άλμπουμ</text>
+    <text id="IDS_COM_BODY_LOADING">Φόρτωση...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Άλμπουμ</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Δεν είναι δυνατή η μετονομασία. To όνομα άλμπουμ χρησιμοποιείται ήδη</text>
+    <text id="IDS_COM_POP_SAVING_ING">Aποθήκευση...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">Λειτουργία απέτυχε</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">Εφέ μετάβασης</text>
-    <text id="IDS_COM_POP_CANCEL">Ακύρωση</text>
+    <text id="IDS_COM_BODY_MUSIC">Μουσική</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Δημιουργία φακέλου;</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">Αποτυχία διαγραφής</text>
+    <text id="IDS_COM_BODY_VIDEO">Προσθήκη βίντεο</text>
+    <text id="IDS_IV_OPT_ZOOM">Ζουμ</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">Ίριδα</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Υπάρχει ήδη. Αντικατάσταση;</text>
-    <text id="IDS_COM_BODY_EMAIL">Email</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Δεν είναι δυνατή η διαγραφή</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Επιλ. όλων</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Διάστημα παρουσίασης</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">Αναπαραγωγή Βίντεο</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">δευτ.</text>
     <text id="IDS_EBOOK_BODY_PAGE">Σελίδα</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">Αποτυχία διαγραφής</text>
-    <text id="IDS_COM_BODY_SELECTED">Επιλεγμένο</text>
-    <text id="IDS_COM_BODY_MUSIC">Μουσική</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 δευτερόλεπτα</text>
+    <text id="IDS_COM_BODY_GALLERY">Συλλογή</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">Κανένα όνομα</text>
+    <text id="IDS_COM_BODY_IMAGES">Εικόνες</text>
     <text id="IDS_MEDIABR_BODY_FADE">Σταδιακή εμφάνιση</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 δευτερόλεπτα</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">Λειτουργία απέτυχε</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">Τυχαία σειρά</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">Ακύρωση</text>
     <text id="IDS_COM_HEADER_EDIT">Επεξεργασία</text>
-    <text id="IDS_COM_BODY_IMAGES">Εικόνες</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 δευτερόλεπτα</text>
+    <text id="IDS_COM_POP_DELETED">Διαγράφηκε</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">Αφαίρεση;</text>
-    <text id="IDS_COM_BODY_VIDEOS">Βίντεο</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Διάστημα παρουσίασης</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Παρ/σίαση</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">Ενεργοποίηση</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">Κανένα όνομα</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Το όνομα άλμπουμ χρησ. ήδη</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">Κανένα στοιχείο</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 δευτερόλεπτα</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">Υπάρχει ήδη</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">Ρολό</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">Επανάληψη</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">Επιλογή όλων</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">Αναπαραγωγή Βίντεο</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">δευτ.</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Υπάρχει ήδη. Αντικατάσταση;</text>
+    <text id="IDS_COM_POP_DELETING">Διαγραφή...</text>
+    <text id="IDS_COM_POP_DONE">Τέλος</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 δευτερόλεπτα</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Λήψεις με κάμερα</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">Επανάληψη</text>
+    <text id="IDS_COM_POP_SAVED">Αποθηκεύτηκε</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">Αποσύνθεση</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">Τυχαία σειρά</text>
+    <text id="IDS_COM_POP_MOVING">Μετακίνηση...</text>
     <text id="IDS_COM_POP_MOVING_FAILED">Αποτυχία μετακίνησης</text>
+    <text id="IDS_COM_BODY_VIDEOS">Βίντεο</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">Ολοκληρώθηκε</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Επιλ. όλων</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">Όλα τα άλμπουμ</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 δευτερόλεπτα</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Συμπληρώθηκε ο μέγιστος αριθμός χαρακτήρων (%d)</text>
-    <text id="IDS_IV_OPT_ZOOM">Ζουμ</text>
-    <text id="IDS_COM_BODY_GALLERY">Συλλογή</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 δευτερόλεπτα</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">Αποσύνθεση</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Δεν είναι δυνατή η μετονομασία</text>
-    <text id="IDS_COM_BODY_VIDEO">Προσθήκη βίντεο</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Δεν είναι δυνατή η μετονομασία. To όνομα άλμπουμ χρησιμοποιείται ήδη</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">Υπότιτλοι</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Παρουσίαση</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">Λήψεις</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Δημιουργία φακέλου;</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">Αλλαγή ονόματος</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">Διαφάνεια</text>
     <text id="IDS_COM_BODY_MOVE">Μετακίνηση</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Δεν είναι δυνατή η διαγραφή</text>
     <text id="IDS_IV_BODY_INTERVAL">Διάστημα</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">Ολοκληρώθηκε</text>
-    <text id="IDS_COM_POP_DELETE_Q">Διαγραφή;</text>
-    <text id="IDS_COM_BODY_EDIT">Επεξεργασία</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Συμπληρώθηκε ο μέγιστος αριθμός χαρακτήρων (%d)</text>
-    <text id="IDS_COM_SK_DONE">Ok</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">Υπάρχει ήδη</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Δημιουργία άλμπουμ</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">Κανένα στοιχείο</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">Ρολό</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">Αποτυχία αποθήκευσης</text>
 </string_table>
index 5588221..b92e76c 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">Maximum number of characters reached</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Slide show</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">Select all</text>
+    <text id="IDS_COM_POP_DELETE_Q">Delete?</text>
+    <text id="IDS_COM_BODY_EDIT">Edit</text>
+    <text id="IDS_COM_BODY_MESSAGE">Message</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">Processing...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">Downloads</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Album name already in use</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 seconds</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">Activation</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 seconds</text>
+    <text id="IDS_COM_BODY_MESSAGES">Messages</text>
+    <text id="IDS_COM_SK_DONE">Done</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Unable to rename</text>
+    <text id="IDS_COM_BODY_EMAIL">Email</text>
+    <text id="IDS_COM_POP_MOVED">Moved</text>
+    <text id="IDS_COM_POP_CANCEL">Cancel</text>
+    <text id="IDS_COM_BODY_SELECTED">Selected</text>
     <text id="IDS_COM_BODY_DELETE">Delete</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albums</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">Subtitles</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">Cancel</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Maximum number of characters (%d) reached</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Maximum number of characters (%d) reached</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Slide show</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">Slide</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s already exists</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Camera roll</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Create album</text>
+    <text id="IDS_COM_BODY_LOADING">Loading...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albums</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Unable to rename. Album name already in use.</text>
+    <text id="IDS_COM_POP_SAVING_ING">Saving...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">Operation failed</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">Transition effect</text>
-    <text id="IDS_COM_POP_CANCEL">Cancel</text>
+    <text id="IDS_COM_BODY_MUSIC">Music</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Create folder?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">Delete failed</text>
+    <text id="IDS_COM_BODY_VIDEO">Video</text>
+    <text id="IDS_IV_OPT_ZOOM">Zoom</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">Iris</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Already exists. Overwrite?</text>
-    <text id="IDS_COM_BODY_EMAIL">Email</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Unable to delete</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Select all</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Slideshow interval</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">Video Player</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">seconds</text>
     <text id="IDS_EBOOK_BODY_PAGE">Page</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">Delete failed</text>
-    <text id="IDS_COM_BODY_SELECTED">Selected</text>
-    <text id="IDS_COM_BODY_MUSIC">Music</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 seconds</text>
+    <text id="IDS_COM_BODY_GALLERY">Gallery</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">No name</text>
+    <text id="IDS_COM_BODY_IMAGES">Images</text>
     <text id="IDS_MEDIABR_BODY_FADE">Fade</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 seconds</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">Operation failed</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">Shuffle</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">Cancel</text>
     <text id="IDS_COM_HEADER_EDIT">Edit</text>
-    <text id="IDS_COM_BODY_IMAGES">Images</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 seconds</text>
+    <text id="IDS_COM_POP_DELETED">Deleted</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">Remove?</text>
-    <text id="IDS_COM_BODY_VIDEOS">Videos</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Slideshow interval</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Slide show</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">Activation</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">No name</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Album name already in use</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">No items</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 seconds</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">Already exists</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">Blind</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">Repeat</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">Select all</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">Video Player</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">seconds</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Already exists. Overwrite?</text>
+    <text id="IDS_COM_POP_DELETING">Deleting...</text>
+    <text id="IDS_COM_POP_DONE">Done</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 seconds</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Camera roll</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">Repeat</text>
+    <text id="IDS_COM_POP_SAVED">Saved</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">Dissolve</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">Shuffle</text>
+    <text id="IDS_COM_POP_MOVING">Moving...</text>
     <text id="IDS_COM_POP_MOVING_FAILED">Moving failed</text>
+    <text id="IDS_COM_BODY_VIDEOS">Videos</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">Completed</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Select all</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">All albums</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 seconds</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Maximum number of characters (%d) reached</text>
-    <text id="IDS_IV_OPT_ZOOM">Zoom</text>
-    <text id="IDS_COM_BODY_GALLERY">Gallery</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 seconds</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">Dissolve</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Unable to rename</text>
-    <text id="IDS_COM_BODY_VIDEO">Video</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Unable to rename. Album name already in use</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">Subtitles</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Slide show</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">Downloads</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Create folder?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">Change name</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">Slide</text>
     <text id="IDS_COM_BODY_MOVE">Move</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Unable to delete</text>
     <text id="IDS_IV_BODY_INTERVAL">Interval</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">Completed</text>
-    <text id="IDS_COM_POP_DELETE_Q">Delete?</text>
-    <text id="IDS_COM_BODY_EDIT">Edit</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Maximum number of characters (%d) reached</text>
-    <text id="IDS_COM_SK_DONE">Done</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">Already exists</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Create album</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">No items</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">Blind</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">Saving failed</text>
 </string_table>
index 5588221..8de9983 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">Maximum number of characters reached</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Slide show</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">Select all</text>
+    <text id="IDS_COM_POP_DELETE_Q">Delete?</text>
+    <text id="IDS_COM_BODY_EDIT">Edit</text>
+    <text id="IDS_COM_BODY_MESSAGE">Message</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">Processing...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">Downloads</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Album name already in use</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 seconds</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">Activation</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 seconds</text>
+    <text id="IDS_COM_BODY_MESSAGES">Messages</text>
+    <text id="IDS_COM_SK_DONE">Done</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Unable to rename</text>
+    <text id="IDS_COM_BODY_EMAIL">Email</text>
+    <text id="IDS_COM_POP_MOVED">Moved</text>
+    <text id="IDS_COM_POP_CANCEL">Cancel</text>
+    <text id="IDS_COM_BODY_SELECTED">Selected</text>
     <text id="IDS_COM_BODY_DELETE">Delete</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albums</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">Subtitles</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">Cancel</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Maximum number of characters (%d) reached</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Maximum number of characters (%d) reached</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Slide show</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">Slide</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s already exists</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Camera roll</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Create album</text>
+    <text id="IDS_COM_BODY_LOADING">Loading...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albums</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Unable to rename. Album name already in use</text>
+    <text id="IDS_COM_POP_SAVING_ING">Saving...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">Operation failed</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">Transition effect</text>
-    <text id="IDS_COM_POP_CANCEL">Cancel</text>
+    <text id="IDS_COM_BODY_MUSIC">Music</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Create folder?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">Delete failed</text>
+    <text id="IDS_COM_BODY_VIDEO">Video</text>
+    <text id="IDS_IV_OPT_ZOOM">Zoom</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">Iris</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Already exists. Overwrite?</text>
-    <text id="IDS_COM_BODY_EMAIL">Email</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Unable to delete</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Select all</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Slideshow interval</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">Video Player</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">seconds</text>
     <text id="IDS_EBOOK_BODY_PAGE">Page</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">Delete failed</text>
-    <text id="IDS_COM_BODY_SELECTED">Selected</text>
-    <text id="IDS_COM_BODY_MUSIC">Music</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 seconds</text>
+    <text id="IDS_COM_BODY_GALLERY">Gallery</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">No name</text>
+    <text id="IDS_COM_BODY_IMAGES">Images</text>
     <text id="IDS_MEDIABR_BODY_FADE">Fade</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 seconds</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">Operation failed</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">Shuffle</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">Cancel</text>
     <text id="IDS_COM_HEADER_EDIT">Edit</text>
-    <text id="IDS_COM_BODY_IMAGES">Images</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 seconds</text>
+    <text id="IDS_COM_POP_DELETED">Deleted</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">Remove?</text>
-    <text id="IDS_COM_BODY_VIDEOS">Videos</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Slideshow interval</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Slide show</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">Activation</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">No name</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Album name already in use</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">No items</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 seconds</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">Already exists</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">Blind</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">Repeat</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">Select all</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">Video Player</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">seconds</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Already exists. Overwrite?</text>
+    <text id="IDS_COM_POP_DELETING">Deleting...</text>
+    <text id="IDS_COM_POP_DONE">Done</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 seconds</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Camera roll</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">Repeat</text>
+    <text id="IDS_COM_POP_SAVED">Saved</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">Dissolve</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">Shuffle</text>
+    <text id="IDS_COM_POP_MOVING">Moving...</text>
     <text id="IDS_COM_POP_MOVING_FAILED">Moving failed</text>
+    <text id="IDS_COM_BODY_VIDEOS">Videos</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">Completed</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Select all</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">All albums</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 seconds</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Maximum number of characters (%d) reached</text>
-    <text id="IDS_IV_OPT_ZOOM">Zoom</text>
-    <text id="IDS_COM_BODY_GALLERY">Gallery</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 seconds</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">Dissolve</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Unable to rename</text>
-    <text id="IDS_COM_BODY_VIDEO">Video</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Unable to rename. Album name already in use</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">Subtitles</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Slide show</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">Downloads</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Create folder?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">Change name</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">Slide</text>
     <text id="IDS_COM_BODY_MOVE">Move</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Unable to delete</text>
     <text id="IDS_IV_BODY_INTERVAL">Interval</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">Completed</text>
-    <text id="IDS_COM_POP_DELETE_Q">Delete?</text>
-    <text id="IDS_COM_BODY_EDIT">Edit</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Maximum number of characters (%d) reached</text>
-    <text id="IDS_COM_SK_DONE">Done</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">Already exists</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Create album</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">No items</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">Blind</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">Saving failed</text>
 </string_table>
index ee937cf..6eb85df 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">Maximum number of characters reached</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Slide show</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">Select all</text>
+    <text id="IDS_COM_POP_DELETE_Q">Delete?</text>
+    <text id="IDS_COM_BODY_EDIT">Edit</text>
+    <text id="IDS_COM_BODY_MESSAGE">Message</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">Processing...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">Downloads</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Album name already in use</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 seconds</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">Activation</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 seconds</text>
+    <text id="IDS_COM_BODY_MESSAGES">Messages</text>
+    <text id="IDS_COM_SK_DONE">Done</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Unable to rename</text>
+    <text id="IDS_COM_BODY_EMAIL">Email</text>
+    <text id="IDS_COM_POP_MOVED">Moved</text>
+    <text id="IDS_COM_POP_CANCEL">Cancel</text>
+    <text id="IDS_COM_BODY_SELECTED">Selected</text>
     <text id="IDS_COM_BODY_DELETE">Delete</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albums</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">Subtitles</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">Cancel</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Maximum number of characters (%d) reached</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Maximum number of characters (%d) reached</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Slide show</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">Slide</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s already exists</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Camera roll</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Create album</text>
+    <text id="IDS_COM_BODY_LOADING">Loading...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albums</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Unable to rename. Album name already in use</text>
+    <text id="IDS_COM_POP_SAVING_ING">Saving...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">Operation failed</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">Transition effect</text>
-    <text id="IDS_COM_POP_CANCEL">Cancel</text>
+    <text id="IDS_COM_BODY_MUSIC">Music</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Create folder?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">Delete failed</text>
+    <text id="IDS_COM_BODY_VIDEO">Video</text>
+    <text id="IDS_IV_OPT_ZOOM">Zoom</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">Iris</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Already exists. Overwrite?</text>
-    <text id="IDS_COM_BODY_EMAIL">Email</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Unable to delete</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Select all</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Slideshow interval</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">Video Player</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">Seconds</text>
     <text id="IDS_EBOOK_BODY_PAGE">Page</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">Delete failed</text>
-    <text id="IDS_COM_BODY_SELECTED">Selected</text>
-    <text id="IDS_COM_BODY_MUSIC">Music</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 seconds</text>
+    <text id="IDS_COM_BODY_GALLERY">Gallery</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">No name</text>
+    <text id="IDS_COM_BODY_IMAGES">Images</text>
     <text id="IDS_MEDIABR_BODY_FADE">Fade</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 seconds</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">Operation failed</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">Shuffle</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">Cancel</text>
     <text id="IDS_COM_HEADER_EDIT">Edit</text>
-    <text id="IDS_COM_BODY_IMAGES">Images</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 seconds</text>
+    <text id="IDS_COM_POP_DELETED">Deleted</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">Delete?</text>
-    <text id="IDS_COM_BODY_VIDEOS">Videos</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Slideshow interval</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Slide show</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">Activation</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">No name</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Album name already in use</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">No items</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 seconds</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">Already exists</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">Blind</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">Repeat</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">Select all</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">Video Player</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">Seconds</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Already exists. Overwrite?</text>
+    <text id="IDS_COM_POP_DELETING">Deleting...</text>
+    <text id="IDS_COM_POP_DONE">Done</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 seconds</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Camera roll</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">Repeat</text>
+    <text id="IDS_COM_POP_SAVED">Saved</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">Dissolve</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">Shuffle</text>
+    <text id="IDS_COM_POP_MOVING">Moving...</text>
     <text id="IDS_COM_POP_MOVING_FAILED">Moving failed</text>
+    <text id="IDS_COM_BODY_VIDEOS">Videos</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">Completed</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Select all</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">All albums</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 seconds</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Maximum number of characters (%d) reached</text>
-    <text id="IDS_IV_OPT_ZOOM">Zoom</text>
-    <text id="IDS_COM_BODY_GALLERY">Gallery</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 seconds</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">Dissolve</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Unable to rename</text>
-    <text id="IDS_COM_BODY_VIDEO">Video</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Unable to rename. Album name already in use</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">Subtitles</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Slide show</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">Downloads</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Create folder?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">Change name</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">Slide</text>
     <text id="IDS_COM_BODY_MOVE">Move</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Unable to delete</text>
     <text id="IDS_IV_BODY_INTERVAL">Interval</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">Completed</text>
-    <text id="IDS_COM_POP_DELETE_Q">Delete?</text>
-    <text id="IDS_COM_BODY_EDIT">Edit</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Maximum number of characters (%d) reached</text>
-    <text id="IDS_COM_SK_DONE">Done</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">Already exists</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Create album</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">No items</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">Blind</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">Saving failed</text>
 </string_table>
index 8e48d4e..e5ea749 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">Lubatud arv märke on täis</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Slaidiseanss</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">Vali kõik</text>
+    <text id="IDS_COM_POP_DELETE_Q">Kustutada?</text>
+    <text id="IDS_COM_BODY_EDIT">Muuda</text>
+    <text id="IDS_COM_BODY_MESSAGE">Sõnum</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">Töötlemine...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">Allalaet. failid</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Albumi nimi juba kasutusel</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 sekundit</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">Aktiveerimine</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 sekundit</text>
+    <text id="IDS_COM_BODY_MESSAGES">Sõnumid</text>
+    <text id="IDS_COM_SK_DONE">Valmis</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Ei saa ümber nimetada</text>
+    <text id="IDS_COM_BODY_EMAIL">E-post</text>
+    <text id="IDS_COM_POP_MOVED">Teisaldatud</text>
+    <text id="IDS_COM_POP_CANCEL">Tühista</text>
+    <text id="IDS_COM_BODY_SELECTED">Valitud</text>
     <text id="IDS_COM_BODY_DELETE">Kustuta</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albumid</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">Subtiitrid</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">Tühista</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Maksimaalne tähemärkide arv (%d) on saavutatud</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Maksimaalne tähemärkide arv (%d) on saavutatud</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Slaidis.</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">Slaid</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s on juba olemas</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Kaamera rullik</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Loo album</text>
+    <text id="IDS_COM_BODY_LOADING">Laadimine...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albumid</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Ei saa ümber nimetada. Albumi nimi on juba kasutusel</text>
+    <text id="IDS_COM_POP_SAVING_ING">Salvestamine...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">Toiming nurjus</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">Ülemineku efekt</text>
-    <text id="IDS_COM_POP_CANCEL">Tühista</text>
+    <text id="IDS_COM_BODY_MUSIC">Muusika</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Kas luua kaust?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">BT-peakomplekt sees</text>
+    <text id="IDS_COM_BODY_VIDEO">Video</text>
+    <text id="IDS_IV_OPT_ZOOM">Suumi</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">Iiris</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">On juba olemas. Kas kirjutada üle?</text>
-    <text id="IDS_COM_BODY_EMAIL">E-post</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Ei saa kustutada</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Vali kõik</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Slaidiseansi intervall</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">Videomängija</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">sekundit</text>
     <text id="IDS_EBOOK_BODY_PAGE">Lehekülg</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">BT-peakomplekt sees</text>
-    <text id="IDS_COM_BODY_SELECTED">Valitud</text>
-    <text id="IDS_COM_BODY_MUSIC">Muusika</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 sekundit</text>
+    <text id="IDS_COM_BODY_GALLERY">Galerii</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">Nimi puudub</text>
+    <text id="IDS_COM_BODY_IMAGES">Pildid</text>
     <text id="IDS_MEDIABR_BODY_FADE">Hajumine</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 sekundit</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">Toiming nurjus</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">Juhuesitus</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">Tühista</text>
     <text id="IDS_COM_HEADER_EDIT">Muuda</text>
-    <text id="IDS_COM_BODY_IMAGES">Pildid</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 sekundit</text>
+    <text id="IDS_COM_POP_DELETED">Kustutatud</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">Eemaldada?</text>
-    <text id="IDS_COM_BODY_VIDEOS">Videod</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Slaidiseansi intervall</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Slaidis.</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">Aktiveerimine</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">Nimi puudub</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Albumi nimi juba kasutusel</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">Üksusi ei ole</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 sekundit</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">Juba olemas</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">Vari</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">Korda</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">Vali kõik</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">Videomängija</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">sekundit</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">On juba olemas. Kas kirjutada üle?</text>
+    <text id="IDS_COM_POP_DELETING">Kustutamine...</text>
+    <text id="IDS_COM_POP_DONE">Valmis</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 sekundit</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Kaamera rullik</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">Korda</text>
+    <text id="IDS_COM_POP_SAVED">Salvestatud</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">Lahuta</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">Juhuesitus</text>
+    <text id="IDS_COM_POP_MOVING">Teisaldamine...</text>
     <text id="IDS_COM_POP_MOVING_FAILED">Teisaldamine nurjus</text>
+    <text id="IDS_COM_BODY_VIDEOS">Videod</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">Lõpule viidud</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Vali kõik</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">Kõik albumid</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 sekundit</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Maksimaalne tähemärkide arv (%d) on saavutatud</text>
-    <text id="IDS_IV_OPT_ZOOM">Suumi</text>
-    <text id="IDS_COM_BODY_GALLERY">Galerii</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 sekundit</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">Lahuta</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Ei saa ümber nimetada</text>
-    <text id="IDS_COM_BODY_VIDEO">Video</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Ei saa ümber nimetada. Albumi nimi on juba kasutusel</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">Subtiitrid</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Slaidiseanss</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">Allalaet. failid</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Kas luua kaust?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">Muuda nime</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">Slaid</text>
     <text id="IDS_COM_BODY_MOVE">Teisalda</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Ei saa kustutada</text>
     <text id="IDS_IV_BODY_INTERVAL">Intervall</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">Lõpule viidud</text>
-    <text id="IDS_COM_POP_DELETE_Q">Kustutada?</text>
-    <text id="IDS_COM_BODY_EDIT">Muuda</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Maksimaalne tähemärkide arv (%d) on saavutatud</text>
-    <text id="IDS_COM_SK_DONE">Valmis</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">Juba olemas</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Loo album</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">Üksusi ei ole</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">Vari</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">Salvestamine nurjus</text>
 </string_table>
index f4bb149..5bd2fe7 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">Gehienezko karaktere kopurura heldu zara</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Diapositiba aurkezpena</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">Denak aukeratu</text>
+    <text id="IDS_COM_POP_DELETE_Q">Ezabatu?</text>
+    <text id="IDS_COM_BODY_EDIT">Editatu</text>
+    <text id="IDS_COM_BODY_MESSAGE">Mezua</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">Prozesatzen...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">Deskargak</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Izen hori erabilia dago</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 segundo</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">Aktibazioa</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 segundo</text>
+    <text id="IDS_COM_BODY_MESSAGES">Mezuak</text>
+    <text id="IDS_COM_SK_DONE">Amaituta</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Ezin da berrizendatu</text>
+    <text id="IDS_COM_BODY_EMAIL">Posta elektroniko mezuak</text>
+    <text id="IDS_COM_POP_MOVED">Mugitua</text>
+    <text id="IDS_COM_POP_CANCEL">Ezeztatu</text>
+    <text id="IDS_COM_BODY_SELECTED">Aukeratutakoa(k)</text>
     <text id="IDS_COM_BODY_DELETE">Ezabatu</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albumak</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">Azpitituluak</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">Ezeztatu</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Gehienezko karaktere kopurura (%d) iritsi zara</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Gehienezko karaktere kopurura (%d) iritsi zara</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Erakusketa</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">Diapositiba</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s dagoeneko bada</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Kamera erroilua</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Albuma sortu</text>
+    <text id="IDS_COM_BODY_LOADING">Kargatzen...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albumak</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Ezin zaio izen berria jarri. Izen hori erabilia dago</text>
+    <text id="IDS_COM_POP_SAVING_ING">Gordetzen</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">Eragiketak huts egin du</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">Trantsizio efektua</text>
-    <text id="IDS_COM_POP_CANCEL">Ezeztatu</text>
+    <text id="IDS_COM_BODY_MUSIC">Musika</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Karpeta sortu?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">Akatsa ezabatzerakoan</text>
+    <text id="IDS_COM_BODY_VIDEO">Bideoa</text>
+    <text id="IDS_IV_OPT_ZOOM">Zooma</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">Irisa</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Dagoeneko bada. Berridatzi?</text>
-    <text id="IDS_COM_BODY_EMAIL">Posta elektroniko mezuak</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Ezin da ezabatu</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Haut. den.</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Aurkzpen tartea</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">Bideo Jogailua</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">segundoak</text>
     <text id="IDS_EBOOK_BODY_PAGE">Orria</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">Akatsa ezabatzerakoan</text>
-    <text id="IDS_COM_BODY_SELECTED">Aukeratutakoa(k)</text>
-    <text id="IDS_COM_BODY_MUSIC">Musika</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 segundo</text>
+    <text id="IDS_COM_BODY_GALLERY">Galeria</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">Izenik gabe</text>
+    <text id="IDS_COM_BODY_IMAGES">Irudiak</text>
     <text id="IDS_MEDIABR_BODY_FADE">Koloregabetu</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 segundo</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">Eragiketak huts egin du</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">Ausazko ordena</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">Ezeztatu</text>
     <text id="IDS_COM_HEADER_EDIT">Editatu</text>
-    <text id="IDS_COM_BODY_IMAGES">Irudiak</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 segundo</text>
+    <text id="IDS_COM_POP_DELETED">Ezabatua</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">Kendu?</text>
-    <text id="IDS_COM_BODY_VIDEOS">Bideoak</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Aurkzpen tartea</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Erakusketa</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">Aktibazioa</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">Izenik gabe</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Izen hori erabilia dago</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">Elementurik ez</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 segundo</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">Dagoeneko badago</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">Itsua</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">Errepikatu</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">Denak aukeratu</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">Bideo Jogailua</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">segundoak</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Dagoeneko bada. Berridatzi?</text>
+    <text id="IDS_COM_POP_DELETING">Ezabatzen...</text>
+    <text id="IDS_COM_POP_DONE">Amaituta</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 segundo</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Kamera erroilua</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">Errepikatu</text>
+    <text id="IDS_COM_POP_SAVED">Gordeta</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">Disolbatu</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">Ausazko ordena</text>
+    <text id="IDS_COM_POP_MOVING">Mugitzen...</text>
     <text id="IDS_COM_POP_MOVING_FAILED">Errorea mugitzerakoan</text>
+    <text id="IDS_COM_BODY_VIDEOS">Bideoak</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">Osatua</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Haut. den.</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">Album guztiak</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 segundo</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Gehienezko karaktere kopurura (%d) iritsi zara</text>
-    <text id="IDS_IV_OPT_ZOOM">Zooma</text>
-    <text id="IDS_COM_BODY_GALLERY">Galeria</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 segundo</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">Disolbatu</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Ezin da berrizendatu</text>
-    <text id="IDS_COM_BODY_VIDEO">Bideoa</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Ezin zaio izen berria jarri. Izen hori erabilia dago</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">Azpitituluak</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Diapositiba aurkezpena</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">Deskargak</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Karpeta sortu?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">Izena aldatu</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">Diapositiba</text>
     <text id="IDS_COM_BODY_MOVE">Mugitu</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Ezin da ezabatu</text>
     <text id="IDS_IV_BODY_INTERVAL">Tartea</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">Osatua</text>
-    <text id="IDS_COM_POP_DELETE_Q">Ezabatu?</text>
-    <text id="IDS_COM_BODY_EDIT">Editatu</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Gehienezko karaktere kopurura (%d) iritsi zara</text>
-    <text id="IDS_COM_SK_DONE">Amaituta</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">Dagoeneko badago</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Albuma sortu</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">Elementurik ez</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">Itsua</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">Errorea gordetzerakoan</text>
 </string_table>
index b272c09..b35ac55 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">Merkkien enimmäismäärä saavutettu</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Diaesitys</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">Valitse kaikki</text>
+    <text id="IDS_COM_POP_DELETE_Q">Poistetaanko?</text>
+    <text id="IDS_COM_BODY_EDIT">Muokkaa</text>
+    <text id="IDS_COM_BODY_MESSAGE">Viesti</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">Käsitellään...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">Lataukset</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Albumin nimi jo käytössä</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 sekuntia</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">Aktivointi</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 sekuntia</text>
+    <text id="IDS_COM_BODY_MESSAGES">Viestit</text>
+    <text id="IDS_COM_SK_DONE">Valmis</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Ei voi nimetä uudelleen</text>
+    <text id="IDS_COM_BODY_EMAIL">Sähköposti</text>
+    <text id="IDS_COM_POP_MOVED">Siirretty</text>
+    <text id="IDS_COM_POP_CANCEL">Peruuta</text>
+    <text id="IDS_COM_BODY_SELECTED">Valittu</text>
     <text id="IDS_COM_BODY_DELETE">Poista</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albumit</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">Tekstitys</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">Peruuta</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Merkkien enimmäismäärä (%d) on saavutettu</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Merkkien enimmäismäärä (%d) on saavutettu</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Diaesitys</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">Dia</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s on jo olemassa</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Kamerarulla</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Luo albumi</text>
+    <text id="IDS_COM_BODY_LOADING">Ladataan...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albumit</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Ei voi nimetä uudelleen. Albumin nimi on jo käytössä</text>
+    <text id="IDS_COM_POP_SAVING_ING">Tallennetaan...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">Toiminto epäonnistui</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">Siirtymätehoste</text>
-    <text id="IDS_COM_POP_CANCEL">Peruuta</text>
+    <text id="IDS_COM_BODY_MUSIC">Musiikki</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Luodaanko kansio?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">Poisto epäonnistui</text>
+    <text id="IDS_COM_BODY_VIDEO">Video</text>
+    <text id="IDS_IV_OPT_ZOOM">Zoomaus</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">Iris</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">On jo olemassa. Päivitetäänkö?</text>
-    <text id="IDS_COM_BODY_EMAIL">Sähköposti</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Ei voi poistaa</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">V. kaikki</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Kuvaesityksen aikaväli</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">Videosoitin</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">sekuntia</text>
     <text id="IDS_EBOOK_BODY_PAGE">Sivu</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">Poisto epäonnistui</text>
-    <text id="IDS_COM_BODY_SELECTED">Valittu</text>
-    <text id="IDS_COM_BODY_MUSIC">Musiikki</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 sekuntia</text>
+    <text id="IDS_COM_BODY_GALLERY">Galleria</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">Ei nimeä</text>
+    <text id="IDS_COM_BODY_IMAGES">Kuvat</text>
     <text id="IDS_MEDIABR_BODY_FADE">Häivytä</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 sekuntia</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">Toiminto epäonnistui</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">Sekoitus</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">Peruuta</text>
     <text id="IDS_COM_HEADER_EDIT">Muokkaa</text>
-    <text id="IDS_COM_BODY_IMAGES">Kuvat</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 sekuntia</text>
+    <text id="IDS_COM_POP_DELETED">Poistettu</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">Poistetaanko?</text>
-    <text id="IDS_COM_BODY_VIDEOS">Videot</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Kuvaesityksen aikaväli</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Diaesitys</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">Aktivointi</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">Ei nimeä</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Albumin nimi jo käytössä</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">Ei kohteita</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 sekuntia</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">On jo olemassa</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">Kaihdin</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">Toista</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">Valitse kaikki</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">Videosoitin</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">sekuntia</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">On jo olemassa. Päivitetäänkö?</text>
+    <text id="IDS_COM_POP_DELETING">Poistetaan...</text>
+    <text id="IDS_COM_POP_DONE">Tehty</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 sekuntia</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Kamerarulla</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">Toista</text>
+    <text id="IDS_COM_POP_SAVED">Tallennettu</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">Ristikuva</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">Sekoitus</text>
+    <text id="IDS_COM_POP_MOVING">Siirretään...</text>
     <text id="IDS_COM_POP_MOVING_FAILED">Siirto epäonnistui</text>
+    <text id="IDS_COM_BODY_VIDEOS">Videot</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">Valmis</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">V. kaikki</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">Kaikki albumit</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 sekuntia</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Merkkien enimmäismäärä (%d) on saavutettu</text>
-    <text id="IDS_IV_OPT_ZOOM">Zoomaus</text>
-    <text id="IDS_COM_BODY_GALLERY">Galleria</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 sekuntia</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">Ristikuva</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Ei voi nimetä uudelleen</text>
-    <text id="IDS_COM_BODY_VIDEO">Video</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Ei voi nimetä uudelleen. Albumin nimi on jo käytössä</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">Tekstitys</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Diaesitys</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">Lataukset</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Luodaanko kansio?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">Vaihda nimi</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">Dia</text>
     <text id="IDS_COM_BODY_MOVE">Siirrä</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Ei voi poistaa</text>
     <text id="IDS_IV_BODY_INTERVAL">Väli</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">Valmis</text>
-    <text id="IDS_COM_POP_DELETE_Q">Poistetaanko?</text>
-    <text id="IDS_COM_BODY_EDIT">Muokkaa</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Merkkien enimmäismäärä (%d) on saavutettu</text>
-    <text id="IDS_COM_SK_DONE">Valmis</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">On jo olemassa</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Luo albumi</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">Ei kohteita</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">Kaihdin</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">Tallentaminen epäonnistui</text>
 </string_table>
index f4ed3f7..d7f41d9 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">Nb. max. de caractères atteint</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Diaporama</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">Sélectionner tout</text>
+    <text id="IDS_COM_POP_DELETE_Q">Supprimer ?</text>
+    <text id="IDS_COM_BODY_EDIT">Modifier</text>
+    <text id="IDS_COM_BODY_MESSAGE">Message</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">Traitement...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">Télécharg.</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Nom d'album déjà utilisé</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 secondes</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">Activation</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 secondes</text>
+    <text id="IDS_COM_BODY_MESSAGES">Messages</text>
+    <text id="IDS_COM_SK_DONE">OK</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Impossible de renommer l'élément</text>
+    <text id="IDS_COM_BODY_EMAIL">Courriel</text>
+    <text id="IDS_COM_POP_MOVED">Déplacé</text>
+    <text id="IDS_COM_POP_CANCEL">Annuler</text>
+    <text id="IDS_COM_BODY_SELECTED">Sélectionné</text>
     <text id="IDS_COM_BODY_DELETE">Supprimer</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albums</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">Sous-titres</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">Annuler</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Nombre maximum de caractères (%d) atteint</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Nombre maximum de caractères (%d) atteint</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Diaporama</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">Diapo</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s existe déjà</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Pellicule</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Créer un album</text>
+    <text id="IDS_COM_BODY_LOADING">Chargement...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albums</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Impossible de renommer l'élément. Nom d'album déjà utilisé</text>
+    <text id="IDS_COM_POP_SAVING_ING">Enregistrement ...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">Échec de l'opération</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">Effet de transition</text>
-    <text id="IDS_COM_POP_CANCEL">Annuler</text>
+    <text id="IDS_COM_BODY_MUSIC">Musique</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Créer un dossier ?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">Échec de suppression</text>
+    <text id="IDS_COM_BODY_VIDEO">Vidéo</text>
+    <text id="IDS_IV_OPT_ZOOM">Zoom</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">Iris</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Existe déjà. L'écraser?</text>
-    <text id="IDS_COM_BODY_EMAIL">Courriel</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Suppression impossible</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Sélectionner tout</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Intervalle du diaporama</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">Lecteur vidéo</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">secondes</text>
     <text id="IDS_EBOOK_BODY_PAGE">Page</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">Échec de suppression</text>
-    <text id="IDS_COM_BODY_SELECTED">Sélectionné</text>
-    <text id="IDS_COM_BODY_MUSIC">Musique</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 secondes</text>
+    <text id="IDS_COM_BODY_GALLERY">Galerie</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">Aucun nom</text>
+    <text id="IDS_COM_BODY_IMAGES">Images</text>
     <text id="IDS_MEDIABR_BODY_FADE">Fondu</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 secondes</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">Échec de l'opération</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">Mode aléatoire</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">Annuler</text>
     <text id="IDS_COM_HEADER_EDIT">Modifier</text>
-    <text id="IDS_COM_BODY_IMAGES">Images</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 secondes</text>
+    <text id="IDS_COM_POP_DELETED">Supprimé</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">Retirer?</text>
-    <text id="IDS_COM_BODY_VIDEOS">Vidéos</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Intervalle du diaporama</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Diaporama</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">Activation</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">Aucun nom</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Nom d'album déjà utilisé</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">Aucun élément</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 secondes</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">Existe déjà</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">Stores vénitiens</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">Répéter</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">Sélectionner tout</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">Lecteur vidéo</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">secondes</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Existe déjà. L'écraser?</text>
+    <text id="IDS_COM_POP_DELETING">Suppression ...</text>
+    <text id="IDS_COM_POP_DONE">OK</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 secondes</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Pellicule</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">Répéter</text>
+    <text id="IDS_COM_POP_SAVED">Enregistré</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">Fondu enchainé</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">Mode aléatoire</text>
+    <text id="IDS_COM_POP_MOVING">Déplacement...</text>
     <text id="IDS_COM_POP_MOVING_FAILED">Échec du déplacement</text>
+    <text id="IDS_COM_BODY_VIDEOS">Vidéos</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">OK</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Sélectionner tout</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">Tous les albums</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 secondes</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Nombre maximum de caractères (%d) atteint</text>
-    <text id="IDS_IV_OPT_ZOOM">Zoom</text>
-    <text id="IDS_COM_BODY_GALLERY">Galerie</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 secondes</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">Fondu enchainé</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Impossible de renommer l'élément</text>
-    <text id="IDS_COM_BODY_VIDEO">Vidéo</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Impossible de renommer l'élément. Nom d'album déjà utilisé</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">Sous-titres</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Diaporama</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">Télécharg.</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Créer un dossier ?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">Modifier le nom</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">Diapo</text>
     <text id="IDS_COM_BODY_MOVE">Déplacer</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Suppression impossible</text>
     <text id="IDS_IV_BODY_INTERVAL">Intervalle</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">OK</text>
-    <text id="IDS_COM_POP_DELETE_Q">Supprimer ?</text>
-    <text id="IDS_COM_BODY_EDIT">Modifier</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Nombre maximum de caractères (%d) atteint</text>
-    <text id="IDS_COM_SK_DONE">OK</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">Existe déjà</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Créer un album</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">Aucun élément</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">Stores vénitiens</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">Échec de l'enregistrement</text>
 </string_table>
index 5435fc3..84286a9 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">Nb. max. de caractères atteint</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Diaporama</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">Sélect. tout</text>
+    <text id="IDS_COM_POP_DELETE_Q">Supprimer ?</text>
+    <text id="IDS_COM_BODY_EDIT">Modifier</text>
+    <text id="IDS_COM_BODY_MESSAGE">Message</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">Traitement...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">Téléchargements</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Nom d'album déjà utilisé</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 secondes</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">Activation</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 secondes</text>
+    <text id="IDS_COM_BODY_MESSAGES">Messages</text>
+    <text id="IDS_COM_SK_DONE">Effectué</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Impossible de renommer l'élément</text>
+    <text id="IDS_COM_BODY_EMAIL">Email</text>
+    <text id="IDS_COM_POP_MOVED">Déplacé</text>
+    <text id="IDS_COM_POP_CANCEL">Annuler</text>
+    <text id="IDS_COM_BODY_SELECTED">Sélectionné</text>
     <text id="IDS_COM_BODY_DELETE">Supprimer</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albums</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">Sous-titres</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">Annuler</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Le nombre maximum de caractères (%d) est atteint</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Le nombre maximum de caractères (%d) est atteint</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Diaporama</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">Défilement</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s existe déjà</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Pellicule</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Créer un album</text>
+    <text id="IDS_COM_BODY_LOADING">Chargement...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albums</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Impossible de renommer l'élément. Nom d'album déjà utilisé</text>
+    <text id="IDS_COM_POP_SAVING_ING">Enregistrement...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">Échec de l'opération</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">Effet de transition</text>
-    <text id="IDS_COM_POP_CANCEL">Annuler</text>
+    <text id="IDS_COM_BODY_MUSIC">Musique</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Créer un dossier ?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">Échec de suppression</text>
+    <text id="IDS_COM_BODY_VIDEO">Vidéo</text>
+    <text id="IDS_IV_OPT_ZOOM">Zoom</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">Iris</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Existe déjà. L' écraser ?</text>
-    <text id="IDS_COM_BODY_EMAIL">Email</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Suppression impossible</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Sélect. tt</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Intervalle du diaporama</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">Lecteur vidéo</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">secondes</text>
     <text id="IDS_EBOOK_BODY_PAGE">Page</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">Échec de suppression</text>
-    <text id="IDS_COM_BODY_SELECTED">Sélectionné</text>
-    <text id="IDS_COM_BODY_MUSIC">Musique</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 secondes</text>
+    <text id="IDS_COM_BODY_GALLERY">Galerie</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">Aucun nom</text>
+    <text id="IDS_COM_BODY_IMAGES">Images</text>
     <text id="IDS_MEDIABR_BODY_FADE">Fondu</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 secondes</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">Échec de l'opération</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">Mode aléatoire</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">Annuler</text>
     <text id="IDS_COM_HEADER_EDIT">Modifier</text>
-    <text id="IDS_COM_BODY_IMAGES">Images</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 secondes</text>
+    <text id="IDS_COM_POP_DELETED">Supprimé</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">Supprimer ?</text>
-    <text id="IDS_COM_BODY_VIDEOS">Vidéos</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Intervalle du diaporama</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Diaporama</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">Activation</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">Aucun nom</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Nom d'album déjà utilisé</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">Aucun élément</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 secondes</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">Existe déjà</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">Stores vénitiens</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">Répéter</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">Sélect. tout</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">Lecteur vidéo</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">secondes</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Existe déjà. L' écraser ?</text>
+    <text id="IDS_COM_POP_DELETING">Suppression...</text>
+    <text id="IDS_COM_POP_DONE">Effectué</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 secondes</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Pellicule</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">Répéter</text>
+    <text id="IDS_COM_POP_SAVED">Enregistré</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">Fondu enchaîné</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">Mode aléatoire</text>
+    <text id="IDS_COM_POP_MOVING">Déplacement...</text>
     <text id="IDS_COM_POP_MOVING_FAILED">Échec du déplacement</text>
+    <text id="IDS_COM_BODY_VIDEOS">Vidéos</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">OK</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Sélect. tt</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">Tous les albums</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 secondes</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Le nombre maximum de caractères (%d) est atteint</text>
-    <text id="IDS_IV_OPT_ZOOM">Zoom</text>
-    <text id="IDS_COM_BODY_GALLERY">Galerie</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 secondes</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">Fondu enchaîné</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Impossible de renommer l'élément</text>
-    <text id="IDS_COM_BODY_VIDEO">Vidéo</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Impossible de renommer l'élément. Nom d'album déjà utilisé</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">Sous-titres</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Diaporama</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">Téléchargements</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Créer un dossier ?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">Modifier le nom</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">Défilement</text>
     <text id="IDS_COM_BODY_MOVE">Déplacer</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Suppression impossible</text>
     <text id="IDS_IV_BODY_INTERVAL">Intervalle</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">OK</text>
-    <text id="IDS_COM_POP_DELETE_Q">Supprimer ?</text>
-    <text id="IDS_COM_BODY_EDIT">Modifier</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Le nombre maximum de caractères (%d) est atteint</text>
-    <text id="IDS_COM_SK_DONE">Effectué</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">Existe déjà</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Créer un album</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">Aucun élément</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">Stores vénitiens</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">Échec de l'enregistrement</text>
 </string_table>
index bf5b8c8..5674d1b 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">Uaslíon na gcarachtar bainte amach</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Taispeántas sleamhnán</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">Roghnaigh gach</text>
+    <text id="IDS_COM_POP_DELETE_Q">Scrios?</text>
+    <text id="IDS_COM_BODY_EDIT">Cuir in eagar</text>
+    <text id="IDS_COM_BODY_MESSAGE">Teachtaireacht</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">Ag próiseáil...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">Ioslódálacha</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Ainm albaim in úsáid cheana</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 soicind</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">Gníomhachtú</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 shoicind</text>
+    <text id="IDS_COM_BODY_MESSAGES">Teachtaireachtaí</text>
+    <text id="IDS_COM_SK_DONE">Déanta</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Ní féidir athainmniú</text>
+    <text id="IDS_COM_BODY_EMAIL">R-phost</text>
+    <text id="IDS_COM_POP_MOVED">Bogtha</text>
+    <text id="IDS_COM_POP_CANCEL">Cuir ar ceal</text>
+    <text id="IDS_COM_BODY_SELECTED">Roghnaithe</text>
     <text id="IDS_COM_BODY_DELETE">Scrios</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albaim</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">Fotheidil</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">Cuir ar ceal</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Uaslíon na gcarachtar (%d) bainte amach</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Uaslíon na gcarachtar (%d) bainte amach</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Sleamhnán</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">Sleamhnán</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">Tá %s ann cheana</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Rolla ceamara</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Déan albam</text>
+    <text id="IDS_COM_BODY_LOADING">Ag lódáil...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albaim</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Ní féidir athainmniú. Ainm an albaim in úsáid cheana</text>
+    <text id="IDS_COM_POP_SAVING_ING">Ag sábháil...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">Theip ar oibríocht</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">Maisíocht trasdula</text>
-    <text id="IDS_COM_POP_CANCEL">Cuir ar ceal</text>
+    <text id="IDS_COM_BODY_MUSIC">Ceol</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Déan fillteán?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">Theip ar scriosadh</text>
+    <text id="IDS_COM_BODY_VIDEO">Físeán</text>
+    <text id="IDS_IV_OPT_ZOOM">Zúmáil</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">Feileastram</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Ann cheana. Forscríobh?</text>
-    <text id="IDS_COM_BODY_EMAIL">R-phost</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Ní féidir scriosadh</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Rogh. gach</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Eatramh taispeántais sleamhnán</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">Seinnteoir Físeán</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">soicindí</text>
     <text id="IDS_EBOOK_BODY_PAGE">Leathanach</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">Theip ar scriosadh</text>
-    <text id="IDS_COM_BODY_SELECTED">Roghnaithe</text>
-    <text id="IDS_COM_BODY_MUSIC">Ceol</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 soicind</text>
+    <text id="IDS_COM_BODY_GALLERY">Gailearaí</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">Níl ainm ann</text>
+    <text id="IDS_COM_BODY_IMAGES">Íomhánna</text>
     <text id="IDS_MEDIABR_BODY_FADE">Céimnigh</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 shoicind</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">Theip ar oibríocht</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">Suaitheadh</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">Cuir ar ceal</text>
     <text id="IDS_COM_HEADER_EDIT">Cuir in eagar</text>
-    <text id="IDS_COM_BODY_IMAGES">Íomhánna</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 shoicind</text>
+    <text id="IDS_COM_POP_DELETED">Scriosta</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">Bain?</text>
-    <text id="IDS_COM_BODY_VIDEOS">Físeáin</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Eatramh taispeántais sleamhnán</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Sleamhnán</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">Gníomhachtú</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">Níl ainm ann</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Ainm albaim in úsáid cheana</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">Níl míreanna ann</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 soicind</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">Ann cheana</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">Dallóg</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">Déan arís</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">Roghnaigh gach</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">Seinnteoir Físeán</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">soicindí</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Ann cheana. Forscríobh?</text>
+    <text id="IDS_COM_POP_DELETING">Ag scriosadh...</text>
+    <text id="IDS_COM_POP_DONE">Déanta</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 shoicind</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Rolla ceamara</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">Déan arís</text>
+    <text id="IDS_COM_POP_SAVED">Sábháilte</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">Leáigh</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">Suaitheadh</text>
+    <text id="IDS_COM_POP_MOVING">Ag bogadh...</text>
     <text id="IDS_COM_POP_MOVING_FAILED">Theip ar bhogadh</text>
+    <text id="IDS_COM_BODY_VIDEOS">Físeáin</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">Curtha i gcrích</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Rogh. gach</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">Gach albam</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 soicind</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Uaslíon na gcarachtar (%d) bainte amach</text>
-    <text id="IDS_IV_OPT_ZOOM">Zúmáil</text>
-    <text id="IDS_COM_BODY_GALLERY">Gailearaí</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 shoicind</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">Leáigh</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Ní féidir athainmniú</text>
-    <text id="IDS_COM_BODY_VIDEO">Físeán</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Ní féidir athainmniú. Ainm an albaim in úsáid cheana</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">Fotheidil</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Taispeántas sleamhnán</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">Ioslódálacha</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Déan fillteán?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">Athraigh ainm</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">Sleamhnán</text>
     <text id="IDS_COM_BODY_MOVE">Bog</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Ní féidir scriosadh</text>
     <text id="IDS_IV_BODY_INTERVAL">Eatramh</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">Curtha i gcrích</text>
-    <text id="IDS_COM_POP_DELETE_Q">Scrios?</text>
-    <text id="IDS_COM_BODY_EDIT">Cuir in eagar</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Uaslíon na gcarachtar (%d) bainte amach</text>
-    <text id="IDS_COM_SK_DONE">Déanta</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">Ann cheana</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Déan albam</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">Níl míreanna ann</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">Dallóg</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">Theip ar shábháil</text>
 </string_table>
index ffbc26f..3aa8ca8 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">Número máximo de caracteres alcanzado</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Presentación de diapositivas</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">Seleccionar todo</text>
+    <text id="IDS_COM_POP_DELETE_Q">Eliminar?</text>
+    <text id="IDS_COM_BODY_EDIT">Editar</text>
+    <text id="IDS_COM_BODY_MESSAGE">Mensaxe</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">Procesando...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">Descargas</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Nome de álbum xa en uso</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 segundos</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">Activación</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 segundos</text>
+    <text id="IDS_COM_BODY_MESSAGES">Mensaxes</text>
+    <text id="IDS_COM_SK_DONE">Finalizado</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Non se pode cambiar o nome</text>
+    <text id="IDS_COM_BODY_EMAIL">Correo electrónico</text>
+    <text id="IDS_COM_POP_MOVED">Movido</text>
+    <text id="IDS_COM_POP_CANCEL">Cancelar</text>
+    <text id="IDS_COM_BODY_SELECTED">Seleccionado</text>
     <text id="IDS_COM_BODY_DELETE">Eliminar</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Álbums</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">Subtítulos</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">Cancelar</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Alcanzouse o número máximo de carácteres (%d)</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Alcanzouse o número máximo de carácteres (%d)</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Diapos</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">Diapositiva</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s xa existe</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Rolo de cámara</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Crear álbum</text>
+    <text id="IDS_COM_BODY_LOADING">Cargando...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Álbums</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Non se pode cambiar o nome. Nome de álbum xa en uso</text>
+    <text id="IDS_COM_POP_SAVING_ING">Gardando...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">Fallo na operación</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">Efecto de transición</text>
-    <text id="IDS_COM_POP_CANCEL">Cancelar</text>
+    <text id="IDS_COM_BODY_MUSIC">Música</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Crear carpeta?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">Erro ao eliminar</text>
+    <text id="IDS_COM_BODY_VIDEO">Vídeo</text>
+    <text id="IDS_IV_OPT_ZOOM">Zoom</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">Iris</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Xa existe. Sobrescribir?</text>
-    <text id="IDS_COM_BODY_EMAIL">Correo electrónico</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Non se pode eliminar</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Selec todo</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Intervalo de presentación</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">Reprodutor de Vídeo</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">segundos</text>
     <text id="IDS_EBOOK_BODY_PAGE">Páxina</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">Erro ao eliminar</text>
-    <text id="IDS_COM_BODY_SELECTED">Seleccionado</text>
-    <text id="IDS_COM_BODY_MUSIC">Música</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 segundos</text>
+    <text id="IDS_COM_BODY_GALLERY">Galería</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">Sen nome</text>
+    <text id="IDS_COM_BODY_IMAGES">Imaxes</text>
     <text id="IDS_MEDIABR_BODY_FADE">Atenuar</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 segundos</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">Fallo na operación</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">Orde aleatoria</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">Cancelar</text>
     <text id="IDS_COM_HEADER_EDIT">Editar</text>
-    <text id="IDS_COM_BODY_IMAGES">Imaxes</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 segundos</text>
+    <text id="IDS_COM_POP_DELETED">Eliminado</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">Eliminar?</text>
-    <text id="IDS_COM_BODY_VIDEOS">Vídeos</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Intervalo de presentación</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Diapos</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">Activación</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">Sen nome</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Nome de álbum xa en uso</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">Sen elementos</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 segundos</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">Xa existe</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">Persiana</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">Repetir</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">Seleccionar todo</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">Reprodutor de Vídeo</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">segundos</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Xa existe. Sobrescribir?</text>
+    <text id="IDS_COM_POP_DELETING">Eliminando...</text>
+    <text id="IDS_COM_POP_DONE">Finalizado</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 segundos</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Rolo de cámara</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">Repetir</text>
+    <text id="IDS_COM_POP_SAVED">Gardado</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">Fundir</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">Orde aleatoria</text>
+    <text id="IDS_COM_POP_MOVING">Movendo...</text>
     <text id="IDS_COM_POP_MOVING_FAILED">Erro ao mover</text>
+    <text id="IDS_COM_BODY_VIDEOS">Vídeos</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">Completada</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Selec todo</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">Todos os álbums</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 segundos</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Alcanzouse o número máximo de carácteres (%d)</text>
-    <text id="IDS_IV_OPT_ZOOM">Zoom</text>
-    <text id="IDS_COM_BODY_GALLERY">Galería</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 segundos</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">Fundir</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Non se pode cambiar o nome</text>
-    <text id="IDS_COM_BODY_VIDEO">Vídeo</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Non se pode cambiar o nome. Nome de álbum xa en uso</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">Subtítulos</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Presentación de diapositivas</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">Descargas</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Crear carpeta?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">Cambiar nome</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">Diapositiva</text>
     <text id="IDS_COM_BODY_MOVE">Mover</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Non se pode eliminar</text>
     <text id="IDS_IV_BODY_INTERVAL">Intervalo</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">Completada</text>
-    <text id="IDS_COM_POP_DELETE_Q">Eliminar?</text>
-    <text id="IDS_COM_BODY_EDIT">Editar</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Alcanzouse o número máximo de carácteres (%d)</text>
-    <text id="IDS_COM_SK_DONE">Finalizado</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">Xa existe</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Crear álbum</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">Sen elementos</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">Persiana</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">Erro ao gardar</text>
 </string_table>
index 94545f5..cd373f2 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">वर्णो की संख्‍या अधिकतम पहुँची</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">स्लाइड शो</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">सभी चुनें</text>
+    <text id="IDS_COM_POP_DELETE_Q">हटाएँ?</text>
+    <text id="IDS_COM_BODY_EDIT">संपादित करें</text>
+    <text id="IDS_COM_BODY_MESSAGE">सन्देश</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">कार्यवाही कर रहा है...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">डाउनलोड</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">अल्बम नाम पहले से उपयोग में</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 सेकंड</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">सक्रियण</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 सेकंड</text>
+    <text id="IDS_COM_BODY_MESSAGES">सन्देश</text>
+    <text id="IDS_COM_SK_DONE">हुआ</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">नाम बदलने में अक्षम</text>
+    <text id="IDS_COM_BODY_EMAIL">ईमेल</text>
+    <text id="IDS_COM_POP_MOVED">ले जाया गया</text>
+    <text id="IDS_COM_POP_CANCEL">रद्द करें</text>
+    <text id="IDS_COM_BODY_SELECTED">चुना गया</text>
     <text id="IDS_COM_BODY_DELETE">हटाएँ</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">अल्बम्स</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">उपशीर्षक</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">रद्द करें</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">वर्णों की अधिकतम संख्या (%d) तक पहुँच गया</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">वर्णों की अधिकतम संख्या (%d) तक पहुँच गया</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">स्लाइड शो</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">स्लाइड</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s पहले से मौजूद है</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">कैमरा रोल</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">अल्बम बनाएँ</text>
+    <text id="IDS_COM_BODY_LOADING">लोड हो रहा है...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">अल्बम्स</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">पुनर्नामित करने में अक्षम. अल्बम नाम पहले से उपयोग में</text>
+    <text id="IDS_COM_POP_SAVING_ING">सुरक्षित हो रहा है...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">कार्रवाई विफल</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">परिवर्तन प्रभाव</text>
-    <text id="IDS_COM_POP_CANCEL">रद्द करें</text>
+    <text id="IDS_COM_BODY_MUSIC">संगीत</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">फोल्डर बनाएं?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">हटाना विफल</text>
+    <text id="IDS_COM_BODY_VIDEO">विडियो</text>
+    <text id="IDS_IV_OPT_ZOOM">ज़ूम</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">आइरिस</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">पहले से मौजूद है। ओवरराइट करें?</text>
-    <text id="IDS_COM_BODY_EMAIL">ईमेल</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">हटाने में अक्षम</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">सभी चुनें</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">स्लाइड शो अंतराल</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">वीडियो प्‍लेयर</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">सेकेंड</text>
     <text id="IDS_EBOOK_BODY_PAGE">पेज</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">हटाना विफल</text>
-    <text id="IDS_COM_BODY_SELECTED">चुना गया</text>
-    <text id="IDS_COM_BODY_MUSIC">संगीत</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 सेकंड</text>
+    <text id="IDS_COM_BODY_GALLERY">गैलरी</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">नाम नहीं</text>
+    <text id="IDS_COM_BODY_IMAGES">छवियाँ</text>
     <text id="IDS_MEDIABR_BODY_FADE">फीका</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 सेकंड</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">कार्रवाई विफल</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">शफ़ल</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">रद्द करें</text>
     <text id="IDS_COM_HEADER_EDIT">संपादित करें</text>
-    <text id="IDS_COM_BODY_IMAGES">छवियाँ</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 सेकंड</text>
+    <text id="IDS_COM_POP_DELETED">हटाया गया</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">हटाएँ?</text>
-    <text id="IDS_COM_BODY_VIDEOS">विडियो</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">स्लाइड शो अंतराल</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">स्लाइड शो</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">सक्रियण</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">नाम नहीं</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">अल्बम नाम पहले से उपयोग में</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">कोई मदें नहीं</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 सेकंड</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">पहले से ही मौजूद</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">ब्लाइंड</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">दोहराव</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">सभी चुनें</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">वीडियो प्‍लेयर</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">सेकेंड</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">पहले से मौजूद है। ओवरराइट करें?</text>
+    <text id="IDS_COM_POP_DELETING">हटाया जा रहा है…</text>
+    <text id="IDS_COM_POP_DONE">हुआ</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 सेकंड</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">कैमरा रोल</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">दोहराव</text>
+    <text id="IDS_COM_POP_SAVED">सुरक्षित किया</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">विलय</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">शफ़ल</text>
+    <text id="IDS_COM_POP_MOVING">ले जा रहा है…</text>
     <text id="IDS_COM_POP_MOVING_FAILED">ले जाना विफल हुआ</text>
+    <text id="IDS_COM_BODY_VIDEOS">विडियो</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">पूर्ण</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">सभी चुनें</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">सभी एलबम्‍स</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 सेकंड</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">वर्णों की अधिकतम संख्या (%d) तक पहुँच गया</text>
-    <text id="IDS_IV_OPT_ZOOM">ज़ूम</text>
-    <text id="IDS_COM_BODY_GALLERY">गैलरी</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 सेकंड</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">विलय</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">नाम बदलने में अक्षम</text>
-    <text id="IDS_COM_BODY_VIDEO">विडियो</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">पुनर्नामित करने में अक्षम. अल्बम नाम पहले से उपयोग में</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">उपशीर्षक</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">स्लाइड शो</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">डाउनलोड</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">फोल्डर बनाएं?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">नाम बदलें</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">स्लाइड</text>
     <text id="IDS_COM_BODY_MOVE">ले जाएँ</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">हटाने में अक्षम</text>
     <text id="IDS_IV_BODY_INTERVAL">अन्तराल</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">पूर्ण</text>
-    <text id="IDS_COM_POP_DELETE_Q">हटाएँ?</text>
-    <text id="IDS_COM_BODY_EDIT">संपादित करें</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">वर्णों की अधिकतम संख्या (%d) तक पहुँच गया</text>
-    <text id="IDS_COM_SK_DONE">हुआ</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">पहले से ही मौजूद</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">अल्बम बनाएँ</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">कोई मदें नहीं</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">ब्लाइंड</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">सेव करना विफल</text>
 </string_table>
index 0890a0c..6974c57 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">Maks. broj znakova</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Prezentacija</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">Odaberi sve</text>
+    <text id="IDS_COM_POP_DELETE_Q">Obrisati?</text>
+    <text id="IDS_COM_BODY_EDIT">Uredi</text>
+    <text id="IDS_COM_BODY_MESSAGE">Poruka</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">Obrađuje se...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">Skidanja</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Već postoji naziv albuma</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 sek</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">Uključivanje</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 sek</text>
+    <text id="IDS_COM_BODY_MESSAGES">Poruke</text>
+    <text id="IDS_COM_SK_DONE">OK</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Nemoguće preimenovati</text>
+    <text id="IDS_COM_BODY_EMAIL">Email</text>
+    <text id="IDS_COM_POP_MOVED">Premješteno</text>
+    <text id="IDS_COM_POP_CANCEL">Prekid</text>
+    <text id="IDS_COM_BODY_SELECTED">Odabrano</text>
     <text id="IDS_COM_BODY_DELETE">Obriši</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albumi</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">Titlovi</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">Prekid</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Maksimalan broj znakova (%d)</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Maksimalan broj znakova (%d)</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Prezentacija</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">Listanje</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s već postoji</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Snimke kamere</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Novi album</text>
+    <text id="IDS_COM_BODY_LOADING">Učitavanje...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albumi</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Nemoguće preimenovati. Već postoji naziv albuma</text>
+    <text id="IDS_COM_POP_SAVING_ING">Spremanje...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">Neuspješno</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">Efekt prijelaza</text>
-    <text id="IDS_COM_POP_CANCEL">Prekid</text>
+    <text id="IDS_COM_BODY_MUSIC">Glazba</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Nova mapa?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">Brisanje neuspješno</text>
+    <text id="IDS_COM_BODY_VIDEO">Video</text>
+    <text id="IDS_IV_OPT_ZOOM">Zoom</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">Iris</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Već postoji. Piši preko?</text>
-    <text id="IDS_COM_BODY_EMAIL">Email</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Brisanje nemoguće</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Označi sve</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Interval prezentacije</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">Video Player</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">sekundi</text>
     <text id="IDS_EBOOK_BODY_PAGE">Stranica</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">Brisanje neuspješno</text>
-    <text id="IDS_COM_BODY_SELECTED">Odabrano</text>
-    <text id="IDS_COM_BODY_MUSIC">Glazba</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 sek</text>
+    <text id="IDS_COM_BODY_GALLERY">Album</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">Nema imena</text>
+    <text id="IDS_COM_BODY_IMAGES">Slike</text>
     <text id="IDS_MEDIABR_BODY_FADE">Zatamni</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 sek</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">Neuspješno</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">Nasumično</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">Prekid</text>
     <text id="IDS_COM_HEADER_EDIT">Uredi</text>
-    <text id="IDS_COM_BODY_IMAGES">Slike</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 sek</text>
+    <text id="IDS_COM_POP_DELETED">Obrisano</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">Ukloniti?</text>
-    <text id="IDS_COM_BODY_VIDEOS">Video</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Interval prezentacije</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Prezentacija</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">Uključivanje</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">Nema imena</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Već postoji naziv albuma</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">Nema stavki</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 sek</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">Već postoji</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">Roleta</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">Ponavljanje</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">Odaberi sve</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">Video Player</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">sekundi</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Već postoji. Piši preko?</text>
+    <text id="IDS_COM_POP_DELETING">Brisanje...</text>
+    <text id="IDS_COM_POP_DONE">OK</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 sek</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Snimke kamere</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">Ponavljanje</text>
+    <text id="IDS_COM_POP_SAVED">Spremljeno</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">Razrijedi</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">Nasumično</text>
+    <text id="IDS_COM_POP_MOVING">Premještanje...</text>
     <text id="IDS_COM_POP_MOVING_FAILED">Premještanje neuspješno</text>
+    <text id="IDS_COM_BODY_VIDEOS">Video</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">Obavljeno</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Označi sve</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">Svi albumi</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 sek</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Maksimalan broj znakova (%d)</text>
-    <text id="IDS_IV_OPT_ZOOM">Zoom</text>
-    <text id="IDS_COM_BODY_GALLERY">Album</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 sek</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">Razrijedi</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Nemoguće preimenovati</text>
-    <text id="IDS_COM_BODY_VIDEO">Video</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Nemoguće preimenovati. Već postoji naziv albuma</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">Titlovi</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Prezentacija</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">Skidanja</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Nova mapa?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">Promijenite ime</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">Listanje</text>
     <text id="IDS_COM_BODY_MOVE">Premjesti</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Brisanje nemoguće</text>
     <text id="IDS_IV_BODY_INTERVAL">Interval</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">Obavljeno</text>
-    <text id="IDS_COM_POP_DELETE_Q">Obrisati?</text>
-    <text id="IDS_COM_BODY_EDIT">Uredi</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Maksimalan broj znakova (%d)</text>
-    <text id="IDS_COM_SK_DONE">OK</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">Već postoji</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Novi album</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">Nema stavki</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">Roleta</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">Spremanje neuspješno</text>
 </string_table>
index b4e5602..0aa619b 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">Nincs hely több karakternek</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Diavetítés</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">Összes kijelölése</text>
+    <text id="IDS_COM_POP_DELETE_Q">Törli?</text>
+    <text id="IDS_COM_BODY_EDIT">Szerkeszt</text>
+    <text id="IDS_COM_BODY_MESSAGE">Üzenet</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">Feldolgozás...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">Letöltések</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Ilyen albumnév már van</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 másodperc</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">Aktivál</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 másodperc</text>
+    <text id="IDS_COM_BODY_MESSAGES">Üzenetek</text>
+    <text id="IDS_COM_SK_DONE">Kész</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Nem lehet átnevezni</text>
+    <text id="IDS_COM_BODY_EMAIL">E-mail</text>
+    <text id="IDS_COM_POP_MOVED">Áthelyezve</text>
+    <text id="IDS_COM_POP_CANCEL">Mégse</text>
+    <text id="IDS_COM_BODY_SELECTED">Kiválasztott</text>
     <text id="IDS_COM_BODY_DELETE">Töröl</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albumok</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">Feliratok</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">Mégse</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Elérte a karakterek maximális számát (%d)</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Elérte a karakterek maximális számát (%d)</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Diavet.</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">Dia</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">Már van %s nevű fájl</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Filmszalag</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Album létrehozása</text>
+    <text id="IDS_COM_BODY_LOADING">Betöltés...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albumok</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Nem lehet átnevezni. Ilyen albumnév már van</text>
+    <text id="IDS_COM_POP_SAVING_ING">Mentés...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">Sikertelen művelet</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">Áttűnés</text>
-    <text id="IDS_COM_POP_CANCEL">Mégse</text>
+    <text id="IDS_COM_BODY_MUSIC">Zenék</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Mappát hoz létre?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">Törlés sikertelen</text>
+    <text id="IDS_COM_BODY_VIDEO">Videó</text>
+    <text id="IDS_IV_OPT_ZOOM">Nagyítás</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">Írisz</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Már létezik. Felülírja?</text>
-    <text id="IDS_COM_BODY_EMAIL">E-mail</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Nem törölhető</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Mind kijel.</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Diabemutató intervalluma</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">Videolejátszó</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">másodperc</text>
     <text id="IDS_EBOOK_BODY_PAGE">Oldal</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">Törlés sikertelen</text>
-    <text id="IDS_COM_BODY_SELECTED">Kiválasztott</text>
-    <text id="IDS_COM_BODY_MUSIC">Zenék</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 másodperc</text>
+    <text id="IDS_COM_BODY_GALLERY">Galéria</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">Nincs név</text>
+    <text id="IDS_COM_BODY_IMAGES">Képek</text>
     <text id="IDS_MEDIABR_BODY_FADE">Áttűnés</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 másodperc</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">Sikertelen művelet</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">Véletlen sorrend</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">Mégse</text>
     <text id="IDS_COM_HEADER_EDIT">Szerkeszt</text>
-    <text id="IDS_COM_BODY_IMAGES">Képek</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 másodperc</text>
+    <text id="IDS_COM_POP_DELETED">Törölve</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">Törli?</text>
-    <text id="IDS_COM_BODY_VIDEOS">Videók</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Diabemutató intervalluma</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Diavet.</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">Aktivál</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">Nincs név</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Ilyen albumnév már van</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">Nincs tétel</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 másodperc</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">Már létezik</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">Rács</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">Ismétlés</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">Összes kijelölése</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">Videolejátszó</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">másodperc</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Már létezik. Felülírja?</text>
+    <text id="IDS_COM_POP_DELETING">Törlés...</text>
+    <text id="IDS_COM_POP_DONE">Kész</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 másodperc</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Filmszalag</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">Ismétlés</text>
+    <text id="IDS_COM_POP_SAVED">Mentve</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">Áttűnés</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">Véletlen sorrend</text>
+    <text id="IDS_COM_POP_MOVING">Áthelyezés...</text>
     <text id="IDS_COM_POP_MOVING_FAILED">Az áthelyezés sikertelen</text>
+    <text id="IDS_COM_BODY_VIDEOS">Videók</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">Kész</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Mind kijel.</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">Összes album</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 másodperc</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Elérte a karakterek maximális számát (%d)</text>
-    <text id="IDS_IV_OPT_ZOOM">Nagyítás</text>
-    <text id="IDS_COM_BODY_GALLERY">Galéria</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 másodperc</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">Áttűnés</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Nem lehet átnevezni</text>
-    <text id="IDS_COM_BODY_VIDEO">Videó</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Nem lehet átnevezni. Ilyen albumnév már van</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">Feliratok</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Diavetítés</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">Letöltések</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Mappát hoz létre?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">Név módosítása</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">Dia</text>
     <text id="IDS_COM_BODY_MOVE">Áthelyez</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Nem törölhető</text>
     <text id="IDS_IV_BODY_INTERVAL">Intervallum</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">Kész</text>
-    <text id="IDS_COM_POP_DELETE_Q">Törli?</text>
-    <text id="IDS_COM_BODY_EDIT">Szerkeszt</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Elérte a karakterek maximális számát (%d)</text>
-    <text id="IDS_COM_SK_DONE">Kész</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">Már létezik</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Album létrehozása</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">Nincs tétel</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">Rács</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">A mentés nem sikerült</text>
 </string_table>
index b49fbd9..4cc58aa 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">Հասել եք նիշերի առավելագույն քանակին</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Սլայդ շոու</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">Ընտրել բոլորը</text>
+    <text id="IDS_COM_POP_DELETE_Q">Ջնջե՞լ</text>
+    <text id="IDS_COM_BODY_EDIT">Խմբագրել</text>
+    <text id="IDS_COM_BODY_MESSAGE">Հաղորդագրություն</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">Մշակվում է...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">Բեռնումներ</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Ալբմի անունն արդեն գրծվմ է</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 վայրկյան</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">Ակտիվացում</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 վայրկյան</text>
+    <text id="IDS_COM_BODY_MESSAGES">Հղրդգրթ</text>
+    <text id="IDS_COM_SK_DONE">Պատրաստ</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Հնարավոր չէ վերանվանել</text>
+    <text id="IDS_COM_BODY_EMAIL">Էլ.փոստ</text>
+    <text id="IDS_COM_POP_MOVED">Տեղափոխված է</text>
+    <text id="IDS_COM_POP_CANCEL">Չեղարկել</text>
+    <text id="IDS_COM_BODY_SELECTED">Ընտրված</text>
     <text id="IDS_COM_BODY_DELETE">Ջնջել</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Ալբոմներ</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">Ենթավերնագրեր</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">Չեղարկել</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Հասել է նիշերի առավելագույն քանակին (%d)</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Հասել է նիշերի առավելագույն քանակին (%d)</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Սլյդ շոու</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">Սլայդ</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s-ն արդեն գոյություն ունի</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Խցիկի հոլովակ</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Ստեղծել ալբոմ</text>
+    <text id="IDS_COM_BODY_LOADING">Բեռնում է...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Ալբոմներ</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Անհնար է վերանվանել: Ալբոմի անունն արդեն գործածվում է</text>
+    <text id="IDS_COM_POP_SAVING_ING">Պահպանում է...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">Գործողությունը ձախողվեց</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">Փոխանցման էֆեկտ</text>
-    <text id="IDS_COM_POP_CANCEL">Չեղարկել</text>
+    <text id="IDS_COM_BODY_MUSIC">Երաժշտությն</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Ստեղծե՞լ թղթապանակ</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">Ջնջումը ձախողվեց</text>
+    <text id="IDS_COM_BODY_VIDEO">Վիդեո</text>
+    <text id="IDS_IV_OPT_ZOOM">Մասշտաբ</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">Ծիածան</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Արդեն գոյություն ունի: Վերագրանցե՞լ</text>
-    <text id="IDS_COM_BODY_EMAIL">Էլ.փոստ</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Անհար է ջնջել</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Ընտրել բլր</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Սահկահանդեսի միջակայքը</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">Տեսանվագարկիչ</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">վայրկյաններ</text>
     <text id="IDS_EBOOK_BODY_PAGE">Էջ</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">Ջնջումը ձախողվեց</text>
-    <text id="IDS_COM_BODY_SELECTED">Ընտրված</text>
-    <text id="IDS_COM_BODY_MUSIC">Երաժշտությն</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 վայրկյան</text>
+    <text id="IDS_COM_BODY_GALLERY">Պատկերասրահ</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">Անուն չկա</text>
+    <text id="IDS_COM_BODY_IMAGES">Պատկերներ</text>
     <text id="IDS_MEDIABR_BODY_FADE">Անհետացող</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 վայրկյան</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">Գործողությունը ձախողվեց</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">Պատահական</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">Չեղարկել</text>
     <text id="IDS_COM_HEADER_EDIT">Խմբագրել</text>
-    <text id="IDS_COM_BODY_IMAGES">Պատկերներ</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 վայրկյան</text>
+    <text id="IDS_COM_POP_DELETED">Ջնջված է</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">Հեռացնե՞լ</text>
-    <text id="IDS_COM_BODY_VIDEOS">Տեսահոլովակներ</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Սահկահանդեսի միջակայքը</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Սլյդ շոու</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">Ակտիվացում</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">Անուն չկա</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Ալբմի անունն արդեն գրծվմ է</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">Տարրեր չկան</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 վայրկյան</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">Արդեն գոյություն ունի</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">Գալարավարագույր</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">Կրկնել</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">Ընտրել բոլորը</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">Տեսանվագարկիչ</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">վայրկյաններ</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Արդեն գոյություն ունի: Վերագրանցե՞լ</text>
+    <text id="IDS_COM_POP_DELETING">Ջնջվում է...</text>
+    <text id="IDS_COM_POP_DONE">Կատարված է</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3  վայրկյան</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Խցիկի հոլովակ</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">Կրկնել</text>
+    <text id="IDS_COM_POP_SAVED">Պահպանվեց</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">Լուծել</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">Պատահական</text>
+    <text id="IDS_COM_POP_MOVING">Տեղափոխում...</text>
     <text id="IDS_COM_POP_MOVING_FAILED">Տեղափոխումը ձախողվեց</text>
+    <text id="IDS_COM_BODY_VIDEOS">Տեսահոլովակներ</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">Ավարտված է</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Ընտրել բլր</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">Բոլոր ալբոմները</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 վայրկյան</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Հասել է նիշերի առավելագույն քանակին (%d)</text>
-    <text id="IDS_IV_OPT_ZOOM">Մասշտաբ</text>
-    <text id="IDS_COM_BODY_GALLERY">Պատկերասրահ</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 վայրկյան</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">Լուծել</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Հնարավոր չէ վերանվանել</text>
-    <text id="IDS_COM_BODY_VIDEO">Վիդեո</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Անհնար է վերանվանել: Ալբոմի անունն արդեն գործածվում է</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">Ենթավերնագրեր</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Սլայդ շոու</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">Բեռնումներ</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Ստեղծե՞լ թղթապանակ</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">Փոխել անունը</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">Սլայդ</text>
     <text id="IDS_COM_BODY_MOVE">Տեղափոխել</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Անհար է ջնջել</text>
     <text id="IDS_IV_BODY_INTERVAL">Դադար</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">Ավարտված է</text>
-    <text id="IDS_COM_POP_DELETE_Q">Ջնջե՞լ</text>
-    <text id="IDS_COM_BODY_EDIT">Խմբագրել</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Հասել է նիշերի առավելագույն քանակին (%d)</text>
-    <text id="IDS_COM_SK_DONE">Պատրաստ</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">Արդեն գոյություն ունի</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Ստեղծել ալբոմ</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">Տարրեր չկան</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">Գալարավարագույր</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">Պահպանումը ձախողվեց</text>
 </string_table>
index e060c2e..bf0e522 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">Hámarksfjölda stafa hefur verið náð</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Glærusýning</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">Velja allt</text>
+    <text id="IDS_COM_POP_DELETE_Q">Á að eyða?</text>
+    <text id="IDS_COM_BODY_EDIT">Breyta</text>
+    <text id="IDS_COM_BODY_MESSAGE">Skilaboð</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">Vinnsla í gangi...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">Niðurhal</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Heitið er þegar í notkun</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 sekúndur</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">Virkjun</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 sekúndur</text>
+    <text id="IDS_COM_BODY_MESSAGES">Skilaboð</text>
+    <text id="IDS_COM_SK_DONE">Lokið</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Mistókst að breyta heiti</text>
+    <text id="IDS_COM_BODY_EMAIL">Tölvupóstur</text>
+    <text id="IDS_COM_POP_MOVED">Flutt</text>
+    <text id="IDS_COM_POP_CANCEL">Hætta við</text>
+    <text id="IDS_COM_BODY_SELECTED">Valið</text>
     <text id="IDS_COM_BODY_DELETE">Eyða</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Möppur</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">Texti</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">Hætta við</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Hámarkfjölda stafa (%d) hefur verið náð</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Hámarkfjölda stafa (%d) hefur verið náð</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Skyggnur</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">Glæra</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s er til fyrir</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Myndarúlla</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Búa til albúm</text>
+    <text id="IDS_COM_BODY_LOADING">Hleð...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Möppur</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Mistókst að endurnefna. Heitið er þegar í notkun</text>
+    <text id="IDS_COM_POP_SAVING_ING">Vista...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">Aðgerð mistókst</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">Skipting</text>
-    <text id="IDS_COM_POP_CANCEL">Hætta við</text>
+    <text id="IDS_COM_BODY_MUSIC">Tónlist</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Á að búa til möppu?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">Ekki tókst að eyða</text>
+    <text id="IDS_COM_BODY_VIDEO">Myndskeið</text>
+    <text id="IDS_IV_OPT_ZOOM">Aðdráttur</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">Augasteinn</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Er þegar til. Viltu skrifa yfir?</text>
-    <text id="IDS_COM_BODY_EMAIL">Tölvupóstur</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Það er ekki hægt að eyða</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Velja allt</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Tími milli mynda</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">Myndspilari</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">sekúndur</text>
     <text id="IDS_EBOOK_BODY_PAGE">Síða</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">Ekki tókst að eyða</text>
-    <text id="IDS_COM_BODY_SELECTED">Valið</text>
-    <text id="IDS_COM_BODY_MUSIC">Tónlist</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 sekúndur</text>
+    <text id="IDS_COM_BODY_GALLERY">Gallerí</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">Ekkert heiti</text>
+    <text id="IDS_COM_BODY_IMAGES">Myndir</text>
     <text id="IDS_MEDIABR_BODY_FADE">Lækka</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 sekúndur</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">Aðgerð mistókst</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">Stokka</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">Hætta við</text>
     <text id="IDS_COM_HEADER_EDIT">Breyta</text>
-    <text id="IDS_COM_BODY_IMAGES">Myndir</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 sekúndur</text>
+    <text id="IDS_COM_POP_DELETED">Eytt</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">Á að fjarlægja?</text>
-    <text id="IDS_COM_BODY_VIDEOS">Myndskeið</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Tími milli mynda</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Skyggnur</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">Virkjun</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">Ekkert heiti</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Heitið er þegar í notkun</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">Engin atriði</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 sekúndur</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">Er þegar til</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">Rimlagardína</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">Endurtaka</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">Velja allt</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">Myndspilari</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">sekúndur</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Er þegar til. Viltu skrifa yfir?</text>
+    <text id="IDS_COM_POP_DELETING">Verið er að eyða...</text>
+    <text id="IDS_COM_POP_DONE">Lokið</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 sekúndur</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Myndarúlla</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">Endurtaka</text>
+    <text id="IDS_COM_POP_SAVED">Vistað</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">Leysa upp</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">Stokka</text>
+    <text id="IDS_COM_POP_MOVING">Verið er að flytja...</text>
     <text id="IDS_COM_POP_MOVING_FAILED">Ekki tókst að flytja</text>
+    <text id="IDS_COM_BODY_VIDEOS">Myndskeið</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">Lokið</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Velja allt</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">Allar plötur</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 sekúndur</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Hámarkfjölda stafa (%d) hefur verið náð</text>
-    <text id="IDS_IV_OPT_ZOOM">Aðdráttur</text>
-    <text id="IDS_COM_BODY_GALLERY">Gallerí</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 sekúndur</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">Leysa upp</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Mistókst að breyta heiti</text>
-    <text id="IDS_COM_BODY_VIDEO">Myndskeið</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Mistókst að endurnefna. Heitið er þegar í notkun</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">Texti</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Glærusýning</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">Niðurhal</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Á að búa til möppu?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">Breyta heiti</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">Glæra</text>
     <text id="IDS_COM_BODY_MOVE">Færa</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Það er ekki hægt að eyða</text>
     <text id="IDS_IV_BODY_INTERVAL">Bil</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">Lokið</text>
-    <text id="IDS_COM_POP_DELETE_Q">Á að eyða?</text>
-    <text id="IDS_COM_BODY_EDIT">Breyta</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Hámarkfjölda stafa (%d) hefur verið náð</text>
-    <text id="IDS_COM_SK_DONE">Lokið</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">Er þegar til</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Búa til albúm</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">Engin atriði</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">Rimlagardína</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">Mistókst að vista</text>
 </string_table>
index a2853b1..07a0da5 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">Raggiunto numero massimo di caratteri</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Presentazione</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">Seleziona tutto</text>
+    <text id="IDS_COM_POP_DELETE_Q">Eliminare?</text>
+    <text id="IDS_COM_BODY_EDIT">Modifica</text>
+    <text id="IDS_COM_BODY_MESSAGE">Messaggio</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">Elaborazione in corso...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">Download</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Nome album già in uso</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 secondi</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">Attivazione</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 secondi</text>
+    <text id="IDS_COM_BODY_MESSAGES">Messaggi</text>
+    <text id="IDS_COM_SK_DONE">Fatto</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Impossibile rinominare</text>
+    <text id="IDS_COM_BODY_EMAIL">E-mail</text>
+    <text id="IDS_COM_POP_MOVED">Spostato</text>
+    <text id="IDS_COM_POP_CANCEL">Annulla</text>
+    <text id="IDS_COM_BODY_SELECTED">Selezionato</text>
     <text id="IDS_COM_BODY_DELETE">Elimina</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Album</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">Sottotitoli</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">Annulla</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Raggiunto numero massimo di caratteri (%d)</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Raggiunto numero massimo di caratteri (%d)</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Present.</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">Scorrimento</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s esiste già</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Foto personali</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Crea album</text>
+    <text id="IDS_COM_BODY_LOADING">Caricamento...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Album</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Impossibile rinominare. Nome album già in uso</text>
+    <text id="IDS_COM_POP_SAVING_ING">Salvataggio...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">Operazione non eseguita</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">Effetto di transizione</text>
-    <text id="IDS_COM_POP_CANCEL">Annulla</text>
+    <text id="IDS_COM_BODY_MUSIC">Musica</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Creare cartella?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">Eliminazione non riuscita</text>
+    <text id="IDS_COM_BODY_VIDEO">Video</text>
+    <text id="IDS_IV_OPT_ZOOM">Zoom</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">Iride</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Già esistente. Sovrascrivere?</text>
-    <text id="IDS_COM_BODY_EMAIL">E-mail</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Impossibile eliminare</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Sel. tutto</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Intervallo presentazione</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">Lettore video</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">secondi</text>
     <text id="IDS_EBOOK_BODY_PAGE">Pagina</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">Eliminazione non riuscita</text>
-    <text id="IDS_COM_BODY_SELECTED">Selezionato</text>
-    <text id="IDS_COM_BODY_MUSIC">Musica</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 secondi</text>
+    <text id="IDS_COM_BODY_GALLERY">Galleria</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">Nessun nome</text>
+    <text id="IDS_COM_BODY_IMAGES">Immagini</text>
     <text id="IDS_MEDIABR_BODY_FADE">Sfumatura</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 secondi</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">Operazione non eseguita</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">Riproduzione casuale</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">Annulla</text>
     <text id="IDS_COM_HEADER_EDIT">Modifica</text>
-    <text id="IDS_COM_BODY_IMAGES">Immagini</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 secondi</text>
+    <text id="IDS_COM_POP_DELETED">Eliminato/i</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">Rimuovere?</text>
-    <text id="IDS_COM_BODY_VIDEOS">Video</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Intervallo presentazione</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Present.</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">Attivazione</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">Nessun nome</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Nome album già in uso</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">Nessun elemento</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 secondi</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">Già esiste</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">Veneziana</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">Ripeti</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">Seleziona tutto</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">Lettore video</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">secondi</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Già esistente. Sovrascrivere?</text>
+    <text id="IDS_COM_POP_DELETING">Eliminazione...</text>
+    <text id="IDS_COM_POP_DONE">Fatto</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 secondi</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Foto personali</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">Ripeti</text>
+    <text id="IDS_COM_POP_SAVED">Salvato</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">Dissolvenza</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">Riproduzione casuale</text>
+    <text id="IDS_COM_POP_MOVING">Spostamento...</text>
     <text id="IDS_COM_POP_MOVING_FAILED">Spostamento non riuscito</text>
+    <text id="IDS_COM_BODY_VIDEOS">Video</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">Fatto</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Sel. tutto</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">Tutti gli album</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 secondi</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Raggiunto numero massimo di caratteri (%d)</text>
-    <text id="IDS_IV_OPT_ZOOM">Zoom</text>
-    <text id="IDS_COM_BODY_GALLERY">Galleria</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 secondi</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">Dissolvenza</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Impossibile rinominare</text>
-    <text id="IDS_COM_BODY_VIDEO">Video</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Impossibile rinominare. Nome album già in uso</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">Sottotitoli</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Presentazione</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">Download</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Creare cartella?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">Cambia nome</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">Scorrimento</text>
     <text id="IDS_COM_BODY_MOVE">Sposta</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Impossibile eliminare</text>
     <text id="IDS_IV_BODY_INTERVAL">Intervallo</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">Fatto</text>
-    <text id="IDS_COM_POP_DELETE_Q">Eliminare?</text>
-    <text id="IDS_COM_BODY_EDIT">Modifica</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Raggiunto numero massimo di caratteri (%d)</text>
-    <text id="IDS_COM_SK_DONE">Fatto</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">Già esiste</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Crea album</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">Nessun elemento</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">Veneziana</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">Errore salvataggio</text>
 </string_table>
index 578f445..04b1681 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">最大文字数に達しました。</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">スライドショー</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">全て選択</text>
+    <text id="IDS_COM_POP_DELETE_Q">削除しますか?</text>
+    <text id="IDS_COM_BODY_EDIT">編集</text>
+    <text id="IDS_COM_BODY_MESSAGE">メッセージ</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">処理中...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">ダウンロード</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">アルバム名は既に使用しています。</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20秒</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">アクティベーション</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2秒</text>
+    <text id="IDS_COM_BODY_MESSAGES">メッセージ</text>
+    <text id="IDS_COM_SK_DONE">完了</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">名前を変更できません。</text>
+    <text id="IDS_COM_BODY_EMAIL">Eメール</text>
+    <text id="IDS_COM_POP_MOVED">移動しました。</text>
+    <text id="IDS_COM_POP_CANCEL">キャンセル</text>
+    <text id="IDS_COM_BODY_SELECTED">選択済み</text>
     <text id="IDS_COM_BODY_DELETE">削除</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">アルバム</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">字幕</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">キャンセル</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">最大文字数(%d)に達しました。</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">最大文字数(%d)に達しました。</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">スライドショー</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">スライド</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%sは既に存在します。</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">カメラロール</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">アルバム​作成</text>
+    <text id="IDS_COM_BODY_LOADING">読み込み中...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">アルバム</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">名前​を​変更​できません。​アルバム名​は​既に​使用​されて​います</text>
+    <text id="IDS_COM_POP_SAVING_ING">保存中...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">操作に失敗しました。</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">通過効果</text>
-    <text id="IDS_COM_POP_CANCEL">キャンセル</text>
+    <text id="IDS_COM_BODY_MUSIC">音楽</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">フォルダを作成しますか?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">削除できませんでした。</text>
+    <text id="IDS_COM_BODY_VIDEO">動画</text>
+    <text id="IDS_IV_OPT_ZOOM">ズーム</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">アイリス</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">同名ファイルがあります。上書きしますか?</text>
-    <text id="IDS_COM_BODY_EMAIL">Eメール</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">削除できません。</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">全て選択</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">スライドショーの間隔</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">動画</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">秒</text>
     <text id="IDS_EBOOK_BODY_PAGE">ページ</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">削除できませんでした。</text>
-    <text id="IDS_COM_BODY_SELECTED">選択済み</text>
-    <text id="IDS_COM_BODY_MUSIC">音楽</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10秒</text>
+    <text id="IDS_COM_BODY_GALLERY">ギャラリー</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">名前なし</text>
+    <text id="IDS_COM_BODY_IMAGES">画像</text>
     <text id="IDS_MEDIABR_BODY_FADE">フェード</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2秒</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">操作に失敗しました。</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">シャッフル</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">キャンセル</text>
     <text id="IDS_COM_HEADER_EDIT">編集</text>
-    <text id="IDS_COM_BODY_IMAGES">画像</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5秒</text>
+    <text id="IDS_COM_POP_DELETED">削除しました。</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">削除しますか?</text>
-    <text id="IDS_COM_BODY_VIDEOS">動画</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">スライドショーの間隔</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">スライドショー</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">アクティベーション</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">名前なし</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">アルバム名は既に使用しています。</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">アイテムがありません。</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10秒</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">既に登録されています。</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">ブラインド</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">繰り返し</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">全て選択</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">動画</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">秒</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">同名ファイルがあります。上書きしますか?</text>
+    <text id="IDS_COM_POP_DELETING">削除中...</text>
+    <text id="IDS_COM_POP_DONE">完了</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3秒</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">カメラロール</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">繰り返し</text>
+    <text id="IDS_COM_POP_SAVED">保存しました。</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">ディゾルブ</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">シャッフル</text>
+    <text id="IDS_COM_POP_MOVING">移動中...</text>
     <text id="IDS_COM_POP_MOVING_FAILED">移動に失敗しました。</text>
+    <text id="IDS_COM_BODY_VIDEOS">動画</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">完了しました。</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">全て選択</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">全アルバム</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20秒</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">最大文字数(%d)に達しました。</text>
-    <text id="IDS_IV_OPT_ZOOM">ズーム</text>
-    <text id="IDS_COM_BODY_GALLERY">ギャラリー</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5秒</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">ディゾルブ</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">名前を変更できません。</text>
-    <text id="IDS_COM_BODY_VIDEO">動画</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">名前​を​変更​できません。​アルバム名​は​既に​使用​されて​います</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">字幕</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">スライドショー</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">ダウンロード</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">フォルダを作成しますか?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">名前を変更</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">スライド</text>
     <text id="IDS_COM_BODY_MOVE">移動</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">削除できません。</text>
     <text id="IDS_IV_BODY_INTERVAL">間隔</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">完了しました。</text>
-    <text id="IDS_COM_POP_DELETE_Q">削除しますか?</text>
-    <text id="IDS_COM_BODY_EDIT">編集</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">最大文字数(%d)に達しました。</text>
-    <text id="IDS_COM_SK_DONE">完了</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">既に登録されています。</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">アルバム​作成</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">アイテムがありません。</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">ブラインド</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">保存に失敗しました。</text>
 </string_table>
index de0b8ed..c6c4be7 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">მიღწეულია სიმბოლოების მაქსიმალური რაოდენობა</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">სლაიდშოუ</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">ყველას არჩევა</text>
+    <text id="IDS_COM_POP_DELETE_Q">წაიშალოს?</text>
+    <text id="IDS_COM_BODY_EDIT">შეცვლა</text>
+    <text id="IDS_COM_BODY_MESSAGE">შეტყობინება</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">მუშავდება...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">გადმოწერილები</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">ალბომის სახელი უკვე არის</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 წამი</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">გააქტიურება</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 წამი</text>
+    <text id="IDS_COM_BODY_MESSAGES">შეტყობინებები</text>
+    <text id="IDS_COM_SK_DONE">შესრულდა</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">სახელს ვერ შეცვლით</text>
+    <text id="IDS_COM_BODY_EMAIL">ელ-ფოსტა</text>
+    <text id="IDS_COM_POP_MOVED">გადატანილია</text>
+    <text id="IDS_COM_POP_CANCEL">გაუქმება</text>
+    <text id="IDS_COM_BODY_SELECTED">შერჩეული</text>
     <text id="IDS_COM_BODY_DELETE">წაშლა</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">ალბომები</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">სუბტიტრები</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">გაუქმება</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">მიღწეულია სიმბოლოების მაქსიმალური რაოდენობა (%d)</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">მიღწეულია სიმბოლოების მაქსიმალური რაოდენობა (%d)</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">სლაიდ–შოუ</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">სლაიდი</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s უკვე არსებობს</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">ვიდეოფრაგმენტი</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">ალბომის შექმნა</text>
+    <text id="IDS_COM_BODY_LOADING">იტვირთება...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">ალბომები</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">სახელს ვერ შეცვლით. ალბომის სახელი უკვე გამოყენებულია</text>
+    <text id="IDS_COM_POP_SAVING_ING">ინახება...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">ოპერაცია ვერ შესრულდა</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">გადასვლის ეფექტი</text>
-    <text id="IDS_COM_POP_CANCEL">გაუქმება</text>
+    <text id="IDS_COM_BODY_MUSIC">მუსიკა</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">შექმნით საქაღალდეს?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">წაშლა არ მოხერხდა</text>
+    <text id="IDS_COM_BODY_VIDEO">ვიდეო</text>
+    <text id="IDS_IV_OPT_ZOOM">მასშტაბი</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">ირისი</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">უკვე არსებობს. გადავაწერო?</text>
-    <text id="IDS_COM_BODY_EMAIL">ელ-ფოსტა</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">წაშლა შეუძლებელია</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">ყველა</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">სლაიდ–შოუს ინტერვალი</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">ვიდეო პლეერი</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">წამი</text>
     <text id="IDS_EBOOK_BODY_PAGE">გვერდი</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">წაშლა არ მოხერხდა</text>
-    <text id="IDS_COM_BODY_SELECTED">შერჩეული</text>
-    <text id="IDS_COM_BODY_MUSIC">მუსიკა</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 წამი</text>
+    <text id="IDS_COM_BODY_GALLERY">გალერეა</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">უსახელო</text>
+    <text id="IDS_COM_BODY_IMAGES">გამოსახულებები</text>
     <text id="IDS_MEDIABR_BODY_FADE">ნელ-ნელა ჩაქრობა</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 წამი</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">ოპერაცია ვერ შესრულდა</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">გადანაცვლება</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">გაუქმება</text>
     <text id="IDS_COM_HEADER_EDIT">შეცვლა</text>
-    <text id="IDS_COM_BODY_IMAGES">გამოსახულებები</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 წამი</text>
+    <text id="IDS_COM_POP_DELETED">წაშლილია</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">წაიშალოს?</text>
-    <text id="IDS_COM_BODY_VIDEOS">ვიდეოები</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">სლაიდ–შოუს ინტერვალი</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">სლაიდ–შოუ</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">გააქტიურება</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">უსახელო</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">ალბომის სახელი უკვე არის</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">ელემენტები არ არის</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 წამი</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">უკვე არის</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">დაბინდვა</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">გამეორება</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">ყველას არჩევა</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">ვიდეო პლეერი</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">წამი</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">უკვე არსებობს. გადავაწერო?</text>
+    <text id="IDS_COM_POP_DELETING">წაშლა...</text>
+    <text id="IDS_COM_POP_DONE">შესრულებულია</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 წამი</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">ვიდეოფრაგმენტი</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">გამეორება</text>
+    <text id="IDS_COM_POP_SAVED">შენახულია</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">თანდათან გაქრობა</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">გადანაცვლება</text>
+    <text id="IDS_COM_POP_MOVING">გადატანა...</text>
     <text id="IDS_COM_POP_MOVING_FAILED">გადატანა ვერ შესრულდა</text>
+    <text id="IDS_COM_BODY_VIDEOS">ვიდეოები</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">დასრულდა</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">ყველა</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">ყველა ალბომი</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 წამი</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">მიღწეულია სიმბოლოების მაქსიმალური რაოდენობა (%d)</text>
-    <text id="IDS_IV_OPT_ZOOM">მასშტაბი</text>
-    <text id="IDS_COM_BODY_GALLERY">გალერეა</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 წამი</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">თანდათან გაქრობა</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">სახელს ვერ შეცვლით</text>
-    <text id="IDS_COM_BODY_VIDEO">ვიდეო</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">სახელს ვერ შეცვლით. ალბომის სახელი უკვე გამოყენებულია</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">სუბტიტრები</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">სლაიდშოუ</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">გადმოწერილები</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">შექმნით საქაღალდეს?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">სახელის შეცვლა</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">სლაიდი</text>
     <text id="IDS_COM_BODY_MOVE">გადატანა</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">წაშლა შეუძლებელია</text>
     <text id="IDS_IV_BODY_INTERVAL">ინტერვალი</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">დასრულდა</text>
-    <text id="IDS_COM_POP_DELETE_Q">წაიშალოს?</text>
-    <text id="IDS_COM_BODY_EDIT">შეცვლა</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">მიღწეულია სიმბოლოების მაქსიმალური რაოდენობა (%d)</text>
-    <text id="IDS_COM_SK_DONE">შესრულდა</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">უკვე არის</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">ალბომის შექმნა</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">ელემენტები არ არის</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">დაბინდვა</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">ვერ შეინახა</text>
 </string_table>
index 3105c79..cecfe87 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">Таңбалардың ен көп саны артты</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Слайд-шоу</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">Бәрін бөлектеу</text>
+    <text id="IDS_COM_POP_DELETE_Q">Өшіресіз бе?</text>
+    <text id="IDS_COM_BODY_EDIT">Өзгерту</text>
+    <text id="IDS_COM_BODY_MESSAGE">Хабарлама</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">Өңделуде...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">Жазылған</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Альбом атауы пайдаланылуда</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 секунд</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">Активтеу</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 секунд</text>
+    <text id="IDS_COM_BODY_MESSAGES">Хабарламалар</text>
+    <text id="IDS_COM_SK_DONE">Дайын</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Атын өзгерту мүмкін емес</text>
+    <text id="IDS_COM_BODY_EMAIL">Эл. пошта</text>
+    <text id="IDS_COM_POP_MOVED">Орналастырылды</text>
+    <text id="IDS_COM_POP_CANCEL">Тоқтату</text>
+    <text id="IDS_COM_BODY_SELECTED">Таңдалды</text>
     <text id="IDS_COM_BODY_DELETE">Жою</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Альбомдар</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">Субтитрлер</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">Тоқтату</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Ең көп таңбалар санына (%d) жетті</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Ең көп таңбалар санына (%d) жетті</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Слайдшоу</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">Слайд</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s бар</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Камера білігі</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Альбом жасау</text>
+    <text id="IDS_COM_BODY_LOADING">Жазылуда...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Альбомдар</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Атауын өзгерту мүмкін емес. Альбомның атауы пайдаланылуда</text>
+    <text id="IDS_COM_POP_SAVING_ING">Сақталуда...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">Әрекет сәтсіз аяқталды</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">Өтпелі әсер</text>
-    <text id="IDS_COM_POP_CANCEL">Тоқтату</text>
+    <text id="IDS_COM_BODY_MUSIC">Музыка</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Қалта құрасыз ба?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">Жою үстінде үзіліп кетті</text>
+    <text id="IDS_COM_BODY_VIDEO">Бейне</text>
+    <text id="IDS_IV_OPT_ZOOM">Ауқымы</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">Жыланқияқ</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Бар. Қайта жазу керек пе?</text>
-    <text id="IDS_COM_BODY_EMAIL">Эл. пошта</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Жою мүмкін емес</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Барл. таң.</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Слайдшоу аралығы</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">Бейне ойнатқыш</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">секунд</text>
     <text id="IDS_EBOOK_BODY_PAGE">Бет</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">Жою үстінде үзіліп кетті</text>
-    <text id="IDS_COM_BODY_SELECTED">Таңдалды</text>
-    <text id="IDS_COM_BODY_MUSIC">Музыка</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 секунд</text>
+    <text id="IDS_COM_BODY_GALLERY">Галерея</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">Ондай есім жоқ</text>
+    <text id="IDS_COM_BODY_IMAGES">Суреттер</text>
     <text id="IDS_MEDIABR_BODY_FADE">Тегіс пайда болу</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 секунд</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">Әрекет сәтсіз аяқталды</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">Кездейсоқ тәртіп</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">Тоқтату</text>
     <text id="IDS_COM_HEADER_EDIT">Өзгерту</text>
-    <text id="IDS_COM_BODY_IMAGES">Суреттер</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 секунд</text>
+    <text id="IDS_COM_POP_DELETED">Жойылды</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">Жоясыз ба?</text>
-    <text id="IDS_COM_BODY_VIDEOS">Бейнежазбалар</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Слайдшоу аралығы</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Слайдшоу</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">Активтеу</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">Ондай есім жоқ</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Альбом атауы пайдаланылуда</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">Баптар жоқ</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 секунд</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">Қолданыста бар</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">Көрінбейді</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">Қайталау</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">Бәрін бөлектеу</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">Бейне ойнатқыш</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">секунд</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Бар. Қайта жазу керек пе?</text>
+    <text id="IDS_COM_POP_DELETING">Жойылуда...</text>
+    <text id="IDS_COM_POP_DONE">Аяқталды</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 секунд</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Камера білігі</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">Қайталау</text>
+    <text id="IDS_COM_POP_SAVED">Сақталған</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">Жоқ болу</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">Кездейсоқ тәртіп</text>
+    <text id="IDS_COM_POP_MOVING">Орналастырылды</text>
     <text id="IDS_COM_POP_MOVING_FAILED">Орналастырылмады</text>
+    <text id="IDS_COM_BODY_VIDEOS">Бейнежазбалар</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">Аяқталды</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Барл. таң.</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">Барлық альбомдар</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 секунд</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Ең көп таңбалар санына (%d) жетті</text>
-    <text id="IDS_IV_OPT_ZOOM">Ауқымы</text>
-    <text id="IDS_COM_BODY_GALLERY">Галерея</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 секунд</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">Жоқ болу</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Атын өзгерту мүмкін емес</text>
-    <text id="IDS_COM_BODY_VIDEO">Бейне</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Атауын өзгерту мүмкін емес. Альбомның атауы пайдаланылуда</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">Субтитрлер</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Слайд-шоу</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">Жазылған</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Қалта құрасыз ба?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">Атын өзгерту</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">Слайд</text>
     <text id="IDS_COM_BODY_MOVE">Орналастыру</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Жою мүмкін емес</text>
     <text id="IDS_IV_BODY_INTERVAL">Аралық</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">Аяқталды</text>
-    <text id="IDS_COM_POP_DELETE_Q">Өшіресіз бе?</text>
-    <text id="IDS_COM_BODY_EDIT">Өзгерту</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Ең көп таңбалар санына (%d) жетті</text>
-    <text id="IDS_COM_SK_DONE">Дайын</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">Қолданыста бар</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Альбом жасау</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">Баптар жоқ</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">Көрінбейді</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">Сақтау сәтсіз</text>
 </string_table>
index 91d6ec0..57d3c46 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">입력 가능한 최대 글자수를 초과하였습니다</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">슬라이드쇼</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">모두 선택</text>
+    <text id="IDS_COM_POP_DELETE_Q">삭제할까요?</text>
+    <text id="IDS_COM_BODY_EDIT">편집</text>
+    <text id="IDS_COM_BODY_MESSAGE">메시지</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">처리 중...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">다운로드 관리</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">사용 중인 이름입니다</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20초</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">실행</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2초</text>
+    <text id="IDS_COM_BODY_MESSAGES">메시지</text>
+    <text id="IDS_COM_SK_DONE">완료</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">이름을 변경할 수 없습니다</text>
+    <text id="IDS_COM_BODY_EMAIL">이메일</text>
+    <text id="IDS_COM_POP_MOVED">이동되었습니다</text>
+    <text id="IDS_COM_POP_CANCEL">취소</text>
+    <text id="IDS_COM_BODY_SELECTED">단일 선택</text>
     <text id="IDS_COM_BODY_DELETE">삭제</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">앨범</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">자막</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">취소</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">최대 글자 수(%d개)를 초과하였습니다</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">최대 글자 수(%d개)를 초과하였습니다</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">슬라이드쇼</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">슬라이드</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s이(가) 저장되어 있습니다</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">카메라 앨범</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">앨범 추가</text>
+    <text id="IDS_COM_BODY_LOADING">로딩 중...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">앨범</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">사용 중인 앨범 이름이므로 변경할 수 없습니다</text>
+    <text id="IDS_COM_POP_SAVING_ING">저장 중...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">작업을 수행하지 못하였습니다</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">전환 효과</text>
-    <text id="IDS_COM_POP_CANCEL">취소</text>
+    <text id="IDS_COM_BODY_MUSIC">음악</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">폴더를 추가할까요?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">삭제하지 못하였습니다</text>
+    <text id="IDS_COM_BODY_VIDEO">동영상</text>
+    <text id="IDS_IV_OPT_ZOOM">확대/축소</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">아이리스</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">사용 중인 이름입니다. 덮어쓸까요?</text>
-    <text id="IDS_COM_BODY_EMAIL">이메일</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">삭제할 수 없습니다</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">모두 선택</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">슬라이드쇼 전환 간격</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">비디오 플레이어</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">초</text>
     <text id="IDS_EBOOK_BODY_PAGE">페이지</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">삭제하지 못하였습니다</text>
-    <text id="IDS_COM_BODY_SELECTED">단일 선택</text>
-    <text id="IDS_COM_BODY_MUSIC">음악</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10초</text>
+    <text id="IDS_COM_BODY_GALLERY">갤러리</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">이름이 없습니다</text>
+    <text id="IDS_COM_BODY_IMAGES">이미지</text>
     <text id="IDS_MEDIABR_BODY_FADE">페이드</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2초</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">작업을 수행하지 못하였습니다</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">셔플</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">취소</text>
     <text id="IDS_COM_HEADER_EDIT">편집</text>
-    <text id="IDS_COM_BODY_IMAGES">이미지</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5초</text>
+    <text id="IDS_COM_POP_DELETED">삭제되었습니다</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">제거할까요?</text>
-    <text id="IDS_COM_BODY_VIDEOS">동영상</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">슬라이드쇼 전환 간격</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">슬라이드쇼</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">실행</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">이름이 없습니다</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">사용 중인 이름입니다</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">항목이 없습니다</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10초</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">이미 저장되어 있습니다</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">블라인드</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">반복</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">모두 선택</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">비디오 플레이어</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">초</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">사용 중인 이름입니다. 덮어쓸까요?</text>
+    <text id="IDS_COM_POP_DELETING">삭제 중...</text>
+    <text id="IDS_COM_POP_DONE">완료</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3초</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">카메라 앨범</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">반복</text>
+    <text id="IDS_COM_POP_SAVED">저장되었습니다</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">디졸브</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">셔플</text>
+    <text id="IDS_COM_POP_MOVING">이동 중...</text>
     <text id="IDS_COM_POP_MOVING_FAILED">이동하지 못하였습니다</text>
+    <text id="IDS_COM_BODY_VIDEOS">동영상</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">완료되었습니다</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">모두 선택</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">모든 앨범</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20초</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">최대 글자 수(%d개)를 초과하였습니다</text>
-    <text id="IDS_IV_OPT_ZOOM">확대/축소</text>
-    <text id="IDS_COM_BODY_GALLERY">갤러리</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5초</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">디졸브</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">이름을 변경할 수 없습니다</text>
-    <text id="IDS_COM_BODY_VIDEO">동영상</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">사용 중인 앨범 이름이므로 변경할 수 없습니다</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">자막</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">슬라이드쇼</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">다운로드 관리</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">폴더를 추가할까요?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">이름 변경</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">슬라이드</text>
     <text id="IDS_COM_BODY_MOVE">이동</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">삭제할 수 없습니다</text>
     <text id="IDS_IV_BODY_INTERVAL">간격</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">ì\99\84ë£\8cë\90\98ì\97\88ì\8aµë\8b\88ë\8b¤</text>
-    <text id="IDS_COM_POP_DELETE_Q">삭제할까요?</text>
-    <text id="IDS_COM_BODY_EDIT">편집</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">최대 글자 수(%d개)를 초과하였습니다</text>
-    <text id="IDS_COM_SK_DONE">완료</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">ì\9d´ë¯¸ ì \80ì\9e¥ë\90\98ì\96´ ì\9e\88ì\8aµë\8b\88ë\8b¤</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">앨범 추가</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">항목이 없습니다</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">블라인드</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">저장하지 못하였습니다</text>
 </string_table>
index e77c860..6250552 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">Sasniegts maksimālais rakstzīmju skaits</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Slaidrāde</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">Izv. visu</text>
+    <text id="IDS_COM_POP_DELETE_Q">Vai dzēst?</text>
+    <text id="IDS_COM_BODY_EDIT">Rediģēt</text>
+    <text id="IDS_COM_BODY_MESSAGE">Ziņa</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">Apstrādā...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">Lejupielādes</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Alb.nosauk. jau tiek liet.</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 sekundes</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">Aktivizēšana</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 sekundes</text>
+    <text id="IDS_COM_BODY_MESSAGES">Ziņas</text>
+    <text id="IDS_COM_SK_DONE">Gatavs</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Nevar pārdēvēt</text>
+    <text id="IDS_COM_BODY_EMAIL">E-pasts</text>
+    <text id="IDS_COM_POP_MOVED">Pārvietots</text>
+    <text id="IDS_COM_POP_CANCEL">Atcelt</text>
+    <text id="IDS_COM_BODY_SELECTED">Izvēlēts</text>
     <text id="IDS_COM_BODY_DELETE">Dzēst</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albumi</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">Subtitri</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">Atcelt</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Sasniegts maksimālais rakstzīmju skaits (%d)</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Sasniegts maksimālais rakstzīmju skaits (%d)</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Slaidrāde</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">Slaids</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s jau pastāv</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Kam.fotoatt.rul.</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Izveidot albumu</text>
+    <text id="IDS_COM_BODY_LOADING">Ielādē...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albumi</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Nevar pārdēvēt. Albuma nosaukums jau tiek lietots</text>
+    <text id="IDS_COM_POP_SAVING_ING">Saglabā...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">Darbība neizdevās</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">Pārejas efekts</text>
-    <text id="IDS_COM_POP_CANCEL">Atcelt</text>
+    <text id="IDS_COM_BODY_MUSIC">Mūzika</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Vai izveidot mapi?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">Neizdevās izdzēst</text>
+    <text id="IDS_COM_BODY_VIDEO">Video</text>
+    <text id="IDS_IV_OPT_ZOOM">Tālummaiņa</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">Varavīksne</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Jau pastāv. Vai pārrakstīt?</text>
-    <text id="IDS_COM_BODY_EMAIL">E-pasts</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Nevar izdzēst</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Izv. visu</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Slaidrādes intervāls</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">Video atskaņotājs</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">sekundes</text>
     <text id="IDS_EBOOK_BODY_PAGE">Lapa</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">Neizdevās izdzēst</text>
-    <text id="IDS_COM_BODY_SELECTED">Izvēlēts</text>
-    <text id="IDS_COM_BODY_MUSIC">Mūzika</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 sekundes</text>
+    <text id="IDS_COM_BODY_GALLERY">Galerija</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">Nav vārda</text>
+    <text id="IDS_COM_BODY_IMAGES">Attēli</text>
     <text id="IDS_MEDIABR_BODY_FADE">Izgaist</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 sekundes</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">Darbība neizdevās</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">Jaukt</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">Atcelt</text>
     <text id="IDS_COM_HEADER_EDIT">Rediģēt</text>
-    <text id="IDS_COM_BODY_IMAGES">Attēli</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 sekundes</text>
+    <text id="IDS_COM_POP_DELETED">Izdzēsts</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">Vai noņemt?</text>
-    <text id="IDS_COM_BODY_VIDEOS">Video</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Slaidrādes intervāls</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Slaidrāde</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">Aktivizēšana</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">Nav vārda</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Alb.nosauk. jau tiek liet.</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">Nav vienumu</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 sekundes</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">Jau pastāv</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">Aizēnošana</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">Atkārtot</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">Izv. visu</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">Video atskaņotājs</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">sekundes</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Jau pastāv. Vai pārrakstīt?</text>
+    <text id="IDS_COM_POP_DELETING">Dzēš...</text>
+    <text id="IDS_COM_POP_DONE">Gatavs</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 sekundes</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Kam.fotoatt.rul.</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">Atkārtot</text>
+    <text id="IDS_COM_POP_SAVED">Saglabāts</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">Izšķīdināt</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">Jaukt</text>
+    <text id="IDS_COM_POP_MOVING">Pārvieto...</text>
     <text id="IDS_COM_POP_MOVING_FAILED">Pārvietošana neizdevās</text>
+    <text id="IDS_COM_BODY_VIDEOS">Video</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">Pabeigts</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Izv. visu</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">Visi albumi</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 sekundes</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Sasniegts maksimālais rakstzīmju skaits (%d)</text>
-    <text id="IDS_IV_OPT_ZOOM">Tālummaiņa</text>
-    <text id="IDS_COM_BODY_GALLERY">Galerija</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 sekundes</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">Izšķīdināt</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Nevar pārdēvēt</text>
-    <text id="IDS_COM_BODY_VIDEO">Video</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Nevar pārdēvēt. Albuma nosaukums jau tiek lietots</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">Subtitri</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Slaidrāde</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">Lejupielādes</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Vai izveidot mapi?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">Mainīt vārdu</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">Slaids</text>
     <text id="IDS_COM_BODY_MOVE">Pārvietot</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Nevar izdzēst</text>
     <text id="IDS_IV_BODY_INTERVAL">Intervāls</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">Pabeigts</text>
-    <text id="IDS_COM_POP_DELETE_Q">Vai dzēst?</text>
-    <text id="IDS_COM_BODY_EDIT">Rediģēt</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Sasniegts maksimālais rakstzīmju skaits (%d)</text>
-    <text id="IDS_COM_SK_DONE">Gatavs</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">Jau pastāv</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Izveidot albumu</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">Nav vienumu</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">Aizēnošana</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">Saglabāšana neizdevās</text>
 </string_table>
index f6cae22..3e784a0 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">Pasiektas didžiausias simbolių skaičius</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Skaidrių demonstravimas</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">Pasirinkti viską</text>
+    <text id="IDS_COM_POP_DELETE_Q">Ar trinti?</text>
+    <text id="IDS_COM_BODY_EDIT">Redaguoti</text>
+    <text id="IDS_COM_BODY_MESSAGE">Žinutė</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">Apdorojama...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">Atsisiųsti elem.</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Albumo pavadinimas jau yra</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 sekundžių</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">Aktyvinimas</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 sekundės</text>
+    <text id="IDS_COM_BODY_MESSAGES">Žinutės</text>
+    <text id="IDS_COM_SK_DONE">Atlikta</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Neįmanoma pervardinti</text>
+    <text id="IDS_COM_BODY_EMAIL">El. paštas</text>
+    <text id="IDS_COM_POP_MOVED">Perkelta</text>
+    <text id="IDS_COM_POP_CANCEL">Atšaukti</text>
+    <text id="IDS_COM_BODY_SELECTED">Pasirinkta</text>
     <text id="IDS_COM_BODY_DELETE">Trinti</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albumai</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">Subtitrai</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">Atšaukti</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Pasiektas didžiausias simbolių skaičius (%d)</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Pasiektas didžiausias simbolių skaičius (%d)</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Skaid.rod.</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">Skaidrė</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s jau yra</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Nuotr. rodymas</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Sukurti albumą</text>
+    <text id="IDS_COM_BODY_LOADING">Įkeliama...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albumai</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Neįmanoma pakeisti pavadinimo. Toks albumo pavadinimas jau yra</text>
+    <text id="IDS_COM_POP_SAVING_ING">Įrašoma...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">Veiksmas nepavyko</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">Perėjimo efektas</text>
-    <text id="IDS_COM_POP_CANCEL">Atšaukti</text>
+    <text id="IDS_COM_BODY_MUSIC">Muzika</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Ar kurti aplanką?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">Ištrinti nepavyko</text>
+    <text id="IDS_COM_BODY_VIDEO">Vaizdo įrašas</text>
+    <text id="IDS_IV_OPT_ZOOM">Mastelio keitimas</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">Rainelė</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Jau yra. Perrašyti?</text>
-    <text id="IDS_COM_BODY_EMAIL">El. paštas</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Ištrinti nepavyko</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Rin. Viską</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Skaidrių rodymo intervalas</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">Vaizdo įrašų leistuvas</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">sekundės</text>
     <text id="IDS_EBOOK_BODY_PAGE">Puslapis</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">Ištrinti nepavyko</text>
-    <text id="IDS_COM_BODY_SELECTED">Pasirinkta</text>
-    <text id="IDS_COM_BODY_MUSIC">Muzika</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 sekundžių</text>
+    <text id="IDS_COM_BODY_GALLERY">Galerija</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">Nėra vardo</text>
+    <text id="IDS_COM_BODY_IMAGES">Vaizdai</text>
     <text id="IDS_MEDIABR_BODY_FADE">Išblukimas</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 sekundės</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">Veiksmas nepavyko</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">Maišyti</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">Atšaukti</text>
     <text id="IDS_COM_HEADER_EDIT">Redaguoti</text>
-    <text id="IDS_COM_BODY_IMAGES">Vaizdai</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 sekundės</text>
+    <text id="IDS_COM_POP_DELETED">Ištrinta</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">Ar šalinti?</text>
-    <text id="IDS_COM_BODY_VIDEOS">Vaizdo įrašai</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Skaidrių rodymo intervalas</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Skaid.rod.</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">Aktyvinimas</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">Nėra vardo</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Albumo pavadinimas jau yra</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">Elementų nėra</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 sekundžių</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">Jau yra</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">Žaliuzės</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">Kartoti</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">Pasirinkti viską</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">Vaizdo įrašų leistuvas</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">sekundės</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Jau yra. Perrašyti?</text>
+    <text id="IDS_COM_POP_DELETING">Trinama...</text>
+    <text id="IDS_COM_POP_DONE">Atlikta</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 sekundės</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Nuotr. rodymas</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">Kartoti</text>
+    <text id="IDS_COM_POP_SAVED">Išsaugota</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">Panaikinti</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">Maišyti</text>
+    <text id="IDS_COM_POP_MOVING">Perkeliama...</text>
     <text id="IDS_COM_POP_MOVING_FAILED">Perkelti nepavyko</text>
+    <text id="IDS_COM_BODY_VIDEOS">Vaizdo įrašai</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">Atlikta</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Rin. Viską</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">Visi albumai</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 sekundžių</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Pasiektas didžiausias simbolių skaičius (%d)</text>
-    <text id="IDS_IV_OPT_ZOOM">Mastelio keitimas</text>
-    <text id="IDS_COM_BODY_GALLERY">Galerija</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 sekundės</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">Panaikinti</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Neįmanoma pervardinti</text>
-    <text id="IDS_COM_BODY_VIDEO">Vaizdo įrašas</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Neįmanoma pakeisti pavadinimo. Toks albumo pavadinimas jau yra</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">Subtitrai</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Skaidrių demonstravimas</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">Atsisiųsti elem.</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Ar kurti aplanką?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">Keisti vardą</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">Skaidrė</text>
     <text id="IDS_COM_BODY_MOVE">Perkelti</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Ištrinti nepavyko</text>
     <text id="IDS_IV_BODY_INTERVAL">Intervalas</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">Atlikta</text>
-    <text id="IDS_COM_POP_DELETE_Q">Ar trinti?</text>
-    <text id="IDS_COM_BODY_EDIT">Redaguoti</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Pasiektas didžiausias simbolių skaičius (%d)</text>
-    <text id="IDS_COM_SK_DONE">Atlikta</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">Jau yra</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Sukurti albumą</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">Elementų nėra</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">Žaliuzės</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">Išsaugoti nepavyko</text>
 </string_table>
index 9a172d6..7a018f4 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">Достигнат е максималниот број знаци</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Слајдови</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">Избери ги сите</text>
+    <text id="IDS_COM_POP_DELETE_Q">Да се избрише?</text>
+    <text id="IDS_COM_BODY_EDIT">Измени</text>
+    <text id="IDS_COM_BODY_MESSAGE">Порака</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">Се обработува...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">Преземено</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Името на албумот постои</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 секунди</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">Активирање</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 секунди</text>
+    <text id="IDS_COM_BODY_MESSAGES">Пораки</text>
+    <text id="IDS_COM_SK_DONE">Готово</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Не може да се преименува</text>
+    <text id="IDS_COM_BODY_EMAIL">Е-пошта</text>
+    <text id="IDS_COM_POP_MOVED">Преместено</text>
+    <text id="IDS_COM_POP_CANCEL">Откажи</text>
+    <text id="IDS_COM_BODY_SELECTED">Избраните</text>
     <text id="IDS_COM_BODY_DELETE">Избриши</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Албуми</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">Титли</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">Откажи</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Достигнат е максималниот број знаци (%d)</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Достигнат е максималниот број знаци (%d)</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Слајдови</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">Слајд</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s веќе постои</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Ролна на камера</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Нов албум</text>
+    <text id="IDS_COM_BODY_LOADING">Активирање...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Албуми</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Не може да се преименува. Името на албумот постои</text>
+    <text id="IDS_COM_POP_SAVING_ING">Се снима...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">Неуспешна операција</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">Премин</text>
-    <text id="IDS_COM_POP_CANCEL">Откажи</text>
+    <text id="IDS_COM_BODY_MUSIC">Музика</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Направи нова папка?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">Неуспешно бришење</text>
+    <text id="IDS_COM_BODY_VIDEO">Видео-запис</text>
+    <text id="IDS_IV_OPT_ZOOM">Зголемено</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">Зеница</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Веќе постои. Пресними?</text>
-    <text id="IDS_COM_BODY_EMAIL">Е-пошта</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Не може да се избрише</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Изб. сите</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Период на слајдовите</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">Видео-плеер</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">секунди</text>
     <text id="IDS_EBOOK_BODY_PAGE">Страна</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">Неуспешно бришење</text>
-    <text id="IDS_COM_BODY_SELECTED">Избраните</text>
-    <text id="IDS_COM_BODY_MUSIC">Музика</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 секунди</text>
+    <text id="IDS_COM_BODY_GALLERY">Галерија</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">Нема име</text>
+    <text id="IDS_COM_BODY_IMAGES">Слики</text>
     <text id="IDS_MEDIABR_BODY_FADE">Затемнување</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 секунди</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">Неуспешна операција</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">Произволно</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">Откажи</text>
     <text id="IDS_COM_HEADER_EDIT">Измени</text>
-    <text id="IDS_COM_BODY_IMAGES">Слики</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 секунди</text>
+    <text id="IDS_COM_POP_DELETED">Избришано</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">Отстрани?</text>
-    <text id="IDS_COM_BODY_VIDEOS">Видео-записи</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Период на слајдовите</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Слајдови</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">Активирање</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">Нема име</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Името на албумот постои</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">Нема записи</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 секунди</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">Веќе постои</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">Ролетна</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">Повторување</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">Избери ги сите</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">Видео-плеер</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">секунди</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Веќе постои. Пресними?</text>
+    <text id="IDS_COM_POP_DELETING">Се брише...</text>
+    <text id="IDS_COM_POP_DONE">Извршено</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 секунди</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Ролна на камера</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">Повторување</text>
+    <text id="IDS_COM_POP_SAVED">Меморирано</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">Растворање</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">Произволно</text>
+    <text id="IDS_COM_POP_MOVING">Се преместува...</text>
     <text id="IDS_COM_POP_MOVING_FAILED">Неуспешно преместување</text>
+    <text id="IDS_COM_BODY_VIDEOS">Видео-записи</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">Завршено</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Изб. сите</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">Сите албуми</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 секунди</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Достигнат е максималниот број знаци (%d)</text>
-    <text id="IDS_IV_OPT_ZOOM">Зголемено</text>
-    <text id="IDS_COM_BODY_GALLERY">Галерија</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 секунди</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">Растворање</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Не може да се преименува</text>
-    <text id="IDS_COM_BODY_VIDEO">Видео-запис</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Не може да се преименува. Името на албумот постои</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">Титли</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Слајдови</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">Преземено</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Направи нова папка?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">Смени име</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">Слајд</text>
     <text id="IDS_COM_BODY_MOVE">Премести</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Не може да се избрише</text>
     <text id="IDS_IV_BODY_INTERVAL">Интервал</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">Завршено</text>
-    <text id="IDS_COM_POP_DELETE_Q">Да се избрише?</text>
-    <text id="IDS_COM_BODY_EDIT">Измени</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Достигнат е максималниот број знаци (%d)</text>
-    <text id="IDS_COM_SK_DONE">Готово</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">Веќе постои</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Нов албум</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">Нема записи</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">Ролетна</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">Неуспешно снимање</text>
 </string_table>
index 38cd2e2..8ba99a5 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">Maximumaantal tekens bereikt</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Diapresentatie</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">Alles selecteren</text>
+    <text id="IDS_COM_POP_DELETE_Q">Verwijderen?</text>
+    <text id="IDS_COM_BODY_EDIT">Bewerken</text>
+    <text id="IDS_COM_BODY_MESSAGE">Bericht</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">Verwerken...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">Downloads</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Albumnaam al in gebruik</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 seconden</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">Inschakelen</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 seconden</text>
+    <text id="IDS_COM_BODY_MESSAGES">Berichten</text>
+    <text id="IDS_COM_SK_DONE">Gereed</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Kan de naam niet wijzigen</text>
+    <text id="IDS_COM_BODY_EMAIL">E-mail</text>
+    <text id="IDS_COM_POP_MOVED">Verplaatst</text>
+    <text id="IDS_COM_POP_CANCEL">Annuleren</text>
+    <text id="IDS_COM_BODY_SELECTED">Geselecteerd</text>
     <text id="IDS_COM_BODY_DELETE">Wissen</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albums</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">Ondertitels</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">Annuleren</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Maximumaantal tekens (%d) bereikt</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Maximumaantal tekens (%d) bereikt</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Diashow</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">Pictogram</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s bestaat al</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Camerarol</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Album maken</text>
+    <text id="IDS_COM_BODY_LOADING">Laden...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albums</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Kan de naam niet wijzigen. Albumnaam al in gebruik</text>
+    <text id="IDS_COM_POP_SAVING_ING">Opslaan...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">Bewerking is mislukt</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">Overgangseffect</text>
-    <text id="IDS_COM_POP_CANCEL">Annuleren</text>
+    <text id="IDS_COM_BODY_MUSIC">Muziek</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Map maken?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">Verwijderen mislukt</text>
+    <text id="IDS_COM_BODY_VIDEO">Video</text>
+    <text id="IDS_IV_OPT_ZOOM">Zoomen</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">Iris</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Bestaat al. Overschrijven?</text>
-    <text id="IDS_COM_BODY_EMAIL">E-mail</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Kan niet verwijderen</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Alles sel.</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Interval diashow</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">Videospeler</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">seconden</text>
     <text id="IDS_EBOOK_BODY_PAGE">Pagina</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">Verwijderen mislukt</text>
-    <text id="IDS_COM_BODY_SELECTED">Geselecteerd</text>
-    <text id="IDS_COM_BODY_MUSIC">Muziek</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 seconden</text>
+    <text id="IDS_COM_BODY_GALLERY">Galerij</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">Geen naam</text>
+    <text id="IDS_COM_BODY_IMAGES">Afbeeldingen</text>
     <text id="IDS_MEDIABR_BODY_FADE">Uitvloeien</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 seconden</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">Bewerking is mislukt</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">Willekeurig</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">Annuleren</text>
     <text id="IDS_COM_HEADER_EDIT">Bewerken</text>
-    <text id="IDS_COM_BODY_IMAGES">Afbeeldingen</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 seconden</text>
+    <text id="IDS_COM_POP_DELETED">Verwijderd</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">Verwijderen?</text>
-    <text id="IDS_COM_BODY_VIDEOS">Video's</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Interval diashow</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Diashow</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">Inschakelen</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">Geen naam</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Albumnaam al in gebruik</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">Geen items</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 seconden</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">Bestaat al</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">Jaloezie</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">Herhalen</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">Alles selecteren</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">Videospeler</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">seconden</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Bestaat al. Overschrijven?</text>
+    <text id="IDS_COM_POP_DELETING">Verwijderen...</text>
+    <text id="IDS_COM_POP_DONE">Gereed</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 seconden</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Camerarol</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">Herhalen</text>
+    <text id="IDS_COM_POP_SAVED">Opgeslagen</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">Oplossen</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">Willekeurig</text>
+    <text id="IDS_COM_POP_MOVING">Verplaatsen...</text>
     <text id="IDS_COM_POP_MOVING_FAILED">Verplaatsen is mislukt</text>
+    <text id="IDS_COM_BODY_VIDEOS">Video's</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">Voltooid</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Alles sel.</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">Alle albums</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 seconden</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Maximumaantal tekens (%d) bereikt</text>
-    <text id="IDS_IV_OPT_ZOOM">Zoomen</text>
-    <text id="IDS_COM_BODY_GALLERY">Galerij</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 seconden</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">Oplossen</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Kan de naam niet wijzigen</text>
-    <text id="IDS_COM_BODY_VIDEO">Video</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Kan de naam niet wijzigen. Albumnaam al in gebruik</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">Ondertitels</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Diapresentatie</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">Downloads</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Map maken?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">Naam wijzigen</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">Pictogram</text>
     <text id="IDS_COM_BODY_MOVE">Verplaatsen</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Kan niet verwijderen</text>
     <text id="IDS_IV_BODY_INTERVAL">Interval</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">Voltooid</text>
-    <text id="IDS_COM_POP_DELETE_Q">Verwijderen?</text>
-    <text id="IDS_COM_BODY_EDIT">Bewerken</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Maximumaantal tekens (%d) bereikt</text>
-    <text id="IDS_COM_SK_DONE">Gereed</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">Bestaat al</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Album maken</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">Geen items</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">Jaloezie</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">Opslaan mislukt</text>
 </string_table>
index c7dfbb4..059f365 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">Nådd maksimalt antall tegn</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Bildefremvisning</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">Merk alt</text>
+    <text id="IDS_COM_POP_DELETE_Q">Slette?</text>
+    <text id="IDS_COM_BODY_EDIT">Rediger</text>
+    <text id="IDS_COM_BODY_MESSAGE">Melding</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">Behandler...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">Nedlast.</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Albumnavn allerede i bruk</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 sekunder</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">Aktivering</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 sekunder</text>
+    <text id="IDS_COM_BODY_MESSAGES">Meldinger</text>
+    <text id="IDS_COM_SK_DONE">Utført</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Kan ikke gi nytt navn</text>
+    <text id="IDS_COM_BODY_EMAIL">E-post</text>
+    <text id="IDS_COM_POP_MOVED">Flyttet</text>
+    <text id="IDS_COM_POP_CANCEL">Avbryt</text>
+    <text id="IDS_COM_BODY_SELECTED">Valgt</text>
     <text id="IDS_COM_BODY_DELETE">Slett</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Album</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">Undertekster</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">Avbryt</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Maksimalt antall tegn (%d) er nådd</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Maksimalt antall tegn (%d) er nådd</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Bildevisn</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">Lysbilde</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s finnes allerede</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Kamerabilder</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Lag album</text>
+    <text id="IDS_COM_BODY_LOADING">Åpner...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Album</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Kan ikke gi nytt navn. Albumnavnet er allerede i bruk</text>
+    <text id="IDS_COM_POP_SAVING_ING">Lagrer...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">Operasjonen mislyktes</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">Overgangseffekt</text>
-    <text id="IDS_COM_POP_CANCEL">Avbryt</text>
+    <text id="IDS_COM_BODY_MUSIC">Musikk</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Opprette mappe?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">Kunne ikke slette</text>
+    <text id="IDS_COM_BODY_VIDEO">Videoklipp</text>
+    <text id="IDS_IV_OPT_ZOOM">Zoom</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">Iris</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Finnes allerede. Vil du overskrive?</text>
-    <text id="IDS_COM_BODY_EMAIL">E-post</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Kan ikke slette</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Velg alle</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Bildefremvisningsintervall</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">Videospiller</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">sekunder</text>
     <text id="IDS_EBOOK_BODY_PAGE">Side</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">Kunne ikke slette</text>
-    <text id="IDS_COM_BODY_SELECTED">Valgt</text>
-    <text id="IDS_COM_BODY_MUSIC">Musikk</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 sekunder</text>
+    <text id="IDS_COM_BODY_GALLERY">Galleri</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">Ingen navn</text>
+    <text id="IDS_COM_BODY_IMAGES">Bilder</text>
     <text id="IDS_MEDIABR_BODY_FADE">Fade</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 sekunder</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">Operasjonen mislyktes</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">Tilfeldig avspilling</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">Avbryt</text>
     <text id="IDS_COM_HEADER_EDIT">Rediger</text>
-    <text id="IDS_COM_BODY_IMAGES">Bilder</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 sekunder</text>
+    <text id="IDS_COM_POP_DELETED">Slettet</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">Fjerne?</text>
-    <text id="IDS_COM_BODY_VIDEOS">Videoklipp</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Bildefremvisningsintervall</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Bildevisn</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">Aktivering</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">Ingen navn</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Albumnavn allerede i bruk</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">Ingen elementer</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 sekunder</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">Finnes allerede</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">Persienne</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">Gjenta</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">Merk alt</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">Videospiller</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">sekunder</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Finnes allerede. Vil du overskrive?</text>
+    <text id="IDS_COM_POP_DELETING">Sletter...</text>
+    <text id="IDS_COM_POP_DONE">Utført</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 sekunder</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Kamerabilder</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">Gjenta</text>
+    <text id="IDS_COM_POP_SAVED">Lagret</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">Oppløs</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">Tilfeldig avspilling</text>
+    <text id="IDS_COM_POP_MOVING">Flytter...</text>
     <text id="IDS_COM_POP_MOVING_FAILED">Flyttingen mislyktes</text>
+    <text id="IDS_COM_BODY_VIDEOS">Videoklipp</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">Fullført</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Velg alle</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">Alle album</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 sekunder</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Maksimalt antall tegn (%d) er nådd</text>
-    <text id="IDS_IV_OPT_ZOOM">Zoom</text>
-    <text id="IDS_COM_BODY_GALLERY">Galleri</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 sekunder</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">Oppløs</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Kan ikke gi nytt navn</text>
-    <text id="IDS_COM_BODY_VIDEO">Videoklipp</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Kan ikke gi nytt navn. Albumnavnet er allerede i bruk</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">Undertekster</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Bildefremvisning</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">Nedlast.</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Opprette mappe?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">Endre navn</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">Lysbilde</text>
     <text id="IDS_COM_BODY_MOVE">Flytt</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Kan ikke slette</text>
     <text id="IDS_IV_BODY_INTERVAL">Intervall</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">Fullført</text>
-    <text id="IDS_COM_POP_DELETE_Q">Slette?</text>
-    <text id="IDS_COM_BODY_EDIT">Rediger</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Maksimalt antall tegn (%d) er nådd</text>
-    <text id="IDS_COM_SK_DONE">Utført</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">Finnes allerede</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Lag album</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">Ingen elementer</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">Persienne</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">Kunne ikke lagre</text>
 </string_table>
index 9c07a54..0491fe7 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">Osiągnięto maksymalną liczbę znaków</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Pokaz slajdów</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">Zaznacz wszystko</text>
+    <text id="IDS_COM_POP_DELETE_Q">Usunąć?</text>
+    <text id="IDS_COM_BODY_EDIT">Edytuj</text>
+    <text id="IDS_COM_BODY_MESSAGE">Wiadomość</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">Przetwarzanie...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">Pobrane</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Nazwa albumu już w użyciu</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 sek.</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">Aktywacja</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 sek.</text>
+    <text id="IDS_COM_BODY_MESSAGES">Wiadomości</text>
+    <text id="IDS_COM_SK_DONE">Gotowe</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Nie można zmienić nazwy</text>
+    <text id="IDS_COM_BODY_EMAIL">E-mail</text>
+    <text id="IDS_COM_POP_MOVED">Przeniesiono</text>
+    <text id="IDS_COM_POP_CANCEL">Anuluj</text>
+    <text id="IDS_COM_BODY_SELECTED">Wybrany</text>
     <text id="IDS_COM_BODY_DELETE">Usuń</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albumy</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">Napisy</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">Anuluj</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Osiągnięto maksymalną liczbę znaków (%d)</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Osiągnięto maksymalną liczbę znaków (%d)</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Pok. slajd</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">Slajd</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s już istnieje</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Rolka aparatu</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Utwórz album</text>
+    <text id="IDS_COM_BODY_LOADING">Ładuję...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albumy</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Nie można zmienić nazwy. Nazwa albumu już w użyciu</text>
+    <text id="IDS_COM_POP_SAVING_ING">Zapisywanie...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">Operacja nie powiodła się</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">Efekt przejścia menu</text>
-    <text id="IDS_COM_POP_CANCEL">Anuluj</text>
+    <text id="IDS_COM_BODY_MUSIC">Muzyka</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Utworzyć katalog ?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">Błąd usuwania</text>
+    <text id="IDS_COM_BODY_VIDEO">Film</text>
+    <text id="IDS_IV_OPT_ZOOM">Powiększenie</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">Koło</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Już istnieje. Zamienić?</text>
-    <text id="IDS_COM_BODY_EMAIL">E-mail</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Nie można usunąć</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Zazn. wsz.</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Interwał pokazu slajdów</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">Odtwarzacz wideo</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">s</text>
     <text id="IDS_EBOOK_BODY_PAGE">Strony</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">Błąd usuwania</text>
-    <text id="IDS_COM_BODY_SELECTED">Wybrany</text>
-    <text id="IDS_COM_BODY_MUSIC">Muzyka</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 sek.</text>
+    <text id="IDS_COM_BODY_GALLERY">Galeria</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">Bez nazwy</text>
+    <text id="IDS_COM_BODY_IMAGES">Obrazy</text>
     <text id="IDS_MEDIABR_BODY_FADE">Zanikanie</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 sek.</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">Operacja nie powiodła się</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">Kolejność losowa</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">Anuluj</text>
     <text id="IDS_COM_HEADER_EDIT">Edytuj</text>
-    <text id="IDS_COM_BODY_IMAGES">Obrazy</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 sek.</text>
+    <text id="IDS_COM_POP_DELETED">Usunięto</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">Usunąć?</text>
-    <text id="IDS_COM_BODY_VIDEOS">Filmy</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Interwał pokazu slajdów</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Pok. slajd</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">Aktywacja</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">Bez nazwy</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Nazwa albumu już w użyciu</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">Brak elementów</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 sek.</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">Już istnieje</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">Zasłona</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">Powtórz</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">Zaznacz wszystko</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">Odtwarzacz wideo</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">s</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Już istnieje. Zamienić?</text>
+    <text id="IDS_COM_POP_DELETING">Usuwanie...</text>
+    <text id="IDS_COM_POP_DONE">Gotowe</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 sek.</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Rolka aparatu</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">Powtórz</text>
+    <text id="IDS_COM_POP_SAVED">Zapisano</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">Przenikanie</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">Kolejność losowa</text>
+    <text id="IDS_COM_POP_MOVING">Przenoszenie...</text>
     <text id="IDS_COM_POP_MOVING_FAILED">Błąd przenoszenia</text>
+    <text id="IDS_COM_BODY_VIDEOS">Filmy</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">Zakończono</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Zazn. wsz.</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">Wszystkie albumy</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 sek.</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Osiągnięto maksymalną liczbę znaków (%d)</text>
-    <text id="IDS_IV_OPT_ZOOM">Powiększenie</text>
-    <text id="IDS_COM_BODY_GALLERY">Galeria</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 sek.</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">Przenikanie</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Nie można zmienić nazwy</text>
-    <text id="IDS_COM_BODY_VIDEO">Film</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Nie można zmienić nazwy. Nazwa albumu już w użyciu</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">Napisy</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Pokaz slajdów</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">Pobrane</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Utworzyć katalog ?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">Zmień nazwę</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">Slajd</text>
     <text id="IDS_COM_BODY_MOVE">Przenieś</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Nie można usunąć</text>
     <text id="IDS_IV_BODY_INTERVAL">Okres</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">Zakończono</text>
-    <text id="IDS_COM_POP_DELETE_Q">Usunąć?</text>
-    <text id="IDS_COM_BODY_EDIT">Edytuj</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Osiągnięto maksymalną liczbę znaków (%d)</text>
-    <text id="IDS_COM_SK_DONE">Gotowe</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">Już istnieje</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Utwórz album</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">Brak elementów</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">Zasłona</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">Błąd zapisywania</text>
 </string_table>
index c198dbe..6db7e48 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">Número máximo de caracteres atingido</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Exibição de slides</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">Selecionar tudo</text>
+    <text id="IDS_COM_POP_DELETE_Q">Apagar?</text>
+    <text id="IDS_COM_BODY_EDIT">Editar</text>
+    <text id="IDS_COM_BODY_MESSAGE">Mensagem</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">Processando...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">Downloads</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Nome de álbum existente</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 segundos</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">Ativação</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 segundos</text>
+    <text id="IDS_COM_BODY_MESSAGES">Mensagens</text>
+    <text id="IDS_COM_SK_DONE">Concluído</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Impossível renomear</text>
+    <text id="IDS_COM_BODY_EMAIL">E-mail</text>
+    <text id="IDS_COM_POP_MOVED">Movido</text>
+    <text id="IDS_COM_POP_CANCEL">Cancelar</text>
+    <text id="IDS_COM_BODY_SELECTED">Selecionado</text>
     <text id="IDS_COM_BODY_DELETE">Apagar</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Álbuns</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">Legendas</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">Cancelar</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Número máximo de caracteres (%d) atingido</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Número máximo de caracteres (%d) atingido</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Ver slides</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">Transição</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s já existente</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Giro da câmera</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Criar álbum</text>
+    <text id="IDS_COM_BODY_LOADING">Carregando...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Álbuns</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Impossível renomear. Nome de álbum já utilizado</text>
+    <text id="IDS_COM_POP_SAVING_ING">Salvando...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">Operação falhou</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">Efeito de transição</text>
-    <text id="IDS_COM_POP_CANCEL">Cancelar</text>
+    <text id="IDS_COM_BODY_MUSIC">Músicas</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">criar pasta?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">Erro ao apagar</text>
+    <text id="IDS_COM_BODY_VIDEO">Vídeo</text>
+    <text id="IDS_IV_OPT_ZOOM">Zoom</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">Iris</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Já existe. Substituir?</text>
-    <text id="IDS_COM_BODY_EMAIL">E-mail</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Impossível apagar</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Sel. Tudo</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Intervalo da apresentação de slides</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">Video Player</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">segundos</text>
     <text id="IDS_EBOOK_BODY_PAGE">Página</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">Erro ao apagar</text>
-    <text id="IDS_COM_BODY_SELECTED">Selecionado</text>
-    <text id="IDS_COM_BODY_MUSIC">Músicas</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 segundos</text>
+    <text id="IDS_COM_BODY_GALLERY">Galeria</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">Sem nome</text>
+    <text id="IDS_COM_BODY_IMAGES">Imagens</text>
     <text id="IDS_MEDIABR_BODY_FADE">Desbotar</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 segundos</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">Operação falhou</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">Modo aleatório</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">Cancelar</text>
     <text id="IDS_COM_HEADER_EDIT">Editar</text>
-    <text id="IDS_COM_BODY_IMAGES">Imagens</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 segundos</text>
+    <text id="IDS_COM_POP_DELETED">Apagado</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">Remover?</text>
-    <text id="IDS_COM_BODY_VIDEOS">Vídeos</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Intervalo da apresentação de slides</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Ver slides</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">Ativação</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">Sem nome</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Nome de álbum existente</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">Sem itens</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 segundos</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">Já existe</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">Persiana</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">Repetir</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">Selecionar tudo</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">Video Player</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">segundos</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Já existe. Substituir?</text>
+    <text id="IDS_COM_POP_DELETING">Apagando…</text>
+    <text id="IDS_COM_POP_DONE">Concluído</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 segundos</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Giro da câmera</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">Repetir</text>
+    <text id="IDS_COM_POP_SAVED">Salvo</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">Dissolver</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">Modo aleatório</text>
+    <text id="IDS_COM_POP_MOVING">Movendo…</text>
     <text id="IDS_COM_POP_MOVING_FAILED">Erro ao mover</text>
+    <text id="IDS_COM_BODY_VIDEOS">Vídeos</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">Concluído</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Sel. Tudo</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">Todos os álbuns</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 segundos</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Número máximo de caracteres (%d) atingido</text>
-    <text id="IDS_IV_OPT_ZOOM">Zoom</text>
-    <text id="IDS_COM_BODY_GALLERY">Galeria</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 segundos</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">Dissolver</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Impossível renomear</text>
-    <text id="IDS_COM_BODY_VIDEO">Vídeo</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Impossível renomear. Nome de álbum já utilizado</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">Legendas</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Exibição de slides</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">Downloads</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">criar pasta?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">Alterar nome</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">Transição</text>
     <text id="IDS_COM_BODY_MOVE">Mover</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Impossível apagar</text>
     <text id="IDS_IV_BODY_INTERVAL">Intervalo</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">Concluído</text>
-    <text id="IDS_COM_POP_DELETE_Q">Apagar?</text>
-    <text id="IDS_COM_BODY_EDIT">Editar</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Número máximo de caracteres (%d) atingido</text>
-    <text id="IDS_COM_SK_DONE">Concluído</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">Já existe</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Criar álbum</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">Sem itens</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">Persiana</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">Erro ao salvar</text>
 </string_table>
index e275c9b..e8e0455 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">Número máximo de caracteres atingido.</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Apresentação de slides</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">Selec. tudo</text>
+    <text id="IDS_COM_POP_DELETE_Q">Eliminar?</text>
+    <text id="IDS_COM_BODY_EDIT">Editar</text>
+    <text id="IDS_COM_BODY_MESSAGE">Mensagem</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">A processar...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">Transferências</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Nome de álbum já utilizado</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 segundos</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">Activação</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 segundos</text>
+    <text id="IDS_COM_BODY_MESSAGES">Mensagem</text>
+    <text id="IDS_COM_SK_DONE">Concluído</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Impossível mudar nome</text>
+    <text id="IDS_COM_BODY_EMAIL">E-mail</text>
+    <text id="IDS_COM_POP_MOVED">Movido</text>
+    <text id="IDS_COM_POP_CANCEL">Cancelar</text>
+    <text id="IDS_COM_BODY_SELECTED">Seleccionado</text>
     <text id="IDS_COM_BODY_DELETE">Eliminar</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Álbuns</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">Legendas</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">Cancelar</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Número máximo de caracteres (%d) atingido</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Número máximo de caracteres (%d) atingido</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Diaporama</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">Slide</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s já existente</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Rolo da câmara</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Criar álbum</text>
+    <text id="IDS_COM_BODY_LOADING">A carregar...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Álbuns</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Impossível mudar o nome. Nome de álbum já utilizado</text>
+    <text id="IDS_COM_POP_SAVING_ING">A guardar...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">Operação falhou</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">Efeito de transição</text>
-    <text id="IDS_COM_POP_CANCEL">Cancelar</text>
+    <text id="IDS_COM_BODY_MUSIC">Música</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Criar pasta?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">Falha ao apagar</text>
+    <text id="IDS_COM_BODY_VIDEO">Vídeo</text>
+    <text id="IDS_IV_OPT_ZOOM">Zoom</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">Íris</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Já existe. Substituir?</text>
-    <text id="IDS_COM_BODY_EMAIL">E-mail</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Impossível apagar.</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Selec. tudo</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Duração da apresentação</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">Leitor de Vídeo</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">segundos</text>
     <text id="IDS_EBOOK_BODY_PAGE">Página</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">Falha ao apagar</text>
-    <text id="IDS_COM_BODY_SELECTED">Seleccionado</text>
-    <text id="IDS_COM_BODY_MUSIC">Música</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 segundos</text>
+    <text id="IDS_COM_BODY_GALLERY">Galeria</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">Sem nome</text>
+    <text id="IDS_COM_BODY_IMAGES">Imagens</text>
     <text id="IDS_MEDIABR_BODY_FADE">Saída gradual</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 segundos</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">Operação falhou</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">Aleatório</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">Cancelar</text>
     <text id="IDS_COM_HEADER_EDIT">Editar</text>
-    <text id="IDS_COM_BODY_IMAGES">Imagens</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 segundos</text>
+    <text id="IDS_COM_POP_DELETED">Eliminado</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">Remover?</text>
-    <text id="IDS_COM_BODY_VIDEOS">Vídeos</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Duração da apresentação</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Diaporama</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">Activação</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">Sem nome</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Nome de álbum já utilizado</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">Sem itens</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 segundos</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">Já existe</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">Persiana</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">Repetir</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">Selec. tudo</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">Leitor de Vídeo</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">segundos</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Já existe. Substituir?</text>
+    <text id="IDS_COM_POP_DELETING">A eliminar...</text>
+    <text id="IDS_COM_POP_DONE">Concluído</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 segundos</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Rolo da câmara</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">Repetir</text>
+    <text id="IDS_COM_POP_SAVED">Guardado</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">Dissolver</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">Aleatório</text>
+    <text id="IDS_COM_POP_MOVING">A mover...</text>
     <text id="IDS_COM_POP_MOVING_FAILED">Falha ao mover</text>
+    <text id="IDS_COM_BODY_VIDEOS">Vídeos</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">Concluída</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Selec. tudo</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">Todos os álbuns</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 segundos</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Número máximo de caracteres (%d) atingido</text>
-    <text id="IDS_IV_OPT_ZOOM">Zoom</text>
-    <text id="IDS_COM_BODY_GALLERY">Galeria</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 segundos</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">Dissolver</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Impossível mudar nome</text>
-    <text id="IDS_COM_BODY_VIDEO">Vídeo</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Impossível mudar o nome. Nome de álbum já utilizado</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">Legendas</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Apresentação de slides</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">Transferências</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Criar pasta?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">Alterar nome</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">Slide</text>
     <text id="IDS_COM_BODY_MOVE">Mover</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Impossível apagar.</text>
     <text id="IDS_IV_BODY_INTERVAL">Intervalo</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">Concluída</text>
-    <text id="IDS_COM_POP_DELETE_Q">Eliminar?</text>
-    <text id="IDS_COM_BODY_EDIT">Editar</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Número máximo de caracteres (%d) atingido</text>
-    <text id="IDS_COM_SK_DONE">Concluído</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">Já existe</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Criar álbum</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">Sem itens</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">Persiana</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">Falha ao gravar</text>
 </string_table>
index 4b545c3..15f2ea5 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">Adăugare la marcaje</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Expuneri diapozitive</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">Selectare toate</text>
+    <text id="IDS_COM_POP_DELETE_Q">Ştergeţi?</text>
+    <text id="IDS_COM_BODY_EDIT">Editare</text>
+    <text id="IDS_COM_BODY_MESSAGE">Mesaj</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">Se procesează...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">Descărcări</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Numele este deja în uz</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 secunde</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">Activare</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 secunde</text>
+    <text id="IDS_COM_BODY_MESSAGES">Mesaje</text>
+    <text id="IDS_COM_SK_DONE">Gata</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Imposibil de redenumit</text>
+    <text id="IDS_COM_BODY_EMAIL">Email</text>
+    <text id="IDS_COM_POP_MOVED">Mutat</text>
+    <text id="IDS_COM_POP_CANCEL">Anulare</text>
+    <text id="IDS_COM_BODY_SELECTED">Selectat</text>
     <text id="IDS_COM_BODY_DELETE">Ştergere</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albume</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">Subtitrare</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">Anulare</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Numărul maxim de caractere (%d) a fost atins</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Numărul maxim de caractere (%d) a fost atins</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Ex. diap.</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">Diapozitiv</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s există deja</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Capturi cameră</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Creare album</text>
+    <text id="IDS_COM_BODY_LOADING">Încărcare...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albume</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Imposibil de redenumit. Numele albumului este deja în uz</text>
+    <text id="IDS_COM_POP_SAVING_ING">Se salvează...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">Operaţie nereuşită</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">Efect de tranziţie</text>
-    <text id="IDS_COM_POP_CANCEL">Anulare</text>
+    <text id="IDS_COM_BODY_MUSIC">Muzică</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Creaţi folder?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">Ştergerea nu a reuşit</text>
+    <text id="IDS_COM_BODY_VIDEO">Videoclip</text>
+    <text id="IDS_IV_OPT_ZOOM">Panoramare</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">Curcubeu</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Există deja. Suprascrieţi?</text>
-    <text id="IDS_COM_BODY_EMAIL">Email</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Imposibil de şters</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Sel. int.</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Interval expunere diapozitive</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">Player video</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">secunde</text>
     <text id="IDS_EBOOK_BODY_PAGE">Pagină</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">Ştergerea nu a reuşit</text>
-    <text id="IDS_COM_BODY_SELECTED">Selectat</text>
-    <text id="IDS_COM_BODY_MUSIC">Muzică</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 secunde</text>
+    <text id="IDS_COM_BODY_GALLERY">Galerie</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">Nici un nume</text>
+    <text id="IDS_COM_BODY_IMAGES">Imagini</text>
     <text id="IDS_MEDIABR_BODY_FADE">Estompare</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 secunde</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">Operaţie nereuşită</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">Amestecare</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">Anulare</text>
     <text id="IDS_COM_HEADER_EDIT">Editare</text>
-    <text id="IDS_COM_BODY_IMAGES">Imagini</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 secunde</text>
+    <text id="IDS_COM_POP_DELETED">Şters</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">Eliminare?</text>
-    <text id="IDS_COM_BODY_VIDEOS">Videoclipuri</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Interval expunere diapozitive</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Ex. diap.</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">Activare</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">Nici un nume</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Numele este deja în uz</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">Niciun element</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 secunde</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">Există deja</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">Jaluzele</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">Repetare</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">Selectare toate</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">Player video</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">secunde</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Există deja. Suprascrieţi?</text>
+    <text id="IDS_COM_POP_DELETING">Se şterge...</text>
+    <text id="IDS_COM_POP_DONE">Efectuat</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 secunde</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Capturi cameră</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">Repetare</text>
+    <text id="IDS_COM_POP_SAVED">Salvat</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">Dizolvare</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">Amestecare</text>
+    <text id="IDS_COM_POP_MOVING">Mutare</text>
     <text id="IDS_COM_POP_MOVING_FAILED">Mutarea nu a reuşit</text>
+    <text id="IDS_COM_BODY_VIDEOS">Videoclipuri</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">Finalizat</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Sel. int.</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">Toate albumele</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 secunde</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Numărul maxim de caractere (%d) a fost atins</text>
-    <text id="IDS_IV_OPT_ZOOM">Panoramare</text>
-    <text id="IDS_COM_BODY_GALLERY">Galerie</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 secunde</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">Dizolvare</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Imposibil de redenumit</text>
-    <text id="IDS_COM_BODY_VIDEO">Videoclip</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Imposibil de redenumit. Numele albumului este deja în uz</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">Subtitrare</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Expuneri diapozitive</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">Descărcări</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Creaţi folder?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">Schimbare nume</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">Diapozitiv</text>
     <text id="IDS_COM_BODY_MOVE">Mutare</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Imposibil de şters</text>
     <text id="IDS_IV_BODY_INTERVAL">Interval</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">Finalizat</text>
-    <text id="IDS_COM_POP_DELETE_Q">Ştergeţi?</text>
-    <text id="IDS_COM_BODY_EDIT">Editare</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Numărul maxim de caractere (%d) a fost atins</text>
-    <text id="IDS_COM_SK_DONE">Gata</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">Există deja</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Creare album</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">Niciun element</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">Jaluzele</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">Salvare nereuşită</text>
 </string_table>
index f6fde71..afd9ff3 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">Достигнуто максимальное число символов</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Слайд-шоу</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">Выбрать все</text>
+    <text id="IDS_COM_POP_DELETE_Q">Удалить?</text>
+    <text id="IDS_COM_BODY_EDIT">Изменить</text>
+    <text id="IDS_COM_BODY_MESSAGE">Сообщение</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">Обработка...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">Загрузки</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Имя альбома используется</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 секунд</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">Активация</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 секунды</text>
+    <text id="IDS_COM_BODY_MESSAGES">Сообщения</text>
+    <text id="IDS_COM_SK_DONE">Готово</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Невозможно переименовать</text>
+    <text id="IDS_COM_BODY_EMAIL">E-mail</text>
+    <text id="IDS_COM_POP_MOVED">Перемещено</text>
+    <text id="IDS_COM_POP_CANCEL">Отмена</text>
+    <text id="IDS_COM_BODY_SELECTED">Выбрано</text>
     <text id="IDS_COM_BODY_DELETE">Удалить</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Альбомы</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">Субтитры</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">Отмена</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Достигнуто максимальное число символов (%d)</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Достигнуто максимальное число символов (%d)</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Слайд-шоу</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">Слайд-шоу</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s уже существует</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Каталог фото</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Создать альбом</text>
+    <text id="IDS_COM_BODY_LOADING">Загрузка...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Альбомы</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Невозможно переименовать. Имя альбома уже используется</text>
+    <text id="IDS_COM_POP_SAVING_ING">Сохранение...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">Сбой операции</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">Эффект перехода</text>
-    <text id="IDS_COM_POP_CANCEL">Отмена</text>
+    <text id="IDS_COM_BODY_MUSIC">Музыка</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Создать папку?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">Сбой удаления</text>
+    <text id="IDS_COM_BODY_VIDEO">Видео</text>
+    <text id="IDS_IV_OPT_ZOOM">Масштаб</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">Радуга</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Уже существует. Перезаписать?</text>
-    <text id="IDS_COM_BODY_EMAIL">E-mail</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Невозможно удалить</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Выбр. все</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Интервал для слайд-шоу</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">Видеоплеер</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">сек.</text>
     <text id="IDS_EBOOK_BODY_PAGE">Страница</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">Сбой удаления</text>
-    <text id="IDS_COM_BODY_SELECTED">Выбрано</text>
-    <text id="IDS_COM_BODY_MUSIC">Музыка</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 секунд</text>
+    <text id="IDS_COM_BODY_GALLERY">Галерея</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">Нет имени</text>
+    <text id="IDS_COM_BODY_IMAGES">Картинки</text>
     <text id="IDS_MEDIABR_BODY_FADE">Растворение</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 секунды</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">Сбой операции</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">Случайный порядок</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">Отмена</text>
     <text id="IDS_COM_HEADER_EDIT">Изменить</text>
-    <text id="IDS_COM_BODY_IMAGES">Картинки</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 секунд</text>
+    <text id="IDS_COM_POP_DELETED">Удалено</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">Удалить?</text>
-    <text id="IDS_COM_BODY_VIDEOS">Видео</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Интервал для слайд-шоу</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Слайд-шоу</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">Активация</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">Нет имени</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Имя альбома используется</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">Нет элементов</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 секунд</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">Уже существует</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">Жалюзи</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">Повторить</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">Выбрать все</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">Видеоплеер</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">сек.</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Уже существует. Перезаписать?</text>
+    <text id="IDS_COM_POP_DELETING">Удаление...</text>
+    <text id="IDS_COM_POP_DONE">Готово</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 секунды</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Каталог фото</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">Повторить</text>
+    <text id="IDS_COM_POP_SAVED">Соxранено</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">Растворение</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">Случайный порядок</text>
+    <text id="IDS_COM_POP_MOVING">Перемещение...</text>
     <text id="IDS_COM_POP_MOVING_FAILED">Сбой перемещения</text>
+    <text id="IDS_COM_BODY_VIDEOS">Видео</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">Завершено</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Выбр. все</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">Все альбомы</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 секунд</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Достигнуто максимальное число символов (%d)</text>
-    <text id="IDS_IV_OPT_ZOOM">Масштаб</text>
-    <text id="IDS_COM_BODY_GALLERY">Галерея</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 секунд</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">Растворение</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Невозможно переименовать</text>
-    <text id="IDS_COM_BODY_VIDEO">Видео</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Невозможно переименовать. Имя альбома уже используется</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">Субтитры</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Слайд-шоу</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">Загрузки</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Создать папку?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">Изменить имя</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">Слайд-шоу</text>
     <text id="IDS_COM_BODY_MOVE">Переместить</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Невозможно удалить</text>
     <text id="IDS_IV_BODY_INTERVAL">Интервал</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">Завершено</text>
-    <text id="IDS_COM_POP_DELETE_Q">Удалить?</text>
-    <text id="IDS_COM_BODY_EDIT">Изменить</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Достигнуто максимальное число символов (%d)</text>
-    <text id="IDS_COM_SK_DONE">Готово</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">Уже существует</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Создать альбом</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">Нет элементов</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">Жалюзи</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">Сбой сохранения</text>
 </string_table>
diff --git a/res/screen-density-xhigh/00_button_radio.png b/res/screen-density-xhigh/00_button_radio.png
new file mode 100644 (file)
index 0000000..83a1a54
Binary files /dev/null and b/res/screen-density-xhigh/00_button_radio.png differ
diff --git a/res/screen-density-xhigh/00_button_radio_selected.png b/res/screen-density-xhigh/00_button_radio_selected.png
new file mode 100644 (file)
index 0000000..7b00666
Binary files /dev/null and b/res/screen-density-xhigh/00_button_radio_selected.png differ
diff --git a/res/screen-density-xhigh/00_circle_button_Expand_closed.png b/res/screen-density-xhigh/00_circle_button_Expand_closed.png
new file mode 100644 (file)
index 0000000..83e6762
Binary files /dev/null and b/res/screen-density-xhigh/00_circle_button_Expand_closed.png differ
diff --git a/res/screen-density-xhigh/00_circle_button_Expand_open.png b/res/screen-density-xhigh/00_circle_button_Expand_open.png
new file mode 100644 (file)
index 0000000..85e99f9
Binary files /dev/null and b/res/screen-density-xhigh/00_circle_button_Expand_open.png differ
diff --git a/res/screen-density-xhigh/00_list_expand_closed_press.png b/res/screen-density-xhigh/00_list_expand_closed_press.png
new file mode 100644 (file)
index 0000000..b421ad1
Binary files /dev/null and b/res/screen-density-xhigh/00_list_expand_closed_press.png differ
diff --git a/res/screen-density-xhigh/00_list_expand_opened_press.png b/res/screen-density-xhigh/00_list_expand_opened_press.png
new file mode 100644 (file)
index 0000000..1b49c94
Binary files /dev/null and b/res/screen-density-xhigh/00_list_expand_opened_press.png differ
diff --git a/res/screen-density-xhigh/T01_toolbar_icon_delete_dim_web.png b/res/screen-density-xhigh/T01_toolbar_icon_delete_dim_web.png
new file mode 100644 (file)
index 0000000..08e773b
Binary files /dev/null and b/res/screen-density-xhigh/T01_toolbar_icon_delete_dim_web.png differ
diff --git a/res/screen-density-xhigh/T01_toolbar_icon_share_dim_web.png b/res/screen-density-xhigh/T01_toolbar_icon_share_dim_web.png
new file mode 100644 (file)
index 0000000..47ee62e
Binary files /dev/null and b/res/screen-density-xhigh/T01_toolbar_icon_share_dim_web.png differ
diff --git a/res/screen-size-normal/IDL_DEL_PROGRESSING_POPUP.xml b/res/screen-size-normal/IDL_DEL_PROGRESSING_POPUP.xml
new file mode 100644 (file)
index 0000000..b41c532
--- /dev/null
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+       This XML file was automatically generated by UiBuilder - do not modify by hand.
+-->
+<!DOCTYPE ScenePopup SYSTEM "UIForm.dtd">
+<ScenePopup Bversion="2.0.0.201302250945" Dversion="20120315">
+    <Popup id="IDL_DEL_PROGRESSING_POPUP">
+        <property color="" titleText="" titleTextColor=""/>
+        <layout height="264" mode="Portrait" style="" type="NONE" width="692"/>
+        <layout height="338" mode="Landscape" style="" type="NONE" width="620"/>
+    </Popup>
+    <Label id="IDC_LABEL_POPUP_CENTER_BACKGROUND" parent="IDL_DEL_PROGRESSING_POPUP">
+        <property backgroundBitmapPath="" backgroundColor="" backgroundColorOpacity="0" horizontalAlign="ALIGN_LEFT" text="" textColor="" textSize="33" textStyle="LABEL_TEXT_STYLE_NORMAL" verticalAlign="ALIGN_TOP"/>
+        <layout height="128" mode="Portrait" width="632" x="10" y="10"/>
+        <layout height="158" mode="Landscape" width="596" x="0" y="0"/>
+    </Label>
+    <Label id="IDC_LABEL_POPUP_BOTTOM_BACKGROUND" parent="IDL_DEL_PROGRESSING_POPUP">
+        <property backgroundBitmapPath="" backgroundColor="" backgroundColorOpacity="0" horizontalAlign="ALIGN_LEFT" text="" textColor="" textSize="33" textStyle="LABEL_TEXT_STYLE_NORMAL" verticalAlign="ALIGN_TOP"/>
+        <layout height="96" mode="Portrait" width="612" x="20" y="136"/>
+        <layout height="96" mode="Landscape" width="596" x="0" y="158"/>
+    </Label>
+    <Label id="IDC_ANIMATION_HEADER" parent="IDL_DEL_PROGRESSING_POPUP">
+        <property backgroundBitmapPath="" backgroundColor="" backgroundColorOpacity="0" horizontalAlign="ALIGN_LEFT" text="" textColor="#7F7F7F" textSize="40" textStyle="LABEL_TEXT_STYLE_BOLD" verticalAlign="ALIGN_TOP"/>
+        <layout height="46" mode="Portrait" width="596" x="28" y="25"/>
+        <layout height="38" mode="Landscape" width="564" x="16" y="25"/>
+    </Label>
+    <Progress id="IDC_PROGRESS_BAR" parent="IDL_DEL_PROGRESSING_POPUP">
+        <property backgroundColor="" barColor="" leftText="" max="100" min="0" rightText="" showValueState="true" value="50"/>
+        <layout height="50" mode="Portrait" style="PROGRESS_STYLE_NONE" width="564" x="44" y="75"/>
+        <layout height="16" mode="Landscape" style="PROGRESS_STYLE_NONE" width="532" x="32" y="73"/>
+    </Progress>
+    <Button id="IDC_CANCEL_BUTTON" parent="IDL_DEL_PROGRESSING_POPUP">
+        <property DisabledBitmapX="0" DisabledBitmapY="0" NormalBitmapX="0" NormalBitmapY="0" PressedBitmapX="0" PressedBitmapY="0" disableTextColor="" disabledBitmapPath="" disabledColor="" disabledColorOpacity="100" highlightedBGBitmapPath="" highlightedColor="" highlightedColorOpacity="100" highlightedTextColor="" horizontalAlign="ALIGN_CENTER" normalBGBitmapPath="" normalBitmapPath="" normalColor="" normalColorOpacity="100" normalTextColor="" pressedBGBitmapPath="" pressedBitmapPath="" pressedColor="" pressedColorOpacity="100" pressedTextColor="" text="::IDS_COM_POP_CANCEL" textSize="33" verticalAlign="ALIGN_MIDDLE"/>
+        <layout height="72" mode="Portrait" width="400" x="128" y="149"/>
+        <layout height="72" mode="Landscape" width="400" x="98" y="170"/>
+    </Button>
+</ScenePopup>
diff --git a/res/screen-size-normal/IDL_FORM.xml b/res/screen-size-normal/IDL_FORM.xml
deleted file mode 100644 (file)
index ae50282..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!--
-       This XML file was automatically generated by UiBuilder - do not modify by hand.
--->
-<!DOCTYPE Scene SYSTEM "UIForm.dtd">
-
-<Scene Bversion="3.0.0.v20120410" Dversion="20120315">
-       <LogicalCoordinate>720</LogicalCoordinate>
-    <Form id="IDL_FORM">
-        <property backgroundColor="" backgroundOpacity="100" orientation="Automatic" softKey0NormalIcon="" softKey0PressedIcon="" softKey0Text="" softKey1NormalIcon="" softKey1PressedIcon="" softKey1Text="" title="" titleAlign="ALIGN_CENTER" titleIcon="" translucentFooter="false" translucentHeader="false" translucentIndicator="false"/>
-        <layout mode="Portrait" style="FORM_STYLE_INDICATOR|FORM_STYLE_HEADER|FORM_STYLE_FOOTER" type="LAYOUT_RELATIVE"/>
-        <layout mode="Landscape" style="FORM_STYLE_INDICATOR|FORM_STYLE_HEADER|FORM_STYLE_FOOTER" type="LAYOUT_RELATIVE"/>
-    </Form>
-    <Footer>
-        <property backgroundBitmapPath="" color="" colorOpacity="0" disabledButtonColor="" disabledButtonColorOpacity="0" disabledButtonTextColor="" disabledItemColor="" disabledItemColorOpacity="0" disabledItemTextColor="" footerStyle="FOOTER_STYLE_BUTTON_TEXT" highlightedButtonColor="" highlightedButtonColorOpacity="0" highlightedButtonTextColor="" highlightedItemColor="" highlightedItemColorOpacity="0" highlightedItemTextColor="" normalButtonColor="" normalButtonColorOpacity="0" normalButtonTextColor="" normalItemColor="" normalItemColorOpacity="0" normalItemTextColor="" pressedButtonColor="" pressedButtonColorOpacity="0" pressedButtonTextColor="" pressedItemColor="" pressedItemColorOpacity="0" pressedItemTextColor="" selectedItemColor="" selectedItemColorOpacity="0" selectedItemTextColor="" showBackButton="true"/>
-        <itemSet/>
-    </Footer>
-    <Header>
-        <property backgroundBitmapPath="" color="" colorOpacity="0" descriptionText="" descriptionTextColor="" disabledButtonColor="" disabledButtonColorOpacity="0" disabledButtonTextColor="" disabledItemColor="" disabledItemColorOpacity="0" disabledItemTextColor="" headerStyle="HEADER_STYLE_TITLE" highlightedButtonColor="" highlightedButtonColorOpacity="0" highlightedButtonTextColor="" highlightedItemColor="" highlightedItemColorOpacity="0" highlightedItemTextColor="" normalButtonColor="" normalButtonColorOpacity="0" normalButtonTextColor="" normalItemColor="" normalItemColorOpacity="0" normalItemTextColor="" pressedButtonColor="" pressedButtonColorOpacity="0" pressedButtonTextColor="" pressedItemColor="" pressedItemColorOpacity="0" pressedItemTextColor="" selectedItemColor="" selectedItemColorOpacity="0" selectedItemTextColor="" titleIconPath="" titleText="Album View!!" titleTextColor=""/>
-        <itemSet/>
-    </Header>
-    <Button id="IDC_BUTTON_OK" parent="IDL_FORM">
-        <property disableTextColor="" disabledBitmapPath="" disabledColor="" disabledColorOpacity="0" highlightedBGBitmapPath="" highlightedColor="" highlightedColorOpacity="0" highlightedTextColor="" horizontalAlign="ALIGN_CENTER" normalBGBitmapPath="" normalBitmapPath="" normalColor="" normalColorOpacity="0" normalTextColor="" pressedBGBitmapPath="" pressedBitmapPath="" pressedColor="" pressedColorOpacity="0" pressedTextColor="" text="OK" textSize="32" verticalAlign="ALIGN_MIDDLE"/>
-        <layout bottomRelation="" bottomRelationType="" centerHorizontal="true" centerVertical="true" height="135" horizontalFitPolicy="FIT_POLICY_FIXED" leftRelation="" leftRelationType="" marginBottom="0" marginLeft="0" marginRight="0" marginTop="0" mode="Portrait" rightRelation="" rightRelationType="" topRelation="" topRelationType="" verticalFitPolicy="FIT_POLICY_FIXED" width="420" />
-        <layout bottomRelation="" bottomRelationType="" centerHorizontal="true" centerVertical="true" height="102" horizontalFitPolicy="FIT_POLICY_FIXED" leftRelation="" leftRelationType="" marginBottom="0" marginLeft="0" marginRight="0" marginTop="0" mode="Landscape" rightRelation="" rightRelationType="" topRelation="" topRelationType="" verticalFitPolicy="FIT_POLICY_FIXED" width="400" />
-    </Button>
-</Scene>
diff --git a/res/screen-size-normal/IDL_FORM_ALBUM_LIST.xml b/res/screen-size-normal/IDL_FORM_ALBUM_LIST.xml
new file mode 100644 (file)
index 0000000..dea3cdf
--- /dev/null
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+       This XML file was automatically generated by UiBuilder - do not modify by hand.
+-->
+<!DOCTYPE Scene SYSTEM "UIForm.dtd">
+
+<Scene Bversion="3.0.0.201302121633" Dversion="20120315">
+    <LogicalCoordinate>720</LogicalCoordinate>
+    <Form id="IDL_FORM_ALBUM_LIST">
+        <property backgroundColor="" backgroundColorOpacity="100" orientation="Portrait" softKey0NormalIcon="" softKey0PressedIcon="" softKey0Text="" softKey1NormalIcon="" softKey1PressedIcon="" softKey1Text="" title="" titleAlign="ALIGN_CENTER" titleIcon="" translucentFooter="false" translucentHeader="false" translucentIndicator="false"/>
+        <layout mode="Portrait" style="FORM_STYLE_INDICATOR|FORM_STYLE_HEADER|FORM_STYLE_FOOTER" type="LAYOUT_RELATIVE"/>
+        <layout mode="Landscape" style="FORM_STYLE_INDICATOR|FORM_STYLE_HEADER|FORM_STYLE_FOOTER" type="LAYOUT_RELATIVE"/>
+    </Form>
+    <Footer>
+        <property backgroundBitmapPath="" color="" colorOpacity="0" disabledButtonColor="" disabledButtonColorOpacity="0" disabledButtonTextColor="" disabledItemColor="" disabledItemColorOpacity="0" disabledItemTextColor="" footerStyle="FOOTER_STYLE_BUTTON_ICON" highlightedButtonColor="" highlightedButtonColorOpacity="0" highlightedButtonTextColor="" highlightedItemColor="" highlightedItemColorOpacity="0" highlightedItemTextColor="" normalButtonColor="" normalButtonColorOpacity="0" normalButtonTextColor="" normalItemColor="" normalItemColorOpacity="0" normalItemTextColor="" pressedButtonColor="" pressedButtonColorOpacity="0" pressedButtonTextColor="" pressedItemColor="" pressedItemColorOpacity="0" pressedItemTextColor="" selectedItemColor="" selectedItemColorOpacity="0" selectedItemTextColor="" showBackButton="true"/>
+        <itemSet/>
+    </Footer>
+    <Header>
+        <property backgroundBitmapPath="" color="" colorOpacity="0" descriptionText="" descriptionTextColor="" disabledButtonColor="" disabledButtonColorOpacity="0" disabledButtonTextColor="" disabledItemColor="" disabledItemColorOpacity="0" disabledItemTextColor="" headerStyle="HEADER_STYLE_TITLE" highlightedButtonColor="" highlightedButtonColorOpacity="0" highlightedButtonTextColor="" highlightedItemColor="" highlightedItemColorOpacity="0" highlightedItemTextColor="" normalButtonColor="" normalButtonColorOpacity="0" normalButtonTextColor="" normalItemColor="" normalItemColorOpacity="0" normalItemTextColor="" pressedButtonColor="" pressedButtonColorOpacity="0" pressedButtonTextColor="" pressedItemColor="" pressedItemColorOpacity="0" pressedItemTextColor="" selectedItemColor="" selectedItemColorOpacity="0" selectedItemTextColor="" titleIconPath="" titleText="" titleTextColor=""/>
+        <itemSet/>
+    </Header>
+    <IconListView id="IDC_ICONLISTVIEW_ALBUM_LIST" parent="IDL_FORM_ALBUM_LIST">
+        <property backgroundBitmapPath="" backgroundColor="" backgroundColorOpacity="0" bitmapPathOfEmptyList="" checkBoxPosition="ICON_LIST_VIEW_CHECK_BOX_POSITION_TOP_RIGHT" colorOfEmptyListText="" highlightedItemTextColor="" itemBitmapHeight="334" itemBitmapWidth="334" itemBorderStyle="ICON_LIST_VIEW_ITEM_BORDER_STYLE_NONE" itemHorizontalAlignment="ALIGNMENT_CENTER" itemHorizontalSpacing="2" itemTextHorizontalAlignment="ALIGNMENT_CENTER" itemTextSize="30" itemTextVerticalAlignment="ICON_LIST_VIEW_ITEM_TEXT_VERTICAL_ALIGNMENT_INSIDE_BOTTOM" itemVerticalAlignment="ALIGNMENT_MIDDLE" itemVerticalSpacing="2" magneticScrollSize="0" normalItemTextColor="" pressedItemTextColor="" scrollDirection="ICON_LIST_VIEW_SCROLL_DIRECTION_VERTICAL" textOfEmptyList="::IDS_COM_BODY_NO_ITEMS" touchAnimationEnabled="false"/>
+        <layout bottomRelation="" bottomRelationType="" centerHorizontal="false" centerVertical="false" height="1010" horizontalFitPolicy="FIT_POLICY_FIXED" leftRelation="" leftRelationType="RECT_EDGE_RELATION_LEFT_TO_LEFT" marginBottom="0" marginLeft="0" marginRight="0" marginTop="0" mode="Portrait" rightRelation="" rightRelationType="" style="ICON_LIST_VIEW_STYLE_NORMAL" topRelation="" topRelationType="" verticalFitPolicy="FIT_POLICY_FIXED" width="720" x="0" y="0"/>
+        <layout bottomRelation="" bottomRelationType="" centerHorizontal="false" centerVertical="false" height="124" horizontalFitPolicy="FIT_POLICY_FIXED" leftRelation="" leftRelationType="" marginBottom="0" marginLeft="0" marginRight="0" marginTop="0" mode="Landscape" rightRelation="" rightRelationType="" style="ICON_LIST_VIEW_STYLE_NORMAL" topRelation="" topRelationType="" verticalFitPolicy="FIT_POLICY_FIXED" width="730" x="456" y="22"/>
+    </IconListView>
+</Scene>
diff --git a/res/screen-size-normal/IDL_FORM_FILE_LIST.xml b/res/screen-size-normal/IDL_FORM_FILE_LIST.xml
new file mode 100644 (file)
index 0000000..831f52a
--- /dev/null
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+       This XML file was automatically generated by UiBuilder - do not modify by hand.
+-->
+<!DOCTYPE Scene SYSTEM "UIForm.dtd">
+
+<Scene Bversion="3.0.0.201302121633" Dversion="20120315">
+    <LogicalCoordinate>720</LogicalCoordinate>
+    <Form id="IDL_FORM_FILE_LIST">
+        <property backgroundColor="" backgroundColorOpacity="100" orientation="Portrait" softKey0NormalIcon="" softKey0PressedIcon="" softKey0Text="" softKey1NormalIcon="" softKey1PressedIcon="" softKey1Text="" title="" titleAlign="ALIGN_CENTER" titleIcon="" translucentFooter="false" translucentHeader="false" translucentIndicator="false"/>
+        <layout mode="Portrait" style="FORM_STYLE_INDICATOR|FORM_STYLE_HEADER|FORM_STYLE_FOOTER" type="NONE"/>
+        <layout mode="Landscape" style="FORM_STYLE_INDICATOR|FORM_STYLE_HEADER|FORM_STYLE_FOOTER" type="NONE"/>
+    </Form>
+    <Footer>
+        <property backgroundBitmapPath="" color="" colorOpacity="100" disabledButtonColor="" disabledButtonColorOpacity="100" disabledButtonTextColor="" disabledItemColor="" disabledItemColorOpacity="100" disabledItemTextColor="" footerStyle="FOOTER_STYLE_BUTTON_ICON" highlightedButtonColor="" highlightedButtonColorOpacity="100" highlightedButtonTextColor="" highlightedItemColor="" highlightedItemColorOpacity="100" highlightedItemTextColor="" normalButtonColor="" normalButtonColorOpacity="100" normalButtonTextColor="" normalItemColor="" normalItemColorOpacity="100" normalItemTextColor="" pressedButtonColor="" pressedButtonColorOpacity="100" pressedButtonTextColor="" pressedItemColor="" pressedItemColorOpacity="100" pressedItemTextColor="" selectedItemColor="" selectedItemColorOpacity="100" selectedItemTextColor="" showBackButton="true"/>
+        <itemSet/>
+    </Footer>
+    <Header>
+        <property backgroundBitmapPath="" color="" colorOpacity="100" descriptionText="" descriptionTextColor="" disabledButtonColor="" disabledButtonColorOpacity="100" disabledButtonTextColor="" disabledItemColor="" disabledItemColorOpacity="100" disabledItemTextColor="" headerStyle="HEADER_STYLE_TITLE" highlightedButtonColor="" highlightedButtonColorOpacity="100" highlightedButtonTextColor="" highlightedItemColor="" highlightedItemColorOpacity="100" highlightedItemTextColor="" normalButtonColor="" normalButtonColorOpacity="100" normalButtonTextColor="" normalItemColor="" normalItemColorOpacity="100" normalItemTextColor="" pressedButtonColor="" pressedButtonColorOpacity="100" pressedButtonTextColor="" pressedItemColor="" pressedItemColorOpacity="100" pressedItemTextColor="" selectedItemColor="" selectedItemColorOpacity="100" selectedItemTextColor="" titleIconPath="" titleText="File View" titleTextColor=""/>
+        <itemSet/>
+    </Header>
+</Scene>
diff --git a/res/screen-size-normal/IDL_FORM_SETTING_MAIN.xml b/res/screen-size-normal/IDL_FORM_SETTING_MAIN.xml
new file mode 100644 (file)
index 0000000..a696eae
--- /dev/null
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+       This XML file was automatically generated by UiBuilder - do not modify by hand.
+-->
+<!DOCTYPE Scene SYSTEM "UIForm.dtd">
+<Scene Bversion="3.0.0.201212201745" Dversion="20120315">
+    <LogicalCoordinate>720</LogicalCoordinate>
+    <Form id="IDL_SETTING_FORM">
+        <property backgroundColor="" backgroundColorOpacity="100" orientation="Automatic:4Dir" softKey0NormalIcon="" softKey0PressedIcon="" softKey0Text="" softKey1NormalIcon="" softKey1PressedIcon="" softKey1Text="" title="" titleAlign="ALIGN_CENTER" titleIcon="" translucentFooter="false" translucentHeader="false" translucentIndicator="false"/>
+        <layout mode="Portrait" style="FORM_STYLE_INDICATOR|FORM_STYLE_HEADER|FORM_STYLE_FOOTER" type="LAYOUT_RELATIVE"/>
+        <layout mode="Landscape" style="FORM_STYLE_INDICATOR|FORM_STYLE_HEADER|FORM_STYLE_FOOTER" type="LAYOUT_RELATIVE"/>
+    </Form>
+    <Footer>
+        <property backgroundBitmapPath="" color="" colorOpacity="100" disabledButtonColor="" disabledButtonColorOpacity="100" disabledButtonTextColor="" disabledItemColor="" disabledItemColorOpacity="100" disabledItemTextColor="" footerStyle="FOOTER_STYLE_BUTTON_TEXT" highlightedButtonColor="" highlightedButtonColorOpacity="100" highlightedButtonTextColor="" highlightedItemColor="" highlightedItemColorOpacity="100" highlightedItemTextColor="" normalButtonColor="" normalButtonColorOpacity="100" normalButtonTextColor="" normalItemColor="" normalItemColorOpacity="100" normalItemTextColor="" pressedButtonColor="" pressedButtonColorOpacity="100" pressedButtonTextColor="" pressedItemColor="" pressedItemColorOpacity="100" pressedItemTextColor="" selectedItemColor="" selectedItemColorOpacity="100" selectedItemTextColor="" showBackButton="true"/>
+        <itemSet/>
+    </Footer>
+    <Header>
+        <property backgroundBitmapPath="" color="" colorOpacity="100" descriptionText="" descriptionTextColor="" disabledButtonColor="" disabledButtonColorOpacity="100" disabledButtonTextColor="" disabledItemColor="" disabledItemColorOpacity="100" disabledItemTextColor="" headerStyle="HEADER_STYLE_TITLE" highlightedButtonColor="" highlightedButtonColorOpacity="100" highlightedButtonTextColor="" highlightedItemColor="" highlightedItemColorOpacity="100" highlightedItemTextColor="" normalButtonColor="" normalButtonColorOpacity="100" normalButtonTextColor="" normalItemColor="" normalItemColorOpacity="100" normalItemTextColor="" pressedButtonColor="" pressedButtonColorOpacity="100" pressedButtonTextColor="" pressedItemColor="" pressedItemColorOpacity="100" pressedItemTextColor="" selectedItemColor="" selectedItemColorOpacity="100" selectedItemTextColor="" titleIconPath="" titleText="Internet" titleTextColor=""/>
+        <itemSet/>
+    </Header>
+    <GroupedListView id="IDC_SETTING_LIST" parent="IDL_SETTING_FORM">
+        <property backgroundBitmapPath="" backgroundColor="#F9F9F9" backgroundColorOpacity="100" bitmapPathOfEmptyList="" colorOfEmptyListText="" fastScroll="false" itemDivider="true" itemDividerColor="#8E9AA3" sectionColor="" sweepEnabled="false" textOfEmptyList=""/>
+        <layout bottomRelation="" bottomRelationType="" centerHorizontal="false" centerVertical="false" height="1009" horizontalFitPolicy="FIT_POLICY_FIXED" leftRelation="IDL_SETTING_FORM" leftRelationType="RECT_EDGE_RELATION_LEFT_TO_LEFT" marginBottom="0" marginLeft="16" marginRight="0" marginTop="0" mode="Portrait" rightRelation="IDL_SETTING_FORM" rightRelationType="RECT_EDGE_RELATION_RIGHT_TO_RIGHT" style="CUSTOM_LIST_STYLE_NORMAL" topRelation="IDL_SETTING_FORM" topRelationType="RECT_EDGE_RELATION_TOP_TO_TOP" verticalFitPolicy="FIT_POLICY_PARENT" width="704" x="16" y="0"/>
+        <layout bottomRelation="" bottomRelationType="" centerHorizontal="false" centerVertical="false" height="0" horizontalFitPolicy="FIT_POLICY_PARENT" leftRelation="IDL_SETTING_FORM" leftRelationType="RECT_EDGE_RELATION_LEFT_TO_LEFT" marginBottom="0" marginLeft="0" marginRight="0" marginTop="0" mode="Landscape" rightRelation="" rightRelationType="" style="CUSTOM_LIST_STYLE_NORMAL" topRelation="IDL_SETTING_FORM" topRelationType="RECT_EDGE_RELATION_TOP_TO_TOP" verticalFitPolicy="FIT_POLICY_PARENT" width="0" x="0" y="0"/>
+    </GroupedListView>
+</Scene>
index f1ffc94..163ab7b 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">Bol dosiahnutý maximálny počet znakov</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Prezentácia</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">Vybrať všetky</text>
+    <text id="IDS_COM_POP_DELETE_Q">Odstrániť?</text>
+    <text id="IDS_COM_BODY_EDIT">Upraviť</text>
+    <text id="IDS_COM_BODY_MESSAGE">Správa</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">Spracováva sa...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">Stiahnuté položky</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Názov albumu sa už používa</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 sekúnd</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">Aktivácia</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 sekundy</text>
+    <text id="IDS_COM_BODY_MESSAGES">Správy</text>
+    <text id="IDS_COM_SK_DONE">Hotovo</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Nedá sa premenovať</text>
+    <text id="IDS_COM_BODY_EMAIL">E-mail</text>
+    <text id="IDS_COM_POP_MOVED">Presunuté</text>
+    <text id="IDS_COM_POP_CANCEL">Zrušiť</text>
+    <text id="IDS_COM_BODY_SELECTED">Vybrané</text>
     <text id="IDS_COM_BODY_DELETE">Odstrániť</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albumy</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">Titulky</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">Zrušiť</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Dosiahol sa maximálny počet znakov (%d)</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Dosiahol sa maximálny počet znakov (%d)</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Prezent.</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">Vysunutie</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s už existuje</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Kat. fotoaparátu</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Vytvoriť album</text>
+    <text id="IDS_COM_BODY_LOADING">Načítava sa...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albumy</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Nedá sa premenovať. Názov albumu sa už používa</text>
+    <text id="IDS_COM_POP_SAVING_ING">Ukladanie...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">Operácia zlyhala</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">Efekt prechodu</text>
-    <text id="IDS_COM_POP_CANCEL">Zrušiť</text>
+    <text id="IDS_COM_BODY_MUSIC">Hudba</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Vytvoriť priečinok?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">Vymazanie sa nepodarilo</text>
+    <text id="IDS_COM_BODY_VIDEO">Video</text>
+    <text id="IDS_IV_OPT_ZOOM">Zoom</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">Clona</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Už existuje. Prepísať?</text>
-    <text id="IDS_COM_BODY_EMAIL">E-mail</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Nedá sa odstrániť</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Vybrať vš.</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Interval prezentácie</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">Prehrávač videí</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">sekundy</text>
     <text id="IDS_EBOOK_BODY_PAGE">Stránka</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">Vymazanie sa nepodarilo</text>
-    <text id="IDS_COM_BODY_SELECTED">Vybrané</text>
-    <text id="IDS_COM_BODY_MUSIC">Hudba</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 sekúnd</text>
+    <text id="IDS_COM_BODY_GALLERY">Galéria</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">Žiadny názov</text>
+    <text id="IDS_COM_BODY_IMAGES">Obrázky</text>
     <text id="IDS_MEDIABR_BODY_FADE">Stmievanie</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 sekundy</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">Operácia zlyhala</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">Náhodné poradie</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">Zrušiť</text>
     <text id="IDS_COM_HEADER_EDIT">Upraviť</text>
-    <text id="IDS_COM_BODY_IMAGES">Obrázky</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 sekúnd</text>
+    <text id="IDS_COM_POP_DELETED">Odstránené</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">Odstrániť?</text>
-    <text id="IDS_COM_BODY_VIDEOS">Videá</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Interval prezentácie</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Prezent.</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">Aktivácia</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">Žiadny názov</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Názov albumu sa už používa</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">Žiadne položky</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 sekúnd</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">Už existuje</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">Roleta</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">Opakovať</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">Vybrať všetky</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">Prehrávač videí</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">sekundy</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Už existuje. Prepísať?</text>
+    <text id="IDS_COM_POP_DELETING">Odstraňovanie...</text>
+    <text id="IDS_COM_POP_DONE">Hotovo</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 sekundy</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Kat. fotoaparátu</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">Opakovať</text>
+    <text id="IDS_COM_POP_SAVED">Uložené</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">Prelínanie</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">Náhodné poradie</text>
+    <text id="IDS_COM_POP_MOVING">Presúvanie...</text>
     <text id="IDS_COM_POP_MOVING_FAILED">Presunutie sa nepodarilo</text>
+    <text id="IDS_COM_BODY_VIDEOS">Videá</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">Dokončené</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Vybrať vš.</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">Všetky albumy</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 sekúnd</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Dosiahol sa maximálny počet znakov (%d)</text>
-    <text id="IDS_IV_OPT_ZOOM">Zoom</text>
-    <text id="IDS_COM_BODY_GALLERY">Galéria</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 sekúnd</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">Prelínanie</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Nedá sa premenovať</text>
-    <text id="IDS_COM_BODY_VIDEO">Video</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Nedá sa premenovať. Názov albumu sa už používa</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">Titulky</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Prezentácia</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">Stiahnuté položky</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Vytvoriť priečinok?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">Zmeniť názov</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">Vysunutie</text>
     <text id="IDS_COM_BODY_MOVE">Presunúť</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Nedá sa odstrániť</text>
     <text id="IDS_IV_BODY_INTERVAL">Interval</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">Dokončené</text>
-    <text id="IDS_COM_POP_DELETE_Q">Odstrániť?</text>
-    <text id="IDS_COM_BODY_EDIT">Upraviť</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Dosiahol sa maximálny počet znakov (%d)</text>
-    <text id="IDS_COM_SK_DONE">Hotovo</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">Už existuje</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Vytvoriť album</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">Žiadne položky</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">Roleta</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">Uloženie sa nepodarilo</text>
 </string_table>
index f578ee8..3174705 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">Doseženo je največje dovoljeno število znakov</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Diaprojekcija</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">Izberi vse</text>
+    <text id="IDS_COM_POP_DELETE_Q">Izbrišem?</text>
+    <text id="IDS_COM_BODY_EDIT">Uredi</text>
+    <text id="IDS_COM_BODY_MESSAGE">Sporočilo</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">Obdelava ...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">Prenosi</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Ime albuma se že uporablja</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 sekund</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">Vklop</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 sekundi</text>
+    <text id="IDS_COM_BODY_MESSAGES">Sporočila</text>
+    <text id="IDS_COM_SK_DONE">Končano</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Ni mogoče preimenovati</text>
+    <text id="IDS_COM_BODY_EMAIL">E-pošta</text>
+    <text id="IDS_COM_POP_MOVED">Premaknjeno</text>
+    <text id="IDS_COM_POP_CANCEL">Prekliči</text>
+    <text id="IDS_COM_BODY_SELECTED">Izbrano</text>
     <text id="IDS_COM_BODY_DELETE">Izbriši</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albumi</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">Podnapisi</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">Prekliči</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Doseženo je največje število znakov (%d)</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Doseženo je največje število znakov (%d)</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Diaproj.</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">Prehod</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s že obstaja</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Mapa s slikami</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Ustvari album</text>
+    <text id="IDS_COM_BODY_LOADING">Nalaganje...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albumi</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Ni mogoče preimenovati. Ime albuma se že uporablja</text>
+    <text id="IDS_COM_POP_SAVING_ING">Shranjujem</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">Postopek ni uspel</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">Učinek prehoda</text>
-    <text id="IDS_COM_POP_CANCEL">Prekliči</text>
+    <text id="IDS_COM_BODY_MUSIC">Glasba</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Ustvarim mapo?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">Brisanje ni uspelo</text>
+    <text id="IDS_COM_BODY_VIDEO">Video</text>
+    <text id="IDS_IV_OPT_ZOOM">Povečava</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">Mavrica</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Že obstaja. Prepišem?</text>
-    <text id="IDS_COM_BODY_EMAIL">E-pošta</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Brisanje ni mogoče</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Izberi vse</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Interval diaprojekcije</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">Video predvajalnik</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">sekund</text>
     <text id="IDS_EBOOK_BODY_PAGE">Stran</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">Brisanje ni uspelo</text>
-    <text id="IDS_COM_BODY_SELECTED">Izbrano</text>
-    <text id="IDS_COM_BODY_MUSIC">Glasba</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 sekund</text>
+    <text id="IDS_COM_BODY_GALLERY">Galerija</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">Brez imena</text>
+    <text id="IDS_COM_BODY_IMAGES">Slike</text>
     <text id="IDS_MEDIABR_BODY_FADE">Zatemnitev</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 sekundi</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">Postopek ni uspel</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">Naključno</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">Prekliči</text>
     <text id="IDS_COM_HEADER_EDIT">Uredi</text>
-    <text id="IDS_COM_BODY_IMAGES">Slike</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 sekund</text>
+    <text id="IDS_COM_POP_DELETED">Izbrisano</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">Odstranim?</text>
-    <text id="IDS_COM_BODY_VIDEOS">Videoposnetki</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Interval diaprojekcije</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Diaproj.</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">Vklop</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">Brez imena</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Ime albuma se že uporablja</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">Ni predmetov</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 sekund</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">Že obstaja</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">Zastor</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">Ponovi</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">Izberi vse</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">Video predvajalnik</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">sekund</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Že obstaja. Prepišem?</text>
+    <text id="IDS_COM_POP_DELETING">Brišem</text>
+    <text id="IDS_COM_POP_DONE">Končano</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 sekunde</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Mapa s slikami</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">Ponovi</text>
+    <text id="IDS_COM_POP_SAVED">Shranjeno</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">Raztopi</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">Naključno</text>
+    <text id="IDS_COM_POP_MOVING">Premikam</text>
     <text id="IDS_COM_POP_MOVING_FAILED">Premikanje ni uspelo</text>
+    <text id="IDS_COM_BODY_VIDEOS">Videoposnetki</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">Končano</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Izberi vse</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">Vsi albumi</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 sekund</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Doseženo je največje število znakov (%d)</text>
-    <text id="IDS_IV_OPT_ZOOM">Povečava</text>
-    <text id="IDS_COM_BODY_GALLERY">Galerija</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 sekund</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">Raztopi</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Ni mogoče preimenovati</text>
-    <text id="IDS_COM_BODY_VIDEO">Video</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Ni mogoče preimenovati. Ime albuma se že uporablja</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">Podnapisi</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Diaprojekcija</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">Prenosi</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Ustvarim mapo?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">Spremeni ime</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">Prehod</text>
     <text id="IDS_COM_BODY_MOVE">Premakni</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Brisanje ni mogoče</text>
     <text id="IDS_IV_BODY_INTERVAL">Interval</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">Končano</text>
-    <text id="IDS_COM_POP_DELETE_Q">Izbrišem?</text>
-    <text id="IDS_COM_BODY_EDIT">Uredi</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Doseženo je največje število znakov (%d)</text>
-    <text id="IDS_COM_SK_DONE">Končano</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">Že obstaja</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Ustvari album</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">Ni predmetov</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">Zastor</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">Shranjevanje ni uspelo</text>
 </string_table>
index f09c366..c74d00b 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">Alcanzado el número máximo de caracteres</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Presentación de diapositivas</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">Seleccionar todo</text>
+    <text id="IDS_COM_POP_DELETE_Q">¿Eliminar?</text>
+    <text id="IDS_COM_BODY_EDIT">Editar</text>
+    <text id="IDS_COM_BODY_MESSAGE">Mensajes</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">Procesando...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">Descargas</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Nombre de álbum ya en uso</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 segundos</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">Activación</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 segundos</text>
+    <text id="IDS_COM_BODY_MESSAGES">Mensajes</text>
+    <text id="IDS_COM_SK_DONE">Hecho</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Imposible cambiar el nombre</text>
+    <text id="IDS_COM_BODY_EMAIL">Correo electrónico</text>
+    <text id="IDS_COM_POP_MOVED">Movido</text>
+    <text id="IDS_COM_POP_CANCEL">Cancelar</text>
+    <text id="IDS_COM_BODY_SELECTED">Seleccionado</text>
     <text id="IDS_COM_BODY_DELETE">Eliminar</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Álbumes</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">Subtítulos</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">Cancelar</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Número máximo de caracteres (%d) alcanzado</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Número máximo de caracteres (%d) alcanzado</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Pres diap</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">Diapositiva</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s ya existe</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Carrete</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Crear álbum</text>
+    <text id="IDS_COM_BODY_LOADING">Cargando...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Álbumes</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">No se puede cambiar el nombre. Nombre de álbum ya en uso</text>
+    <text id="IDS_COM_POP_SAVING_ING">Guardando...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">Error de funcionamiento</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">Efecto de transición</text>
-    <text id="IDS_COM_POP_CANCEL">Cancelar</text>
+    <text id="IDS_COM_BODY_MUSIC">Música</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">¿Crear carpeta?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">Error al borrar</text>
+    <text id="IDS_COM_BODY_VIDEO">Vídeo</text>
+    <text id="IDS_IV_OPT_ZOOM">Zoom</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">Iris</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Ya existe. ¿Desea reemplazarlo?</text>
-    <text id="IDS_COM_BODY_EMAIL">Correo electrónico</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">No se puede eliminar</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Sele. todo</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Intervalo de presentación de diapositivas</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">Reproductor de vídeo</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">segundos</text>
     <text id="IDS_EBOOK_BODY_PAGE">Página</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">Error al borrar</text>
-    <text id="IDS_COM_BODY_SELECTED">Seleccionado</text>
-    <text id="IDS_COM_BODY_MUSIC">Música</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 segundos</text>
+    <text id="IDS_COM_BODY_GALLERY">Galería</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">Sin nombre</text>
+    <text id="IDS_COM_BODY_IMAGES">Imágenes</text>
     <text id="IDS_MEDIABR_BODY_FADE">Desaparición</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 segundos</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">Error de funcionamiento</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">Reproducción aleatoria</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">Cancelar</text>
     <text id="IDS_COM_HEADER_EDIT">Editar</text>
-    <text id="IDS_COM_BODY_IMAGES">Imágenes</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 segundos</text>
+    <text id="IDS_COM_POP_DELETED">Eliminado</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">¿Eliminar?</text>
-    <text id="IDS_COM_BODY_VIDEOS">Vídeos</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Intervalo de presentación de diapositivas</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Pres diap</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">Activación</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">Sin nombre</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Nombre de álbum ya en uso</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">Ningún elemento</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 segundos</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">Ya existe</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">Efecto persiana</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">Repetir</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">Seleccionar todo</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">Reproductor de vídeo</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">segundos</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Ya existe. ¿Desea reemplazarlo?</text>
+    <text id="IDS_COM_POP_DELETING">Eliminando...</text>
+    <text id="IDS_COM_POP_DONE">Guardar</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 segundos</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Carrete</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">Repetir</text>
+    <text id="IDS_COM_POP_SAVED">Guardado</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">Fundir</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">Reproducción aleatoria</text>
+    <text id="IDS_COM_POP_MOVING">Moviendo...</text>
     <text id="IDS_COM_POP_MOVING_FAILED">Error al mover</text>
+    <text id="IDS_COM_BODY_VIDEOS">Vídeos</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">Finalizado</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Sele. todo</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">Todos los álbumes</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 segundos</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Número máximo de caracteres (%d) alcanzado</text>
-    <text id="IDS_IV_OPT_ZOOM">Zoom</text>
-    <text id="IDS_COM_BODY_GALLERY">Galería</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 segundos</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">Fundir</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Imposible cambiar el nombre</text>
-    <text id="IDS_COM_BODY_VIDEO">Vídeo</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">No se puede cambiar el nombre. Nombre de álbum ya en uso</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">Subtítulos</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Presentación de diapositivas</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">Descargas</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">¿Crear carpeta?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">Cambiar nombre</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">Diapositiva</text>
     <text id="IDS_COM_BODY_MOVE">Mover</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">No se puede eliminar</text>
     <text id="IDS_IV_BODY_INTERVAL">Intervalo</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">Finalizado</text>
-    <text id="IDS_COM_POP_DELETE_Q">¿Eliminar?</text>
-    <text id="IDS_COM_BODY_EDIT">Editar</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Número máximo de caracteres (%d) alcanzado</text>
-    <text id="IDS_COM_SK_DONE">Hecho</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">Ya existe</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Crear álbum</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">Ningún elemento</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">Efecto persiana</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">Error al guardar</text>
 </string_table>
index ff0f491..e8cce30 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">Se ha alcanzado el número máximo de caracteres</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Presentación de diapositivas </text>
+    <text id="IDS_COM_BODY_SELECT_ALL">Seleccionar todo</text>
+    <text id="IDS_COM_POP_DELETE_Q">¿Eliminar?</text>
+    <text id="IDS_COM_BODY_EDIT">Editar</text>
+    <text id="IDS_COM_BODY_MESSAGE">Mensaje</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">Procesando...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">Descargas</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Nombre de álbum ya existe</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 segundos</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">Activación</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 segundos</text>
+    <text id="IDS_COM_BODY_MESSAGES">Mensajes</text>
+    <text id="IDS_COM_SK_DONE">Realizado</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">No se puede renombrar</text>
+    <text id="IDS_COM_BODY_EMAIL">Correo</text>
+    <text id="IDS_COM_POP_MOVED">Movido</text>
+    <text id="IDS_COM_POP_CANCEL">Cancelar</text>
+    <text id="IDS_COM_BODY_SELECTED">Seleccionado</text>
     <text id="IDS_COM_BODY_DELETE">Eliminar</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Álbumes</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">Subtítulos</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">Cancelar</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Número máximo de caracteres (%d) alcanzado</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Número máximo de caracteres (%d) alcanzado</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Pres diap</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">Deslizar</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s ya existe</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Carrete</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Crear álbum</text>
+    <text id="IDS_COM_BODY_LOADING">Cargando...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Álbumes</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">No se puede renombrar. Nombre de álbum ya existe</text>
+    <text id="IDS_COM_POP_SAVING_ING">Guardando...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">Error de funcionamiento</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">Efecto de transición</text>
-    <text id="IDS_COM_POP_CANCEL">Cancelar</text>
+    <text id="IDS_COM_BODY_MUSIC">Música</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">crear carpeta?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">Error al eliminar</text>
+    <text id="IDS_COM_BODY_VIDEO">Video</text>
+    <text id="IDS_IV_OPT_ZOOM">Zoom</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">Iris</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Ya existe. ¿Desea reemplazarlo?</text>
-    <text id="IDS_COM_BODY_EMAIL">Correo</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">No puede eliminar</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Todo</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Intervalo de presentación de diapositivas</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">Reproductor de Video</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">segundos</text>
     <text id="IDS_EBOOK_BODY_PAGE">Página</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">Error al eliminar</text>
-    <text id="IDS_COM_BODY_SELECTED">Seleccionado</text>
-    <text id="IDS_COM_BODY_MUSIC">Música</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 segundos</text>
+    <text id="IDS_COM_BODY_GALLERY">Galería</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">Sin nombre</text>
+    <text id="IDS_COM_BODY_IMAGES">Imágenes</text>
     <text id="IDS_MEDIABR_BODY_FADE">Aparecer</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 segundos</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">Error de funcionamiento</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">Aleatorio</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">Cancelar</text>
     <text id="IDS_COM_HEADER_EDIT">Editar</text>
-    <text id="IDS_COM_BODY_IMAGES">Imágenes</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 segundos</text>
+    <text id="IDS_COM_POP_DELETED">Eliminado</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">¿Eliminar?</text>
-    <text id="IDS_COM_BODY_VIDEOS">Videos</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Intervalo de presentación de diapositivas</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Pres diap</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">Activación</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">Sin nombre</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Nombre de álbum ya existe</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">Ningún elemento</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 segundos</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">Ya existe</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">Persiana</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">Repetir</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">Seleccionar todo</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">Reproductor de Video</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">segundos</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Ya existe. ¿Desea reemplazarlo?</text>
+    <text id="IDS_COM_POP_DELETING">Eliminando...</text>
+    <text id="IDS_COM_POP_DONE">Realizado</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 segundos</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Carrete</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">Repetir</text>
+    <text id="IDS_COM_POP_SAVED">Guardado</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">Fundir</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">Aleatorio</text>
+    <text id="IDS_COM_POP_MOVING">Moviendo…</text>
     <text id="IDS_COM_POP_MOVING_FAILED">Error al mover</text>
+    <text id="IDS_COM_BODY_VIDEOS">Videos</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">Completo</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Todo</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">Todos los álbumes</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 segundos</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Número máximo de caracteres (%d) alcanzado</text>
-    <text id="IDS_IV_OPT_ZOOM">Zoom</text>
-    <text id="IDS_COM_BODY_GALLERY">Galería</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 segundos</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">Fundir</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">No se puede renombrar</text>
-    <text id="IDS_COM_BODY_VIDEO">Video</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">No se puede renombrar. Nombre de álbum ya existe</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">Subtítulos</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Presentación de diapositivas </text>
-    <text id="IDS_COM_BODY_DOWNLOADS">Descargas</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">crear carpeta?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">Renombrar</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">Deslizar</text>
     <text id="IDS_COM_BODY_MOVE">Mover</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">No puede eliminar</text>
     <text id="IDS_IV_BODY_INTERVAL">Intervalo</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">Completo</text>
-    <text id="IDS_COM_POP_DELETE_Q">¿Eliminar?</text>
-    <text id="IDS_COM_BODY_EDIT">Editar</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Número máximo de caracteres (%d) alcanzado</text>
-    <text id="IDS_COM_SK_DONE">Realizado</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">Ya existe</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Crear álbum</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">Ningún elemento</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">Persiana</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">Error al guardar</text>
 </string_table>
index 977b13f..42f5973 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">Dostignut maksimalan broj karaktera</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Slajd-šou</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">Izaberi sve</text>
+    <text id="IDS_COM_POP_DELETE_Q">Obriši?</text>
+    <text id="IDS_COM_BODY_EDIT">Izmeni</text>
+    <text id="IDS_COM_BODY_MESSAGE">Poruka</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">Obrada...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">Preuzimanja</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Naziv albuma već u upotr.</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 sekundi</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">Aktivacija</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 sekunde</text>
+    <text id="IDS_COM_BODY_MESSAGES">Poruke</text>
+    <text id="IDS_COM_SK_DONE">Gotovo</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Nemoguće preimenovati</text>
+    <text id="IDS_COM_BODY_EMAIL">E-pošta</text>
+    <text id="IDS_COM_POP_MOVED">Premešteno</text>
+    <text id="IDS_COM_POP_CANCEL">Poništi</text>
+    <text id="IDS_COM_BODY_SELECTED">Označeno</text>
     <text id="IDS_COM_BODY_DELETE">Obriši</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albumi</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">Titlovi</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">Poništi</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Dostignut maksimalan broj karaktera (%d)</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Dostignut maksimalan broj karaktera (%d)</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Slajd-šou</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">Slajd</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s već postoji</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Traka kamere</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Kreiraj album</text>
+    <text id="IDS_COM_BODY_LOADING">Učitavanje...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albumi</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Nemoguće preimenovati. Naziv albuma već u upotrebi</text>
+    <text id="IDS_COM_POP_SAVING_ING">Memorisanje...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">Operacija neuspešna</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">Efekat prelaza</text>
-    <text id="IDS_COM_POP_CANCEL">Poništi</text>
+    <text id="IDS_COM_BODY_MUSIC">Muzika</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Kreiraj folder?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">Brisanje neuspešno</text>
+    <text id="IDS_COM_BODY_VIDEO">Video zapis</text>
+    <text id="IDS_IV_OPT_ZOOM">Zumiranje</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">Iris</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Već postoji. Prebriši?</text>
-    <text id="IDS_COM_BODY_EMAIL">E-pošta</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Nemoguće obrisati</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Izab. sve</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Interval za slajd-šou</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">Video plejer</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">sekunde</text>
     <text id="IDS_EBOOK_BODY_PAGE">Strana</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">Brisanje neuspešno</text>
-    <text id="IDS_COM_BODY_SELECTED">Označeno</text>
-    <text id="IDS_COM_BODY_MUSIC">Muzika</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 sekundi</text>
+    <text id="IDS_COM_BODY_GALLERY">Galerija</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">Nema imena</text>
+    <text id="IDS_COM_BODY_IMAGES">Slike</text>
     <text id="IDS_MEDIABR_BODY_FADE">Izbledi</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 sekunde</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">Operacija neuspešna</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">Nasumično</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">Poništi</text>
     <text id="IDS_COM_HEADER_EDIT">Izmeni</text>
-    <text id="IDS_COM_BODY_IMAGES">Slike</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 sekundi</text>
+    <text id="IDS_COM_POP_DELETED">Obrisano</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">Ukloni?</text>
-    <text id="IDS_COM_BODY_VIDEOS">Video zapisi</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Interval za slajd-šou</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Slajd-šou</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">Aktivacija</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">Nema imena</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Naziv albuma već u upotr.</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">Nema stavki</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 sekundi</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">Već postoji</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">Roletna</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">Ponovi</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">Izaberi sve</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">Video plejer</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">sekunde</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Već postoji. Prebriši?</text>
+    <text id="IDS_COM_POP_DELETING">Brisanje...</text>
+    <text id="IDS_COM_POP_DONE">Gotovo</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 sekunde</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Traka kamere</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">Ponovi</text>
+    <text id="IDS_COM_POP_SAVED">Sačuvano</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">Rastvori</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">Nasumično</text>
+    <text id="IDS_COM_POP_MOVING">Premeštanje</text>
     <text id="IDS_COM_POP_MOVING_FAILED">Premeštanje neuspešno</text>
+    <text id="IDS_COM_BODY_VIDEOS">Video zapisi</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">Završeno</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Izab. sve</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">Svi albumi</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 sekundi</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Dostignut maksimalan broj karaktera (%d)</text>
-    <text id="IDS_IV_OPT_ZOOM">Zumiranje</text>
-    <text id="IDS_COM_BODY_GALLERY">Galerija</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 sekundi</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">Rastvori</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Nemoguće preimenovati</text>
-    <text id="IDS_COM_BODY_VIDEO">Video zapis</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Nemoguće preimenovati. Naziv albuma već u upotrebi</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">Titlovi</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Slajd-šou</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">Preuzimanja</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Kreiraj folder?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">Promeni ime</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">Slajd</text>
     <text id="IDS_COM_BODY_MOVE">Premesti</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Nemoguće obrisati</text>
     <text id="IDS_IV_BODY_INTERVAL">Interval</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">Završeno</text>
-    <text id="IDS_COM_POP_DELETE_Q">Obriši?</text>
-    <text id="IDS_COM_BODY_EDIT">Izmeni</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Dostignut maksimalan broj karaktera (%d)</text>
-    <text id="IDS_COM_SK_DONE">Gotovo</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">Već postoji</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Kreiraj album</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">Nema stavki</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">Roletna</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">Memorisanje neuspešno</text>
 </string_table>
index c311d98..28e68b6 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">Maximalt antal tecken har använts</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Bildspel</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">Välj alla</text>
+    <text id="IDS_COM_POP_DELETE_Q">Radera?</text>
+    <text id="IDS_COM_BODY_EDIT">Redigera</text>
+    <text id="IDS_COM_BODY_MESSAGE">Meddelande</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">Bearbetar...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">Nedladdningar</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Albumnamnet används redan</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 sekunder</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">Aktivera</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 sekunder</text>
+    <text id="IDS_COM_BODY_MESSAGES">Meddelanden</text>
+    <text id="IDS_COM_SK_DONE">Klar</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Kan inte byta namn</text>
+    <text id="IDS_COM_BODY_EMAIL">E-post</text>
+    <text id="IDS_COM_POP_MOVED">Flyttad</text>
+    <text id="IDS_COM_POP_CANCEL">Avbryt</text>
+    <text id="IDS_COM_BODY_SELECTED">Markerade</text>
     <text id="IDS_COM_BODY_DELETE">Radera</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Album</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">Textning</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">Avbryt</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Högsta antal tecken (%d) har uppnåtts</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Högsta antal tecken (%d) har uppnåtts</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Bildspel</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">Bild</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s finns redan</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Kamerarulle</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Skapa album</text>
+    <text id="IDS_COM_BODY_LOADING">Laddar...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Album</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Kan inte byta namn. Albumnamnet används redan</text>
+    <text id="IDS_COM_POP_SAVING_ING">Sparar...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">Åtgärden misslyckades</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">Övergångseffekt</text>
-    <text id="IDS_COM_POP_CANCEL">Avbryt</text>
+    <text id="IDS_COM_BODY_MUSIC">Musik</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Skapa mapp?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">Radering misslyckades</text>
+    <text id="IDS_COM_BODY_VIDEO">Videoklipp</text>
+    <text id="IDS_IV_OPT_ZOOM">Zoom</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">Iris</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Används redan.\nSkriv över?</text>
-    <text id="IDS_COM_BODY_EMAIL">E-post</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Kan inte radera</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Välj allt</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Bildspelsintervall</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">Videospelare</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">sekunder</text>
     <text id="IDS_EBOOK_BODY_PAGE">Sida</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">Radering misslyckades</text>
-    <text id="IDS_COM_BODY_SELECTED">Markerade</text>
-    <text id="IDS_COM_BODY_MUSIC">Musik</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 sekunder</text>
+    <text id="IDS_COM_BODY_GALLERY">Galleri</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">Inget namn</text>
+    <text id="IDS_COM_BODY_IMAGES">Bilder</text>
     <text id="IDS_MEDIABR_BODY_FADE">Tona</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 sekunder</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">Åtgärden misslyckades</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">Blanda</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">Avbryt</text>
     <text id="IDS_COM_HEADER_EDIT">Redigera</text>
-    <text id="IDS_COM_BODY_IMAGES">Bilder</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 sekunder</text>
+    <text id="IDS_COM_POP_DELETED">Raderad</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">Ta bort?</text>
-    <text id="IDS_COM_BODY_VIDEOS">Videoklipp</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Bildspelsintervall</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Bildspel</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">Aktivera</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">Inget namn</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Albumnamnet används redan</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">Inga objekt</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 sekunder</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">Finns redan</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">Fördragning</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">Upprepa</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">Välj alla</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">Videospelare</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">sekunder</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Används redan.\nSkriv över?</text>
+    <text id="IDS_COM_POP_DELETING">Raderar...</text>
+    <text id="IDS_COM_POP_DONE">Klar</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 sekunder</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Kamerarulle</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">Upprepa</text>
+    <text id="IDS_COM_POP_SAVED">Sparad</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">Lös upp</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">Blanda</text>
+    <text id="IDS_COM_POP_MOVING">Flyttar...</text>
     <text id="IDS_COM_POP_MOVING_FAILED">Det gick inte att flytta</text>
+    <text id="IDS_COM_BODY_VIDEOS">Videoklipp</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">Slutförd</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Välj allt</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">Alla album</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 sekunder</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Högsta antal tecken (%d) har uppnåtts</text>
-    <text id="IDS_IV_OPT_ZOOM">Zoom</text>
-    <text id="IDS_COM_BODY_GALLERY">Galleri</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 sekunder</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">Lös upp</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Kan inte byta namn</text>
-    <text id="IDS_COM_BODY_VIDEO">Videoklipp</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Kan inte byta namn. Albumnamnet används redan</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">Textning</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Bildspel</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">Nedladdningar</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Skapa mapp?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">Byt namn</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">Bild</text>
     <text id="IDS_COM_BODY_MOVE">Flytta</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Kan inte radera</text>
     <text id="IDS_IV_BODY_INTERVAL">Intervall</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">Slutförd</text>
-    <text id="IDS_COM_POP_DELETE_Q">Radera?</text>
-    <text id="IDS_COM_BODY_EDIT">Redigera</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Högsta antal tecken (%d) har uppnåtts</text>
-    <text id="IDS_COM_SK_DONE">Klar</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">Finns redan</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Skapa album</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">Inga objekt</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">Fördragning</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">Det gick inte att spara</text>
 </string_table>
index b4a9497..deb19a4 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">Maksimum karakter sayısına ulaşıldı</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Slayt gösterisi</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">Hepsini seç</text>
+    <text id="IDS_COM_POP_DELETE_Q">Sil?</text>
+    <text id="IDS_COM_BODY_EDIT">Düzenle</text>
+    <text id="IDS_COM_BODY_MESSAGE">Mesaj</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">İşlem yapılıyor...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">İndirilenler</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Albüm adı zaten kullanılıyor</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 saniye</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">Etkinleştirme</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 saniye</text>
+    <text id="IDS_COM_BODY_MESSAGES">Mesajlar</text>
+    <text id="IDS_COM_SK_DONE">Kaydet</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Yeniden adlandırılamıyor. Dosya kullanımda.</text>
+    <text id="IDS_COM_BODY_EMAIL">E-posta</text>
+    <text id="IDS_COM_POP_MOVED">Taşındı</text>
+    <text id="IDS_COM_POP_CANCEL">İptal</text>
+    <text id="IDS_COM_BODY_SELECTED">Seçili</text>
     <text id="IDS_COM_BODY_DELETE">Sil</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albümler</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">Altyazılar</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">İptal</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Maksimum karakter sayısına (%d) ulaşıldı</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Maksimum karakter sayısına (%d) ulaşıldı</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Slayt şov</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">Slayt</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s zaten var</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Kamera klasörü</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Albüm oluştur</text>
+    <text id="IDS_COM_BODY_LOADING">Yükleniyor...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albümler</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Yeniden adlandırılamıyor. Albüm adı zaten kullanılıyor</text>
+    <text id="IDS_COM_POP_SAVING_ING">Kaydediliyor…</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">İşlem başarısız</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">Geçiş efekti</text>
-    <text id="IDS_COM_POP_CANCEL">İptal</text>
+    <text id="IDS_COM_BODY_MUSIC">Müzik</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Klasör oluşturulsun mu?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">Silinemedi</text>
+    <text id="IDS_COM_BODY_VIDEO">Video</text>
+    <text id="IDS_IV_OPT_ZOOM">Yakınlaştır</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">İris</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Zaten var. Üzerine yazılsın mı?</text>
-    <text id="IDS_COM_BODY_EMAIL">E-posta</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Silinemiyor</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Tümünü seç</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Slayt gösterisi aralığı</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">Video Oynatıcı</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">saniye</text>
     <text id="IDS_EBOOK_BODY_PAGE">Sayfa</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">Silinemedi</text>
-    <text id="IDS_COM_BODY_SELECTED">Seçili</text>
-    <text id="IDS_COM_BODY_MUSIC">Müzik</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 saniye</text>
+    <text id="IDS_COM_BODY_GALLERY">Galeri</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">İsim yok</text>
+    <text id="IDS_COM_BODY_IMAGES">Resimler</text>
     <text id="IDS_MEDIABR_BODY_FADE">Soldur</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 saniye</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">İşlem başarısız</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">Karışık</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">İptal</text>
     <text id="IDS_COM_HEADER_EDIT">Düzenle</text>
-    <text id="IDS_COM_BODY_IMAGES">Resimler</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 saniye</text>
+    <text id="IDS_COM_POP_DELETED">Silindi</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">Kaldır?</text>
-    <text id="IDS_COM_BODY_VIDEOS">Videolar</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Slayt gösterisi aralığı</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Slayt şov</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">Etkinleştirme</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">İsim yok</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Albüm adı zaten kullanılıyor</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">Öğe yok</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 saniye</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">Zaten var</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">Kör</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">Tekrarla</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">Hepsini seç</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">Video Oynatıcı</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">saniye</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Zaten var. Üzerine yazılsın mı?</text>
+    <text id="IDS_COM_POP_DELETING">Siliniyor...</text>
+    <text id="IDS_COM_POP_DONE">Tamamlandı</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 saniye</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Kamera klasörü</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">Tekrarla</text>
+    <text id="IDS_COM_POP_SAVED">Kaydedildi</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">Çöz</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">Karışık</text>
+    <text id="IDS_COM_POP_MOVING">Taşıyor...</text>
     <text id="IDS_COM_POP_MOVING_FAILED">Taşıma başarısız</text>
+    <text id="IDS_COM_BODY_VIDEOS">Videolar</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">Tamamlandı</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Tümünü seç</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">Tüm albümler</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 saniye</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Maksimum karakter sayısına (%d) ulaşıldı</text>
-    <text id="IDS_IV_OPT_ZOOM">Yakınlaştır</text>
-    <text id="IDS_COM_BODY_GALLERY">Galeri</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 saniye</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">Çöz</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Yeniden adlandırılamıyor. Dosya kullanımda.</text>
-    <text id="IDS_COM_BODY_VIDEO">Video</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Yeniden adlandırılamıyor. Albüm adı zaten kullanılıyor</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">Altyazılar</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Slayt gösterisi</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">İndirilenler</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Klasör oluşturulsun mu?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">İsim değiştir</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">Slayt</text>
     <text id="IDS_COM_BODY_MOVE">Taşı</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Silinemiyor</text>
     <text id="IDS_IV_BODY_INTERVAL">Aralık</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">Tamamlandı</text>
-    <text id="IDS_COM_POP_DELETE_Q">Sil?</text>
-    <text id="IDS_COM_BODY_EDIT">Düzenle</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Maksimum karakter sayısına (%d) ulaşıldı</text>
-    <text id="IDS_COM_SK_DONE">Kaydet</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">Zaten var</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Albüm oluştur</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">Öğe yok</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">Kör</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">Kaydetme başarısız</text>
 </string_table>
index 71cba66..d9e37c6 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">Досягнуто максимальної кількості символів</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Слайд-шоу</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">Вибрати всі</text>
+    <text id="IDS_COM_POP_DELETE_Q">Видалити?</text>
+    <text id="IDS_COM_BODY_EDIT">Редагувати</text>
+    <text id="IDS_COM_BODY_MESSAGE">Повідомлення</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">Обробка...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">Завантаження</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Ім’я альбому вже викор.</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 секунд</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">Активація</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 секунди</text>
+    <text id="IDS_COM_BODY_MESSAGES">Повідомлення</text>
+    <text id="IDS_COM_SK_DONE">Готово</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Неможливо перейменувати</text>
+    <text id="IDS_COM_BODY_EMAIL">Email</text>
+    <text id="IDS_COM_POP_MOVED">Переміщено</text>
+    <text id="IDS_COM_POP_CANCEL">Скасувати</text>
+    <text id="IDS_COM_BODY_SELECTED">Вибране</text>
     <text id="IDS_COM_BODY_DELETE">Видалити</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Альбоми</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">Субтитри</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">Скасувати</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Досягнуто максимальної кількості символів: %d</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Досягнуто максимальної кількості символів: %d</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Слайд-шоу</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">Слайд</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s вже існує</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Плівка камери</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Створити альбом</text>
+    <text id="IDS_COM_BODY_LOADING">Завантаження...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Альбоми</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Неможливо перейменувати. Ім’я альбому вже використовується</text>
+    <text id="IDS_COM_POP_SAVING_ING">Збереження...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">Збій операції</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">Ефект переходу</text>
-    <text id="IDS_COM_POP_CANCEL">Скасувати</text>
+    <text id="IDS_COM_BODY_MUSIC">Музика</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Створити папку?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">Збій видалення</text>
+    <text id="IDS_COM_BODY_VIDEO">Відео</text>
+    <text id="IDS_IV_OPT_ZOOM">Масштаб</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">Ірісова діафрагма</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Вже існує. Переписати?</text>
-    <text id="IDS_COM_BODY_EMAIL">Email</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Неможливо видалити</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Вибр. всі</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Інтервал слайд-шоу</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">Відеоплеєр</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">секунди</text>
     <text id="IDS_EBOOK_BODY_PAGE">Сторінка</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">Збій видалення</text>
-    <text id="IDS_COM_BODY_SELECTED">Вибране</text>
-    <text id="IDS_COM_BODY_MUSIC">Музика</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 секунд</text>
+    <text id="IDS_COM_BODY_GALLERY">Галерея</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">Немає імені</text>
+    <text id="IDS_COM_BODY_IMAGES">Зображення</text>
     <text id="IDS_MEDIABR_BODY_FADE">Загасання</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 секунди</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">Збій операції</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">Випадковий порядок</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">Скасувати</text>
     <text id="IDS_COM_HEADER_EDIT">Редагувати</text>
-    <text id="IDS_COM_BODY_IMAGES">Зображення</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 секунд</text>
+    <text id="IDS_COM_POP_DELETED">Видалено</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">Видалити?</text>
-    <text id="IDS_COM_BODY_VIDEOS">Відео</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Інтервал слайд-шоу</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Слайд-шоу</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">Активація</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">Немає імені</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Ім’я альбому вже викор.</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">Немає об’єктів</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 секунд</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">Вже існує</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">Жалюзі</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">Повторення</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">Вибрати всі</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">Відеоплеєр</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">секунди</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Вже існує. Переписати?</text>
+    <text id="IDS_COM_POP_DELETING">Видалення...</text>
+    <text id="IDS_COM_POP_DONE">Готово</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 секунди</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Плівка камери</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">Повторення</text>
+    <text id="IDS_COM_POP_SAVED">Збережено</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">Розчинення</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">Випадковий порядок</text>
+    <text id="IDS_COM_POP_MOVING">Переміщення...</text>
     <text id="IDS_COM_POP_MOVING_FAILED">Збій переміщення</text>
+    <text id="IDS_COM_BODY_VIDEOS">Відео</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">Завершено</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Вибр. всі</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">Усі альбоми</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 секунд</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Досягнуто максимальної кількості символів: %d</text>
-    <text id="IDS_IV_OPT_ZOOM">Масштаб</text>
-    <text id="IDS_COM_BODY_GALLERY">Галерея</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 секунд</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">Розчинення</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Неможливо перейменувати</text>
-    <text id="IDS_COM_BODY_VIDEO">Відео</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Неможливо перейменувати. Ім’я альбому вже використовується</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">Субтитри</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Слайд-шоу</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">Завантаження</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Створити папку?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">Змінити ім'я</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">Слайд</text>
     <text id="IDS_COM_BODY_MOVE">Перемістити</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Неможливо видалити</text>
     <text id="IDS_IV_BODY_INTERVAL">Інтервал</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">Завершено</text>
-    <text id="IDS_COM_POP_DELETE_Q">Видалити?</text>
-    <text id="IDS_COM_BODY_EDIT">Редагувати</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Досягнуто максимальної кількості символів: %d</text>
-    <text id="IDS_COM_SK_DONE">Готово</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">Вже існує</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Створити альбом</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">Немає об’єктів</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">Жалюзі</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">Збій збереження</text>
 </string_table>
index bbdca24..84d2703 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">Belgilar soni ruxsat etilgan maksimal miqdorga yetdi</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Slayd-shou</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">Barchasini tanlash</text>
+    <text id="IDS_COM_POP_DELETE_Q">O'chirilsinmi?</text>
+    <text id="IDS_COM_BODY_EDIT">Tahrirlash</text>
+    <text id="IDS_COM_BODY_MESSAGE">Xabar</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">Bajarilmoqda...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">Yuklanishlar</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Albom nomi ishlatilmoqda</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 soniya</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">Faollashtirish</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 soniya</text>
+    <text id="IDS_COM_BODY_MESSAGES">Xabarlar</text>
+    <text id="IDS_COM_SK_DONE">Bajarildi</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Nomini o‘zgartirib bo‘lmaydi</text>
+    <text id="IDS_COM_BODY_EMAIL">E-pochta</text>
+    <text id="IDS_COM_POP_MOVED">Ko‘chirilgan</text>
+    <text id="IDS_COM_POP_CANCEL">Bekor qilish</text>
+    <text id="IDS_COM_BODY_SELECTED">Tanlangan</text>
     <text id="IDS_COM_BODY_DELETE">O'chirish</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albom</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">Tagsarlavhalar</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">Bekor qilish</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Belgilar soni ruxsat etilgan maksimal miqdorga (%d) yetdi</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Belgilar soni ruxsat etilgan maksimal miqdorga (%d) yetdi</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Slayd-shou</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">Slayd</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s avvaldan mavjud</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Kamera roli</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Albom yaratish</text>
+    <text id="IDS_COM_BODY_LOADING">Yuklanmoqda...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">Albom</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Nomni o‘zgartirib bo‘lmaydi. Albom nomi avvaldan ishlatilmoqda</text>
+    <text id="IDS_COM_POP_SAVING_ING">Saqlanmoqda...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">Operatsiya bajarilmadi</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">Almashuvchi effekt</text>
-    <text id="IDS_COM_POP_CANCEL">Bekor qilish</text>
+    <text id="IDS_COM_BODY_MUSIC">Musiqa</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Jild yaratilsinmi?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">Yo‘q qilish bajarilmadi</text>
+    <text id="IDS_COM_BODY_VIDEO">Video</text>
+    <text id="IDS_IV_OPT_ZOOM">Masshtabni o‘zgartirish</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">Gulsapsar</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Avvaldan mavjud. Ustidan yozilsinmi?</text>
-    <text id="IDS_COM_BODY_EMAIL">E-pochta</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Yo‘q qilib bo‘lmaydi</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Bar. tanla</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Slayd-shou intervali</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">Video pleyer</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">soniya</text>
     <text id="IDS_EBOOK_BODY_PAGE">Sahifa</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">Yo‘q qilish bajarilmadi</text>
-    <text id="IDS_COM_BODY_SELECTED">Tanlangan</text>
-    <text id="IDS_COM_BODY_MUSIC">Musiqa</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 soniya</text>
+    <text id="IDS_COM_BODY_GALLERY">Galereya</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">Nom yo‘q</text>
+    <text id="IDS_COM_BODY_IMAGES">Tasvirlar</text>
     <text id="IDS_MEDIABR_BODY_FADE">Xiralashish</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 soniya</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">Operatsiya bajarilmadi</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">Tasodifiy</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">Bekor qilish</text>
     <text id="IDS_COM_HEADER_EDIT">Tahrirlash</text>
-    <text id="IDS_COM_BODY_IMAGES">Tasvirlar</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 soniya</text>
+    <text id="IDS_COM_POP_DELETED">O'chirildi</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">Olib tashlansinmi?</text>
-    <text id="IDS_COM_BODY_VIDEOS">Videolar</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">Slayd-shou intervali</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">Slayd-shou</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">Faollashtirish</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">Nom yo‘q</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">Albom nomi ishlatilmoqda</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">Elementlar yo‘q</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 soniya</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">Avvaldan mavjud</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">Jalyuzi</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">Takrorlash</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">Barchasini tanlash</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">Video pleyer</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">soniya</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">Avvaldan mavjud. Ustidan yozilsinmi?</text>
+    <text id="IDS_COM_POP_DELETING">O'chirilmoqda…</text>
+    <text id="IDS_COM_POP_DONE">Bajarildi</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 soniya</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">Kamera roli</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">Takrorlash</text>
+    <text id="IDS_COM_POP_SAVED">Saqlandi</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">Erish</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">Tasodifiy</text>
+    <text id="IDS_COM_POP_MOVING">Ko‘chirilmoqda...</text>
     <text id="IDS_COM_POP_MOVING_FAILED">Ko‘chirib bo‘lmadi</text>
+    <text id="IDS_COM_BODY_VIDEOS">Videolar</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">Yakunlandi</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">Bar. tanla</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">Barcha albomlar</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 soniya</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Belgilar soni ruxsat etilgan maksimal miqdorga (%d) yetdi</text>
-    <text id="IDS_IV_OPT_ZOOM">Masshtabni o‘zgartirish</text>
-    <text id="IDS_COM_BODY_GALLERY">Galereya</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 soniya</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">Erish</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">Nomini o‘zgartirib bo‘lmaydi</text>
-    <text id="IDS_COM_BODY_VIDEO">Video</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">Nomni o‘zgartirib bo‘lmaydi. Albom nomi avvaldan ishlatilmoqda</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">Tagsarlavhalar</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">Slayd-shou</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">Yuklanishlar</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">Jild yaratilsinmi?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">Nomni o‘zgartirish</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">Slayd</text>
     <text id="IDS_COM_BODY_MOVE">Ko‘chirish</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">Yo‘q qilib bo‘lmaydi</text>
     <text id="IDS_IV_BODY_INTERVAL">Interval</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">Yakunlandi</text>
-    <text id="IDS_COM_POP_DELETE_Q">O'chirilsinmi?</text>
-    <text id="IDS_COM_BODY_EDIT">Tahrirlash</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">Belgilar soni ruxsat etilgan maksimal miqdorga (%d) yetdi</text>
-    <text id="IDS_COM_SK_DONE">Bajarildi</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">Avvaldan mavjud</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">Albom yaratish</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">Elementlar yo‘q</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">Jalyuzi</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">Saqlab bo‘lmadi</text>
 </string_table>
index 90f2706..2605737 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">已达到最大字符限制</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">幻灯片</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">全选</text>
+    <text id="IDS_COM_POP_DELETE_Q">删除?</text>
+    <text id="IDS_COM_BODY_EDIT">编辑</text>
+    <text id="IDS_COM_BODY_MESSAGE">信息</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">处理中…</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">下载列表</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">相册名已使用</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 秒</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">激活</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 秒</text>
+    <text id="IDS_COM_BODY_MESSAGES">信息</text>
+    <text id="IDS_COM_SK_DONE">完成</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">无法重命名</text>
+    <text id="IDS_COM_BODY_EMAIL">电子邮件</text>
+    <text id="IDS_COM_POP_MOVED">已移动</text>
+    <text id="IDS_COM_POP_CANCEL">取消</text>
+    <text id="IDS_COM_BODY_SELECTED">已选择</text>
     <text id="IDS_COM_BODY_DELETE">删除</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">专辑</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">字幕</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">取消</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">已达到最大字符数(%d)</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">已达到最大字符数(%d)</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">幻灯片</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">幻灯片</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s 已存在</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">滚动照相机</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">新建相册</text>
+    <text id="IDS_COM_BODY_LOADING">载入中…</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">专辑</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">无法重命名。相册名已使用</text>
+    <text id="IDS_COM_POP_SAVING_ING">正在保存...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">操作失败</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">转换效果</text>
-    <text id="IDS_COM_POP_CANCEL">取消</text>
+    <text id="IDS_COM_BODY_MUSIC">音乐</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">创建文件夹吗?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">删除失败</text>
+    <text id="IDS_COM_BODY_VIDEO">录像</text>
+    <text id="IDS_IV_OPT_ZOOM">缩放</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">彩色效果</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">已存在。覆盖?</text>
-    <text id="IDS_COM_BODY_EMAIL">电子邮件</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">无法删除</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">选择全部</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">幻灯片播放间隔</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">视频播放器</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">秒</text>
     <text id="IDS_EBOOK_BODY_PAGE">页面</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">删除失败</text>
-    <text id="IDS_COM_BODY_SELECTED">已选择</text>
-    <text id="IDS_COM_BODY_MUSIC">音乐</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 秒</text>
+    <text id="IDS_COM_BODY_GALLERY">图库</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">无名称</text>
+    <text id="IDS_COM_BODY_IMAGES">图片</text>
     <text id="IDS_MEDIABR_BODY_FADE">淡出</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 秒</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">操作失败</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">随机播放</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">取消</text>
     <text id="IDS_COM_HEADER_EDIT">编辑</text>
-    <text id="IDS_COM_BODY_IMAGES">图片</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 秒</text>
+    <text id="IDS_COM_POP_DELETED">已删除</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">移除?</text>
-    <text id="IDS_COM_BODY_VIDEOS">视频</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">幻灯片播放间隔</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">幻灯片</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">激活</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">无名称</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">相册名已使用</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">无项目</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 秒</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">已经存在</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">百叶窗</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">重复</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">全选</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">视频播放器</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">秒</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">已存在。覆盖?</text>
+    <text id="IDS_COM_POP_DELETING">删除中..</text>
+    <text id="IDS_COM_POP_DONE">完成</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 秒</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">滚动照相机</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">重复</text>
+    <text id="IDS_COM_POP_SAVED">已保存</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">溶解</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">随机播放</text>
+    <text id="IDS_COM_POP_MOVING">移动中...</text>
     <text id="IDS_COM_POP_MOVING_FAILED">移动失败</text>
+    <text id="IDS_COM_BODY_VIDEOS">视频</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">已完成</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">选择全部</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">所有相册</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 秒</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">已达到最大字符数(%d)</text>
-    <text id="IDS_IV_OPT_ZOOM">缩放</text>
-    <text id="IDS_COM_BODY_GALLERY">图库</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 秒</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">溶解</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">无法重命名</text>
-    <text id="IDS_COM_BODY_VIDEO">录像</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">无法重命名。相册名已使用</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">字幕</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">幻灯片</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">下载列表</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">创建文件夹吗?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">更改名称</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">幻灯片</text>
     <text id="IDS_COM_BODY_MOVE">移动</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">无法删除</text>
     <text id="IDS_IV_BODY_INTERVAL">间隔</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">已完成</text>
-    <text id="IDS_COM_POP_DELETE_Q">删除?</text>
-    <text id="IDS_COM_BODY_EDIT">编辑</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">已达到最大字符数(%d)</text>
-    <text id="IDS_COM_SK_DONE">完成</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">已经存在</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">新建相册</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">无项目</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">百叶窗</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">储存失败</text>
 </string_table>
index ecef1a1..c4733cc 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">字元數目已達上限</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">投影片播放</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">選擇全部</text>
+    <text id="IDS_COM_POP_DELETE_Q">刪除嗎?</text>
+    <text id="IDS_COM_BODY_EDIT">編輯</text>
+    <text id="IDS_COM_BODY_MESSAGE">訊息</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">處理中...</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">下載項目</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">相簿名稱已使用</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 秒</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">啟動</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 秒</text>
+    <text id="IDS_COM_BODY_MESSAGES">訊息</text>
+    <text id="IDS_COM_SK_DONE">完成</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">無法重新命名</text>
+    <text id="IDS_COM_BODY_EMAIL">電子郵件</text>
+    <text id="IDS_COM_POP_MOVED">已移動</text>
+    <text id="IDS_COM_POP_CANCEL">取消</text>
+    <text id="IDS_COM_BODY_SELECTED">已選擇</text>
     <text id="IDS_COM_BODY_DELETE">刪除</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">專輯</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">字幕</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">取消</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">已達字元數目上限 (%d)</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">已達字元數目上限 (%d)</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">投影片放映</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">滑動</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s 已存在</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">相簿</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">建立相簿</text>
+    <text id="IDS_COM_BODY_LOADING">正在載入...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">專輯</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">無法重新命名。相簿名稱已使用</text>
+    <text id="IDS_COM_POP_SAVING_ING">正在儲存...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">操作失敗</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">過場效果</text>
-    <text id="IDS_COM_POP_CANCEL">取消</text>
+    <text id="IDS_COM_BODY_MUSIC">音樂</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">要建立資料夾嗎?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">刪除失敗</text>
+    <text id="IDS_COM_BODY_VIDEO">影片</text>
+    <text id="IDS_IV_OPT_ZOOM">縮放</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">光圈</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">已存在。要覆蓋嗎?</text>
-    <text id="IDS_COM_BODY_EMAIL">電子郵件</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">無法刪除</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">選擇全部</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">投影片間隔</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">影片播放器</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">秒</text>
     <text id="IDS_EBOOK_BODY_PAGE">頁面</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">刪除失敗</text>
-    <text id="IDS_COM_BODY_SELECTED">已選擇</text>
-    <text id="IDS_COM_BODY_MUSIC">音樂</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 秒</text>
+    <text id="IDS_COM_BODY_GALLERY">媒體瀏覽器</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">無名稱</text>
+    <text id="IDS_COM_BODY_IMAGES">圖像</text>
     <text id="IDS_MEDIABR_BODY_FADE">褪色</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 秒</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">操作失敗</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">隨機播放</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">取消</text>
     <text id="IDS_COM_HEADER_EDIT">編輯</text>
-    <text id="IDS_COM_BODY_IMAGES">圖像</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 秒</text>
+    <text id="IDS_COM_POP_DELETED">已刪除</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">要移除嗎?</text>
-    <text id="IDS_COM_BODY_VIDEOS">影片</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">投影片間隔</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">投影片放映</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">啟動</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">無名稱</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">相簿名稱已使用</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">無項目</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 秒</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">已存在</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">百葉窗</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">重複</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">選擇全部</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">影片播放器</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">秒</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">已存在。要覆蓋嗎?</text>
+    <text id="IDS_COM_POP_DELETING">正在刪除...</text>
+    <text id="IDS_COM_POP_DONE">完成</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 秒</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">相簿</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">重複</text>
+    <text id="IDS_COM_POP_SAVED">已儲存</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">融化</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">隨機播放</text>
+    <text id="IDS_COM_POP_MOVING">正在移動...</text>
     <text id="IDS_COM_POP_MOVING_FAILED">移動失敗</text>
+    <text id="IDS_COM_BODY_VIDEOS">影片</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">已完成</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">選擇全部</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">全部專輯</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 秒</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">已達字元數目上限 (%d)</text>
-    <text id="IDS_IV_OPT_ZOOM">縮放</text>
-    <text id="IDS_COM_BODY_GALLERY">媒體瀏覽器</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 秒</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">融化</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">無法重新命名</text>
-    <text id="IDS_COM_BODY_VIDEO">影片</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">無法重新命名。相簿名稱已使用</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">字幕</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">投影片播放</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">下載項目</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">要建立資料夾嗎?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">更改名稱</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">滑動</text>
     <text id="IDS_COM_BODY_MOVE">移動</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">無法刪除</text>
     <text id="IDS_IV_BODY_INTERVAL">間隔</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">已完成</text>
-    <text id="IDS_COM_POP_DELETE_Q">刪除嗎?</text>
-    <text id="IDS_COM_BODY_EDIT">編輯</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">已達字元數目上限 (%d)</text>
-    <text id="IDS_COM_SK_DONE">完成</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">已存在</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">建立相簿</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">無項目</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">百葉窗</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">儲存失敗</text>
 </string_table>
index 957704a..445ac2c 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">已达最大字符数量</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">幻灯片播放</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">全选</text>
+    <text id="IDS_COM_POP_DELETE_Q">删除?</text>
+    <text id="IDS_COM_BODY_EDIT">编辑</text>
+    <text id="IDS_COM_BODY_MESSAGE">讯息</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">处理中…</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">下载</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">相册名已使用</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20秒</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">启动</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2秒</text>
+    <text id="IDS_COM_BODY_MESSAGES">讯息</text>
+    <text id="IDS_COM_SK_DONE">已完成</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">无法重命名</text>
+    <text id="IDS_COM_BODY_EMAIL">电邮</text>
+    <text id="IDS_COM_POP_MOVED">已移动</text>
+    <text id="IDS_COM_POP_CANCEL">取消</text>
+    <text id="IDS_COM_BODY_SELECTED">已选定</text>
     <text id="IDS_COM_BODY_DELETE">删除</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">相册</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">说明字幕</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">取消</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">已达到最大字符数(%d)</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">已达到最大字符数(%d)</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">幻灯片</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">滑动</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s 已存在</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">滚动照相机</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">新建相册</text>
+    <text id="IDS_COM_BODY_LOADING">裝载中…</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">相册</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">无法重命名。相册名已使用</text>
+    <text id="IDS_COM_POP_SAVING_ING">储存中…</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">操作失败</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">转换效果</text>
-    <text id="IDS_COM_POP_CANCEL">取消</text>
+    <text id="IDS_COM_BODY_MUSIC">音乐</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">创建文件夹吗?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">删除失败</text>
+    <text id="IDS_COM_BODY_VIDEO">录像</text>
+    <text id="IDS_IV_OPT_ZOOM">变焦</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">Iris 效果</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">已存在。覆盖?</text>
-    <text id="IDS_COM_BODY_EMAIL">电邮</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">无法删除</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">选择全部</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">幻灯片播放间隔</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">视频播放器</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">秒</text>
     <text id="IDS_EBOOK_BODY_PAGE">页面</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">删除失败</text>
-    <text id="IDS_COM_BODY_SELECTED">已选定</text>
-    <text id="IDS_COM_BODY_MUSIC">音乐</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 秒</text>
+    <text id="IDS_COM_BODY_GALLERY">画廊</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">无名称</text>
+    <text id="IDS_COM_BODY_IMAGES">图像</text>
     <text id="IDS_MEDIABR_BODY_FADE">淡出</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2秒</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">操作失败</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">随机播放</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">取消</text>
     <text id="IDS_COM_HEADER_EDIT">编辑</text>
-    <text id="IDS_COM_BODY_IMAGES">图像</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5秒</text>
+    <text id="IDS_COM_POP_DELETED">已删除</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">移除?</text>
-    <text id="IDS_COM_BODY_VIDEOS">录像</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">幻灯片播放间隔</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">幻灯片</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">启动</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">无名称</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">相册名已使用</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">无项目</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 秒</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">已经存在</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">百叶窗</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">重复</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">全选</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">视频播放器</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">秒</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">已存在。覆盖?</text>
+    <text id="IDS_COM_POP_DELETING">删除中…</text>
+    <text id="IDS_COM_POP_DONE">已完成</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3秒</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">滚动照相机</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">重复</text>
+    <text id="IDS_COM_POP_SAVED">已储存</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">溶化</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">随机播放</text>
+    <text id="IDS_COM_POP_MOVING">移动中…</text>
     <text id="IDS_COM_POP_MOVING_FAILED">移动失败</text>
+    <text id="IDS_COM_BODY_VIDEOS">录像</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">已完成</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">选择全部</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">所有相册</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20秒</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">已达到最大字符数(%d)</text>
-    <text id="IDS_IV_OPT_ZOOM">变焦</text>
-    <text id="IDS_COM_BODY_GALLERY">画廊</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5秒</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">溶化</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">无法重命名</text>
-    <text id="IDS_COM_BODY_VIDEO">录像</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">无法重命名。相册名已使用</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">说明字幕</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">幻灯片播放</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">下载</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">创建文件夹吗?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">更改名称</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">滑动</text>
     <text id="IDS_COM_BODY_MOVE">移动</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">无法删除</text>
     <text id="IDS_IV_BODY_INTERVAL">间隔</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">已完成</text>
-    <text id="IDS_COM_POP_DELETE_Q">删除?</text>
-    <text id="IDS_COM_BODY_EDIT">编辑</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">已达到最大字符数(%d)</text>
-    <text id="IDS_COM_SK_DONE">已完成</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">已经存在</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">新建相册</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">无项目</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">百叶窗</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">储存失败</text>
 </string_table>
index 4383a9c..fa89f67 100644 (file)
@@ -2,69 +2,81 @@
 <!--
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
-<string_table Bversion="3.0.0.201302021409" Dversion="20120315">
+<string_table Bversion="2.0.0.201303041025" Dversion="20120315">
     <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED">已達字元數上限</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">投影片放映</text>
+    <text id="IDS_COM_BODY_SELECT_ALL">全選</text>
+    <text id="IDS_COM_POP_DELETE_Q">要刪除嗎?</text>
+    <text id="IDS_COM_BODY_EDIT">編輯</text>
+    <text id="IDS_COM_BODY_MESSAGE">訊息</text>
+    <text id="IDS_COM_BUTTON2_PROCESSING_ING">處理中…</text>
+    <text id="IDS_COM_BODY_DOWNLOADS">下載</text>
+    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">相簿名稱已被使用</text>
+    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 秒</text>
+    <text id="IDS_MEDIABR_BODY_ACTIVATION">啟動</text>
+    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 秒</text>
+    <text id="IDS_COM_BODY_MESSAGES">訊息</text>
+    <text id="IDS_COM_SK_DONE">完成</text>
+    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">無法重新命名</text>
+    <text id="IDS_COM_BODY_EMAIL">電子郵件</text>
+    <text id="IDS_COM_POP_MOVED">已移動</text>
+    <text id="IDS_COM_POP_CANCEL">取消</text>
+    <text id="IDS_COM_BODY_SELECTED">已選擇</text>
     <text id="IDS_COM_BODY_DELETE">刪除</text>
-    <text id="IDS_MEDIABR_BUTTON_ALBUMS">相簿</text>
+    <text id="IDS_MEDIABR_BODY_SUBTITLES">字幕</text>
+    <text id="IDS_COM_BODY_EDIT_CANCEL">取消</text>
+    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">達到%d個最大字元</text>
+    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">達到%d個最大字元</text>
+    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">投影片放映</text>
+    <text id="IDS_MEDIABR_OPT_SLIDE">投影片</text>
     <text id="IDS_COM_POP_PS_ALREADY_EXISTS">%s 已存在</text>
-    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">相簿</text>
-    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">建立專輯</text>
+    <text id="IDS_COM_BODY_LOADING">正在載入...</text>
+    <text id="IDS_MEDIABR_BUTTON_ALBUMS">相簿</text>
+    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">無法重新命名。相簿名稱已被使用</text>
+    <text id="IDS_COM_POP_SAVING_ING">正在儲存...</text>
+    <text id="IDS_COM_BODY_OPERATION_FAILED">操作失敗</text>
     <text id="IDS_MEDIABR_BODY_TRANSITION_EFFECT">轉換效果</text>
-    <text id="IDS_COM_POP_CANCEL">取消</text>
+    <text id="IDS_COM_BODY_MUSIC">音樂</text>
+    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">要建立資料夾嗎?</text>
+    <text id="IDS_COM_POP_DELETE_FAILED">刪除失敗</text>
+    <text id="IDS_COM_BODY_VIDEO">影片</text>
+    <text id="IDS_IV_OPT_ZOOM">縮放</text>
     <text id="IDS_MEDIABR_MBODY_IRIS_M_EFFECT">光圈</text>
-    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">已存在。要覆寫嗎?</text>
-    <text id="IDS_COM_BODY_EMAIL">電子郵件</text>
-    <text id="IDS_COM_POP_UNABLE_TO_DELETE">無法刪除</text>
-    <text id="IDS_COM_BODY_SELECT_ALL_ABB">選擇所有</text>
+    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">投影片放映間隔</text>
+    <text id="IDS_COM_BODY_VIDEO_PLAYER">影片播放器</text>
+    <text id="IDS_COM_BODY_SECONDS_LC">秒</text>
     <text id="IDS_EBOOK_BODY_PAGE">頁面</text>
-    <text id="IDS_COM_POP_DELETE_FAILED">刪除失敗</text>
-    <text id="IDS_COM_BODY_SELECTED">已選擇</text>
-    <text id="IDS_COM_BODY_MUSIC">音樂</text>
+    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 秒</text>
+    <text id="IDS_COM_BODY_GALLERY">媒體瀏覽器</text>
+    <text id="IDS_MEDIABR_POP_NO_NAME">無姓名</text>
+    <text id="IDS_COM_BODY_IMAGES">圖像</text>
     <text id="IDS_MEDIABR_BODY_FADE">淡化</text>
-    <text id="IDS_MEDIABR_OPT_2_SECONDS">2 秒</text>
-    <text id="IDS_COM_BODY_OPERATION_FAILED">操作失敗</text>
-    <text id="IDS_MEDIABR_BODY_SHUFFLE">隨機播放</text>
-    <text id="IDS_COM_BODY_EDIT_CANCEL">取消</text>
     <text id="IDS_COM_HEADER_EDIT">編輯</text>
-    <text id="IDS_COM_BODY_IMAGES">圖像</text>
+    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 秒</text>
+    <text id="IDS_COM_POP_DELETED">已刪除</text>
     <text id="IDS_MEDIABR_POPUP_REMOVE_Q">要移除嗎?</text>
-    <text id="IDS_COM_BODY_VIDEOS">影片</text>
-    <text id="IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL">投影片放映間隔</text>
-    <text id="IDS_MEDIABR_BUTTON_SLIDE_SHOW">投影片放映</text>
-    <text id="IDS_MEDIABR_BODY_ACTIVATION">啟動</text>
-    <text id="IDS_MEDIABR_POP_NO_NAME">無姓名</text>
-    <text id="IDS_MEDIABR_POP_ALBUM_NAME_ALREADY_IN_USE_ABB">相簿名稱已被使用</text>
-    <text id="IDS_COM_BODY_NO_ITEMS">無項目</text>
-    <text id="IDS_MEDIABR_BODY_10_SECONDS">10 秒</text>
-    <text id="IDS_COM_POP_ALREDY_EXISTS">已存在</text>
-    <text id="IDS_MEDIABR_BODY_BLIND">百頁窗</text>
-    <text id="IDS_MEDIABR_BODY_REPEAT">重複</text>
-    <text id="IDS_COM_BODY_SELECT_ALL">全選</text>
-    <text id="IDS_COM_BODY_VIDEO_PLAYER">影片播放器</text>
-    <text id="IDS_COM_BODY_SECONDS_LC">秒</text>
+    <text id="IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q">已存在。要覆寫嗎?</text>
+    <text id="IDS_COM_POP_DELETING">正在刪除...</text>
+    <text id="IDS_COM_POP_DONE">完成</text>
     <text id="IDS_MEDIABR_OPT_3_SECONDS">3 秒</text>
+    <text id="IDS_MEDIABR_BODY_CAMERA_ROLL_ABB">相簿</text>
+    <text id="IDS_MEDIABR_BODY_REPEAT">重複</text>
+    <text id="IDS_COM_POP_SAVED">已儲存</text>
+    <text id="IDS_MEDIABR_BODY_DISSOLVE">分解</text>
+    <text id="IDS_MEDIABR_BODY_SHUFFLE">隨機播放</text>
+    <text id="IDS_COM_POP_MOVING">正在移動...</text>
     <text id="IDS_COM_POP_MOVING_FAILED">移動失敗</text>
+    <text id="IDS_COM_BODY_VIDEOS">影片</text>
+    <text id="IDS_MEDIABR_POP_COMPLETED">已完成</text>
+    <text id="IDS_COM_BODY_SELECT_ALL_ABB">選擇所有</text>
     <text id="IDS_MEDIABR_BODY_ALL_ALBUMS">所有相簿</text>
-    <text id="IDS_MEDIABR_BODY_20_SECONDS">20 秒</text>
-    <text id="IDS_IV_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">達到%個最大字元</text>
-    <text id="IDS_IV_OPT_ZOOM">縮放</text>
-    <text id="IDS_COM_BODY_GALLERY">媒體瀏覽器</text>
-    <text id="IDS_MEDIABR_BODY_5_SECONDS">5 秒</text>
-    <text id="IDS_MEDIABR_BODY_DISSOLVE">分解</text>
-    <text id="IDS_MEDIABR_POP_UNABLE_TO_RENAME">無法重新命名</text>
-    <text id="IDS_COM_BODY_VIDEO">影片</text>
-    <text id="IDS_MEDIABR_BODY_UNABLE_TO_RENAME_ALBUM_NAME_ALREADY_IN_USE_ABB">無法重新命名。相簿名稱已被使用</text>
-    <text id="IDS_MEDIABR_BODY_SUBTITLES">字幕</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE_SHOW">投影片放映</text>
-    <text id="IDS_COM_BODY_DOWNLOADS">下載</text>
-    <text id="IDS_MEDIABR_POP_CREATE_FOLDER_Q">要建立資料夾嗎?</text>
     <text id="IDS_COM_BODY_CHANGE_NAME">變更名稱</text>
-    <text id="IDS_MEDIABR_OPT_SLIDE">投影片</text>
     <text id="IDS_COM_BODY_MOVE">移動</text>
+    <text id="IDS_COM_POP_UNABLE_TO_DELETE">無法刪除</text>
     <text id="IDS_IV_BODY_INTERVAL">間隔</text>
-    <text id="IDS_MEDIABR_POP_COMPLETED">已完成</text>
-    <text id="IDS_COM_POP_DELETE_Q">要刪除嗎?</text>
-    <text id="IDS_COM_BODY_EDIT">編輯</text>
-    <text id="IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_HPD_REACHED">達到%個最大字元</text>
-    <text id="IDS_COM_SK_DONE">完成</text>
+    <text id="IDS_COM_POP_ALREDY_EXISTS">已存在</text>
+    <text id="IDS_MEDIABR_OPT_CREATE_ALBUM">建立專輯</text>
+    <text id="IDS_COM_BODY_NO_ITEMS">無項目</text>
+    <text id="IDS_MEDIABR_BODY_BLIND">百頁窗</text>
+    <text id="IDS_COM_POP_SAVING_FAILED">儲存失敗</text>
 </string_table>
index 5c13ef3..9a9d3bd 100644 (file)
@@ -1,3 +1,4 @@
 #IMAGE_VIEWER_SETTING
 SLIDESHOW_INTERVAL_VALUE=3
-TRANSITION_EFFECT_VALUE=0
\ No newline at end of file
+TRANSITION_EFFECT_VALUE=0
+REPEAT_VALUE=0
\ No newline at end of file
index db43812..fbac422 100644 (file)
@@ -30,10 +30,10 @@ using namespace Tizen::Graphics;
 static const int FORMAT_BUFFER_SIZE = 256;
 
 AlbumInfo::AlbumInfo(void)
:__albumName(EMPTY_SPACE)
,__pDirectoryFullPathList(null)
,__pContentIdList(null)
,__folderThumnailBitmapCount(0)
      : __albumName(EMPTY_SPACE)
      , __pDirectoryFullPathList(null)
      , __pContentIdList(null)
      , __folderThumnailBitmapCount(0)
 {
        for (int i = 0; i < FOLDER_BITMAP_MAX; ++i)
        {
index 4561cec..0c94dc4 100644 (file)
@@ -250,26 +250,37 @@ AlbumListEditorForm::InitializeFooter(void)
        FooterItem itemShare;
        itemShare.Construct(ACTION_ID_FOOTER_SHARE);
        itemShare.SetText(ResourceManager::GetString(L"EMPTY_SPACE"));
-       Bitmap* pBitmap2 = ResourceManager::GetBitmapN(IDB_CONTROLBAR_SHARE);
-       if (pBitmap2 != null)
+       Bitmap* pShareBitmap = ResourceManager::GetBitmapN(IDB_CONTROLBAR_SHARE);
+       Bitmap* pShareBitmapDim = ResourceManager::GetBitmapN(IDB_CONTROLBAR_SHARE_DIM);
+       if (pShareBitmap != null && pShareBitmapDim !=null )
        {
-               itemShare.SetIcon(FOOTER_ITEM_STATUS_NORMAL, pBitmap2);
+               itemShare.SetIcon(FOOTER_ITEM_STATUS_NORMAL, pShareBitmap);
+               itemShare.SetIcon(FOOTER_ITEM_STATUS_DISABLED, pShareBitmapDim);
        }
+
        pFooter->AddItem(itemShare);
-       delete pBitmap2;
+       delete pShareBitmap;
+       delete pShareBitmapDim;
 
        FooterItem itemDelete;
        itemDelete.Construct(ACTION_ID_FOOTER_DELETE);
        itemDelete.SetText(ResourceManager::GetString(L"EMPTY_SPACE"));
-       Bitmap* pBitmap1 = ResourceManager::GetBitmapN(IDB_CONTROLBAR_DELETE);
-       if (pBitmap1 != null)
+       Bitmap* pBitmapDelete = ResourceManager::GetBitmapN(IDB_CONTROLBAR_DELETE);
+       Bitmap* pBitmapDeleteDim = ResourceManager::GetBitmapN(IDB_CONTROLBAR_DELETE_DIM);
+
+       if (pBitmapDelete != null)
        {
-               itemDelete.SetIcon(FOOTER_ITEM_STATUS_NORMAL, pBitmap1);
+               itemDelete.SetIcon(FOOTER_ITEM_STATUS_NORMAL, pBitmapDelete);
        }
-       pFooter->AddItem(itemDelete);
-       delete pBitmap1;
-       pBitmap1 = null;
 
+       if( pBitmapDeleteDim != null)
+       {
+               itemDelete.SetIcon(FOOTER_ITEM_STATUS_DISABLED, pBitmapDeleteDim);
+       }
+
+       pFooter->AddItem(itemDelete);
+       delete pBitmapDelete;
+       delete pBitmapDeleteDim;
 
        pFooter->AddActionEventListener(*this);
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
@@ -310,7 +321,9 @@ AlbumListEditorForm::InitializeControl()
        __pShareContextMenu = new ContextMenu();
        __pShareContextMenu->Construct(Point(X_POSITION_SHARE_CONTEXTMENU, Y_POSITION_SHARE_CONTEXTMENU),
                        CONTEXT_MENU_STYLE_LIST);
-       __pShareContextMenu->AddItem(ResourceManager::GetString(L"IDS_COM_BODY_EMAIL"),ACTION_ID_CONTEXT_MENU_EMAIL);
+       __pShareContextMenu->AddItem(ResourceManager::GetString(L"IDS_COM_BODY_MESSAGE"),
+                       ACTION_ID_CONTEXT_MENU_MESSAGE);
+       __pShareContextMenu->AddItem(ResourceManager::GetString(L"IDS_COM_BODY_EMAIL"), ACTION_ID_CONTEXT_MENU_EMAIL);
        __pShareContextMenu->AddActionEventListener(*this);
 
        InitializePopup();
@@ -344,8 +357,8 @@ AlbumListEditorForm::InitializePopup(void)
                Button* pCancelButton = new (std::nothrow) Button();
                pCancelButton->Construct(
                                Rectangle(popupClientBounds.width / 2 + GAP_W_POPUP_ITEM, Y_DELETE_BUTTON,
-                               popupClientBounds.width / 2 - GAP_W_POPUP_ITEM, H_DELETE_BUTTON),
-                               ResourceManager::GetString(L"IDS_COM_POP_CANCEL"));
+                                               popupClientBounds.width / 2 - GAP_W_POPUP_ITEM, H_DELETE_BUTTON),
+                                               ResourceManager::GetString(L"IDS_COM_POP_CANCEL"));
                pCancelButton->SetActionId(ACTION_ID_DELETE_POPUP_CANCEL);
                pCancelButton->AddActionEventListener(*this);
 
@@ -626,9 +639,14 @@ AlbumListEditorForm::OnActionPerformed(const Control& source, int actionId)
                __pShareContextMenu->SetShowState(true);
                __pShareContextMenu->Show();
                break;
+       case ACTION_ID_CONTEXT_MENU_MESSAGE:
+       {
+               OnRequestMessage();
+               break;
+       }
        case ACTION_ID_CONTEXT_MENU_EMAIL:
        {
-               OnRequestEmailAction();
+               OnRequestEmail();
                break;
        }
        case ACTION_ID_DELETE_POPUP_DEL:
@@ -670,7 +688,7 @@ AlbumListEditorForm::OnFormBackRequested(Form& source)
 
 void
 AlbumListEditorForm::OnSceneActivatedN(const SceneId& previousSceneId,
-                                                                                 const SceneId& currentSceneId, IList* pArgs)
+               const SceneId& currentSceneId, IList* pArgs)
 {
        AppLogDebug("ENTER OnSceneActivatedN");
        __pPresentationModel->InitializeAlbumInfoList(CONTENT_TYPE_ALL);
@@ -700,7 +718,7 @@ AlbumListEditorForm::OnSceneActivatedN(const SceneId& previousSceneId,
 
 void
 AlbumListEditorForm::OnSceneDeactivated(const SceneId& currentSceneId,
-                                                                                  const SceneId& nextSceneId)
+               const SceneId& nextSceneId)
 {
        AppLogDebug("ENTER");
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
@@ -733,7 +751,78 @@ AlbumListEditorForm::Update(void)
 }
 
 void
-AlbumListEditorForm::OnRequestEmailAction(void)
+AlbumListEditorForm::OnRequestMessage(void)
+{
+       AppLogDebug("ENTER");
+
+       int checkCount = GetCheckedFolder();
+
+       if (checkCount <= 0)
+       {
+               AppLogDebug("EXIT 1(%s)", GetErrorMessage(GetLastResult()));
+
+               return;
+       }
+
+       String combineText;
+
+       IList* pAlbumInfoList = __pPresentationModel->GetAlbumInfoList();
+
+       int maxCount = __pPresentationModel->GetFolderCount();
+       ContentManager contentManager;
+       result r = contentManager.Construct();
+       if (r == E_SUCCESS)
+       {
+               if (maxCount <= 0)
+               {
+                       AppLogDebug("EXIT 2(%s)", GetErrorMessage(GetLastResult()));
+
+                       return;
+               }
+               for (int i = 0 ; i < maxCount; ++i)
+               {
+                       if (__pEditorFolderIconList->IsItemChecked (i))
+                       {
+                               AlbumInfo* pAlbumInfo = static_cast<AlbumInfo*>(pAlbumInfoList->GetAt(i));
+                               IList* pContentIdList = pAlbumInfo->GetContentIdListN();
+                               int loopCount = pContentIdList->GetCount();
+                               for (int k = 0; k < loopCount; ++k)
+                               {
+                                       ContentId* pContentId = static_cast<ContentId*>(pContentIdList->GetAt(k));
+                                       ContentInfo* pContentInfo = contentManager.GetContentInfoN(*pContentId);
+
+                                       if (pContentInfo == null)
+                                       {
+                                               break;
+                                       }
+                                       String path = pContentInfo->GetContentPath();
+                                       if (combineText.CompareTo(EMPTY_SPACE) != 0)
+                                       {
+                                               combineText.Append(L";");
+                                       }
+                                       combineText.Append(path);
+                               }
+
+                               if (i == 0)
+                               {
+                                       break;
+                               }
+                       }
+               }
+
+               HashMap* pDataList = new (std::nothrow) HashMap(SingleObjectDeleter);
+               pDataList->Construct();
+               pDataList->Add(new (std::nothrow) String(APPCONTROL_KEY_ATTACHMENTS),
+                               new (std::nothrow) String(combineText));
+
+               __pPresentationModel->StartAppControl(APPCONTROL_PROVIDER_ID_MESSAGE, APPCONTROL_OPERATION_ID_COMPOSE,
+                               pDataList, null);
+       }
+       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
+}
+
+void
+AlbumListEditorForm::OnRequestEmail(void)
 {
        AppLogDebug("ENTER");
 
@@ -765,11 +854,11 @@ AlbumListEditorForm::OnRequestEmailAction(void)
                {
                        if (__pEditorFolderIconList->IsItemChecked (i))
                        {
-                                AlbumInfo* pAlbumInfo = static_cast<AlbumInfo*>(pAlbumInfoList->GetAt(i));
-                                IList* pContentIdList = pAlbumInfo->GetContentIdListN();
-                                int loopCount = pContentIdList->GetCount();
-                                for (int k = 0; k < loopCount; ++k)
-                                {
+                               AlbumInfo* pAlbumInfo = static_cast<AlbumInfo*>(pAlbumInfoList->GetAt(i));
+                               IList* pContentIdList = pAlbumInfo->GetContentIdListN();
+                               int loopCount = pContentIdList->GetCount();
+                               for (int k = 0; k < loopCount; ++k)
+                               {
                                        ContentId* pContentId = static_cast<ContentId*>(pContentIdList->GetAt(k));
                                        ContentInfo* pContentInfo = contentManager.GetContentInfoN(*pContentId);
 
@@ -780,15 +869,15 @@ AlbumListEditorForm::OnRequestEmailAction(void)
                                        String path = pContentInfo->GetContentPath();
                                        if (combineText.CompareTo(EMPTY_SPACE) != 0)
                                        {
-                                          combineText.Append(L";");
+                                               combineText.Append(L";");
                                        }
                                        combineText.Append(path);
-                                }
+                               }
 
-                                if (i == 0)
-                                {
-                                        break;
-                                }
+                               if (i == 0)
+                               {
+                                       break;
+                               }
                        }
                }
 
index f93b17b..456fe02 100644 (file)
@@ -63,7 +63,7 @@ result
 AlbumListForm::Initialize(void)
 {
        AppLogDebug("ENTER");
-       result r = Construct(FORM_STYLE_NORMAL | FORM_STYLE_INDICATOR | FORM_STYLE_HEADER | FORM_STYLE_FOOTER);
+       result r = Form::Construct(IDL_FORM_ALBUM_LIST);
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
 
        return r;
@@ -218,25 +218,21 @@ void
 AlbumListForm::CreateIconListView(void)
 {
        AppLogDebug("ENTER");
-       Rectangle clientArea = this->GetClientAreaBounds();
        Dimension itemSize(W_FOLDER_SIZE, H_FOLDER_SIZE);
-       clientArea.x = clientArea.y = 0;
-       __pAlbumViewIconList = new (std::nothrow) IconListView();
-       __pAlbumViewIconList->Construct(Rectangle(0, 0, GetClientAreaBounds().width, GetClientAreaBounds().height),
-                       itemSize, ICON_LIST_VIEW_STYLE_NORMAL  , ICON_LIST_VIEW_SCROLL_DIRECTION_VERTICAL);
+
+       __pAlbumViewIconList = static_cast< IconListView* >(GetControl(L"IDC_ICONLISTVIEW_ALBUM_LIST"));
+       AppAssert(__pAlbumViewIconList);
+
+       __pAlbumViewIconList->SetItemProvider(*this);
+       __pAlbumViewIconList->SetItemBorderStyle(ICON_LIST_VIEW_ITEM_BORDER_STYLE_NONE);
+       __pAlbumViewIconList->AddIconListViewItemEventListener(*this);
+
        Bitmap* pBitmap = ResourceManager::GetBitmapN(IDB_LISTVIEW_EMPTY);
        if (pBitmap != null)
        {
                __pAlbumViewIconList->SetBitmapOfEmptyList(pBitmap);
                delete pBitmap;
-               pBitmap = null;
        }
-       __pAlbumViewIconList->SetTextOfEmptyList(ResourceManager::GetString(L"IDS_COM_BODY_NO_ITEMS"));
-       __pAlbumViewIconList->SetItemBorderStyle(ICON_LIST_VIEW_ITEM_BORDER_STYLE_NONE);
-       __pAlbumViewIconList->SetItemProvider(*this);
-       __pAlbumViewIconList->SetTouchAnimationEnabled(false);
-       __pAlbumViewIconList->AddIconListViewItemEventListener(*this);
-       AddControl(*__pAlbumViewIconList);
 
        __pAlbumViewIconList->SetShowState(true);
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
@@ -500,9 +496,12 @@ AlbumListForm::OnSceneActivatedN(const SceneId& previousSceneId,
        {
                __pPresentationModel->InitializeAlbumInfoList(CONTENT_TYPE_ALL);
        }
-
        __itemCount = __pPresentationModel->GetFolderCount();
-       __pAlbumViewIconList->UpdateList();
+
+       if (__pAlbumViewIconList != null)
+       {
+               __pAlbumViewIconList->UpdateList();
+       }
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
 }
 
index 1b35fa6..175ba82 100644 (file)
@@ -93,10 +93,10 @@ ThumbnailEvent* AlbumListPresentationModel::__pThumbnailEvent = null;
 IList* AlbumListPresentationModel::__pAlbumInfoList = null;
 
 AlbumListPresentationModel::AlbumListPresentationModel(void)
-       :__pFolderBackgroundBitmap(null)
-       ,__appControlMode(APP_CONTROL_MODE_MAIN)
-       ,__appControlMediaType(APPCONTROL_MEDIA_TYPE_UNKNOWN)
-       ,__appControlSelectionMode(APPCONTROL_SELECTION_MODE_UNKNOWN)
+       : __pFolderBackgroundBitmap(null)
+       , __appControlMode(APP_CONTROL_MODE_MAIN)
+       , __appControlMediaType(APPCONTROL_MEDIA_TYPE_IMAGE)
+       , __appControlSelectionMode(APPCONTROL_SELECTION_MODE_SINGLE)
 {
        AppLogDebug("ENTER");
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
@@ -146,6 +146,14 @@ AlbumListPresentationModel::Construct(void)
        {
                __appControlMode = APP_CONTROL_MODE_PICK;
 
+               String mimeType = pApp->GetMimeType();
+               if (mimeType.IsEmpty() != true)
+               {
+                       if (mimeType.StartsWith(APPCONTROL_DATA_VIDEO, 0) == true)
+                       {
+                               __appControlMediaType = APPCONTROL_MEDIA_TYPE_VIDEO;
+                       }
+               }
                if (pArguments != null)
                {
                        const String* selectionMode =
@@ -157,19 +165,11 @@ AlbumListPresentationModel::Construct(void)
                        {
                                __appControlMediaType = APPCONTROL_MEDIA_TYPE_VIDEO;
                        }
-                       else
-                       {
-                               __appControlMediaType = APPCONTROL_MEDIA_TYPE_IMAGE;
-                       }
 
                        if (selectionMode != null && selectionMode->CompareTo(APPCONTROL_DATA_MULTIPLE) == 0)
                        {
                                __appControlSelectionMode = APPCONTROL_SELECTION_MODE_MULTIPLE;
                        }
-                       else
-                       {
-                               __appControlSelectionMode = APPCONTROL_SELECTION_MODE_SINGLE;
-                       }
                }
        }
        else if (operationId.CompareTo(APPCONTROL_OPERATION_ID_CONFIGURE) == 0)
index 63df8d4..66a7410 100644 (file)
 #include "GlAlbumInfo.h"
 #include "GlAlbumNameEditorForm.h"
 #include "GlAlbumListPresentationModel.h"
+#include "GlFileListPresentationModel.h"
 #include "GlResourceManager.h"
 #include "GlTypes.h"
+#include "GlFileMoveTimer.h"
 
 using namespace Tizen::App;
 using namespace Tizen::Base;
 using namespace Tizen::Base::Collection;
 using namespace Tizen::Base::Runtime;
 using namespace Tizen::Base::Utility;
+using namespace Tizen::Content;
 using namespace Tizen::Graphics;
 using namespace Tizen::Media;
 using namespace Tizen::Io;
@@ -49,6 +52,9 @@ AlbumNameEditorForm::AlbumNameEditorForm()
        , __albumNameEditorMode(ALBUM_NAME_EDITOR_MODE_RENAME)
        , __pMessageBox(null)
        , __pPresentationModel(null)
+       , __pFilePresentationModel(null)
+       , __pMoveIndexList(null)
+       ,__pFileMove(null)
 {
        AppLogDebug("ENTER");
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
@@ -56,6 +62,7 @@ AlbumNameEditorForm::AlbumNameEditorForm()
 
 AlbumNameEditorForm::~AlbumNameEditorForm()
 {
+       delete __pFileMove;
        AppLogDebug("ENTER");
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
 }
@@ -74,29 +81,35 @@ result
 AlbumNameEditorForm::OnInitializing(void)
 {
        AppLogDebug("ENTER");
-       SetOrientation(ORIENTATION_PORTRAIT);
-       AddOrientationEventListener(*this);
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-
+       __pFilePresentationModel = FileListPresentationModel::GetInstance();
        return E_SUCCESS;
 }
 
 void
-AlbumNameEditorForm::OnOrientationChanged(const Control &source, OrientationStatus orientationStatus)
-{
-       AppLogDebug("ENTER");
-       __pNameEditField->SetBounds(RECT_NAME_EDIT_FIELD);
-       __pNameEditField->SetFocus();
-       Draw(true);
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-}
-
-void
 AlbumNameEditorForm::OnTextValueChanged(const Control& source)
 {
        AppLogDebug("ENTER");
        String inputString = __pNameEditField->GetText();
 
+       if (inputString.Contains(DIRECTORY_SEPARATOR) == true)
+       {
+               if (__pMessageBox == null)
+               {
+                       __pMessageBox = new (std::nothrow) MessageBox();
+                       __pMessageBox->Construct(L"", L"Donot use invalid character '/'", MSGBOX_STYLE_NONE, 3000);
+                       int modalResult = 0;
+                       __pMessageBox->ShowAndWait(modalResult);
+                       delete __pMessageBox;
+                       __pMessageBox = null;
+               }
+
+               __pNameEditField->SetText(__nameEditFieldTempText);
+               __pNameEditField->SetFocus();
+
+               return;
+       }
+
        ByteBuffer* buffer = StringUtil::StringToUtf8N(inputString);
        int remaining = 0;
        if (buffer != null)
@@ -165,6 +178,16 @@ AlbumNameEditorForm::OnTerminating(void)
        return E_SUCCESS;
 }
 
+void AlbumNameEditorForm::OnFileOpInvalidate(enum FileActionMode actionId)
+{
+       Invalidate(true);
+
+}
+void AlbumNameEditorForm::OnFileOpComplete(enum FileActionMode actionId, result res)
+{
+
+}
+
 void
 AlbumNameEditorForm::OnActionPerformed(const Control& source, int actionId)
 {
@@ -202,7 +225,37 @@ AlbumNameEditorForm::OnActionPerformed(const Control& source, int actionId)
                argsList.Construct();
                argsList.Add(new (std::nothrow) String(pPath));
 
-               pSceneManager->GoBackward(BackwardSceneTransition(__callerSceneId), &argsList);
+
+               if (pPath.IsEmpty())
+               {
+                       AppLogDebug("EXIT 1(%s)", GetErrorMessage(GetLastResult()));
+                       delete __pMoveIndexList;
+                       __pMoveIndexList = null;
+                       return ;
+               }
+
+               if (__pMoveIndexList == null || __pMoveIndexList->GetCount() <= 0)
+               {
+                       AppLogDebug("EXIT 2(%s)", GetErrorMessage(GetLastResult()));
+                       delete __pMoveIndexList;
+                       __pMoveIndexList = null;
+                       return ;
+               }
+
+               delete __pFileMove;
+               __pFileMove = new FileMoveTimer(pPath, __pMoveIndexList,
+                               __pFilePresentationModel,
+                               this );
+               result r = __pFileMove->StartTimer();
+               
+               if (IsFailed(r))
+               {
+                       delete __pFileMove;
+                       __pFileMove = null;
+               }
+
+               AppLogDebug("MoveToContentFileList content failed (%s)", GetErrorMessage(r));
+
                break;
        }
        case ACTION_ID_BUTTON_CREATE_NAME_CANCEL:
@@ -213,6 +266,7 @@ AlbumNameEditorForm::OnActionPerformed(const Control& source, int actionId)
                pSceneManager->GoBackward(BackwardSceneTransition(__callerSceneId));
                break;
        }
+
        default:
                break;
        }
@@ -238,7 +292,7 @@ AlbumNameEditorForm::OnFormBackRequested(Form& source)
 
 void
 AlbumNameEditorForm::OnSceneActivatedN(const SceneId& previousSceneId,
-                                                                                 const SceneId& currentSceneId, IList* pArgs)
+               const SceneId& currentSceneId, IList* pArgs)
 {
        AppLogDebug("ENTER");
        __pPresentationModel = AlbumListPresentationModel::GetInstance();
@@ -263,9 +317,9 @@ AlbumNameEditorForm::OnSceneActivatedN(const SceneId& previousSceneId,
        }
 
        if (previousSceneId == IDSCN_ALL_LIST_EDITOR
-               || previousSceneId == IDSCN_IMAGE_LIST_EDITOR
-               || previousSceneId == IDSCN_VIDEO_LIST_EDITOR
-               || previousSceneId == IDSCN_ALL_LIST_SELECTION)
+                       || previousSceneId == IDSCN_IMAGE_LIST_EDITOR
+                       || previousSceneId == IDSCN_VIDEO_LIST_EDITOR
+                       || previousSceneId == IDSCN_ALL_LIST_SELECTION)
        {
                if (previousSceneId == IDSCN_ALL_LIST_EDITOR)
                {
@@ -306,7 +360,7 @@ AlbumNameEditorForm::OnSceneActivatedN(const SceneId& previousSceneId,
 
                __pNameEditField = new (std::nothrow) EditField();
                __pNameEditField->Construct(RECT_NAME_EDIT_FIELD, EDIT_FIELD_STYLE_NORMAL, INPUT_STYLE_OVERLAY,
-                               false, ALBUM_MAX_LENGTH);
+                               EDIT_FIELD_TITLE_STYLE_NONE, true, ALBUM_MAX_LENGTH);
                __pNameEditField->AddTextEventListener(*this);
                __pNameEditField->SetColor(EDIT_STATUS_NORMAL, COLOR_NAME_EDIT_FIELD);
 
@@ -342,8 +396,8 @@ AlbumNameEditorForm::OnSceneActivatedN(const SceneId& previousSceneId,
                pHeader->AddActionEventListener(*this);
 
                __pNameEditField = new (std::nothrow) EditField();
-               __pNameEditField->Construct(RECT_NAME_EDIT_FIELD,
-                                                         EDIT_FIELD_STYLE_NORMAL, INPUT_STYLE_OVERLAY);
+               __pNameEditField->Construct(RECT_NAME_EDIT_FIELD, EDIT_FIELD_STYLE_NORMAL, INPUT_STYLE_OVERLAY,
+                               EDIT_FIELD_TITLE_STYLE_NONE, true, ALBUM_MAX_LENGTH);
                __pNameEditField->AddTextEventListener(*this);
                __pNameEditField->SetColor(EDIT_STATUS_NORMAL, COLOR_NAME_EDIT_FIELD);
 
@@ -383,12 +437,18 @@ AlbumNameEditorForm::OnSceneActivatedN(const SceneId& previousSceneId,
                        __pNameEditField->SetText(__nameEditFieldText);
                }
        }
+
+       if( pArgs != NULL)
+       {
+               __pMoveIndexList = pArgs;
+       }
+
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
 }
 
 void
 AlbumNameEditorForm::OnSceneDeactivated(const SceneId& currentSceneId,
-                                                                                  const SceneId& nextSceneId)
+               const SceneId& nextSceneId)
 {
        AppLogDebug("ENTER");
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
index bdf466e..2738073 100644 (file)
@@ -27,6 +27,7 @@
 #include "GlFileListPresentationModel.h"
 #include "GlResourceManager.h"
 #include "GlTypes.h"
+#include "GlFileDeleteTimer.h"
 
 using namespace Tizen::App;
 using namespace Tizen::Base;
@@ -62,7 +63,9 @@ AllListEditorPanel::AllListEditorPanel(void)
        , __pLabelSelectCnt(null)
        , __pButtonSelectRegion(null)
        , __itemCount(0)
+       , __deleteInProgress(false)
        , __pPresentationModel(null)
+       , __pFileDelete(null)
 {
        AppLogDebug("ENTER");
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
@@ -71,6 +74,7 @@ AllListEditorPanel::AllListEditorPanel(void)
 AllListEditorPanel::~AllListEditorPanel(void)
 {
        AppLogDebug("ENTER");
+       delete __pFileDelete;
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
 }
 
@@ -191,8 +195,17 @@ AllListEditorPanel::OnUpdateContentList()
 {
        AppLogDebug("ENTER");
        SceneManager* pSceneManager = SceneManager::GetInstance();
-       pSceneManager->GoForward(ForwardSceneTransition(IDSCN_ALL_LIST));
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
+       FileListEditorForm* pFileListEditorForm =
+                       dynamic_cast<FileListEditorForm*>(pSceneManager->GetCurrentScene()->GetForm());
+       TryReturnVoid(pFileListEditorForm != null, "[%s] fail to get SceneManager.",
+                       GetErrorMessage(GetLastResult()));
+
+       if ( pFileListEditorForm->GetFileMoveProgress() == false && __deleteInProgress == false )
+       {
+               SceneManager* pSceneManager = SceneManager::GetInstance();
+               pSceneManager->GoForward(ForwardSceneTransition(IDSCN_ALL_LIST));
+               AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
+       }
 }
 
 void
@@ -425,15 +438,7 @@ AllListEditorPanel::OnSceneActivatedN(const SceneId& previousSceneId,
        SceneManager* pSceneManager = SceneManager::GetInstance();
        TryReturnVoid(pSceneManager != null, "[%s] fail to get SceneManager.", GetErrorMessage(GetLastResult()));
 
-       if (previousSceneId == IDSCN_ALBUM_NAME_EDITOR)
-       {
-               if (pArgs != null && pArgs->GetCount() > 0)
-               {
-                       String* pDirectory = static_cast<String*>(pArgs->GetAt(0));
-                       OnRequestMoveToAction(*pDirectory);
-               }
-       }
-       else if (previousSceneId == IDSCN_ALL_LIST_SELECTION)
+       if (previousSceneId == IDSCN_ALL_LIST_SELECTION)
        {
                ResetSelection();
        }
@@ -450,6 +455,7 @@ AllListEditorPanel::OnSceneActivatedN(const SceneId& previousSceneId,
                        GetErrorMessage(GetLastResult()));
 
        pFileListEditorForm->SetTitleText(ResourceManager::GetString(L"IDS_COM_BODY_EDIT"));
+       
        if (pArgs != null && pArgs->GetCount() > 0)
        {
                String* pDirectory = static_cast<String*>(pArgs->GetAt(0));
@@ -458,6 +464,7 @@ AllListEditorPanel::OnSceneActivatedN(const SceneId& previousSceneId,
                        pFileListEditorForm->MoveToAlbum(*pDirectory);
                }
        }
+
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
 }
 
@@ -515,7 +522,7 @@ AllListEditorPanel::GetItemCheckedIndexListN(void) const
 }
 
 result
-AllListEditorPanel::OnRequestDeleteAction(void)
+AllListEditorPanel::OnRequestDelete(void)
 {
        AppLogDebug("ENTER");
        IList* pIndexList = GetItemCheckedIndexListN();
@@ -526,16 +533,40 @@ AllListEditorPanel::OnRequestDeleteAction(void)
 
                return E_FAILURE;
        }
-       result r = __pPresentationModel->DeleteContentFileList(*pIndexList);
-       if (r != E_SUCCESS)
-       {
-               delete pIndexList;
-               AppLogDebug("EXIT 2(%s)", GetErrorMessage(GetLastResult()));
 
+       delete __pFileDelete;
+       __pFileDelete = new FileDeleteTimer(pIndexList,
+                       __pPresentationModel,
+                       this );
+       result r = __pFileDelete->StartTimer();
+
+       if (IsFailed(r))
+       {
+               delete __pFileDelete;
+               __pFileDelete = null;
                return E_FAILURE;
        }
+       else
+       {
+               __deleteInProgress = true;
+       }
+       return E_SUCCESS;
+}
 
+void AllListEditorPanel::OnFileOpInvalidate(enum FileActionMode actionId)
+{
+       SceneManager* pSceneManager = SceneManager::GetInstance();
+       FileListEditorForm* pFileListEditorForm =
+                               dynamic_cast<FileListEditorForm*>(pSceneManager->GetCurrentScene()->GetForm());
+       TryReturnVoid(pFileListEditorForm != null, "[%s] fail to get SceneManager.",
+                       GetErrorMessage(GetLastResult()));
+       pFileListEditorForm->Invalidate(true);
+}
+
+void AllListEditorPanel::OnFileOpComplete(enum FileActionMode actionId, result res)
+{
        __pCheckButton->SetSelected(false);
+       __deleteInProgress = false;
 
        String strTmp;
        strTmp.Format(LENGTH_COUNT_LABEL, L"%ls (%d)",
@@ -546,13 +577,21 @@ AllListEditorPanel::OnRequestDeleteAction(void)
        __pPresentationModel->RefreshCurrentAlbumContentInfoList(CONTENT_TYPE_ALL);
        __itemCount = __pPresentationModel->GetCurrentAlbumContentInfoCount();
        __pContentIconListView->UpdateList();
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
 
-       return E_SUCCESS;
+       SceneManager* pSceneManager = SceneManager::GetInstance();
+       if (GetItemCount() > 0)
+       {
+               pSceneManager->GoForward(ForwardSceneTransition(IDSCN_ALL_LIST));
+       }
+       else
+       {
+               pSceneManager->GoForward(ForwardSceneTransition(IDSCN_ALBUM_LIST));
+       }
+       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
 }
 
 result
-AllListEditorPanel::OnRequestEmailAction(void)
+AllListEditorPanel::OnRequestMessage(void)
 {
        AppLogDebug("ENTER");
        IList* pIndexList = GetItemCheckedIndexListN();
@@ -590,96 +629,61 @@ AllListEditorPanel::OnRequestEmailAction(void)
        pDataList->Construct();
        pDataList->Add(new (std::nothrow) String(APPCONTROL_KEY_ATTACHMENTS), new (std::nothrow) String(combineText));
 
-       __pPresentationModel->StartAppControl(APPCONTROL_PROVIDER_ID_EMAIL,
-                       APPCONTROL_OPERATION_ID_COMPOSE, pDataList, null);
+       __pPresentationModel->StartAppControl(APPCONTROL_PROVIDER_ID_MESSAGE, APPCONTROL_OPERATION_ID_COMPOSE,
+                       pDataList, null);
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
 
        return E_SUCCESS;
 }
 
 result
-AllListEditorPanel::OnRequestMoveToAction(String& destDirectory)
+AllListEditorPanel::OnRequestEmail(void)
 {
        AppLogDebug("ENTER");
-       if (&destDirectory == null || destDirectory.IsEmpty())
-       {
-               AppLogDebug("EXIT 1(%s)", GetErrorMessage(GetLastResult()));
-
-               return E_FAILURE;
-       }
        IList* pIndexList = GetItemCheckedIndexListN();
        if (pIndexList == null || pIndexList->GetCount() <= 0)
        {
-               AppLogDebug("EXIT 2(%s)", GetErrorMessage(GetLastResult()));
+               AppLogDebug("EXIT 1(%s)", GetErrorMessage(GetLastResult()));
 
                return E_FAILURE;
        }
 
-       IList* pCollisionList = __pPresentationModel->GetCollisionIndexListN(*pIndexList, destDirectory);
+       String combineText;
+       String path;
+       Integer* pIndex = null;
+       int checkedIndex;
 
-       if (pCollisionList != null)
+       int loopCount = pIndexList->GetCount();
+       AppLogDebug("pIndexList->GetCount(%d)", loopCount);
+       for (int i = 0; i < loopCount; ++i)
        {
-               int loopCount = pCollisionList->GetCount();
-               for (int i = 0; i < loopCount; ++i)
+               pIndex = static_cast<Integer*>(pIndexList->GetAt(i));
+               if (pIndex != null)
                {
-                       String* pCollisionString = const_cast<String*>(static_cast<const String*>(pCollisionList->GetAt(i)));
-                       String tmpString;
-                       if (pCollisionString != null)
-                       {
-                               tmpString = (*pCollisionString);
-                       }
-
-                       String delim(MULTI_ITEM_SEPARATOR);
-                       StringTokenizer st(tmpString, delim);
-                       String token;
-
-                       int collisionIndex;
-                       String fileNmae;
+                       checkedIndex = pIndex->ToInt();
+                       path = __pPresentationModel->GetContentFilePath(checkedIndex);
+               }
 
-                       if (st.HasMoreTokens() == true)
-                       {
-                               st.GetNextToken(token);
-                               Integer::Parse(token, collisionIndex);
-
-                               if (st.HasMoreTokens() == true)
-                               {
-                                       st.GetNextToken(fileNmae);
-                               }
-
-                               MessageBox messageBox;
-                               messageBox.Construct(L"", fileNmae + ResourceManager::GetString(L"IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q"), MSGBOX_STYLE_YESNO, 0);
-                               int modalResult = 0;
-                               messageBox.ShowAndWait(modalResult);
-                               if (modalResult == MSGBOX_RESULT_NO)
-                               {
-                                       int innerLoopCount = pIndexList->GetCount();
-                                       for (int j = 0; j < innerLoopCount; ++j)
-                                       {
-                                               if(collisionIndex == (const_cast<Integer*>(static_cast<const Integer*>(pIndexList->GetAt(j))))->ToInt())
-                                               {
-                                                       pIndexList->RemoveAt(j, true);
-                                                       --j;
-                                                       --innerLoopCount;
-                                               }
-                                       }
-                               }
-                       }
+               if (combineText.CompareTo(EMPTY_SPACE) != 0)
+               {
+                       combineText.Append(L";");
                }
-               delete pCollisionList;
+               combineText.Append(path);
        }
-       result r = __pPresentationModel->MoveToContentFileList(*pIndexList, destDirectory);
-       delete pIndexList;
-       TryReturn(r == E_SUCCESS, E_FAILURE, "Failed on OnRequestDeleteAction");
 
+       HashMap* pDataList = new (std::nothrow) HashMap(SingleObjectDeleter);
+       pDataList->Construct();
+       pDataList->Add(new (std::nothrow) String(APPCONTROL_KEY_ATTACHMENTS), new (std::nothrow) String(combineText));
 
-       ResetSelection();
+       __pPresentationModel->StartAppControl(APPCONTROL_PROVIDER_ID_EMAIL, APPCONTROL_OPERATION_ID_COMPOSE,
+                       pDataList, null);
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
 
        return E_SUCCESS;
 }
 
 result
-AllListEditorPanel::OnRequestSlideShowAction(void)
+AllListEditorPanel::OnRequestSlideShow(void)
 {
        AppLogDebug("ENTER");
        IList* pIndexList = GetItemCheckedIndexListN();
index beecfcd..73d591c 100644 (file)
@@ -27,6 +27,7 @@
 #include "GlFileListPresentationModel.h"
 #include "GlResourceManager.h"
 #include "GlTypes.h"
+#include "GlFileDeleteTimer.h"
 
 using namespace Tizen::App;
 using namespace Tizen::Base;
@@ -52,7 +53,9 @@ AllListSelectionPanel::AllListSelectionPanel(void)
        : __pContentIconListView(null)
        , __pSeletedIndexList(null)
        , __itemCount(0)
-       , __pPresentationModel(0)
+       , __deleteInProgress(false)
+       , __pPresentationModel(null)
+       , __pFileDelete(null)
 {
        AppLogDebug("ENTER");
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
@@ -61,6 +64,7 @@ AllListSelectionPanel::AllListSelectionPanel(void)
 AllListSelectionPanel::~AllListSelectionPanel(void)
 {
        AppLogDebug("ENTER");
+       delete __pFileDelete;
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
 }
 
@@ -121,8 +125,11 @@ void
 AllListSelectionPanel::OnUpdateContentList()
 {
        AppLogDebug("ENTER");
-       SceneManager* pSceneManager = SceneManager::GetInstance();
-       pSceneManager->GoForward(ForwardSceneTransition(IDSCN_ALL_LIST));
+       if ( __deleteInProgress == false )
+       {
+               SceneManager* pSceneManager = SceneManager::GetInstance();
+               pSceneManager->GoForward(ForwardSceneTransition(IDSCN_ALL_LIST));
+       }
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
 }
 
@@ -292,7 +299,7 @@ AllListSelectionPanel::OnThumbnailDecoded(const int index)
 
 void
 AllListSelectionPanel::OnSceneActivatedN(const SceneId& previousSceneId,
-                                                               const SceneId& currentSceneId, IList* pArgs)
+               const SceneId& currentSceneId, IList* pArgs)
 {
        AppLogDebug("ENTER");
        __pPresentationModel = FileListPresentationModel::GetInstance();
@@ -300,15 +307,7 @@ AllListSelectionPanel::OnSceneActivatedN(const SceneId& previousSceneId,
        SceneManager* pSceneManager = SceneManager::GetInstance();
        TryReturnVoid(pSceneManager != null, "[%s] fail to get SceneManager.", GetErrorMessage(GetLastResult()));
 
-       if (previousSceneId == IDSCN_ALBUM_NAME_EDITOR)
-       {
-               if (pArgs != null && pArgs->GetCount() > 0)
-               {
-                       String* pDirectory = static_cast<String*>(pArgs->GetAt(0));
-                       OnRequestMoveToAction(*pDirectory);
-               }
-       }
-       else if (previousSceneId == IDSCN_ALL_LIST_EDITOR)
+       if (previousSceneId == IDSCN_ALL_LIST_EDITOR)
        {
                if (pArgs != null)
                {
@@ -342,7 +341,7 @@ AllListSelectionPanel::OnSceneActivatedN(const SceneId& previousSceneId,
 
 void
 AllListSelectionPanel::OnSceneDeactivated(const SceneId& currentSceneId,
-                                                               const SceneId& nextSceneId)
+               const SceneId& nextSceneId)
 {
        AppLogDebug("ENTER");
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
@@ -442,7 +441,7 @@ AllListSelectionPanel::GetVirtualIndexFromRealIndex(int realIndex)
 }
 
 result
-AllListSelectionPanel::OnRequestDeleteAction(void)
+AllListSelectionPanel::OnRequestDelete(void)
 {
        AppLogDebug("ENTER");
        IList* pIndexList = GetItemCheckedIndexListN();
@@ -452,22 +451,47 @@ AllListSelectionPanel::OnRequestDeleteAction(void)
 
                return E_FAILURE;
        }
-       result r = __pPresentationModel->DeleteContentFileList(*pIndexList);
-       if (r != E_SUCCESS)
-       {
-               delete pIndexList;
-               AppLogDebug("EXIT 2(%s)", GetErrorMessage(GetLastResult()));
 
+       delete __pFileDelete;
+       __pFileDelete = new FileDeleteTimer(pIndexList,
+                       __pPresentationModel,
+                       this );
+       result r = __pFileDelete->StartTimer();
+
+       if (IsFailed(r))
+       {
+               delete __pFileDelete;
+               __pFileDelete = null;
                return E_FAILURE;
        }
+       else
+       {
+               __deleteInProgress = true;
+       }
+
+       return E_SUCCESS;
+}
 
+void AllListSelectionPanel::OnFileOpInvalidate(enum FileActionMode actionId)
+{
+       SceneManager* pSceneManager = SceneManager::GetInstance();
+       FileListEditorForm* pFileListEditorForm =
+                               dynamic_cast<FileListEditorForm*>(pSceneManager->GetCurrentScene()->GetForm());
+       TryReturnVoid(pFileListEditorForm != null, "[%s] fail to get SceneManager.",
+                       GetErrorMessage(GetLastResult()));
+       pFileListEditorForm->Invalidate(true);
+}
+
+void AllListSelectionPanel::OnFileOpComplete(enum FileActionMode actionId, result res)
+{
+       __deleteInProgress = false;
        SceneManager* pSceneManager = SceneManager::GetInstance();
-       TryReturn(pSceneManager != null, E_FAILURE, "[%s] fail to get SceneManager.",
+       TryReturnVoid(pSceneManager != null, "[%s] fail to get SceneManager.",
                        GetErrorMessage(GetLastResult()));
 
        FileListEditorForm* pFileListEditorForm =
                        dynamic_cast<FileListEditorForm*>(pSceneManager->GetCurrentScene()->GetForm());
-       TryReturn(pFileListEditorForm != null, E_FAILURE, "[%s] fail to get FileListEditorForm.",
+       TryReturnVoid(pFileListEditorForm != null, "[%s] fail to get SceneManager.",
                        GetErrorMessage(GetLastResult()));
 
        String strTmp;
@@ -478,13 +502,20 @@ AllListSelectionPanel::OnRequestDeleteAction(void)
        __pPresentationModel->RefreshCurrentAlbumContentInfoList(CONTENT_TYPE_ALL);
        __itemCount = __pPresentationModel->GetCurrentAlbumContentInfoCount();
        __pContentIconListView->UpdateList();
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
 
-       return E_SUCCESS;
+       if (GetItemCount() > 0)
+       {
+               pSceneManager->GoForward(ForwardSceneTransition(IDSCN_ALL_LIST));
+       }
+       else
+       {
+               pSceneManager->GoForward(ForwardSceneTransition(IDSCN_ALBUM_LIST));
+       }
+       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
 }
 
 result
-AllListSelectionPanel::OnRequestEmailAction(void)
+AllListSelectionPanel::OnRequestMessage(void)
 {
        AppLogDebug("ENTER");
        IList* pIndexList = GetItemCheckedIndexListN();
@@ -521,97 +552,60 @@ AllListSelectionPanel::OnRequestEmailAction(void)
        pDataList->Construct();
        pDataList->Add(new (std::nothrow) String(APPCONTROL_KEY_ATTACHMENTS), new (std::nothrow) String(combineText));
 
-       __pPresentationModel->StartAppControl(APPCONTROL_PROVIDER_ID_EMAIL,
-                       APPCONTROL_OPERATION_ID_COMPOSE, pDataList, null);
+       __pPresentationModel->StartAppControl(APPCONTROL_PROVIDER_ID_MESSAGE, APPCONTROL_OPERATION_ID_COMPOSE,
+                       pDataList, null);
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
 
        return E_SUCCESS;
 }
 
 result
-AllListSelectionPanel::OnRequestMoveToAction(String& destDirectory)
+AllListSelectionPanel::OnRequestEmail(void)
 {
        AppLogDebug("ENTER");
-       if (&destDirectory == null || destDirectory.IsEmpty())
-       {
-               AppLogDebug("EXIT 1(%s)", GetErrorMessage(GetLastResult()));
-
-               return E_FAILURE;
-       }
        IList* pIndexList = GetItemCheckedIndexListN();
        if (pIndexList == null || pIndexList->GetCount() <= 0)
        {
-               AppLogDebug("EXIT 2(%s)", GetErrorMessage(GetLastResult()));
+               AppLogDebug("EXIT 1(%s)", GetErrorMessage(GetLastResult()));
 
                return E_FAILURE;
        }
 
-       IList* pCollisionList = __pPresentationModel->GetCollisionIndexListN(*pIndexList, destDirectory);
+       String combineText;
+       String path;
+       Integer* pIndex = null;
+       int checkedIndex;
 
-       if (pCollisionList != null)
+       int loopCount = pIndexList->GetCount();
+       AppLogDebug("pIndexList->GetCount(%d)", loopCount);
+       for (int i = 0; i < loopCount; ++i)
        {
-               int loopCount = pCollisionList->GetCount();
-               for (int i = 0; i < loopCount; ++i)
+               pIndex = static_cast<Integer*>(pIndexList->GetAt(i));
+               if (pIndex != null)
                {
-                       String* pCollisionString = const_cast<String*>(static_cast<const String*>(pCollisionList->GetAt(i)));
-                       String tmpString;
-                       if (pCollisionString != null)
-                       {
-                               tmpString = (*pCollisionString);
-                       }
-
-                       String delim(MULTI_ITEM_SEPARATOR);
-                       StringTokenizer st(tmpString, delim);
-                       String token;
-
-                       int collisionIndex;
-                       String fileNmae;
+                       checkedIndex = pIndex->ToInt();
+                       path = __pPresentationModel->GetContentFilePath(checkedIndex);
+               }
 
-                       if (st.HasMoreTokens() == true)
-                       {
-                               st.GetNextToken(token);
-                               Integer::Parse(token, collisionIndex);
-
-                               if (st.HasMoreTokens() == true)
-                               {
-                                       st.GetNextToken(fileNmae);
-                               }
-
-                               MessageBox messageBox;
-                               messageBox.Construct(L"", fileNmae + ResourceManager::GetString(L"IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q"), MSGBOX_STYLE_YESNO, 0);
-                               int modalResult = 0;
-                               messageBox.ShowAndWait(modalResult);
-                               if (modalResult == MSGBOX_RESULT_NO)
-                               {
-                                       int innerLoopCount = pIndexList->GetCount();
-                                       for (int j = 0; j < innerLoopCount; ++j)
-                                       {
-                                               if(collisionIndex == (const_cast<Integer*>(static_cast<const Integer*>(pIndexList->GetAt(j))))->ToInt())
-                                               {
-                                                       pIndexList->RemoveAt(j, true);
-                                                       --j;
-                                                       --innerLoopCount;
-                                               }
-                                       }
-                               }
-                       }
+               if (combineText.CompareTo(EMPTY_SPACE) != 0)
+               {
+                       combineText.Append(L";");
                }
-               delete pCollisionList;
+               combineText.Append(path);
        }
-       result r = __pPresentationModel->MoveToContentFileList(*pIndexList, destDirectory);
-       delete pIndexList;
-       pIndexList = null;
-       TryReturn(r == E_SUCCESS, E_FAILURE, "Failed on OnRequestDeleteAction");
+       HashMap* pDataList = new (std::nothrow) HashMap(SingleObjectDeleter);
+       pDataList->Construct();
+       pDataList->Add(new (std::nothrow) String(APPCONTROL_KEY_ATTACHMENTS), new (std::nothrow) String(combineText));
 
-       __pSeletedIndexList->RemoveAll(true);
-       ResetSelection();
+       __pPresentationModel->StartAppControl(APPCONTROL_PROVIDER_ID_EMAIL,
+                       APPCONTROL_OPERATION_ID_COMPOSE, pDataList, null);
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
 
        return E_SUCCESS;
 }
 
 result
-AllListSelectionPanel::OnRequestSlideShowAction(void)
+AllListSelectionPanel::OnRequestSlideShow(void)
 {
        AppLogDebug("ENTER");
        IList* pIndexList = GetItemCheckedIndexListN();
@@ -729,3 +723,5 @@ AllListSelectionPanel::SetButtonState(void)
        }
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
 }
+
+
index 5dad1e6..862d300 100644 (file)
  * @brief              This is the implementation file for CommonUtil class.
  */
 
+#include <FApp.h>
+#include <FUi.h>
+#include <GlTypes.h>
+
 #include "GlCommonUtil.h"
 
+using namespace Tizen::App;
 using namespace Tizen::Base;
+using namespace Tizen::Base::Runtime;
 using namespace Tizen::Graphics;
 
 static const int W_DEFAULT_THUMBNAIL = 158;
diff --git a/src/GlDropDownCustomItem.cpp b/src/GlDropDownCustomItem.cpp
new file mode 100644 (file)
index 0000000..330034a
--- /dev/null
@@ -0,0 +1,188 @@
+//
+// Copyright (c) 2012 Samsung Electronics Co., Ltd.
+//
+// Licensed under the Flora License, Version 1.0 (the License);
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//     http://floralicense.org/license/
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an AS IS BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+
+/**
+ *@file:    DropDownCustomItem
+ *@brief: To create Drop Down custom item
+ *
+ */
+
+#include <FApp.h>
+#include <FUiControls.h>
+#include "GlDropDownCustomItem.h"
+#include "GlTypes.h"
+
+using namespace Tizen::App;
+using namespace Tizen::Base;
+using namespace Tizen::Graphics;
+using namespace Tizen::Ui::Controls;
+
+const int DropDownCustomItem::IDA_FORMAT_BITMAP = 101;
+const int DropDownCustomItem::IDA_FORMAT_MAIN_STRING = 102;
+const int DropDownCustomItem::IDA_FORMAT_SUB_STRING = 103;
+const int DropDownCustomItem::IDA_FORMAT_DROPPER = 104;
+
+DropDownCustomItem::DropDownCustomItem(void)
+       : __currentState(DROP_DOWN__ITEM_STATE_CLOSED)
+       , __height(0)
+       , __width(0)
+{
+}
+
+DropDownCustomItem::~DropDownCustomItem(void)
+{
+}
+
+result
+DropDownCustomItem::Construct(int width)
+{
+       result r = E_SUCCESS;
+       __width = width;
+       __height = 140;
+       Dimension dim(__width, __height);
+       r = CustomItem::Construct(dim, LIST_ANNEX_STYLE_NORMAL);
+       return r;
+}
+
+void
+DropDownCustomItem::SetMainText(const Tizen::Base::String& text)
+{
+       __mainText = text;
+}
+
+String
+DropDownCustomItem::GetMainText(void)
+{
+       return __mainText;
+}
+
+void
+DropDownCustomItem::SetSubText(const Tizen::Base::String& text)
+{
+       __subText = text;
+}
+
+String
+DropDownCustomItem::GetSubText(void)
+{
+       return __subText;
+}
+
+result
+DropDownCustomItem::Make()
+{
+       AppLogDebug("DropDownCustomItem::Make entered");
+       result r = E_FAILURE;
+       EnrichedText* pMainEnText = null;
+       EnrichedText* pSubEnText = null;
+       TextElement* pMainTextElement = null;
+       TextElement* pSubTextElement = null;
+       Font mainTextFont;
+       Font subTextFont;
+       Tizen::Graphics::Bitmap* pDropperBitmapNormal = null;
+       Tizen::Graphics::Bitmap* pDropperBitmapPressed = null;
+
+       pMainEnText = new(std::nothrow) EnrichedText();
+       r = pMainEnText->Construct(Dimension(__width - 80, 54));
+       if(IsFailed(r))
+       {
+               delete pMainEnText;
+               return E_FAILURE;
+       }
+
+       pMainTextElement = new(std::nothrow) TextElement();
+       pMainTextElement->Construct(__mainText);
+
+       mainTextFont.Construct(FONT_STYLE_BOLD, 44);
+
+       Color pressedTextColor = CUSTOM_COLOR_LISTVIEW_TEXT;
+       pMainTextElement->SetFont(mainTextFont);
+       pMainTextElement->SetTextColor(CUSTOM_COLOR_TRANSPARENT);
+       pMainEnText->Add(*pMainTextElement);
+
+       pSubEnText = new(std::nothrow) EnrichedText();
+       r = pSubEnText->Construct(Dimension(__width - 80, 42));
+
+       if(IsFailed(r))
+       {
+               pMainEnText->RemoveAll(true);
+               delete pMainEnText;
+               delete pSubEnText;
+               return E_FAILURE;
+       }
+
+       pSubTextElement = new(std::nothrow) TextElement();
+       pSubTextElement->Construct(__subText);
+
+       subTextFont.Construct(FONT_STYLE_PLAIN, 32);
+
+       pSubTextElement->SetFont(subTextFont);
+       pSubTextElement->SetTextColor(CUSTOM_COLOR_GREY);
+       pSubEnText->Add(*pSubTextElement);
+
+       r = AddElement(Rectangle(26, 22, __width - 126, 54), IDA_FORMAT_MAIN_STRING, *pMainEnText);
+       r = AddElement(Rectangle(26, 76, __width - 126, 42), IDA_FORMAT_SUB_STRING, *pSubEnText);
+       if(IsFailed(r))
+       {
+               pMainEnText->RemoveAll(true);
+               pSubEnText->RemoveAll(true);
+               delete pMainEnText;
+               delete pSubEnText;
+               return E_FAILURE;
+       }
+       AppResource* pAppResource = UiApp::GetInstance()->GetAppResource();
+       if (pAppResource)
+       {
+               if (GetCurState() == DROP_DOWN__ITEM_STATE_CLOSED)
+               {
+                       pDropperBitmapNormal = pAppResource->GetBitmapN(IDB_LIST_EXPAND_CLOSED, BITMAP_PIXEL_FORMAT_ARGB8888);
+                       pDropperBitmapPressed = pAppResource->GetBitmapN(IDB_LIST_EXPAND_CLOSED_PRESS, BITMAP_PIXEL_FORMAT_ARGB8888);
+               }
+               else
+               {
+                       pDropperBitmapNormal = pAppResource->GetBitmapN(IDB_LIST_EXPAND_OPENED, BITMAP_PIXEL_FORMAT_ARGB8888);
+                       pDropperBitmapPressed = pAppResource->GetBitmapN(IDB_LIST_EXPAND_OPENED_PRESS, BITMAP_PIXEL_FORMAT_ARGB8888);
+               }
+
+               AddElement(Rectangle(__width - 95, (__height - 74) / 2, 74, 74), IDA_FORMAT_DROPPER, *pDropperBitmapNormal, pDropperBitmapPressed, pDropperBitmapNormal);
+               delete pDropperBitmapNormal;
+               delete pDropperBitmapPressed;
+       }
+
+       SetElementSelectionEnabled(IDA_FORMAT_MAIN_STRING, true);
+       SetElementSelectionEnabled(IDA_FORMAT_SUB_STRING, true);
+       SetElementSelectionEnabled(IDA_FORMAT_DROPPER, true);
+
+       pSubEnText->RemoveAllTextElements(true);
+       pMainEnText->RemoveAllTextElements(true);
+
+       delete pMainEnText;
+       delete pSubEnText;
+
+       return E_SUCCESS;
+}
+
+DropDownItemState
+DropDownCustomItem::GetCurState(void)
+{
+       return __currentState;
+}
+
+void
+DropDownCustomItem::SetCurState(DropDownItemState state)
+{
+       __currentState = state;
+}
diff --git a/src/GlFileDeleteTimer.cpp b/src/GlFileDeleteTimer.cpp
new file mode 100644 (file)
index 0000000..6726c30
--- /dev/null
@@ -0,0 +1,76 @@
+//
+// Copyright (c) 2012 Samsung Electronics Co., Ltd.
+//
+// Licensed under the Flora License, Version 1.0 (the License);
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//     http://floralicense.org/license/
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an AS IS BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+
+/**
+ * @file               FileDeleteTimer.cpp
+ * @brief              This is the source file for FileDeleteTimer class.
+ */
+
+
+#include <FBase.h>
+#include <FContent.h>
+#include <FMedia.h>
+#include <FSystem.h>
+#include <FUi.h>
+
+#include "GlFileDeleteTimer.h"
+#include "GlFileListPresentationModel.h"
+
+using namespace Tizen::Base;
+using namespace Tizen::Base::Collection;
+using namespace Tizen::Base::Utility;
+using namespace Tizen::Content;
+using namespace Tizen::Io;
+using namespace Tizen::Ui;
+using namespace Tizen::Ui::Controls;
+using namespace Tizen::Ui::Scenes;
+
+
+
+FileDeleteTimer::FileDeleteTimer(Tizen::Base::Collection::IList* pDelList, FileListPresentationModel* pPM
+               , IFileOpInvalidateListener* invalidate)
+       : GlTimerBase(invalidate, FILE_DELETE_ACTION)
+       , __pDeleteIndexList(pDelList)
+       , __pPresentationModel(pPM)
+{
+}
+
+FileDeleteTimer::~FileDeleteTimer(void)
+{
+       delete __pDeleteIndexList;
+}
+
+IList*
+FileDeleteTimer::TimerStart(void)
+{
+       return __pPresentationModel->GetContentIdListN(*__pDeleteIndexList);
+}
+
+void
+FileDeleteTimer::TimerExpired(const ContentId& contentId)
+{
+       __pPresentationModel->DeleteContentFile(contentId);
+}
+
+void
+FileDeleteTimer::TimerCancel(void)
+{
+}
+
+void
+FileDeleteTimer::TimerComplete(int)
+{
+}
index b1d2e2f..7fcc0b2 100644 (file)
@@ -28,6 +28,8 @@
 #include "GlResourceManager.h"
 #include "GlTypes.h"
 #include "GlVideoListEditorPanel.h"
+#include "GlFileMoveTimer.h"
+
 
 using namespace Tizen::App;
 using namespace Tizen::Base;
@@ -56,6 +58,8 @@ FileListEditorForm::FileListEditorForm(void)
        , __pContentDirectoryList(null)
        , __pContentDirectoryNameList(null)
        , __pPresentationModel(null)
+       , __pFileMove(null)
+       ,__moveInProgress(false)
 {
        AppLogDebug("ENTER");
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
@@ -72,6 +76,7 @@ FileListEditorForm::~FileListEditorForm(void)
        {
                delete __pContentDirectoryNameList;
        }
+       delete __pFileMove;
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
 }
 
@@ -133,7 +138,6 @@ FileListEditorForm::InitializeFooter(void)
                else
                {
                        pFooter->SetStyle(FOOTER_STYLE_SEGMENTED_TEXT);
-
                        pFooter->SetBackButton();
                        SetFormBackEventListener(this);
                }
@@ -155,28 +159,34 @@ FileListEditorForm::InitializeFooter(void)
                r = footerShare.Construct(ACTION_ID_FOOTER_SHARE);
                TryReturn(r == E_SUCCESS, r, "[%s] Unable to construct footer item", GetErrorMessage(r));
                Bitmap* pBitmapShare = ResourceManager::GetBitmapN(IDB_CONTROLBAR_SHARE);
-               if (pBitmapShare != null)
+               Bitmap* pBitmapShareDim = ResourceManager::GetBitmapN(IDB_CONTROLBAR_SHARE_DIM);
+
+               if (pBitmapShare != null &&  pBitmapShareDim != null )
                {
-                       r = footerShare.SetIcon(FOOTER_ITEM_STATUS_NORMAL, pBitmapShare);
-                       TryReturn(r == E_SUCCESS, r, "[%s] Unable to set text", GetErrorMessage(r));
+                       footerShare.SetIcon(FOOTER_ITEM_STATUS_NORMAL, pBitmapShare);
+                       footerShare.SetIcon(FOOTER_ITEM_STATUS_DISABLED, pBitmapShareDim);
                }
+
                r = pFooter->AddItem(footerShare);
                delete pBitmapShare;
-               pBitmapShare = null;
+               delete pBitmapShareDim;
                TryReturn(r == E_SUCCESS, r, "[%s] Unable to add item", GetErrorMessage(r));
 
                FooterItem footerDelete;
                r = footerDelete.Construct(ACTION_ID_FOOTER_DELETE);
                TryReturn(r == E_SUCCESS, r, "[%s] Unable to construct footer item", GetErrorMessage(r));
                Bitmap* pBitmapDelete = ResourceManager::GetBitmapN(IDB_CONTROLBAR_DELETE);
-               if (pBitmapDelete != null)
+               Bitmap* pBitmapDeleteDim = ResourceManager::GetBitmapN(IDB_CONTROLBAR_DELETE_DIM);
+
+               if (pBitmapDelete != null && pBitmapDeleteDim != null)
                {
-                       r = footerDelete.SetIcon(FOOTER_ITEM_STATUS_NORMAL, pBitmapDelete);
-                       TryReturn(r == E_SUCCESS, r, "[%s] Unable to set text", GetErrorMessage(r));
+                       footerDelete.SetIcon(FOOTER_ITEM_STATUS_NORMAL, pBitmapDelete);
+                       footerDelete.SetIcon(FOOTER_ITEM_STATUS_DISABLED, pBitmapDeleteDim);
                }
+
                r = pFooter->AddItem(footerDelete);
                delete pBitmapDelete;
-               pBitmapDelete = null;
+               delete pBitmapDeleteDim;
                TryReturn(r == E_SUCCESS, r, "[%s] Unable to add item", GetErrorMessage(r));
 
                pFooter->SetBackButton();
@@ -213,11 +223,13 @@ FileListEditorForm::InitializeFooter(void)
                __pContextMenuMore = new (std::nothrow) ContextMenu();
                __pContextMenuMore->Construct(Point(0, 0), CONTEXT_MENU_STYLE_LIST);
 
-               __pContextMenuMore->AddItem(ResourceManager::GetString(L"IDS_COM_BODY_MOVE"), ACTION_ID_CONTEXT_MENU_MORE_MOVE);
+               __pContextMenuMore->AddItem(ResourceManager::GetString(L"IDS_COM_BODY_MOVE"),
+                               ACTION_ID_CONTEXT_MENU_MORE_MOVE);
 
                if (checkedCount > 1)
                {
-                       __pContextMenuMore->AddItem(ResourceManager::GetString(L"IDS_MEDIABR_BUTTON_SLIDE_SHOW"), ACTION_ID_CONTEXT_MENU_MORE_SLIDE_SHOW);
+                       __pContextMenuMore->AddItem(ResourceManager::GetString(L"IDS_MEDIABR_BUTTON_SLIDE_SHOW"),
+                                       ACTION_ID_CONTEXT_MENU_MORE_SLIDE_SHOW);
                }
 
                __pContextMenuMore->SetShowState(false);
@@ -225,7 +237,10 @@ FileListEditorForm::InitializeFooter(void)
 
                __pContextMenuShare = new (std::nothrow) ContextMenu();
                __pContextMenuShare->Construct(Point(0, 0), CONTEXT_MENU_STYLE_LIST);
-               __pContextMenuShare->AddItem(ResourceManager::GetString(L"IDS_COM_BODY_EMAIL"), ACTION_ID_CONTEXT_MENU_SHARE_EMAIL);
+               __pContextMenuShare->AddItem(ResourceManager::GetString(L"IDS_COM_BODY_MESSAGE"),
+                               ACTION_ID_CONTEXT_MENU_SHARE_MESSAGE);
+               __pContextMenuShare->AddItem(ResourceManager::GetString(L"IDS_COM_BODY_EMAIL"),
+                               ACTION_ID_CONTEXT_MENU_SHARE_EMAIL);
                __pContextMenuShare->SetShowState(false);
                __pContextMenuShare->AddActionEventListener(*this);
 
@@ -391,7 +406,8 @@ FileListEditorForm::OnActionPerformed(const Control& source, int actionId)
                }
                if (pSceneManager->GetCurrentSceneId() == IDSCN_ALL_LIST_SELECTION)
                {
-                       AllListSelectionPanel* pSelectionPanel = dynamic_cast<AllListSelectionPanel*>(pSceneManager->GetCurrentScene()->GetPanel());
+                       AllListSelectionPanel* pSelectionPanel = dynamic_cast<AllListSelectionPanel*>
+                       (pSceneManager->GetCurrentScene()->GetPanel());
                        if (pSelectionPanel != null && pSelectionPanel->GetItemCheckedCount() > 0)
                        {
                                __pDeletePopup->SetShowState(true);
@@ -447,7 +463,7 @@ FileListEditorForm::OnActionPerformed(const Control& source, int actionId)
                        AllListEditorPanel* pEditorPanel = dynamic_cast<AllListEditorPanel*>(pSceneManager->GetCurrentScene()->GetPanel());
                        if (pEditorPanel != null)
                        {
-                               pEditorPanel->OnRequestSlideShowAction();
+                               pEditorPanel->OnRequestSlideShow();
                        }
                }
                else if (pSceneManager->GetCurrentSceneId() == IDSCN_ALL_LIST_SELECTION)
@@ -455,20 +471,20 @@ FileListEditorForm::OnActionPerformed(const Control& source, int actionId)
                        AllListSelectionPanel* pSelectionPanel = dynamic_cast<AllListSelectionPanel*>(pSceneManager->GetCurrentScene()->GetPanel());
                        if (pSelectionPanel != null)
                        {
-                               pSelectionPanel->OnRequestSlideShowAction();
+                               pSelectionPanel->OnRequestSlideShow();
                        }
                }
 
                break;
        }
-       case ACTION_ID_CONTEXT_MENU_SHARE_EMAIL:
+       case ACTION_ID_CONTEXT_MENU_SHARE_MESSAGE:
        {
                if (pSceneManager->GetCurrentSceneId() == IDSCN_ALL_LIST_EDITOR)
                {
                        AllListEditorPanel* pEditorPanel = dynamic_cast<AllListEditorPanel*>(pSceneManager->GetCurrentScene()->GetPanel());
                        if (pEditorPanel != null)
                        {
-                               pEditorPanel->OnRequestEmailAction();
+                               pEditorPanel->OnRequestMessage();
                        }
                }
                else if (pSceneManager->GetCurrentSceneId() == IDSCN_IMAGE_LIST_EDITOR)
@@ -476,7 +492,7 @@ FileListEditorForm::OnActionPerformed(const Control& source, int actionId)
                        ImageListEditorPanel* pEditorPanel = dynamic_cast<ImageListEditorPanel*>(pSceneManager->GetCurrentScene()->GetPanel());
                        if (pEditorPanel != null)
                        {
-                               pEditorPanel->OnRequestEmailAction();
+                               pEditorPanel->OnRequestMessage();
                        }
                }
                else if (pSceneManager->GetCurrentSceneId() == IDSCN_VIDEO_LIST_EDITOR)
@@ -484,7 +500,7 @@ FileListEditorForm::OnActionPerformed(const Control& source, int actionId)
                        VideoListEditorPanel* pEditorPanel = dynamic_cast<VideoListEditorPanel*>(pSceneManager->GetCurrentScene()->GetPanel());
                        if (pEditorPanel != null)
                        {
-                               pEditorPanel->OnRequestEmailAction();
+                               pEditorPanel->OnRequestMessage();
                        }
 
                }
@@ -493,17 +509,56 @@ FileListEditorForm::OnActionPerformed(const Control& source, int actionId)
                        AllListSelectionPanel* pSelectionPanel = dynamic_cast<AllListSelectionPanel*>(pSceneManager->GetCurrentScene()->GetPanel());
                        if (pSelectionPanel != null)
                        {
-                               pSelectionPanel->OnRequestEmailAction();
+                               pSelectionPanel->OnRequestMessage();
+                       }
+               }
+               break;
+       }
+       case ACTION_ID_CONTEXT_MENU_SHARE_EMAIL:
+       {
+               if (pSceneManager->GetCurrentSceneId() == IDSCN_ALL_LIST_EDITOR)
+               {
+                       AllListEditorPanel* pEditorPanel = dynamic_cast<AllListEditorPanel*>(pSceneManager->GetCurrentScene()->GetPanel());
+                       if (pEditorPanel != null)
+                       {
+                               pEditorPanel->OnRequestEmail();
+                       }
+               }
+               else if (pSceneManager->GetCurrentSceneId() == IDSCN_IMAGE_LIST_EDITOR)
+               {
+                       ImageListEditorPanel* pEditorPanel = dynamic_cast<ImageListEditorPanel*>(pSceneManager->GetCurrentScene()->GetPanel());
+                       if (pEditorPanel != null)
+                       {
+                               pEditorPanel->OnRequestEmail();
                        }
                }
+               else if (pSceneManager->GetCurrentSceneId() == IDSCN_VIDEO_LIST_EDITOR)
+               {
+                       VideoListEditorPanel* pEditorPanel = dynamic_cast<VideoListEditorPanel*>(pSceneManager->GetCurrentScene()->GetPanel());
+                       if (pEditorPanel != null)
+                       {
+                               pEditorPanel->OnRequestEmail();
+                       }
 
+               }
+               else if (pSceneManager->GetCurrentSceneId() == IDSCN_ALL_LIST_SELECTION)
+               {
+                       AllListSelectionPanel* pSelectionPanel = dynamic_cast<AllListSelectionPanel*>(pSceneManager->GetCurrentScene()->GetPanel());
+                       if (pSelectionPanel != null)
+                       {
+                               pSelectionPanel->OnRequestEmail();
+                       }
+               }
                break;
        }
        case ACTION_ID_CONTEXTMENU_EDITOR_MOVE_CREATE_ALBUM:
        {
                if (pSceneManager->GetCurrentSceneId() == IDSCN_ALL_LIST_EDITOR)
                {
-                       pSceneManager->GoForward(ForwardSceneTransition(IDSCN_ALBUM_NAME_EDITOR));
+                       AllListEditorPanel* pListEditorPanel = dynamic_cast<AllListEditorPanel*>(pSceneManager->GetCurrentScene()->GetPanel());
+                       IList* pList = pListEditorPanel->GetItemCheckedIndexListN();
+
+                       pSceneManager->GoForward(ForwardSceneTransition(IDSCN_ALBUM_NAME_EDITOR), pList);
                }
                break;
        }
@@ -511,7 +566,10 @@ FileListEditorForm::OnActionPerformed(const Control& source, int actionId)
        {
                if (pSceneManager->GetCurrentSceneId() == IDSCN_ALL_LIST_SELECTION)
                {
-                       pSceneManager->GoForward(ForwardSceneTransition(IDSCN_ALBUM_NAME_EDITOR));
+                       AllListSelectionPanel* pSelectionPanel = dynamic_cast<AllListSelectionPanel*>
+                       (pSceneManager->GetCurrentScene()->GetPanel());
+                       IList* pList = pSelectionPanel->GetItemCheckedIndexListN();
+                       pSceneManager->GoForward(ForwardSceneTransition(IDSCN_ALBUM_NAME_EDITOR), pList);
                }
                break;
        }
@@ -525,17 +583,10 @@ FileListEditorForm::OnActionPerformed(const Control& source, int actionId)
                        AllListEditorPanel* pEditorPanel = dynamic_cast<AllListEditorPanel*>(pSceneManager->GetCurrentScene()->GetPanel());
                        if (pEditorPanel != null)
                        {
-                               result r = pEditorPanel->OnRequestDeleteAction();
-                               if (r == E_SUCCESS)
+                               result r = pEditorPanel->OnRequestDelete();
+                               if ( IsFailed(r) )
                                {
-                                       if (pEditorPanel->GetItemCount() > 0)
-                                       {
-                                               pSceneManager->GoForward(ForwardSceneTransition(IDSCN_ALL_LIST));
-                                       }
-                                       else
-                                       {
-                                               pSceneManager->GoForward(ForwardSceneTransition(IDSCN_ALBUM_LIST));
-                                       }
+                                       AppLogDebug("OnRequestDelete failed with %s", GetErrorMessage(r));
                                }
                        }
                }
@@ -544,33 +595,30 @@ FileListEditorForm::OnActionPerformed(const Control& source, int actionId)
                        ImageListEditorPanel* pEditorPanel = dynamic_cast<ImageListEditorPanel*>(pSceneManager->GetCurrentScene()->GetPanel());
                        if (pEditorPanel != null)
                        {
-                               pEditorPanel->OnRequestDeleteAction();
+                               pEditorPanel->OnRequestDelete();
                        }
                }
                else if (pSceneManager->GetCurrentSceneId() == IDSCN_VIDEO_LIST_EDITOR)
                {
-                       VideoListEditorPanel* pEditorPanel = dynamic_cast<VideoListEditorPanel*>(pSceneManager->GetCurrentScene()->GetPanel());
+                       VideoListEditorPanel* pEditorPanel = dynamic_cast<VideoListEditorPanel*>
+                       (pSceneManager->GetCurrentScene()->GetPanel());
+
                        if (pEditorPanel != null)
                        {
-                               pEditorPanel->OnRequestDeleteAction();
+                               pEditorPanel->OnRequestDelete();
                        }
                }
                else if (pSceneManager->GetCurrentSceneId() == IDSCN_ALL_LIST_SELECTION)
                {
-                       AllListSelectionPanel* pSelectionPanel = dynamic_cast<AllListSelectionPanel*>(pSceneManager->GetCurrentScene()->GetPanel());
+                       AllListSelectionPanel* pSelectionPanel = dynamic_cast<AllListSelectionPanel*>
+                       (pSceneManager->GetCurrentScene()->GetPanel());
+
                        if (pSelectionPanel != null)
                        {
-                               result r = pSelectionPanel->OnRequestDeleteAction();
-                               if (r == E_SUCCESS)
+                               result r = pSelectionPanel->OnRequestDelete();
+                               if ( IsFailed(r) )
                                {
-                                       if (pSelectionPanel->GetItemCount() > 0)
-                                       {
-                                               pSceneManager->GoForward(ForwardSceneTransition(IDSCN_ALL_LIST));
-                                       }
-                                       else
-                                       {
-                                               pSceneManager->GoForward(ForwardSceneTransition(IDSCN_ALBUM_LIST));
-                                       }
+                                       AppLogDebug("OnRequestDelete failed with %s", GetErrorMessage(r));
                                }
                        }
                }
@@ -607,7 +655,8 @@ FileListEditorForm::OnActionPerformed(const Control& source, int actionId)
        {
                if (pSceneManager->GetCurrentSceneId() == IDSCN_ALL_LIST_EDITOR)
                {
-                       if ((ACTION_ID_CONTEXTMENU_EDITOR_MOVE_ALBUM_ARRAY_START <= actionId) && (actionId <= ACTION_ID_CONTEXTMENU_EDITOR_MOVE_CREATE_ALBUM + 1000))
+                       if ((ACTION_ID_CONTEXTMENU_EDITOR_MOVE_ALBUM_ARRAY_START <= actionId) &&
+                                       (actionId <= ACTION_ID_CONTEXTMENU_EDITOR_MOVE_CREATE_ALBUM + 1000))
                        {
                                if (__pContentDirectoryList == null)
                                {
@@ -616,15 +665,25 @@ FileListEditorForm::OnActionPerformed(const Control& source, int actionId)
                                }
                                if (__pContentDirectoryList->GetCount() > actionId - ACTION_ID_CONTEXTMENU_EDITOR_MOVE_ALBUM_ARRAY_START)
                                {
-                                       String* pDirectory = static_cast<String*>(__pContentDirectoryList->GetAt(actionId - ACTION_ID_CONTEXTMENU_EDITOR_MOVE_ALBUM_ARRAY_START));
+                                       String* pDirectory = static_cast<String*>
+                                       (__pContentDirectoryList->GetAt(actionId - ACTION_ID_CONTEXTMENU_EDITOR_MOVE_ALBUM_ARRAY_START));
+
+                                       AllListEditorPanel* pEditorPanel = dynamic_cast<AllListEditorPanel*>
+                                       (pSceneManager->GetCurrentScene()->GetPanel());
 
-                                       AllListEditorPanel* pEditorPanel = dynamic_cast<AllListEditorPanel*>(pSceneManager->GetCurrentScene()->GetPanel());
                                        if (pEditorPanel != null)
                                        {
-                                               result r = pEditorPanel->OnRequestMoveToAction(*pDirectory);
-                                               if (r == E_SUCCESS)
+                                               delete __pFileMove;
+                                               __pFileMove = new FileMoveTimer(*pDirectory, pEditorPanel->GetItemCheckedIndexListN(),
+                                                               __pPresentationModel, this );
+                                               result r = __pFileMove->StartTimer();
+                                               if (IsFailed(r))
                                                {
-                                                       MoveToAlbum(*pDirectory);
+                                                       delete __pFileMove;
+                                                       __pFileMove = null;
+                                               } else
+                                               {
+                                                       __moveInProgress = true;
                                                }
                                        }
                                }
@@ -632,7 +691,8 @@ FileListEditorForm::OnActionPerformed(const Control& source, int actionId)
                }
                else if (pSceneManager->GetCurrentSceneId() == IDSCN_ALL_LIST_SELECTION)
                {
-                       if ((ACTION_ID_CONTEXTMENU_SELECTION_MOVE_ALBUM_ARRAY_START <= actionId) && (actionId <= ACTION_ID_CONTEXTMENU_SELECTION_MOVE_CREATE_ALBUM + 1000))
+                       if ((ACTION_ID_CONTEXTMENU_SELECTION_MOVE_ALBUM_ARRAY_START <= actionId) &&
+                                       (actionId <= ACTION_ID_CONTEXTMENU_SELECTION_MOVE_CREATE_ALBUM + 1000))
                        {
                                if (__pContentDirectoryList == null)
                                {
@@ -641,15 +701,26 @@ FileListEditorForm::OnActionPerformed(const Control& source, int actionId)
                                }
                                if (__pContentDirectoryList->GetCount() > actionId - ACTION_ID_CONTEXTMENU_SELECTION_MOVE_ALBUM_ARRAY_START)
                                {
-                                       String* pDirectory = static_cast<String*>(__pContentDirectoryList->GetAt(actionId - ACTION_ID_CONTEXTMENU_SELECTION_MOVE_ALBUM_ARRAY_START));
+                                       String* pDirectory = static_cast<String*>
+                                       (__pContentDirectoryList->GetAt(actionId - ACTION_ID_CONTEXTMENU_SELECTION_MOVE_ALBUM_ARRAY_START));
+
+                                       AllListSelectionPanel* pSelectionPanel = dynamic_cast<AllListSelectionPanel*>
+                                               (pSceneManager->GetCurrentScene()->GetPanel());
 
-                                       AllListSelectionPanel* pSelectionPanel = dynamic_cast<AllListSelectionPanel*>(pSceneManager->GetCurrentScene()->GetPanel());
                                        if (pSelectionPanel != null)
                                        {
-                                               result r = pSelectionPanel->OnRequestMoveToAction(*pDirectory);
-                                               if (r == E_SUCCESS)
+                                               delete __pFileMove;
+                                               __pFileMove = new FileMoveTimer(*pDirectory, pSelectionPanel->GetItemCheckedIndexListN(),
+                                                               __pPresentationModel, this );
+                                               result r = __pFileMove->StartTimer();
+                                               if (IsFailed(r))
                                                {
-                                                       MoveToAlbum(*pDirectory);
+                                                       delete __pFileMove;
+                                                       __pFileMove = null;
+                                               }
+                                               else
+                                               {
+                                                       __moveInProgress = true;
                                                }
                                        }
                                }
@@ -662,6 +733,21 @@ FileListEditorForm::OnActionPerformed(const Control& source, int actionId)
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
 }
 
+void FileListEditorForm::OnFileOpInvalidate(enum FileActionMode actionId)
+{
+       Invalidate(true);
+}
+
+bool FileListEditorForm::GetFileMoveProgress()
+{
+       return __moveInProgress;
+}
+
+void FileListEditorForm::OnFileOpComplete(enum FileActionMode actionId, result res)
+{
+       __moveInProgress = false;
+}
+
 void
 FileListEditorForm::OnUpdateContentList()
 {
@@ -689,18 +775,21 @@ FileListEditorForm::SetUpPopup(void)
        Rectangle popupClientBounds = __pDeletePopup->GetClientAreaBounds();
 
        Label* pLabelText = new (std::nothrow) Label();
-       pLabelText->Construct(Rectangle(0, 0, popupClientBounds.width, H_DELETE_LABEL), ResourceManager::GetString(L"IDS_COM_POP_DELETE_Q"));
+       pLabelText->Construct(Rectangle(0, 0, popupClientBounds.width, H_DELETE_LABEL),
+                       ResourceManager::GetString(L"IDS_COM_POP_DELETE_Q"));
        pLabelText->SetTextHorizontalAlignment(ALIGNMENT_CENTER);
        __pDeletePopup->AddControl(*pLabelText);
 
        Button* pButtonDel = new (std::nothrow) Button();
-       pButtonDel->Construct(Rectangle(0, Y_DELETE_BUTTON, popupClientBounds.width / 2 - GAP_W_POPUP_ITEM, H_DELETE_BUTTON), ResourceManager::GetString(L"IDS_COM_BODY_DELETE"));
+       pButtonDel->Construct(Rectangle(0, Y_DELETE_BUTTON, popupClientBounds.width / 2 - GAP_W_POPUP_ITEM, H_DELETE_BUTTON),
+                       ResourceManager::GetString(L"IDS_COM_BODY_DELETE"));
        pButtonDel->SetActionId(ACTION_ID_DELETE_POPUP_DEL);
        pButtonDel->AddActionEventListener(*this);
        __pDeletePopup->AddControl(*pButtonDel);
 
        Button* pButtonCancel = new (std::nothrow) Button();
-       pButtonCancel->Construct(Rectangle(popupClientBounds.width / 2 + GAP_W_POPUP_ITEM, Y_DELETE_BUTTON, popupClientBounds.width / 2 - GAP_W_POPUP_ITEM, H_DELETE_BUTTON), ResourceManager::GetString(L"IDS_COM_POP_CANCEL"));
+       pButtonCancel->Construct(Rectangle(popupClientBounds.width / 2 + GAP_W_POPUP_ITEM, Y_DELETE_BUTTON,
+                       popupClientBounds.width / 2 - GAP_W_POPUP_ITEM, H_DELETE_BUTTON), ResourceManager::GetString(L"IDS_COM_POP_CANCEL"));
        pButtonCancel->SetActionId(ACTION_ID_DELETE_POPUP_CANCEL);
        pButtonCancel->AddActionEventListener(*this);
        __pDeletePopup->AddControl(*pButtonCancel);
@@ -750,16 +839,20 @@ FileListEditorForm::RefreshFolderList(void)
                __pContentDirectoryNameList->Add(pDirName);
        }
        __pContextEditorMenuMove->RemoveAllItems();
-       __pContextEditorMenuMove->AddItem(ResourceManager::GetString(L"IDS_MEDIABR_OPT_CREATE_ALBUM"), ACTION_ID_CONTEXTMENU_EDITOR_MOVE_CREATE_ALBUM);
+       __pContextEditorMenuMove->AddItem(ResourceManager::GetString(L"IDS_MEDIABR_OPT_CREATE_ALBUM"),
+                       ACTION_ID_CONTEXTMENU_EDITOR_MOVE_CREATE_ALBUM);
        __pContextSelectionMenuMove->RemoveAllItems();
-       __pContextSelectionMenuMove->AddItem(ResourceManager::GetString(L"IDS_MEDIABR_OPT_CREATE_ALBUM"), ACTION_ID_CONTEXTMENU_SELECTION_MOVE_CREATE_ALBUM);
+       __pContextSelectionMenuMove->AddItem(ResourceManager::GetString(L"IDS_MEDIABR_OPT_CREATE_ALBUM"),
+                       ACTION_ID_CONTEXTMENU_SELECTION_MOVE_CREATE_ALBUM);
 
        loopCount = __pContentDirectoryNameList->GetCount();
        for (int i = 0; i < loopCount; ++i)
        {
                pDirName = static_cast<String*>(__pContentDirectoryNameList->GetAt(i));
-               __pContextEditorMenuMove->AddItem(*(new (std::nothrow) String(*pDirName)), ACTION_ID_CONTEXTMENU_EDITOR_MOVE_ALBUM_ARRAY_START + i);
-               __pContextSelectionMenuMove->AddItem(*(new (std::nothrow) String(*pDirName)), ACTION_ID_CONTEXTMENU_SELECTION_MOVE_ALBUM_ARRAY_START + i);
+               __pContextEditorMenuMove->AddItem(*(new (std::nothrow) String(*pDirName)),
+                               ACTION_ID_CONTEXTMENU_EDITOR_MOVE_ALBUM_ARRAY_START + i);
+               __pContextSelectionMenuMove->AddItem(*(new (std::nothrow) String(*pDirName)),
+                               ACTION_ID_CONTEXTMENU_SELECTION_MOVE_ALBUM_ARRAY_START + i);
        }
        __pContextEditorMenuMove->SetShowState(false);
        __pContextSelectionMenuMove->SetShowState(false);
@@ -801,7 +894,8 @@ FileListEditorForm::OnFormBackRequested(Form& source)
                }
                else if (pSceneManager->GetCurrentSceneId() == IDSCN_ALL_LIST_SELECTION)
                {
-                       AllListSelectionPanel* pSelectionPanel = dynamic_cast<AllListSelectionPanel*>(pSceneManager->GetCurrentScene()->GetPanel());
+                       AllListSelectionPanel* pSelectionPanel = dynamic_cast<AllListSelectionPanel*>
+                               (pSceneManager->GetCurrentScene()->GetPanel());
                        if (pSelectionPanel != null)
                        {
                                IList* pList = pSelectionPanel->GetItemCheckedIndexListN();
index c2628bc..c8ccbec 100644 (file)
@@ -35,8 +35,6 @@ using namespace Tizen::Ui::Controls;
 using namespace Tizen::Ui::Scenes;
 using namespace Tizen::Content;
 
-static const String DEFAULT_TITLE = L"File View";
-
 FileListForm::FileListForm(void)
        : __pContextMenuMore(null)
        , __pPresentationModel(null)
@@ -55,7 +53,7 @@ result
 FileListForm::Initialize(void)
 {
        AppLogDebug("ENTER");
-       result r = Construct(FORM_STYLE_NORMAL | FORM_STYLE_INDICATOR | FORM_STYLE_HEADER | FORM_STYLE_FOOTER);
+       result r = Form::Construct(IDL_FORM_FILE_LIST);
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
 
        return r;
@@ -70,9 +68,6 @@ FileListForm::OnInitializing(void)
        __pPresentationModel = FileListPresentationModel::GetInstance();
        __pPresentationModel->ClearThumbnailRequests();
 
-       pHeader->SetStyle(HEADER_STYLE_TITLE);
-       pHeader->SetTitleText(DEFAULT_TITLE);
-
        InitializeFooter();
        SetFormBackEventListener(this);
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
index 7ae73b0..5ed5a9c 100644 (file)
@@ -80,10 +80,10 @@ IList* FileListPresentationModel::__pDirectoryList = null;
 IList* FileListPresentationModel::__pContentInfoList = null;
 
 FileListPresentationModel::FileListPresentationModel(void)
-       :__albumContentType(CONTENT_TYPE_ALL)
-       ,__appControlMode(APP_CONTROL_MODE_MAIN)
-       ,__appControlMediaType(APPCONTROL_MEDIA_TYPE_UNKNOWN)
-       ,__appControlSelectionMode(APPCONTROL_SELECTION_MODE_UNKNOWN)
+       : __albumContentType(CONTENT_TYPE_ALL)
+       , __appControlMode(APP_CONTROL_MODE_MAIN)
+       , __appControlMediaType(APPCONTROL_MEDIA_TYPE_UNKNOWN)
+       , __appControlSelectionMode(APPCONTROL_SELECTION_MODE_SINGLE)
 {
        AppLogDebug("ENTER");
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
@@ -181,6 +181,7 @@ FileListPresentationModel::Construct(void)
        {
                __appControlMode = APP_CONTROL_MODE_SETTING;
        }
+
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
 
        return E_SUCCESS;
@@ -336,7 +337,8 @@ FileListPresentationModel::IsContainContentInDirectory(const String& directoryPa
        int pageNo = SIZE_PAGE_NO;
        int countPerPage = SIZE_CONUNT_PER_PAGE;
 
-       IList* pContentList = contentDirectory.GetContentDirectoryItemListN(directoryPath, pageNo, countPerPage, CONTENT_INFO_ORDER, SORT_ORDER_ASCENDING);
+       IList* pContentList = contentDirectory.GetContentDirectoryItemListN(directoryPath, pageNo, countPerPage,
+                       CONTENT_INFO_ORDER, SORT_ORDER_ASCENDING);
 
        if (pContentList == null || pContentList->GetCount() <= 0)
        {
@@ -407,7 +409,7 @@ FileListPresentationModel::GetThumbnailInSyncCacheN(const int index, String*& pN
                Bitmap* pThumbnailBgBitmap = ResourceManager::GetBitmapN(IDB_VIDEOTHUMBNAIL_BG);
                Rectangle thumbnailRect(RECTANGLE_THUMBNAIL_OFFSET_POSION);
                pDstBitmap->Scale(Dimension(RECTANGLE_THUMBNAIL_OFFSET_POSION.width - RECTANGLE_THUMBNAIL_OFFSET_POSION.x
-                                                                       , RECTANGLE_THUMBNAIL_OFFSET_POSION.height - RECTANGLE_THUMBNAIL_OFFSET_POSION.y));
+                               , RECTANGLE_THUMBNAIL_OFFSET_POSION.height - RECTANGLE_THUMBNAIL_OFFSET_POSION.y));
                if (pThumbnailBgBitmap != null)
                {
                        pThumbnailBgBitmap->Scale(DIMENSION_REAL_ICON);
@@ -477,7 +479,7 @@ FileListPresentationModel::GetThumbnailVideoInSyncCacheN(const int index, String
                Bitmap* pThumbnailBgBitmap = ResourceManager::GetBitmapN(IDB_VIDEOTHUMBNAIL_BG);
                Rectangle thumbnailRect(RECTANGLE_VIDEO_THUMBNAIL_OFFSET_POSION);
                pOrgBitmap->Scale(Dimension(RECTANGLE_VIDEO_THUMBNAIL_OFFSET_POSION.width - RECTANGLE_VIDEO_THUMBNAIL_OFFSET_POSION.x
-                                                                       , RECTANGLE_VIDEO_THUMBNAIL_OFFSET_POSION.height - RECTANGLE_VIDEO_THUMBNAIL_OFFSET_POSION.y));
+                               , RECTANGLE_VIDEO_THUMBNAIL_OFFSET_POSION.height - RECTANGLE_VIDEO_THUMBNAIL_OFFSET_POSION.y));
                if (pThumbnailBgBitmap != null)
                {
                        pThumbnailBgBitmap->Scale(Dimension(W_WIDE_THUMBNAIL, H_WIDE_THUMBNAIL));
@@ -530,7 +532,7 @@ FileListPresentationModel::RequestThumbnail(const int index)
                return;
        }
 
-        __pThumbnailProvider->RequestThumbnail(pContentInfo->GetContentId(), __pThumbnailEvent);
+       __pThumbnailProvider->RequestThumbnail(pContentInfo->GetContentId(), __pThumbnailEvent);
        AppLogDebug("EXIT");
 }
 
@@ -548,7 +550,7 @@ FileListPresentationModel::CancelThumbnailRequest(const int index)
                        AppLogDebug("EXIT 1(%s)", GetErrorMessage(GetLastResult()));
                        return;
                }
-                __pThumbnailProvider->CancelThumbnailRequest(pContentInfo->GetContentId(), __pThumbnailEvent);
+               __pThumbnailProvider->CancelThumbnailRequest(pContentInfo->GetContentId(), __pThumbnailEvent);
        }
        AppLogDebug("EXIT");
 }
@@ -560,7 +562,7 @@ FileListPresentationModel::ClearThumbnailRequests(bool appTerminating)
 
        if (__pThumbnailProvider != null)
        {
-                __pThumbnailProvider->ClearThumbnailRequests(appTerminating);
+               __pThumbnailProvider->ClearThumbnailRequests(appTerminating);
        }
 
        AppLogDebug("EXIT");
@@ -621,7 +623,8 @@ FileListPresentationModel::OnThumbnailReceivedN(IEventArg& eventArg)
                                {
                                        __pIconListViewCache->RemoveAt(0, true);
                                }
-                               AppLogDebug("[CHASEFIRE] (all:%d) Add Thumbail(%ls)",__pIconListViewCache->GetCount(), pThumbnailInfo->GetFilePath().GetPointer());
+                               AppLogDebug("[CHASEFIRE] (all:%d) Add Thumbail(%ls)",__pIconListViewCache->GetCount(),
+                                               pThumbnailInfo->GetFilePath().GetPointer());
                                __pIconListViewCache->Add(pThumbnailInfo);
                        }
                }
@@ -715,7 +718,8 @@ FileListPresentationModel::DeleteContentFileList(const IList& contentIndexList)
 
                if ((pIndex != null) && (pIndex->ToInt())>=0 && __pContentInfoList->GetCount() > pIndex->ToInt())
                {
-                       pContentIdList->Add(new (std::nothrow) ContentId((static_cast<ContentInfo*>(__pContentInfoList->GetAt(pIndex->ToInt())))->GetContentId()));
+                       pContentIdList->Add(new (std::nothrow) ContentId((static_cast<ContentInfo*>
+                                       (__pContentInfoList->GetAt(pIndex->ToInt())))->GetContentId()));
                }
        }
 
@@ -737,7 +741,8 @@ IList*
 FileListPresentationModel::GetCollisionIndexListN(const IList& contentIndexList, const String& destDirectory)
 {
        AppLogDebug("ENTER");
-       if (&contentIndexList == null || contentIndexList.GetCount() <= 0 || &destDirectory == null || destDirectory.IsEmpty() == true)
+       if (&contentIndexList == null || contentIndexList.GetCount() <= 0 || &destDirectory == null
+                       || destDirectory.IsEmpty() == true)
        {
                AppLogDebug("EXIT 1(%s)", GetErrorMessage(GetLastResult()));
 
@@ -805,7 +810,8 @@ FileListPresentationModel::MoveToContentFileList(const IList& contentIndexList,
                Directory::Create(destDirectory, true);
        }
 
-       IList * pContentIdList = new (std::nothrow) ArrayList(SingleObjectDeleter);
+       delete __pContentIdList;
+       __pContentIdList = new (std::nothrow) ArrayList(SingleObjectDeleter);
        int loopCount = contentIndexList.GetCount();
        for (int i = 0; i < loopCount; ++i)
        {
@@ -813,19 +819,11 @@ FileListPresentationModel::MoveToContentFileList(const IList& contentIndexList,
 
                if ((pIndex != null) && (pIndex->ToInt())>=0 && __pContentInfoList->GetCount() > pIndex->ToInt())
                {
-                       pContentIdList->Add(new (std::nothrow) ContentId((static_cast<ContentInfo*>(__pContentInfoList->GetAt(pIndex->ToInt())))->GetContentId()));
+                       __pContentIdList->Add(new (std::nothrow) ContentId((static_cast<ContentInfo*>(__pContentInfoList->GetAt(pIndex->ToInt())))->GetContentId()));
                }
        }
 
-       loopCount = pContentIdList->GetCount();
-       for (int i = 0; i < loopCount; ++i)
-       {
-               ContentId* pContentId = static_cast<ContentId*>(pContentIdList->GetAt(i));
-               if (pContentId != null)
-               {
-                       MoveToContentFile(*pContentId, destDirectory);
-               }
-       }
+
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
 
        return E_SUCCESS;
@@ -869,6 +867,7 @@ FileListPresentationModel::MoveToContentFile(const ContentId& contentId, const S
                ContentInfo* pContentInfo = contentManager.GetContentInfoN(contentId);
                if (pContentInfo == null)
                {
+                       AppLogDebug("Santhosh %s", destDirectory.GetPointer());
                        AppLogDebug("EXIT 2(%s)", GetErrorMessage(GetLastResult()));
                        return E_FAILURE;
                }
@@ -957,7 +956,7 @@ FileListPresentationModel::MoveToContentFile(const ContentId& contentId, const S
 
 result
 FileListPresentationModel::StartAppControl( const String& providerId, const String& operationId,
-                                                                       const IMap* pDataList, IAppControlResponseListener* pListener)
+               const IMap* pDataList, IAppControlResponseListener* pListener)
 {
        AppLogDebug("ENTER");
        AppLogDebug("FindAppControlN(%ls, %ls)", providerId.GetPointer(), operationId.GetPointer());
@@ -972,7 +971,8 @@ FileListPresentationModel::StartAppControl( const String& providerId, const Stri
                                String* pKey = const_cast<String*>(static_cast<const String*>(pKeyList->GetAt(i)));
                                String* pValue = const_cast<String*>(static_cast<const String*>(pDataList->GetValue(*pKey)));
 
-                               AppLogDebug("(%ls:%ls)", pKey == null ? L"(null)" : pKey->GetPointer(), pValue == null ? L"(null)" : pValue->GetPointer());
+                               AppLogDebug("(%ls:%ls)", pKey == null ? L"(null)" : pKey->GetPointer(),
+                                               pValue == null ? L"(null)" : pValue->GetPointer());
                        }
                }
        }
@@ -1054,7 +1054,8 @@ FileListPresentationModel::SetCurrentAlbumInfo(const String& albumName, const IL
        int loopCount = directoryList.GetCount();
        for (int i = 0; i < loopCount; ++i)
        {
-               __pDirectoryList->Add(new (std::nothrow) String(*(const_cast<String*>(static_cast<const String*>(directoryList.GetAt(i))))));
+               __pDirectoryList->Add(new (std::nothrow) String(*(const_cast<String*>
+                       (static_cast<const String*>(directoryList.GetAt(i))))));
        }
 
        if (__pContentInfoList != null)
@@ -1114,6 +1115,7 @@ FileListPresentationModel::RefreshContentInfoList(ContentType contentType)
        if (__pContentInfoList != null)
        {
                delete __pContentInfoList;
+               __pContentInfoList = null;
        }
        __pContentInfoList = GetContentInfoListInDirectoryListN(*__pDirectoryList, __albumContentType);
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
@@ -1233,6 +1235,24 @@ FileListPresentationModel::GetContentInfo(int index)
        return pContentInfo;
 }
 
+
+IList* FileListPresentationModel::GetContentIdListN(const IList& contentInfoList)
+{
+       IList* pContentIdList = new (std::nothrow) ArrayList(SingleObjectDeleter);
+       int loopCount = contentInfoList.GetCount();
+       for (int i = 0; i < loopCount; ++i)
+       {
+               const Integer* pIndex = static_cast<const Integer*>(contentInfoList.GetAt(i));
+
+               if ((pIndex != null) && (pIndex->ToInt())>=0 && __pContentInfoList->GetCount() > pIndex->ToInt())
+               {
+                       pContentIdList->Add(new (std::nothrow) ContentId((static_cast<ContentInfo*>(__pContentInfoList->GetAt(pIndex->ToInt())))->GetContentId()));
+               }
+       }
+
+       return pContentIdList;
+}
+
 int
 FileListPresentationModel::GetCurrentAlbumContentInfoCount(void)
 {
@@ -1299,7 +1319,7 @@ FileListPresentationModel::GetContentFilePath(int index)
 
 Bitmap*
 FileListPresentationModel::CoverVideoOverlayedImageOnThumbnailN(Bitmap& thumbnail,
-                                                                                                                                       const ThumbnailInfo& thumbmailInfo)
+               const ThumbnailInfo& thumbmailInfo)
 {
        AppLogDebug("ENTER");
        Bitmap* overlayedImage = null;
@@ -1357,8 +1377,8 @@ FileListPresentationModel::CoverVideoOverlayedImageOnThumbnailN(Bitmap& thumbnai
 
 Bitmap*
 FileListPresentationModel::GetShadedBackgroundBitmapN(Bitmap& bgBitmap,
-                                                                                       const Bitmap& orgBitmap,
-                                                                                       const Rectangle& orgBitmapPosition)
+               const Bitmap& orgBitmap,
+               const Rectangle& orgBitmapPosition)
 {
        AppLogDebug("ENTER");
        if (&orgBitmap == null || &orgBitmap == null)
@@ -1385,7 +1405,7 @@ FileListPresentationModel::GetShadedBackgroundBitmapN(Bitmap& bgBitmap,
 
 IList*
 FileListPresentationModel::GetContentInfoListInDirectoryListN(const IList& contentDirectoryList,
-                                                                                                                       ContentType contentType)const
+               ContentType contentType)const
 {
        AppLogDebug("ENTER");
        IList* pContentList = new (std::nothrow) ArrayList(SingleObjectDeleter);
diff --git a/src/GlFileMoveTimer.cpp b/src/GlFileMoveTimer.cpp
new file mode 100644 (file)
index 0000000..537643a
--- /dev/null
@@ -0,0 +1,174 @@
+//
+// Copyright (c) 2012 Samsung Electronics Co., Ltd.
+//
+// Licensed under the Flora License, Version 1.0 (the License);
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//     http://floralicense.org/license/
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an AS IS BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+
+/**
+ * @file               FileMoveTimer.cpp
+ * @brief              This is the source file for FileMoveTimer class.
+ */
+
+#include <FBase.h>
+#include <FContent.h>
+#include <FMedia.h>
+#include <FSystem.h>
+#include <FUi.h>
+
+#include "GlFileListPresentationModel.h"
+#include "GlFileMoveTimer.h"
+
+using namespace Tizen::Base;
+using namespace Tizen::Base::Collection;
+using namespace Tizen::Base::Utility;
+using namespace Tizen::Content;
+using namespace Tizen::Io;
+using namespace Tizen::Ui;
+using namespace Tizen::Ui::Controls;
+using namespace Tizen::Ui::Scenes;
+
+FileMoveTimer::FileMoveTimer(String& destDirectory, IList* list , FileListPresentationModel* presentationModel
+               , IFileOpInvalidateListener* pInvalidate)
+       : GlTimerBase(pInvalidate, FILE_MOVE_ACTION)
+       , __pMoveIndexList(list)
+       ,__moveToDir(destDirectory)
+       ,__pPresentationModel(presentationModel)
+{
+}
+
+FileMoveTimer::~FileMoveTimer(void)
+{
+       delete __pMoveIndexList;
+}
+
+IList*
+FileMoveTimer::TimerStart(void)
+{
+       AppLogDebug("ENTER");
+       if (&__moveToDir == null || __moveToDir.IsEmpty())
+       {
+               AppLogDebug("EXIT 1(%s)", GetErrorMessage(GetLastResult()));
+               return null;
+       }
+
+       if (__pMoveIndexList == null || __pMoveIndexList->GetCount() <= 0)
+       {
+               AppLogDebug("EXIT 2(%s)", GetErrorMessage(GetLastResult()));
+               return null;
+       }
+
+       IList* pCollisionList = __pPresentationModel->GetCollisionIndexListN(*__pMoveIndexList, __moveToDir);
+
+       if (pCollisionList != null)
+       {
+               int loopCount = pCollisionList->GetCount();
+               for (int i = 0; i < loopCount; ++i)
+               {
+                       String* pCollisionString = const_cast<String*>(static_cast<const String*>(pCollisionList->GetAt(i)));
+                       String tmpString;
+
+                       if (pCollisionString != null)
+                       {
+                               tmpString = (*pCollisionString);
+                       }
+
+                       String delim(MULTI_ITEM_SEPARATOR);
+                       StringTokenizer st(tmpString, delim);
+                       String token;
+
+                       int collisionIndex;
+                       String fileNmae;
+
+                       if (st.HasMoreTokens() == true)
+                       {
+                               st.GetNextToken(token);
+                               Integer::Parse(token, collisionIndex);
+
+                               if (st.HasMoreTokens() == true)
+                               {
+                                       st.GetNextToken(fileNmae);
+                               }
+
+                               MessageBox messageBox;
+                               messageBox.Construct(L"", fileNmae + ResourceManager::GetString(L"IDS_MEDIABR_POP_ALREADY_EXISTS_OVERWRITE_Q"),
+                                               MSGBOX_STYLE_YESNO, 0);
+                               int modalResult = 0;
+                               messageBox.ShowAndWait(modalResult);
+
+                               if (modalResult == MSGBOX_RESULT_NO)
+                               {
+                                       int innerLoopCount = __pMoveIndexList->GetCount();
+                                       for (int j = 0; j < innerLoopCount; ++j)
+                                       {
+                                               if(collisionIndex == (const_cast<Integer*>(static_cast<const Integer*>
+                                               (__pMoveIndexList->GetAt(j))))->ToInt())
+                                               {
+                                                       __pMoveIndexList->RemoveAt(j, true);
+                                                       --j;
+                                                       --innerLoopCount;
+                                               }
+                                       }
+                               }
+                       }
+               }
+               delete pCollisionList;
+       }
+
+       if ( __pMoveIndexList->GetCount() > 0 )
+       {
+               if (File::IsFileExist(__moveToDir) == false)
+               {
+                       Directory::Create(__moveToDir, true);
+               }
+               AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
+               return __pPresentationModel->GetContentIdListN(*__pMoveIndexList);
+
+       }
+       else
+       {
+               return null;
+       }
+}
+
+void
+FileMoveTimer::TimerExpired(const ContentId& contentId)
+{
+       AppLogDebug("ENTER");
+       __pPresentationModel->MoveToContentFile(contentId, __moveToDir);
+       AppLogDebug("EXIT");
+}
+
+void
+FileMoveTimer::TimerCancel(void)
+{
+}
+
+void
+FileMoveTimer::TimerComplete(int)
+{
+       AppLogDebug("ENTER");
+       String albumName = __pPresentationModel->ConvertToAlbumName(__moveToDir);
+
+       if (albumName != EMPTY_SPACE)
+       {
+               IList* pDirectoryList = new (std::nothrow) ArrayList(SingleObjectDeleter);
+               pDirectoryList->Add(new (std::nothrow) String(__moveToDir));
+               __pPresentationModel->SetCurrentAlbumInfo(albumName, *pDirectoryList);
+               __pPresentationModel->SetCurrentAlbumContentType(CONTENT_TYPE_ALL);
+               delete pDirectoryList;
+
+               SceneManager* pSceneManager = SceneManager::GetInstance();
+               pSceneManager->GoForward(ForwardSceneTransition(IDSCN_ALL_LIST));
+       }
+       AppLogDebug("EXIt");
+}
index a70f321..ed59d46 100644 (file)
@@ -25,9 +25,7 @@
 #include "GlFileListEditorForm.h"
 #include "GlFileListForm.h"
 #include "GlFormFactory.h"
-#include "GlSettingIntervalForm.h"
 #include "GlSettingMainForm.h"
-#include "GlSettingTransitionForm.h"
 #include "GlTypes.h"
 
 using namespace Tizen::Base;
@@ -95,20 +93,7 @@ FormFactory::CreateFormN(const String& formId, const SceneId& sceneId)
                pSceneManager->AddSceneEventListener(sceneId, *pForm);
                pNewForm = pForm;
        }
-       else if (formId == IDC_FORM_SETTING_INTERVAL)
-       {
-               SettingIntervalForm* pForm = new (std::nothrow) SettingIntervalForm();
-               pForm->Initialize();
-               pSceneManager->AddSceneEventListener(sceneId, *pForm);
-               pNewForm = pForm;
-       }
-       else if (formId == IDC_FORM_SETTING_TRANSITION)
-       {
-               SettingTransitionForm* pForm = new (std::nothrow) SettingTransitionForm();
-               pForm->Initialize();
-               pSceneManager->AddSceneEventListener(sceneId, *pForm);
-               pNewForm = pForm;
-       }
+
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
 
        return pNewForm;
index b8da117..db54b7c 100644 (file)
@@ -42,9 +42,9 @@ static const wchar_t* PARAM_LANGUAGE = L"http://tizen.org/setting/locale.languag
 static const wchar_t* PARAM_LOCALE = L"http://tizen.org/setting/locale.country";
 
 GalleryApp::GalleryApp(void)
-       :__requestId(0)
-       ,__pArguments(null)
-       ,__appControlResult(APP_CTRL_RESULT_SUCCEEDED)
+       : __requestId(0)
+       , __pArguments(null)
+       , __appControlResult(APP_CTRL_RESULT_SUCCEEDED)
 {
        AppLogDebug("ENTER");
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
@@ -83,6 +83,14 @@ GalleryApp::GetUriData(void) const
        return __uriData;
 }
 
+String
+GalleryApp::GetMimeType(void) const
+{
+       AppLogDebug("ENTER");
+       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
+       return __mimeType;
+}
+
 const IMap*
 GalleryApp::GetAppControlArguments(void) const
 {
@@ -173,7 +181,8 @@ GalleryApp::OnForeground(void)
 
        BasePanel* pBasePanel = dynamic_cast<BasePanel*>(pScene->GetPanel());
        BaseForm* pBaseForm = dynamic_cast<BaseForm*>(pScene->GetForm());
-       if(pBasePanel != null)
+
+       if(pBasePanel != null  )
        {
                pBasePanel->OnUpdateContentList();
        }
@@ -199,6 +208,10 @@ GalleryApp::OnAppControlRequestReceived(RequestId reqId, const String& operation
        {
                __uriData = *pUriData;
        }
+       if (pMimeType != null)
+       {
+               __mimeType = *pMimeType;
+       }
        if (pExtraData != null)
        {
                HashMap* pArguments = new (std::nothrow) HashMap(SingleObjectDeleter);
@@ -216,7 +229,6 @@ GalleryApp::OnAppControlRequestReceived(RequestId reqId, const String& operation
 
                        if (pValue != null && pKey->CompareTo(APPCONTROL_RESULT_KEY_LEGACY_RESULT) != 0)
                        {
-                               AppLogDebug("(%ls:%ls)", pKey == null ? L"(null)" : pKey->GetPointer(), pValue == null ? L"(null)" : pValue->GetPointer());
                                pArguments->Add(new (std::nothrow) String(*pKey), new (std::nothrow) String(*pValue));
                        }
                }
index 3311669..ca3dd27 100644 (file)
@@ -28,6 +28,8 @@
 #include "GlImageListEditorPanel.h"
 #include "GlResourceManager.h"
 #include "GlTypes.h"
+#include "GlFileDeleteTimer.h"
+#include "GlFileListEditorForm.h"
 
 using namespace Tizen::App;
 using namespace Tizen::Base;
@@ -55,6 +57,7 @@ ImageListEditorPanel::ImageListEditorPanel(void)
        , __pLabelSelectCnt(null)
        , __itemCount(0)
        , __pPresentationModel(null)
+       , __pFileDelete(null)
 {
        AppLogDebug("ENTER");
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
@@ -63,6 +66,7 @@ ImageListEditorPanel::ImageListEditorPanel(void)
 ImageListEditorPanel::~ImageListEditorPanel(void)
 {
        AppLogDebug("ENTER");
+       delete __pFileDelete;
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
 }
 
@@ -561,7 +565,7 @@ ImageListEditorPanel::GetItemCheckedIndexList(void) const
 }
 
 void
-ImageListEditorPanel::OnRequestDeleteAction(void)
+ImageListEditorPanel::OnRequestDelete(void)
 {
        AppLogDebug("ENTER");
        IList* pIndexList = GetItemCheckedIndexList();
@@ -573,15 +577,98 @@ ImageListEditorPanel::OnRequestDeleteAction(void)
 
                return;
        }
+       //TODO To test this properly, seems like OnRequestDelete is unused
+       delete __pFileDelete;
+       __pFileDelete = new FileDeleteTimer(pIndexList,
+                       __pPresentationModel,
+                       this );
+       result r = __pFileDelete->StartTimer();
+
+       if (IsFailed(r))
+       {
+               delete __pFileDelete;
+               __pFileDelete = null;
+               return ;
+       }
 
-       __pPresentationModel->DeleteContentFileList(*pIndexList);
-       delete pIndexList;
+       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
+}
+void ImageListEditorPanel::OnFileOpInvalidate(enum FileActionMode actionId)
+{
+       SceneManager* pSceneManager = SceneManager::GetInstance();
+       FileListEditorForm* pFileListEditorForm =
+                               dynamic_cast<FileListEditorForm*>(pSceneManager->GetCurrentScene()->GetForm());
+       TryReturnVoid(pFileListEditorForm != null, "[%s] fail to get SceneManager.",
+                       GetErrorMessage(GetLastResult()));
+       pFileListEditorForm->Invalidate(true);
+}
+
+void ImageListEditorPanel::OnFileOpComplete(enum FileActionMode actionId, result res)
+{
+       if ( actionId == FILE_DELETE_ACTION )
+       {
+               //Do nothing
+       }
+       else if ( actionId == FILE_MOVE_ACTION )
+       {
+
+       }
+}
+
+
+
+void
+ImageListEditorPanel::OnRequestMessage(void)
+{
+       AppLogDebug("ENTER");
+       IList* pIndexList = GetItemCheckedIndexList();
+       if (pIndexList->GetCount() <= 0)
+       {
+               AppLogDebug("EXIT 1(%s)", GetErrorMessage(GetLastResult()));
+
+               return;
+       }
+
+       String combineText;
+       String path;
+       int loopCount = pIndexList->GetCount();
+       for (int i = 0; i < loopCount; ++i)
+       {
+               path = __pPresentationModel->GetContentFilePath(i);
+
+               if (path.EndsWith(CONTENT_EXT_PNG)
+                               || path.EndsWith(CONTENT_EXT_BMP)
+                               || path.EndsWith(CONTENT_EXT_JPG)
+                               || path.EndsWith(CONTENT_EXT_GIF)
+                               || path.EndsWith(CONTENT_EXT_TIF)
+                               || path.EndsWith(CONTENT_EXT_MP4)
+                               || path.EndsWith(CONTENT_EXT_3GP)
+                               || path.EndsWith(CONTENT_EXT_AVI)
+                               || path.EndsWith(CONTENT_EXT_RM)
+                               || path.EndsWith(CONTENT_EXT_WMV)
+                               || path.EndsWith(CONTENT_EXT_ASF)
+                       )
+               {
+                       if (combineText.CompareTo(EMPTY_SPACE) != 0)
+                       {
+                               combineText.Append(L";");
+                       }
+                       combineText.Append(path);
+               }
+       }
+
+       HashMap* pDataList = new (std::nothrow) HashMap(SingleObjectDeleter);
+       pDataList->Construct();
+       pDataList->Add(new (std::nothrow) String(APPCONTROL_KEY_ATTACHMENTS),
+                       new (std::nothrow) String(combineText));
 
+       __pPresentationModel->StartAppControl(APPCONTROL_PROVIDER_ID_MESSAGE, APPCONTROL_OPERATION_ID_COMPOSE,
+                       pDataList, null);
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
 }
 
 void
-ImageListEditorPanel::OnRequestEmailAction(void)
+ImageListEditorPanel::OnRequestEmail(void)
 {
        AppLogDebug("ENTER");
        IList* pIndexList = GetItemCheckedIndexList();
@@ -625,13 +712,13 @@ ImageListEditorPanel::OnRequestEmailAction(void)
        pDataList->Add(new (std::nothrow) String(APPCONTROL_KEY_ATTACHMENTS),
                        new (std::nothrow) String(combineText));
 
-       __pPresentationModel->StartAppControl(APPCONTROL_PROVIDER_ID_EMAIL,
-                       APPCONTROL_OPERATION_ID_COMPOSE, pDataList, null);
+       __pPresentationModel->StartAppControl(APPCONTROL_PROVIDER_ID_EMAIL, APPCONTROL_OPERATION_ID_COMPOSE,
+                       pDataList, null);
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
 }
 
 void
-ImageListEditorPanel::OnRequestMoveToAction(String& destDirectory)
+ImageListEditorPanel::OnRequestMoveTo(String& destDirectory)
 {
        AppLogDebug("ENTER");
        if (&destDirectory == null || destDirectory.IsEmpty())
@@ -648,6 +735,7 @@ ImageListEditorPanel::OnRequestMoveToAction(String& destDirectory)
 
                return;
        }
+       //TODO TO rework this, update to use the FileMoveTimer, When this func is used..
        result r = __pPresentationModel->MoveToContentFileList(*pIndexList, destDirectory);
        delete pIndexList;
        pIndexList = null;
diff --git a/src/GlProgressBar.cpp b/src/GlProgressBar.cpp
new file mode 100644 (file)
index 0000000..ac0bd1b
--- /dev/null
@@ -0,0 +1,170 @@
+//
+// Copyright (c) 2012 Samsung Electronics Co., Ltd.
+//
+// Licensed under the Flora License, Version 1.0 (the License);
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//     http://floralicense.org/license/
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an AS IS BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+
+/**
+ * @file               GlProgressBar.cpp
+ * @brief              This is the implementation file for GlProgressBar class.
+ */
+
+#include <FApp.h>
+#include <FUi.h>
+#include "GlProgressBar.h"
+#include "GlResourceManager.h"
+#include "GlTypes.h"
+
+using namespace Tizen::App;
+using namespace Tizen::Base;
+using namespace Tizen::Base::Runtime;
+using namespace Tizen::Graphics;
+using namespace Tizen::Ui;
+using namespace Tizen::Ui::Controls;
+
+GlProgressBar::GlProgressBar(IActionEventListener* listener)
+       : __totalVal(1)
+       , __curVal(1)
+       , __pFileProgressingPopup(null)
+       , __pFileProgressingProgress(null)
+       , __pFileProgressingHeaderLabel(null)
+       , __pFileProgressingLabel(null)
+       , __pFileProgressingCancelButton(null)
+       , __pActionListener(listener)
+{
+       AppLogDebug("ENTER");
+       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
+}
+
+GlProgressBar::~GlProgressBar(void)
+{
+       AppLogDebug("ENTER");
+       if (__pFileProgressingPopup != null)
+       {
+               delete __pFileProgressingPopup;
+       }
+       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
+}
+
+void
+GlProgressBar::HideFileProgressingPopup(void)
+{
+       AppLogDebug("ENTER");
+       if (__pFileProgressingPopup != null && __pFileProgressingPopup->IsVisible())
+       {
+               __pFileProgressingPopup->SetShowState(false);
+
+               delete __pFileProgressingPopup;
+               __pFileProgressingPopup = null;
+       }
+       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
+}
+
+result
+GlProgressBar::CreateFileProgressingPopup(void)
+{
+       AppLogDebug("ENTER");
+       __pFileProgressingPopup = new (std::nothrow) Popup();
+       result r = __pFileProgressingPopup->Construct(L"IDL_DEL_PROGRESSING_POPUP");
+
+       if (__pFileProgressingPopup != null && r == E_SUCCESS)
+       {
+               __pFileProgressingCancelButton = static_cast< Button* >(__pFileProgressingPopup->GetControl(L"IDC_CANCEL_BUTTON", true));
+
+               if (__pFileProgressingCancelButton != null)
+               {
+                       __pFileProgressingCancelButton->SetActionId(ACTION_ID_PROGRESSBAR_CANCEL);
+                       __pFileProgressingCancelButton->AddActionEventListener(*__pActionListener);
+                       __pFileProgressingCancelButton->SetShowState(true);
+               }
+
+               __pFileProgressingProgress = static_cast< Progress* >(__pFileProgressingPopup->GetControl(L"IDC_PROGRESS_BAR", true));
+
+               if (__pFileProgressingProgress != null)
+               {
+                       __pFileProgressingProgress->SetName(L"IDC_ANIMATION_PROGRESS");
+                       __pFileProgressingProgress->SetValue(0);
+               }
+
+               __pFileProgressingHeaderLabel = static_cast< Label* >(__pFileProgressingPopup->GetControl(L"IDC_ANIMATION_HEADER", true));
+
+               if (__pFileProgressingHeaderLabel != null)
+               {
+                       __pFileProgressingHeaderLabel->SetName(L"IDC_ANIMATION_HEADER");
+                       __pFileProgressingHeaderLabel->SetShowState(true);
+               }
+
+               __pFileProgressingLabel = static_cast< Label* >(__pFileProgressingPopup->GetControl(L"IDC_ANIMATION_LABEL", true));
+
+               if (__pFileProgressingLabel != null)
+               {
+                       __pFileProgressingLabel->SetName(L"IDC_FILE_COUNT_LABEL");
+                       __pFileProgressingLabel->SetShowState(true);
+               }
+
+       }
+       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
+       return r;
+}
+
+void
+GlProgressBar::ShowFileProgressingPopup(int val, enum FileActionMode action)
+{
+       AppLogDebug("ENTER");
+       CreateFileProgressingPopup();
+
+       if (val > 0)
+       {
+               __totalVal = val;
+       }
+       else
+       {
+               __totalVal = 1;
+       }
+       __pFileProgressingProgress->SetRange(1, val);
+
+       if (__pFileProgressingPopup != null)
+       {
+               if (__pFileProgressingHeaderLabel != null)
+               {
+                       switch(action)
+                       {
+                       case FILE_MOVE_ACTION:
+                               __pFileProgressingHeaderLabel->SetText(ResourceManager::GetString(L"IDS_COM_POP_MOVING"));
+                               break;
+                       case FILE_DELETE_ACTION:
+                               __pFileProgressingHeaderLabel->SetText(L"Deleting...");
+                               break;
+                       default:
+                               break;
+                       }
+
+                       __pFileProgressingHeaderLabel->Invalidate(true);
+               }
+
+               __pFileProgressingPopup->SetShowState(true);
+               __pFileProgressingPopup->Show();
+       }
+       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
+}
+
+void
+GlProgressBar::IncProgress(int count)
+{
+       AppLogDebug("ENTER");
+       __curVal = count;
+       __pFileProgressingProgress->SetValue( count );
+       __pFileProgressingPopup->SetShowState(true);
+       __pFileProgressingPopup->Show();
+       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
+}
diff --git a/src/GlRadioCustomItem.cpp b/src/GlRadioCustomItem.cpp
new file mode 100644 (file)
index 0000000..3333516
--- /dev/null
@@ -0,0 +1,119 @@
+//
+// Copyright (c) 2012 Samsung Electronics Co., Ltd.
+//
+// Licensed under the Flora License, Version 1.0 (the License);
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//     http://floralicense.org/license/
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an AS IS BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+
+/**
+ * @file:      RadioCustomItem.cpp
+ *@brief:      The RadioCustomItem
+ */
+
+#include <FApp.h>
+#include <FUiControls.h>
+
+#include "GlRadioCustomItem.h"
+
+using namespace Tizen::App;
+using namespace Tizen::Base;
+using namespace Tizen::Graphics;
+using namespace Tizen::Ui::Controls;
+
+static const wchar_t* IDB_BUTTON_RADIO_PRESS2 = L"00_button_radio_selected.png";
+static const wchar_t* IDB_BUTTON_RADIO_PRESS1 = L"00_button_radio.png";
+
+const int RadioCustomItem::IDA_FORMAT_STRING = 500;
+const int RadioCustomItem::IDA_FORMAT_RADIO_BUTTON = 501;
+
+RadioCustomItem::RadioCustomItem(void)
+       : __isSelected(false)
+       , __width(0)
+       , __height(0)
+{
+}
+
+RadioCustomItem::~RadioCustomItem(void)
+{
+}
+
+result
+RadioCustomItem::Construct(int width, int height)
+{
+       result r = E_FAILURE;
+
+       __width = width;
+       __height = height;
+       const Dimension dim(width, height);
+       r = CustomItem::Construct(dim, LIST_ANNEX_STYLE_NORMAL);
+
+       return r;
+}
+
+void
+RadioCustomItem::SetText(Tizen::Base::String& text)
+{
+       __text = text;
+}
+
+String
+RadioCustomItem::GetText(void)
+{
+       return __text;
+}
+
+result
+RadioCustomItem::Make(void)
+{
+       result r = E_FAILURE;
+       Color textColor = CUSTOM_COLOR_LISTVIEW_TEXT2;
+       Color pressedTextColor = CUSTOM_COLOR_LISTVIEW_TEXT;
+       Bitmap* pBitmap = null;
+
+       if (__isSelected == true)
+       {
+               pBitmap = AppResource::GetInstance()->GetBitmapN(IDB_BUTTON_RADIO_PRESS2);
+       }
+       else
+       {
+               pBitmap = AppResource::GetInstance()->GetBitmapN(IDB_BUTTON_RADIO_PRESS1);
+       }
+
+       if ( pBitmap != NULL)
+       {
+               AddElement(Rectangle(26, (__height-pBitmap->GetHeight())/2, pBitmap->GetWidth(), pBitmap->GetHeight()),
+                               IDA_FORMAT_RADIO_BUTTON, *pBitmap, null);
+               AppLogDebug("RadioCustomItem::the text is %ls",__text.GetPointer());
+
+               r = AddElement(Rectangle(26 + pBitmap->GetWidth() + 10, 5, __width - 26 - 10 - pBitmap->GetWidth(), __height), IDA_FORMAT_STRING, __text, 40, textColor, textColor, textColor, true);
+               delete pBitmap;
+       }
+       TryCatch(!IsFailed(r),,"RadioCustomItem::the value is %s",GetErrorMessage(r));
+
+       r = SetElementSelectionEnabled(IDA_FORMAT_STRING, true);
+       TryCatch(!IsFailed(r),,"RadioCustomItem::the value is %s",GetErrorMessage(r));
+
+       CATCH:
+       return r;
+}
+
+void
+RadioCustomItem::SetSelected(bool selectedValue)
+{
+       __isSelected = selectedValue;
+}
+
+bool
+RadioCustomItem::GetSelected(void)
+{
+       return __isSelected;
+}
index f694a85..fb07e0d 100644 (file)
@@ -32,7 +32,6 @@ ResourceManager::GetBitmapN(const String& id)
        AppResource* pAppResource = Application::GetInstance()->GetAppResource();
        if (pAppResource == null)
        {
-
                return null;
        }
 
@@ -45,7 +44,6 @@ ResourceManager::GetString(const String& id)
        AppResource* pAppResource = Application::GetInstance()->GetAppResource();
        if (pAppResource == null)
        {
-
                return null;
        }
 
diff --git a/src/GlSettingIntervalForm.cpp b/src/GlSettingIntervalForm.cpp
deleted file mode 100644 (file)
index b7297ec..0000000
+++ /dev/null
@@ -1,677 +0,0 @@
-//
-// Copyright (c) 2012 Samsung Electronics Co., Ltd.
-//
-// Licensed under the Flora License, Version 1.0 (the License);
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-//     http://floralicense.org/license/
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an AS IS BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-//
-
-/**
- * @file               GlSettingIntervalForm.cpp
- * @brief              This is the implementation file for SettingIntervalForm class.
- */
-
-#include "GlGalleryApp.h"
-#include "GlResourceManager.h"
-#include "GlSettingIntervalForm.h"
-#include "GlSettingPresentationModel.h"
-#include "GlTypes.h"
-
-using namespace Tizen::App;
-using namespace Tizen::Base;
-using namespace Tizen::Base::Collection;
-using namespace Tizen::Content;
-using namespace Tizen::Graphics;
-using namespace Tizen::System;
-using namespace Tizen::Ui;
-using namespace Tizen::Ui::Controls;
-using namespace Tizen::Ui::Scenes;
-
-static const int FONT_MAIN_TEXT_SIZE_GIANT = 100;
-static const int FONT_MAIN_TEXT_SIZE_HUGE = 70;
-static const int FONT_MAIN_TEXT_SIZE_LARGE = 55;
-static const int FONT_MAIN_TEXT_SIZE_NORMAL = 44;
-static const int FONT_MAIN_TEXT_SIZE_SMALL = 32;
-
-static const int X_GROUP_DEFAULT = 16;
-static const int Y_GROUP_DEFAULT = 0;
-static const int GAP_WIDTH = 2;
-
-static const int H_GROUP_ITEM_DEFAULT_LABEL = 114;
-static const int X_GROUP_ITEM_DEFAULT_LABEL = 16;
-
-static const int H_GROUP_INDEX_DEFAULT = 82;
-static const int H_GROUP_INDEX_TITLE_TEXT = 36;
-
-static const int X_ITEM_TYPE_3_ICON = 26;
-static const int Y_ITEM_TYPE_3_ICON = 21;
-static const int W_ITEM_TYPE_3_ICON = 0;
-static const int H_ITEM_TYPE_3_ICON = 74;
-
-static const int H_GROUP_ITEM_DEFAULT = 114;
-static const int W_GROUP_ITEM_DEFAULT = 720;
-
-static const int X_ITEM_TYPE_1_LABEL = 16;
-static const int W_ITEM_TYPE_1_LABEL = (720 - X_ITEM_TYPE_1_LABEL);
-static const int H_ITEM_TYPE_1_LABEL = 114;
-
-static const int W_ITEM_TYPE_2_LABEL_MAIN = W_ITEM_TYPE_1_LABEL;
-
-static const int X_ITEM_TYPE_3_LABEL = (X_ITEM_TYPE_3_ICON + W_ITEM_TYPE_3_ICON);
-static const int Y_ITEM_TYPE_3_LABEL = 0;
-static const int W_ITEM_TYPE_3_LABEL = (W_ITEM_TYPE_2_LABEL_MAIN - X_ITEM_TYPE_3_LABEL);
-static const int H_ITEM_TYPE_3_LABEL = H_ITEM_TYPE_1_LABEL;
-
-static const unsigned int COLOR_MAIN_TEXT = Color32<0, 0, 0>::Value;
-static const unsigned int COLOR_GROUP_TITLE_TEXT = Color32<93, 110, 141>::Value;
-static const unsigned int COLOR_BG_GROUP_INDEX_DEFAULT = Color32<249, 249, 249>::Value;
-static const unsigned int COLOR_BG_GROUP_ITEM_DEFAULT = Color32<236, 240, 242>::Value;
-
-static const int FONT_SIZE_GROUP_TITLE_TEXT = 32;
-
-static const int H_GROUP_INDEX_NO_TITLE_DEFAULT = 40;
-
-static const wchar_t* FONT_SIZE_SETTING_TYPE_GIANT = L"giant";
-static const wchar_t* FONT_SIZE_SETTING_TYPE_HUGE = L"huge";
-static const wchar_t* FONT_SIZE_SETTING_TYPE_LARGE = L"large";
-static const wchar_t* FONT_SIZE_SETTING_TYPE_MEDIUM = L"medium";
-
-static const int GROUP_TIMEINTERVAL = 0;
-
-static const int GROUP_COUNT = 1;
-static const int GROUP_INDEX_1 = 0;
-
-static const int TIMEINTERVAL_ITEM_COUNT = 5;
-
-static const int ITEM_SLIDESHOW_INTERVAL_SEC_2 = 0;
-static const int ITEM_SLIDESHOW_INTERVAL_SEC_3 = 1;
-static const int ITEM_SLIDESHOW_INTERVAL_SEC_5 = 2;
-static const int ITEM_SLIDESHOW_INTERVAL_SEC_10 = 3;
-static const int ITEM_SLIDESHOW_INTERVAL_SEC_20 = 4;
-
-SettingIntervalForm::SettingIntervalForm(void)
-       : __pTableView(null)
-       , __pPresentationModel(null)
-{
-       AppLogDebug("ENTER");
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-}
-
-SettingIntervalForm::~SettingIntervalForm(void)
-{
-       AppLogDebug("ENTER");
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-}
-
-result
-SettingIntervalForm::Initialize(void)
-{
-       AppLogDebug("ENTER");
-       result r = Construct(FORM_STYLE_NORMAL | FORM_STYLE_INDICATOR | FORM_STYLE_HEADER | FORM_STYLE_FOOTER);
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-
-       return r;
-}
-result
-SettingIntervalForm::OnInitializing(void)
-{
-       AppLogDebug("ENTER");
-       __pPresentationModel = SettingPresentationModel::GetInstance();
-
-       Header* pHeader = GetHeader();
-       AppAssert(pHeader);
-       pHeader->SetStyle(HEADER_STYLE_TITLE);
-       pHeader->SetTitleText(ResourceManager::GetString(L"IDS_COM_BODY_GALLERY"));
-
-       Rectangle bounds = GetClientAreaBounds();
-       bounds.x = X_GROUP_DEFAULT;
-       bounds.y = Y_GROUP_DEFAULT;
-       bounds.width -= (bounds.x * GAP_WIDTH);
-
-       __pTableView = new (std::nothrow) GroupedTableView();
-
-       __pTableView->Construct(bounds, true, TABLE_VIEW_SCROLL_BAR_STYLE_NONE);
-       __pTableView->SetItemProvider(this);
-
-       AddControl(*__pTableView);
-       __pTableView->SetGroupedLookEnabled(true);
-       __pTableView->AddGroupedTableViewItemEventListener(*this);
-
-       InitializeFooter();
-       SetFormBackEventListener(this);
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-
-       return E_SUCCESS;
-}
-
-result
-SettingIntervalForm::OnTerminating(void)
-{
-       AppLogDebug("ENTER");
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-
-       return E_SUCCESS;
-}
-
-void
-SettingIntervalForm::OnActionPerformed(const Control& source, int actionId)
-{
-       AppLogDebug("ENTER");
-       SceneManager* pSceneManager = SceneManager::GetInstance();
-       AppAssert(pSceneManager);
-
-       switch (actionId)
-       {
-       default:
-       {
-               break;
-       }
-       }
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-}
-
-void
-SettingIntervalForm::OnFormBackRequested(Form& source)
-{
-       AppLogDebug("ENTER");
-
-       SceneManager* pSceneManager = SceneManager::GetInstance();
-       AppAssert(pSceneManager);
-       pSceneManager->GoBackward(BackwardSceneTransition(IDSCN_SETTING_MAIN));
-
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-}
-
-result
-SettingIntervalForm::InitializeFooter(void)
-{
-       AppLogDebug("ENTER");
-       result r = E_SUCCESS;
-       Footer* pFooter = GetFooter();
-       AppAssert(pFooter);
-       pFooter->RemoveAllItems();
-       pFooter->SetStyle(FOOTER_STYLE_BUTTON_ICON);
-
-       pFooter->SetBackButton();
-
-       pFooter->AddActionEventListener(*this);
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-
-       return r;
-}
-
-void
-SettingIntervalForm::OnSceneActivatedN(const SceneId& previousSceneId,
-                                                               const SceneId& currentSceneId, IList* pArgs)
-{
-       AppLogDebug("ENTER");
-       __pTableView->UpdateTableView();
-       UpdateTableViewRedioButtonState();
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-}
-
-void
-SettingIntervalForm::OnSceneDeactivated(const SceneId& currentSceneId,
-                                                               const SceneId& nextSceneId)
-{
-       AppLogDebug("ENTER");
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-}
-
-TableViewGroupItem*
-SettingIntervalForm::CreateGroupItem(int groupIndex, int itemWidth)
-{
-       AppLogDebug("ENTER");
-
-       int itemHeight = H_GROUP_INDEX_DEFAULT;
-       LabelTextStyle style = LABEL_TEXT_STYLE_BOLD;
-       Rectangle itemRectangle;
-       String groupText = ResourceManager::GetString(L"IDS_MEDIABR_POP_NO_NAME");
-       Label* pLabel = null;
-
-       switch (groupIndex)
-       {
-       case GROUP_TIMEINTERVAL:
-               {
-                       groupText = ResourceManager::GetString(L"IDS_IV_BODY_INTERVAL");
-               }
-               break;
-
-       default:
-               break;
-       }
-
-       TableViewGroupItem* pItem = new (std::nothrow) TableViewGroupItem();
-
-       itemRectangle.x = X_GROUP_ITEM_DEFAULT_LABEL;
-       itemRectangle.y = H_GROUP_INDEX_TITLE_TEXT;
-       itemRectangle.width = itemWidth;
-       itemRectangle.height = (itemHeight - H_GROUP_INDEX_TITLE_TEXT);
-
-       pItem->Construct(Dimension(itemWidth, itemHeight));
-       pItem->SetBackgroundColor(COLOR_BG_GROUP_INDEX_DEFAULT);
-
-       pLabel = new (std::nothrow) Label();
-       pLabel->Construct(itemRectangle, groupText);
-       pLabel->SetTextHorizontalAlignment(ALIGNMENT_LEFT);
-       pLabel->SetTextVerticalAlignment(ALIGNMENT_TOP);
-       pLabel->SetTextConfig(FONT_SIZE_GROUP_TITLE_TEXT, style);
-       pLabel->SetTextColor(COLOR_GROUP_TITLE_TEXT);
-
-       pItem->AddControl(*pLabel);
-       pItem->SetEnabled(false);
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-
-       return pItem;
-}
-
-TableViewItem*
-SettingIntervalForm::CreateItem(int groupIndex, int itemIndex, int itemWidth)
-{
-       AppLogDebug("ENTER");
-       AppLogDebug("group[%d] item[%d]", groupIndex, itemIndex);
-
-       int fontSize = GetFontSize();
-
-       unsigned int itemHeight = 0;
-       bool isDrawBitmapIcon = true;
-
-       Rectangle itemRectIcon;
-       Rectangle itemRectLabel;
-       Rectangle itemRectSecondLabel;
-       String itemText(L"");
-       String itemTextTwoLine(L"");
-       TableViewAnnexStyle style = TABLE_VIEW_ANNEX_STYLE_NORMAL;
-       Bitmap* pBitmap = null;
-       Label* pLabel = null;
-
-       itemHeight = H_GROUP_ITEM_DEFAULT_LABEL;
-       ItemTypeIconAndOneLine(itemRectIcon, itemRectLabel);
-
-       switch (groupIndex)
-       {
-       case GROUP_TIMEINTERVAL:
-               {
-                       switch (itemIndex)
-                       {
-                       case ITEM_SLIDESHOW_INTERVAL_SEC_2:
-                               {
-                                       style = TABLE_VIEW_ANNEX_STYLE_RADIO;
-                                       itemText = ResourceManager::GetString(L"IDS_MEDIABR_OPT_2_SECONDS");
-                               }
-                               break;
-
-                       case ITEM_SLIDESHOW_INTERVAL_SEC_3:
-                               {
-                                       style = TABLE_VIEW_ANNEX_STYLE_RADIO;
-                                       itemText = ResourceManager::GetString(L"IDS_MEDIABR_OPT_3_SECONDS");
-                               }
-                               break;
-
-                       case ITEM_SLIDESHOW_INTERVAL_SEC_5:
-                               {
-                                       style = TABLE_VIEW_ANNEX_STYLE_RADIO;
-                                       itemText = ResourceManager::GetString(L"IDS_MEDIABR_BODY_5_SECONDS");
-                               }
-                               break;
-
-                       case ITEM_SLIDESHOW_INTERVAL_SEC_10:
-                               {
-                                       style = TABLE_VIEW_ANNEX_STYLE_RADIO;
-                                       itemText = ResourceManager::GetString(L"IDS_MEDIABR_BODY_10_SECONDS");
-                               }
-                               break;
-
-                       case ITEM_SLIDESHOW_INTERVAL_SEC_20:
-                               {
-                                       style = TABLE_VIEW_ANNEX_STYLE_RADIO;
-                                       itemText = ResourceManager::GetString(L"IDS_MEDIABR_BODY_20_SECONDS");
-                               }
-                               break;
-
-                       default:
-                               {
-                               }
-                               break;
-                       }
-               }
-               break;
-
-       default:
-               break;
-       }
-
-       TableViewItem* pItem = new (std::nothrow) TableViewItem();
-
-       if (pItem)
-       {
-               pItem->Construct(Dimension(W_GROUP_ITEM_DEFAULT, itemHeight), style);
-               pItem->SetBackgroundColor(COLOR_BG_GROUP_ITEM_DEFAULT);
-
-               if (isDrawBitmapIcon)
-               {
-                       pLabel = new (std::nothrow) Label();
-                       pLabel->Construct(itemRectIcon, L"");
-                       pLabel->SetTextHorizontalAlignment(ALIGNMENT_LEFT);
-                       pLabel->SetTextVerticalAlignment(ALIGNMENT_MIDDLE);
-                       pLabel->SetBackgroundBitmap(*pBitmap);
-
-                       pItem->AddControl(*pLabel);
-               }
-
-               pLabel = new (std::nothrow) Label();
-               pLabel->Construct(itemRectLabel, itemText);
-               pLabel->SetTextHorizontalAlignment(ALIGNMENT_LEFT);
-               pLabel->SetTextConfig(fontSize, LABEL_TEXT_STYLE_NORMAL);
-               pLabel->SetTextColor(COLOR_MAIN_TEXT);
-
-               pItem->AddControl(*pLabel);
-       }
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-
-       return pItem;
-}
-
-int
-SettingIntervalForm::GetDefaultGroupItemHeight(void)
-{
-       return H_GROUP_INDEX_NO_TITLE_DEFAULT;
-}
-
-int
-SettingIntervalForm::GetDefaultItemHeight(void)
-{
-       return H_GROUP_ITEM_DEFAULT;
-}
-
-bool
-SettingIntervalForm::DeleteGroupItem(int groupIndex, TableViewGroupItem* pItem)
-{
-       AppLogDebug("ENTER");
-       delete pItem;
-       pItem = null;
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-
-       return true;
-}
-
-bool
-SettingIntervalForm::DeleteItem(int groupIndex, int itemIndex, TableViewItem* pItem)
-{
-       AppLogDebug("ENTER");
-       delete pItem;
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-
-       return true;
-}
-
-int
-SettingIntervalForm::GetGroupCount(void)
-{
-       AppLogDebug("ENTER groupItemCount(%d)", GROUP_COUNT);
-       int groupItemCount = GROUP_COUNT;
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-
-       return groupItemCount;
-}
-
-int
-SettingIntervalForm::GetItemCount(int groupIndex)
-{
-       AppLogDebug("ENTER");
-
-       int itemCount = 0;
-
-       switch (groupIndex)
-       {
-       case GROUP_INDEX_1:
-               {
-                       itemCount = TIMEINTERVAL_ITEM_COUNT ;
-               }
-               break;
-
-       default:
-               break;
-       }
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-
-       return itemCount;
-}
-
-void
-SettingIntervalForm::OnGroupedTableViewItemStateChanged(GroupedTableView& tableView, int groupIndex,
-               int itemIndex, TableViewItem* pItem, TableViewItemStatus status)
-{
-       AppLogDebug("ENTER");
-       SceneManager* pSceneManager = SceneManager::GetInstance();
-       AppAssert(pSceneManager);
-
-       AppLogDebug("Group(%d) index(%d)", groupIndex, itemIndex);
-
-       switch (groupIndex)
-       {
-       case GROUP_TIMEINTERVAL:
-               {
-                       switch (itemIndex)
-                       {
-                       case ITEM_SLIDESHOW_INTERVAL_SEC_2:
-                               {
-                                       int inputValue = 2;
-                                       __pPresentationModel->SetValue(SECTION_NAME_IMAGE_VIEWER,
-                                                       ENTRY_NAME_IMAGE_VIEWER_SLIDESHOW_INTERVAL, inputValue);
-                                       __pTableView->SetItemChecked(groupIndex, itemIndex, true);
-                                       AppLogDebug("SETTINGS : setvalue interval(%d)", inputValue);
-                               }
-                               break;
-
-                       case ITEM_SLIDESHOW_INTERVAL_SEC_3:
-                               {
-                                       int inputValue = 3;
-                                       __pPresentationModel->SetValue(SECTION_NAME_IMAGE_VIEWER,
-                                                       ENTRY_NAME_IMAGE_VIEWER_SLIDESHOW_INTERVAL, inputValue);
-                                       __pTableView->SetItemChecked(groupIndex, itemIndex, true);
-                                       AppLogDebug("SETTINGS : setvalue interval(%d)", inputValue);
-                               }
-                               break;
-
-                       case ITEM_SLIDESHOW_INTERVAL_SEC_5:
-                               {
-                                       int inputValue = 5;
-                                       __pPresentationModel->SetValue(SECTION_NAME_IMAGE_VIEWER,
-                                                       ENTRY_NAME_IMAGE_VIEWER_SLIDESHOW_INTERVAL, inputValue);
-                                       __pTableView->SetItemChecked(groupIndex, itemIndex, true);
-                                       AppLogDebug("SETTINGS : setvalue interval(%d)", inputValue);
-                               }
-                               break;
-
-                       case ITEM_SLIDESHOW_INTERVAL_SEC_10:
-                               {
-                                       int inputValue = 10;
-                                       __pPresentationModel->SetValue(SECTION_NAME_IMAGE_VIEWER,
-                                                       ENTRY_NAME_IMAGE_VIEWER_SLIDESHOW_INTERVAL, inputValue);
-                                       __pTableView->SetItemChecked(groupIndex, itemIndex, true);
-                                       AppLogDebug("SETTINGS : setvalue interval(%d)", inputValue);
-                               }
-                               break;
-
-                       case ITEM_SLIDESHOW_INTERVAL_SEC_20:
-                               {
-                                       int inputValue = 20;
-                                       __pPresentationModel->SetValue(SECTION_NAME_IMAGE_VIEWER,
-                                                       ENTRY_NAME_IMAGE_VIEWER_SLIDESHOW_INTERVAL, inputValue);
-                                       __pTableView->SetItemChecked(groupIndex, itemIndex, true);
-                                       AppLogDebug("SETTINGS : setvalue interval(%d)", inputValue);
-                               }
-                               break;
-
-                       default:
-                               {
-                               }
-                               break;
-                       }
-                       UpdateTableViewRedioButtonState(itemIndex);
-               }
-               break;
-
-       default:
-               {
-               }
-               break;
-       }
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-}
-
-void
-SettingIntervalForm::UpdateGroupItem(int groupIndex, TableViewGroupItem* pItem)
-{
-       AppLogDebug("ENTER");
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-}
-
-void
-SettingIntervalForm::UpdateItem(int groupIndex, int itemIndex, TableViewItem* pItem)
-{
-       AppLogDebug("ENTER");
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-}
-
-void
-SettingIntervalForm::OnGroupedTableViewContextItemActivationStateChanged(GroupedTableView& tableView,
-               int groupIndex, int itemIndex, TableViewContextItem* pContextItem, bool activated)
-{
-       AppLogDebug("ENTER");
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-}
-
-void
-SettingIntervalForm::OnGroupedTableViewGroupItemStateChanged(GroupedTableView& tableView, int groupIndex,
-               TableViewGroupItem* pItem, TableViewItemStatus status)
-{
-       AppLogDebug("ENTER");
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-}
-
-int
-SettingIntervalForm::GetFontSize(void)
-{
-       AppLogDebug("ENTER");
-       result r = E_SUCCESS;
-
-       int fontSize = FONT_MAIN_TEXT_SIZE_NORMAL;
-       String fontSizeValue(L"");
-
-       if ((r = SettingInfo::GetValue(FONT_SIZE_SETTING_INFO_KEY, fontSizeValue)) == E_SUCCESS)
-       {
-               AppLogDebug("GetValue Fail [%s]", GetErrorMessage(r));
-
-               if (fontSizeValue.Equals(FONT_SIZE_SETTING_TYPE_GIANT, false))
-               {
-                       fontSize = FONT_MAIN_TEXT_SIZE_GIANT;
-               }
-               else if (fontSizeValue.Equals(FONT_SIZE_SETTING_TYPE_HUGE, false))
-               {
-                       fontSize = FONT_MAIN_TEXT_SIZE_HUGE;
-               }
-               else if (fontSizeValue.Equals(FONT_SIZE_SETTING_TYPE_LARGE, false))
-               {
-                       fontSize = FONT_MAIN_TEXT_SIZE_LARGE;
-               }
-               else if (fontSizeValue.Equals(FONT_SIZE_SETTING_TYPE_MEDIUM, false))
-               {
-                       fontSize = FONT_MAIN_TEXT_SIZE_NORMAL;
-               }
-               else
-               {
-                       fontSize = FONT_MAIN_TEXT_SIZE_SMALL;
-               }
-       }
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-
-       return fontSize;
-}
-
-void
-SettingIntervalForm::ItemTypeIconAndOneLine(Rectangle& icon, Rectangle& main)
-{
-       AppLogDebug("ENTER");
-       icon.x = X_ITEM_TYPE_3_ICON;
-       icon.y = Y_ITEM_TYPE_3_ICON;
-       icon.width = W_ITEM_TYPE_3_ICON;
-       icon.height = H_ITEM_TYPE_3_ICON;
-
-       main.x = X_ITEM_TYPE_3_LABEL;
-       main.y = Y_ITEM_TYPE_3_LABEL;
-       main.width = W_ITEM_TYPE_3_LABEL;
-       main.height = H_ITEM_TYPE_3_LABEL;
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-}
-
-void
-SettingIntervalForm::UpdateTableViewRedioButtonState(int senderIndex)
-{
-       AppLogDebug("ENTER senderIndex(%d)", senderIndex);
-
-       int selectedIndex = 0;
-       int realValue = 0;
-       __pPresentationModel->GetValue(SECTION_NAME_IMAGE_VIEWER, ENTRY_NAME_IMAGE_VIEWER_SLIDESHOW_INTERVAL,
-                       realValue);
-       switch (realValue)
-       {
-       case 2:
-       {
-               selectedIndex = 0;
-               break;
-       }
-       case 3:
-       {
-               selectedIndex = 1;
-               break;
-       }
-       case 5:
-       {
-               selectedIndex = 2;
-               break;
-       }
-       case 10:
-       {
-               selectedIndex = 3;
-               break;
-       }
-       case 20:
-       {
-               selectedIndex = 4;
-               break;
-       }
-       default:
-       {
-               selectedIndex = 0;
-               break;
-       }
-       }
-       AppLogDebug("selectedIndex(%d)", selectedIndex);
-
-       for (int i = 0; i < TIMEINTERVAL_ITEM_COUNT; ++i)
-       {
-               if (senderIndex != i)
-               {
-                       if (selectedIndex == i)
-                       {
-                               __pTableView->SetItemChecked(GROUP_TIMEINTERVAL, i, true);
-                       }
-                       else
-                       {
-                               __pTableView->SetItemChecked(GROUP_TIMEINTERVAL, i, false);
-                       }
-                       __pTableView->RefreshItem(GROUP_TIMEINTERVAL, i, TABLE_VIEW_REFRESH_TYPE_ITEM_MODIFY);
-               }
-       }
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-}
index 4772fc1..6bb5876 100644 (file)
  * @brief              This is the implementation file for SettingMainForm class.
  */
 
+#include "GlDropDownCustomItem.h"
 #include "GlGalleryApp.h"
+#include "GlRadioCustomItem.h"
 #include "GlResourceManager.h"
 #include "GlSettingMainForm.h"
 #include "GlSettingPresentationModel.h"
+#include "GlSettingToggleCustomItem.h"
 #include "GlTypes.h"
 
 using namespace Tizen::App;
@@ -35,85 +38,7 @@ using namespace Tizen::Ui;
 using namespace Tizen::Ui::Controls;
 using namespace Tizen::Ui::Scenes;
 
-static const int FONT_MAIN_TEXT_SIZE_GIANT = 100;
-static const int FONT_MAIN_TEXT_SIZE_HUGE = 70;
-static const int FONT_MAIN_TEXT_SIZE_LARGE = 55;
-static const int FONT_MAIN_TEXT_SIZE_NORMAL = 44;
-static const int FONT_MAIN_TEXT_SIZE_SMALL = 32;
-
-static const int X_GROUP_DEFAULT = 16;
-static const int Y_GROUP_DEFAULT = 0;
-static const int GAP_WIDTH = 2;
-
-static const int H_GROUP_ITEM_DEFAULT_LABEL = 114;
-static const int X_GROUP_ITEM_DEFAULT_LABEL = 16;
-
-static const int H_GROUP_INDEX_DEFAULT = 82;
-static const int H_GROUP_INDEX_TITLE_TEXT = 36;
-
-static const int X_ITEM_TYPE_3_ICON = 26;
-static const int Y_ITEM_TYPE_3_ICON = 21;
-static const int W_ITEM_TYPE_3_ICON = 0;
-static const int H_ITEM_TYPE_3_ICON = 74;
-
-static const int H_GROUP_ITEM_DEFAULT = 114;
-static const int W_GROUP_ITEM_DEFAULT = 720;
-
-static const int X_ITEM_TYPE_1_LABEL = 16;
-static const int Y_ITEM_TYPE_1_LABEL = 0;
-static const int W_ITEM_TYPE_1_LABEL = (720 - X_ITEM_TYPE_1_LABEL);
-static const int H_ITEM_TYPE_1_LABEL = 114;
-
-static const int X_ITEM_TYPE_2_LABEL_MAIN = X_ITEM_TYPE_1_LABEL;
-static const int Y_ITEM_TYPE_2_LABEL_MAIN = Y_ITEM_TYPE_1_LABEL;
-static const int W_ITEM_TYPE_2_LABEL_MAIN = W_ITEM_TYPE_1_LABEL;
-static const int H_ITEM_TYPE_2_LABEL_MAIN = 70;
-
-static const int X_ITEM_TYPE_2_LABEL_SUB = X_ITEM_TYPE_1_LABEL;
-static const int Y_ITEM_TYPE_2_LABEL_SUB = H_ITEM_TYPE_2_LABEL_MAIN;
-static const int H_ITEM_TYPE_2_LABEL_SUB = 48;
-
-static const int X_ITEM_TYPE_3_LABEL = (X_ITEM_TYPE_3_ICON + W_ITEM_TYPE_3_ICON);
-static const int Y_ITEM_TYPE_3_LABEL = 0;
-static const int W_ITEM_TYPE_3_LABEL = (W_ITEM_TYPE_2_LABEL_MAIN - X_ITEM_TYPE_3_LABEL);
-static const int H_ITEM_TYPE_3_LABEL = H_ITEM_TYPE_1_LABEL;
-
-static const unsigned int COLOR_MAIN_TEXT = Color32<0, 0, 0>::Value;
-static const unsigned int COLOR_SUB_TEXT = Color32<42, 137, 194>::Value;
-static const unsigned int COLOR_GROUP_TITLE_TEXT = Color32<93, 110, 141>::Value;
-static const unsigned int COLOR_BG_GROUP_INDEX_DEFAULT = Color32<249, 249, 249>::Value;
-static const unsigned int COLOR_BG_GROUP_ITEM_DEFAULT = Color32<236, 240, 242>::Value;
-
-static const int FONT_SIZE_SUB_TEXT = 32;
-static const int FONT_SIZE_GROUP_TITLE_TEXT = 32;
-
-static const int H_GROUP_INDEX_NO_TITLE_DEFAULT = 40;
-
-static const wchar_t* FONT_SIZE_SETTING_TYPE_GIANT = L"giant";
-static const wchar_t* FONT_SIZE_SETTING_TYPE_HUGE = L"huge";
-static const wchar_t* FONT_SIZE_SETTING_TYPE_LARGE = L"large";
-static const wchar_t* FONT_SIZE_SETTING_TYPE_MEDIUM = L"medium";
-
-static const int GROUP_SLIDESHOW = 0;
-static const int GROUP_SUBTITLES = 1;
-static const int GROUP_COUNT = 1;
-static const int GROUP_INDEX_1 = 0;
-static const int GROUP_INDEX_2 = 1;
-
-static const int SLIDESHOW_ITEM_COUNT = 2;
-static const int SUBTITLES_ITEM_COUNT = 0;
-
-static const int ITEM_SLIDESHOW_INTERVAL = 0;
-static const int ITEM_SLIDESHOW_TRANSITION = 1;
-
-static const int SETTING_INFO_KEY_INDEX_SLIDESHOW_INTERVAL = 0;
-static const int SETTING_INFO_KEY_INDEX_SLIDESHOW_TRANSITION = 1;
-
-const int GAP_TWO_LINE_ITEM_WIDTH = 80;
-
 SettingMainForm::SettingMainForm(void)
-       : __pTableView(null)
-       , __pPresentationModel(null)
 {
        AppLogDebug("ENTER");
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
@@ -122,6 +47,10 @@ SettingMainForm::SettingMainForm(void)
 SettingMainForm::~SettingMainForm(void)
 {
        AppLogDebug("ENTER");
+       if (pGroupItemCount)
+       {
+               delete[] pGroupItemCount;
+       }
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
 }
 
@@ -129,35 +58,40 @@ result
 SettingMainForm::Initialize(void)
 {
        AppLogDebug("ENTER");
-       result r = Construct(FORM_STYLE_NORMAL | FORM_STYLE_INDICATOR | FORM_STYLE_HEADER | FORM_STYLE_FOOTER);
+       result r = Form::Construct(IDL_FORM_SETTING_MAIN);
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
 
        return r;
 }
+
 result
 SettingMainForm::OnInitializing(void)
 {
        AppLogDebug("ENTER");
        __pPresentationModel = SettingPresentationModel::GetInstance();
 
+       InitializeSettingValues();
+
        Header* pHeader = GetHeader();
        AppAssert(pHeader);
        pHeader->SetStyle(HEADER_STYLE_TITLE);
        pHeader->SetTitleText(ResourceManager::GetString(L"IDS_COM_BODY_GALLERY"));
 
-       Rectangle bounds = GetClientAreaBounds();
-       bounds.x = X_GROUP_DEFAULT;
-       bounds.y = Y_GROUP_DEFAULT;
-       bounds.width -= (bounds.x * GAP_WIDTH);
+       __pList = static_cast< GroupedListView* >(GetControl(L"IDC_SETTING_LIST"));
 
-       __pTableView = new (std::nothrow) GroupedTableView();
-       __pTableView->Construct(bounds, true, TABLE_VIEW_SCROLL_BAR_STYLE_NONE);
-       __pTableView->SetItemProvider(this);
-       AddControl(*__pTableView);
-       __pTableView->SetGroupedLookEnabled(true);
-       __pTableView->AddGroupedTableViewItemEventListener(*this);
+       if ( __pList != NULL )
+       {
+               __pList->SetItemProvider(*this);
+               __pList->AddGroupedListViewItemEventListener(*this);
+       }
+
+       Footer* pFooter = GetFooter();
+       if (pFooter)
+       {
+               AppLogDebug("setting back button");
+               pFooter->SetBackButtonEnabled(true);
+       }
 
-       InitializeFooter();
        SetFormBackEventListener(this);
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
 
@@ -208,609 +142,590 @@ SettingMainForm::OnFormBackRequested(Form& source)
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
 }
 
-result
-SettingMainForm::InitializeFooter(void)
-{
-       AppLogDebug("ENTER");
-       result r = E_SUCCESS;
-       Footer* pFooter = GetFooter();
-       AppAssert(pFooter);
-       pFooter->RemoveAllItems();
-       pFooter->SetStyle(FOOTER_STYLE_BUTTON_ICON);
-
-       pFooter->SetBackButton();
-
-       pFooter->AddActionEventListener(*this);
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-
-       return r;
-}
-
 void
 SettingMainForm::OnSceneActivatedN(const SceneId& previousSceneId,
-                                                               const SceneId& currentSceneId, IList* pArgs)
+               const SceneId& currentSceneId, IList* pArgs)
 {
        AppLogDebug("ENTER");
-       __pTableView->UpdateTableView();
-       UpdateTableViewCheckButtonState();
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
 }
 
 void
 SettingMainForm::OnSceneDeactivated(const SceneId& currentSceneId,
-                                                               const SceneId& nextSceneId)
+               const SceneId& nextSceneId)
 {
        AppLogDebug("ENTER");
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
 }
 
-TableViewGroupItem*
-SettingMainForm::CreateGroupItem(int groupIndex, int itemWidth)
+void
+SettingMainForm::OnGroupedListViewContextItemStateChanged(GroupedListView& listView, int groupIndex, int itemIndex, int elementId, ListContextItemStatus status)
 {
-       AppLogDebug("ENTER");
-
-       int itemHeight = H_GROUP_INDEX_DEFAULT;
-       LabelTextStyle style = LABEL_TEXT_STYLE_BOLD;
-       Rectangle itemRectangle;
-       String groupText = ResourceManager::GetString(L"IDS_MEDIABR_POP_NO_NAME");
-
-       Label* pLabel = null;
-
-       switch (groupIndex)
-       {
-       case GROUP_SLIDESHOW:
-               {
-                       groupText = ResourceManager::GetString(L"IDS_MEDIABR_BUTTON_SLIDE_SHOW");
-               }
-               break;
-
-       default:
-               break;
-       }
-
-       TableViewGroupItem* pItem = new (std::nothrow) TableViewGroupItem();
-
-       itemRectangle.x = X_GROUP_ITEM_DEFAULT_LABEL;
-       itemRectangle.y = H_GROUP_INDEX_TITLE_TEXT;
-       itemRectangle.width = itemWidth;
-       itemRectangle.height = (itemHeight - H_GROUP_INDEX_TITLE_TEXT);
-
-       pItem->Construct(Dimension(itemWidth, itemHeight));
-       pItem->SetBackgroundColor(COLOR_BG_GROUP_INDEX_DEFAULT);
-
-       pLabel = new (std::nothrow) Label();
-       pLabel->Construct(itemRectangle, groupText);
-       pLabel->SetTextHorizontalAlignment(ALIGNMENT_LEFT);
-       pLabel->SetTextVerticalAlignment(ALIGNMENT_TOP);
-       pLabel->SetTextConfig(FONT_SIZE_GROUP_TITLE_TEXT, style);
-       pLabel->SetTextColor(COLOR_GROUP_TITLE_TEXT);
-
-       pItem->AddControl(*pLabel);
-       pItem->SetEnabled(false);
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-
-       return pItem;
 }
 
-TableViewItem*
-SettingMainForm::CreateItem(int groupIndex, int itemIndex, int itemWidth)
+void
+SettingMainForm::OnGroupedListViewItemStateChanged(GroupedListView& listView, int groupIndex, int itemIndex, int elementId, ListItemStatus status)
 {
-       AppLogDebug("ENTER");
-       AppLogDebug("group[%d] item[%d]", groupIndex, itemIndex);
-       int fontSize = GetFontSize();
-       unsigned int itemHeight = 0;
-       bool isTwoLineItemText = false;
-       bool isDrawBitmapIcon = true;
-
-       Rectangle itemRectIcon;
-       Rectangle itemRectLabel;
-       Rectangle itemRectSecondLabel;
-       String itemText(L"");
-       String itemTextTwoLine(L"");
-       TableViewAnnexStyle style = TABLE_VIEW_ANNEX_STYLE_NORMAL;
-       Bitmap* pBitmap = null;
-       Label* pLabel = null;
-
-       itemHeight = H_GROUP_ITEM_DEFAULT_LABEL;
-       ItemTypeIconAndOneLine(itemRectIcon, itemRectLabel);
+       int effectiveIndex = 0;
+       int inputValue = 0 ;
 
-       switch (groupIndex)
+       //              for (int i = 0; i < groupIndex; i++)
+       //              effectiveIndex = effectiveIndex + pGroupItemCount[i];
+       effectiveIndex = effectiveIndex + itemIndex;
+
+       if (settingInfo[effectiveIndex].itemType == ITEM_TYPE_DROPDOWN)
        {
-       case GROUP_SLIDESHOW:
+               AppLogDebug("refreshing data child count is %d", settingInfo[effectiveIndex].childCount);
+               if (settingInfo[effectiveIndex].isOpen == false)
                {
-                       switch (itemIndex)
+                       settingInfo[effectiveIndex].isOpen = true;
+                       settingInfo[effectiveIndex].childCount = 0;
+                       for (int iter = effectiveIndex + 1; iter < SETTING_MAX; iter++)
                        {
-                       case ITEM_SLIDESHOW_INTERVAL:
+                               if (settingInfo[iter].itemType == ITEM_TYPE_RADIO)
                                {
-                                       isTwoLineItemText = true;
-                                       isDrawBitmapIcon = false;
-                                       ItemTypeTwoLine(itemRectLabel, itemRectSecondLabel, fontSize);
-                                       itemHeight = (itemRectLabel.height + itemRectSecondLabel.height);
-
-                                       int returnValue = 0;
-                                       result r = __pPresentationModel->GetValue(SECTION_NAME_IMAGE_VIEWER,
-                                                       ENTRY_NAME_IMAGE_VIEWER_SLIDESHOW_INTERVAL, returnValue);
-
-                                       AppLogDebug("interval(%d)", returnValue);
-                                       if (r == E_SUCCESS)
-                                       {
-                                       switch (returnValue)
-                                       {
-                                               case 2:
-                                                       {
-                                                               itemTextTwoLine = ResourceManager::GetString(L"IDS_MEDIABR_OPT_2_SECONDS");
-                                                       }
-                                                       break;
-
-                                               case 3:
-                                                       {
-                                                               itemTextTwoLine = ResourceManager::GetString(L"IDS_MEDIABR_OPT_3_SECONDS");
-                                                       }
-                                                       break;
-
-                                               case 5:
-                                                       {
-                                                               itemTextTwoLine = ResourceManager::GetString(L"IDS_MEDIABR_BODY_5_SECONDS");
-                                                       }
-                                                       break;
-
-                                               case 10:
-                                                       {
-                                                               itemTextTwoLine = ResourceManager::GetString(L"IDS_MEDIABR_BODY_10_SECONDS");
-                                                       }
-                                                       break;
-
-                                               case 20:
-                                                       {
-                                                               itemTextTwoLine = ResourceManager::GetString(L"IDS_MEDIABR_BODY_20_SECONDS");
-                                                       }
-                                                       break;
-
-                                               default:
-                                                       {
-
-                                                       }
-                                                       break;
-                                               }
-                                       }
-                                       itemText = ResourceManager::GetString(L"IDS_IV_BODY_INTERVAL");
+                                       settingInfo[effectiveIndex].childCount++;
                                }
-                               break;
-                       case ITEM_SLIDESHOW_TRANSITION:
-                               {
-                                       isTwoLineItemText = true;
-                                       isDrawBitmapIcon = false;
-                                       ItemTypeTwoLine(itemRectLabel, itemRectSecondLabel, fontSize);
-                                       itemHeight = (itemRectLabel.height + itemRectSecondLabel.height);
-
-                                       int returnValue = 0;
-                                       result r = __pPresentationModel->GetValue(SECTION_NAME_IMAGE_VIEWER,
-                                                       ENTRY_NAME_IMAGE_VIEWER_SLIDESHOW_TRANSITION_EFFECT, returnValue);
-
-                                       if (r == E_SUCCESS)
-                                       {
-                                       switch (returnValue)
-                                       {
-                                               case 0:
-                                                       {
-                                                               itemTextTwoLine = ResourceManager::GetString(L"IDS_MEDIABR_OPT_SLIDE");
-                                                       }
-                                                       break;
-                                               case 1:
-                                                       {
-                                                               itemTextTwoLine = ResourceManager::GetString(L"IDS_EBOOK_BODY_PAGE");
-                                                       }
-                                                       break;
-
-                                               case 2:
-                                                       {
-                                                               itemTextTwoLine = ResourceManager::GetString(L"IDS_MEDIABR_BODY_DISSOLVE");
-                                                       }
-                                                       break;
-
-                                               case 3:
-                                                       {
-                                                               itemTextTwoLine = ResourceManager::GetString(L"IDS_IV_OPT_ZOOM");
-                                                       }
-                                                       break;
-
-                                               default:
-                                                       {
-                                                       }
-                                                       break;
-                                               }
-                                       }
-
-                                       itemText = ResourceManager::GetString(L"IDS_MEDIABR_BODY_TRANSITION_EFFECT");
-                               }
-                               break;
-
-                       default:
+                               else
                                {
+                                       break;
                                }
+                       }
+                       listView.UpdateList();
+               }
+               else
+               {
+                       settingInfo[effectiveIndex].isOpen = false;
+                       listView.UpdateList();
+               }
+       }
+       else if (settingInfo[effectiveIndex].itemType == ITEM_TYPE_RADIO)
+       {
+               int parentIndex = 0;
+               for (parentIndex = effectiveIndex; parentIndex > SETTING_INVALID; parentIndex--)
+               {
+                       if (settingInfo[parentIndex].itemType == ITEM_TYPE_DROPDOWN)
+                       {
                                break;
                        }
                }
-               break;
+               settingInfo[parentIndex].subText = settingInfo[effectiveIndex].titleText;
 
-       case GROUP_SUBTITLES:
+               for (int iter = 0; iter < settingInfo[parentIndex].childCount; iter++)
                {
-                       switch (itemIndex)
+                       if (parentIndex + iter + 1 != effectiveIndex)
                        {
-                       default:
-                               {
-                               }
-                               break;
+                               AppLogDebug("long effectiveIndex %d set to false", itemIndex - (effectiveIndex - parentIndex) + iter + 1);
+                               settingInfo[parentIndex + iter + 1].isSelected = false;
+                       }
+                       else
+                       {
+                               AppLogDebug("effectiveIndex %d set to true", effectiveIndex);
+                               settingInfo[effectiveIndex].isSelected = true;
                        }
                }
-               break;
 
-       default:
-               break;
+               Invalidate(true);
        }
-
-       TableViewItem* pItem = new (std::nothrow) TableViewItem();
-
-       if (pItem)
+       else if (settingInfo[effectiveIndex].itemType == ITEM_TYPE_TOGGLE)
        {
-               pItem->Construct(Dimension(W_GROUP_ITEM_DEFAULT, itemHeight), style);
-               pItem->SetBackgroundColor(COLOR_BG_GROUP_ITEM_DEFAULT);
-
-               if (isDrawBitmapIcon)
+               if (settingInfo[effectiveIndex].isSelected == true)
                {
-                       pLabel = new (std::nothrow) Label();
-                       pLabel->Construct(itemRectIcon, L"");
-                       pLabel->SetTextHorizontalAlignment(ALIGNMENT_LEFT);
-                       pLabel->SetTextVerticalAlignment(ALIGNMENT_MIDDLE);
-                       pLabel->SetBackgroundBitmap(*pBitmap);
-
-                       pItem->AddControl(*pLabel);
+                       settingInfo[effectiveIndex].isSelected = false;
+               }
+               else
+               {
+                       settingInfo[effectiveIndex].isSelected = true;
                }
+               if (__pList != null)
+               {
+                       __pList->SetItemChecked(groupIndex, itemIndex, settingInfo[effectiveIndex].isSelected);
+               }
+       }
 
-               pLabel = new (std::nothrow) Label();
-               pLabel->Construct(itemRectLabel, itemText);
-               pLabel->SetTextHorizontalAlignment(ALIGNMENT_LEFT);
-               pLabel->SetTextConfig(fontSize, LABEL_TEXT_STYLE_NORMAL);
-               pLabel->SetTextColor(COLOR_MAIN_TEXT);
+       switch (effectiveIndex)
+       {
+       case SETTING_INTERVAL_2:
+       {
+               inputValue = 2 ;
+               __pPresentationModel->SetValue(SECTION_NAME_IMAGE_VIEWER, ENTRY_NAME_IMAGE_VIEWER_SLIDESHOW_INTERVAL,
+                               inputValue);
+               listView.UpdateList();
+       }
+       break;
+       case SETTING_INTERVAL_3:
+       {
+               inputValue = 3 ;
+               __pPresentationModel->SetValue(SECTION_NAME_IMAGE_VIEWER,
+                               ENTRY_NAME_IMAGE_VIEWER_SLIDESHOW_INTERVAL, inputValue);
+               listView.UpdateList();
+       }
+       break;
 
-               pItem->AddControl(*pLabel);
+       case SETTING_INTERVAL_5:
+       {
+               inputValue = 5 ;
+               __pPresentationModel->SetValue(SECTION_NAME_IMAGE_VIEWER,
+                               ENTRY_NAME_IMAGE_VIEWER_SLIDESHOW_INTERVAL, inputValue);
+               listView.UpdateList();
+       }
+       break;
 
-               if (isTwoLineItemText)
-               {
-                       pLabel = new (std::nothrow) Label();
-                       pLabel->Construct(itemRectSecondLabel, itemTextTwoLine);
-                       pLabel->SetTextHorizontalAlignment(ALIGNMENT_LEFT);
-                       pLabel->SetTextConfig(FONT_SIZE_SUB_TEXT, LABEL_TEXT_STYLE_NORMAL);
-                       pLabel->SetTextColor(COLOR_SUB_TEXT);
+       case SETTING_INTERVAL_10:
+       {
+               inputValue = 10 ;
+               __pPresentationModel->SetValue(SECTION_NAME_IMAGE_VIEWER,
+                               ENTRY_NAME_IMAGE_VIEWER_SLIDESHOW_INTERVAL, inputValue);
+               listView.UpdateList();
+       }
+       break;
 
-                       pItem->AddControl(*pLabel);
-               }
+       case SETTING_INTERVAL_20:
+       {
+               inputValue = 20 ;
+               __pPresentationModel->SetValue(SECTION_NAME_IMAGE_VIEWER,
+                               ENTRY_NAME_IMAGE_VIEWER_SLIDESHOW_INTERVAL, inputValue);
+               listView.UpdateList();
        }
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
+       break;
 
-       return pItem;
-}
+       case SETTING_TRANSITION_SLIDE:
+       {
+               inputValue = 0 ;
+               __pPresentationModel->SetValue(SECTION_NAME_IMAGE_VIEWER,
+                               ENTRY_NAME_IMAGE_VIEWER_SLIDESHOW_TRANSITION_EFFECT, inputValue);
+               listView.UpdateList();
+       }
+       break;
 
-int
-SettingMainForm::GetDefaultGroupItemHeight(void)
-{
-       AppLogDebug("ENTER");
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
+       case SETTING_TRANSITION_DISSOLVE:
+       {
+               inputValue = 1 ;
+               result r = __pPresentationModel->SetValue(SECTION_NAME_IMAGE_VIEWER,
+                               ENTRY_NAME_IMAGE_VIEWER_SLIDESHOW_TRANSITION_EFFECT, inputValue);
+               if ( r == E_SUCCESS)
+               {
+                       AppLogDebug(" Passed") ;
+               }
 
-       return H_GROUP_INDEX_NO_TITLE_DEFAULT;
-}
+               listView.UpdateList();
+       }
+       break;
+       case SETTING_TRANSITION_ZOOM:
+       {
+               inputValue = 2 ;
+                __pPresentationModel->SetValue(SECTION_NAME_IMAGE_VIEWER,
+                               ENTRY_NAME_IMAGE_VIEWER_SLIDESHOW_TRANSITION_EFFECT, inputValue);
+               listView.UpdateList();
+       }
+       break;
 
-int
-SettingMainForm::GetDefaultItemHeight(void)
-{
-       AppLogDebug("ENTER");
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
+       case SETTING_REPEAT:
+       {
+               int repeatValue = 0 ;
 
-       return H_GROUP_ITEM_DEFAULT;
-}
+               __pPresentationModel->GetValue(SECTION_NAME_IMAGE_VIEWER,
+                               ENTRY_NAME_IMAGE_VIEWER_REPEAT_VALUE, repeatValue);
 
-bool
-SettingMainForm::DeleteGroupItem(int groupIndex, TableViewGroupItem* pItem)
-{
-       AppLogDebug("ENTER");
-       delete pItem;
-       pItem = null;
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
+               if ( repeatValue == 0)
+               {
+                       inputValue = 1;
+               }
+               else
+               {
+                       inputValue = 0;
+               }
 
-       return true;
-}
+               __pPresentationModel->SetValue(SECTION_NAME_IMAGE_VIEWER,
+                               ENTRY_NAME_IMAGE_VIEWER_REPEAT_VALUE, inputValue);
 
-bool
-SettingMainForm::DeleteItem(int groupIndex, int itemIndex, TableViewItem* pItem)
-{
-       AppLogDebug("ENTER");
-       delete pItem;
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
+       }
+       break;
 
-       return true;
-}
+//     case SETTING_SHUFFLE:
+//     {
+//             int shuffleValue = 0;
+//
+//             __pPresentationModel->GetValue(SECTION_NAME_IMAGE_VIEWER,
+//                             ENTRY_NAME_IMAGE_VIEWER_SHUFFLE_VALUE, shuffleValue);
+//
+//             if ( shuffleValue == 0)
+//             {
+//                     inputValue = 1;
+//             }
+//             else
+//             {
+//                     inputValue = 0;
+//             }
+//
+//             __pPresentationModel->SetValue(SECTION_NAME_IMAGE_VIEWER,
+//                             ENTRY_NAME_IMAGE_VIEWER_SHUFFLE_VALUE, inputValue);
+//     }
+//     break;
 
-int
-SettingMainForm::GetGroupCount(void)
+       default:
+               break;
+       }
+}
+void
+SettingMainForm::OnGroupedListViewItemSwept(GroupedListView& listView, int groupIndex, int itemIndex,
+               SweepDirection direction)
 {
-       AppLogDebug("ENTER");
-       int groupItemCount = GROUP_COUNT;
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-
-       return groupItemCount;
 }
 
-int
-SettingMainForm::GetItemCount(int groupIndex)
+GroupItem*
+SettingMainForm::CreateGroupItem(int groupIndex, int itemWidth)
 {
-       AppLogDebug("ENTER");
+       result r = E_FAILURE;
+       String text(L"");
+       GroupItem* pItem = null;
+       const Color ITEM_TEXT_COLOR = CUSTOM_COLOR_SETTINGS_GROUPTITLE;
 
-       int itemCount = 0;
+       pItem = new(std::nothrow) GroupItem();
+       if (pItem == null)
+       {
+               return null;
+       }
+       r = pItem->Construct(Dimension(itemWidth, 46));
+       if (IsFailed(r))
+       {
+               delete pItem;
+               return null;
+       }
 
        switch (groupIndex)
        {
-       case GROUP_INDEX_1:
-               {
-                       itemCount = SLIDESHOW_ITEM_COUNT ;
-               }
+       case 0:
+               text = ResourceManager::GetString(L"IDS_MEDIABR_BUTTON_SLIDE_SHOW");  // IDS_SLIDESHOW
                break;
 
-       case GROUP_INDEX_2:
-               {
-                       itemCount = SUBTITLES_ITEM_COUNT ;
-               }
-               break;
        default:
                break;
        }
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
 
-       return itemCount;
-}
+       pItem->SetElement(text, null);
 
-void
-SettingMainForm::OnGroupedTableViewItemStateChanged(GroupedTableView& tableView, int groupIndex, int itemIndex,
-               TableViewItem* pItem, TableViewItemStatus status)
-{
-       AppLogDebug("ENTER");
-       SceneManager* pSceneManager = SceneManager::GetInstance();
-       AppAssert(pSceneManager);
-       AppLogDebug("Group(%d) index(%d)", groupIndex, itemIndex);
+       AppLogDebug("background color set result %s", GetErrorMessage(r));
 
-       switch (groupIndex)
-       {
-       case GROUP_SLIDESHOW:
-               {
+       pItem->SetTextColor(ITEM_TEXT_COLOR);
+       return pItem;
+}
 
-                       switch (itemIndex)
-                       {
-                       case ITEM_SLIDESHOW_INTERVAL:
-                       {
-                               SceneManager* pSceneManager = SceneManager::GetInstance();
-                               AppAssert(pSceneManager);
-                               pSceneManager->GoForward(ForwardSceneTransition(IDSCN_SETTING_INTERVAL));
+ListItemBase*
+SettingMainForm::CreateItem(int groupIndex, int itemIndex, int itemWidth)
+{
+       AppLog("SettingMainForm::CreateItem --> groupIndex : %d, itemIndex: %d itemWidth: %d ", groupIndex, itemIndex,
+                       itemWidth);
 
-                               break;
-                       }
-                       case ITEM_SLIDESHOW_TRANSITION:
-                       {
-                               SceneManager* pSceneManager = SceneManager::GetInstance();
-                               AppAssert(pSceneManager);
-                               pSceneManager->GoForward(ForwardSceneTransition(IDSCN_SETTING_TRANSITION));
+       result r = E_SUCCESS;
+       int effectiveIndex = 0;
+       const Color ITEM_BACKGROUND_COLOR = CUSTOM_COLOR_SETTINGS_LISTITEM_BACKGROUND;
+       const Color ITEM_RADIO_ITEM_BACKGROUND_COLOR = CUSTOM_COLOR_SETTINGS_LISTITEM_RADIO_BACKGROUND;
 
-                               break;
-                       }
-                       default:
-                       {
+       //      for (int i = 0; i < groupIndex; i++)
+       //              effectiveIndex = effectiveIndex + pGroupItemCount[i];
+       effectiveIndex = effectiveIndex + itemIndex;
+       AppLogDebug("SettingMainForm::CreateItem --> groupIndex : %d, itemIndex: %d itemWidth: %d effectiveIndex %d", groupIndex, itemIndex, itemWidth, effectiveIndex);
 
-                               break;
-                       }
-                       }
-               }
-               break;
+       if (settingInfo[effectiveIndex].itemType == ITEM_TYPE_TOGGLE)
+       {
+               SettingToggleCustomItem* pItem = new(std::nothrow) SettingToggleCustomItem();
+               r = pItem->Construct(itemWidth, 112);
 
-       case GROUP_SUBTITLES:
+               if (IsFailed(r))
                {
+                       delete pItem;
+                       return null;
                }
-               break;
 
-       default:
+               pItem->SetBackgroundColor(LIST_ITEM_DRAWING_STATUS_NORMAL,ITEM_BACKGROUND_COLOR);
+               pItem->SetBackgroundColor(LIST_ITEM_DRAWING_STATUS_PRESSED,ITEM_BACKGROUND_COLOR);
+
+               if (__pList != null)
                {
+                       __pList->SetItemChecked(groupIndex, itemIndex, settingInfo[effectiveIndex].isSelected);
                }
-               break;
-       }
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-}
 
-void
-SettingMainForm::UpdateGroupItem(int groupIndex, TableViewGroupItem* pItem)
-{
-       AppLogDebug("ENTER");
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-}
+               pItem->SetText(settingInfo[effectiveIndex].titleText);
+               pItem->Make();
 
-void
-SettingMainForm::UpdateItem(int groupIndex, int itemIndex, TableViewItem* pItem)
-{
-       AppLogDebug("ENTER");
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-}
+               return pItem;
+       }
+       else if (settingInfo[effectiveIndex].itemType == ITEM_TYPE_DROPDOWN)
+       {
+               DropDownCustomItem* pItem = new(std::nothrow) DropDownCustomItem();
+               r = pItem->Construct(itemWidth);
+               if (IsFailed(r))
+               {
+                       delete pItem;
+                       return null;
+               }
 
-void
-SettingMainForm::OnGroupedTableViewContextItemActivationStateChanged(GroupedTableView& tableView, int groupIndex,
-               int itemIndex, TableViewContextItem* pContextItem, bool activated)
-{
-       AppLogDebug("ENTER");
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-}
+               pItem->SetBackgroundColor(LIST_ITEM_DRAWING_STATUS_NORMAL,ITEM_BACKGROUND_COLOR);
+               pItem->SetBackgroundColor(LIST_ITEM_DRAWING_STATUS_PRESSED,ITEM_BACKGROUND_COLOR);
 
-void
-SettingMainForm::OnGroupedTableViewGroupItemStateChanged(GroupedTableView& tableView, int groupIndex,
-               TableViewGroupItem* pItem, TableViewItemStatus status)
-{
-       AppLogDebug("ENTER");
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-}
+               pItem->SetMainText(settingInfo[effectiveIndex].titleText);
+               pItem->SetSubText(settingInfo[effectiveIndex].subText);
+               if (settingInfo[effectiveIndex].isOpen)
+               {
+                       pItem->SetCurState(DROP_DOWN_ITEM_STATE_OPENED);
+               }
+               else
+               {
+                       pItem->SetCurState(DROP_DOWN__ITEM_STATE_CLOSED);
+               }
 
-int
-SettingMainForm::GetFontSize(void)
-{
-       AppLogDebug("ENTER");
-       result r = E_SUCCESS;
+               r = pItem->Make();
 
-       int fontSize = FONT_MAIN_TEXT_SIZE_NORMAL;
-       String fontSizeValue(L"");
+               if (IsFailed(r))
+               {
+                       delete pItem;
+                       return null;
+               }
 
-       if ((r = SettingInfo::GetValue(FONT_SIZE_SETTING_INFO_KEY, fontSizeValue)) == E_SUCCESS)
+               return pItem;
+       }
+       else if (settingInfo[effectiveIndex].itemType == ITEM_TYPE_RADIO)
        {
-               AppLogDebug("GetValue Fail [%s]", GetErrorMessage(r));
+               RadioCustomItem* pItem = new(std::nothrow) RadioCustomItem();
+               int parentIndex = 0;
 
-               if (fontSizeValue.Equals(FONT_SIZE_SETTING_TYPE_GIANT, false))
-               {
-                       fontSize = FONT_MAIN_TEXT_SIZE_GIANT;
-               }
-               else if (fontSizeValue.Equals(FONT_SIZE_SETTING_TYPE_HUGE, false))
-               {
-                       fontSize = FONT_MAIN_TEXT_SIZE_HUGE;
-               }
-               else if (fontSizeValue.Equals(FONT_SIZE_SETTING_TYPE_LARGE, false))
+               for (parentIndex = effectiveIndex; parentIndex > SETTING_INVALID; parentIndex--)
                {
-                       fontSize = FONT_MAIN_TEXT_SIZE_LARGE;
+                       if (settingInfo[parentIndex].itemType == ITEM_TYPE_DROPDOWN)
+                               break;
                }
-               else if (fontSizeValue.Equals(FONT_SIZE_SETTING_TYPE_MEDIUM, false))
+
+               if (settingInfo[parentIndex].isOpen == false )
                {
-                       fontSize = FONT_MAIN_TEXT_SIZE_NORMAL;
+                       r = pItem->Construct(itemWidth, 0);
+                       AppLogDebug("construct with height 0 %s", GetErrorMessage(r));
+                       return pItem;
                }
                else
                {
-                       fontSize = FONT_MAIN_TEXT_SIZE_SMALL;
+                       pItem->Construct(itemWidth, 112);
                }
+
+               pItem->SetBackgroundColor(LIST_ITEM_DRAWING_STATUS_NORMAL,ITEM_RADIO_ITEM_BACKGROUND_COLOR);
+               pItem->SetBackgroundColor(LIST_ITEM_DRAWING_STATUS_PRESSED,ITEM_RADIO_ITEM_BACKGROUND_COLOR);
+
+               pItem->SetText(settingInfo[effectiveIndex].titleText);
+               AppLogDebug("effectiveIndex %d SettingInfo[effectiveIndex].isSelected %d", effectiveIndex, settingInfo[effectiveIndex].isSelected);
+
+               pItem->SetSelected(settingInfo[effectiveIndex].isSelected);
+               pItem->Make();
+
+               return pItem;
        }
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
+       else
+       {
+               return null;
+       }
+}
 
-       return fontSize;
+bool
+SettingMainForm::DeleteGroupItem(int groupIndex, GroupItem* pItem, int itemWidth)
+{
+       delete pItem;
+       return true;
 }
 
-void
-SettingMainForm::ItemTypeIconAndOneLine(Rectangle& icon, Rectangle& main)
+bool
+SettingMainForm::DeleteItem(int groupIndex, int itemIndex, ListItemBase* pItem, int itemWidth)
 {
-       AppLogDebug("ENTER");
-       icon.x = X_ITEM_TYPE_3_ICON;
-       icon.y = Y_ITEM_TYPE_3_ICON;
-       icon.width = W_ITEM_TYPE_3_ICON;
-       icon.height = H_ITEM_TYPE_3_ICON;
-
-       main.x = X_ITEM_TYPE_3_LABEL;
-       main.y = Y_ITEM_TYPE_3_LABEL;
-       main.width = W_ITEM_TYPE_3_LABEL;
-       main.height = H_ITEM_TYPE_3_LABEL;
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
+       delete pItem;
+       return true;
 }
 
 int
-SettingMainForm::GetSettingInfoItemStatus(int settingIndex)
+SettingMainForm::GetGroupCount(void)
 {
-       AppLogDebug("ENTER");
-       int returnValue = 0;
+       int groupCount = 1 ;
+
+       return groupCount;
+}
+
+int
+SettingMainForm::GetItemCount(int groupIndex)
+{
+       AppLog(" SettingMainForm::GetItemCount --> groupIndex : %d,", groupIndex);
+       return pGroupItemCount[groupIndex];
+}
 
-       switch (settingIndex)
+void
+SettingMainForm::InitializeSettingValues(void)
+{
+       pGroupItemCount = new(std::nothrow) int[1];
+       pGroupItemCount[0] = 12;
+       int interval = 0;
+       int transitionValue = 0;
+       int repeatValue = 0;
+       //int shuffletValue = 0;
+       String selectedInterval;
+       String selectedTransition;
+
+       for (int iter = (int) SETTING_INVALID + 1; iter < (int) SETTING_MAX; ++iter)
        {
-       case SETTING_INFO_KEY_INDEX_SLIDESHOW_INTERVAL:
+               settingInfo[iter].isSelected = false;
+       }
+
+       result r =__pPresentationModel->GetValue(SECTION_NAME_IMAGE_VIEWER, ENTRY_NAME_IMAGE_VIEWER_SLIDESHOW_INTERVAL,
+                       interval);
+
+       if (r == E_SUCCESS)
        {
-               int realValue = 0;
-               __pPresentationModel->GetValue(SECTION_NAME_IMAGE_VIEWER, ENTRY_NAME_IMAGE_VIEWER_SLIDESHOW_INTERVAL,
-                               realValue);
-               switch (realValue)
+               switch(interval)
                {
                case 2:
                {
-                       returnValue = 0;
-                       break;
+                       selectedInterval = ResourceManager::GetString(L"IDS_MEDIABR_OPT_2_SECONDS");
+                       settingInfo[SETTING_INTERVAL_2].isSelected = true;
                }
+               break;
+
                case 3:
                {
-                       returnValue = 1;
-                       break;
+                       selectedInterval = ResourceManager::GetString(L"IDS_MEDIABR_OPT_3_SECONDS");
+                       settingInfo[SETTING_INTERVAL_3].isSelected = true;
                }
+               break;
+
                case 5:
                {
-                       returnValue = 2;
-                       break;
+                       selectedInterval = ResourceManager::GetString(L"IDS_MEDIABR_BODY_5_SECONDS");
+                       settingInfo[SETTING_INTERVAL_5].isSelected = true;
                }
+               break;
+
                case 10:
                {
-                       returnValue = 3;
-                       break;
+                       selectedInterval = ResourceManager::GetString(L"IDS_MEDIABR_BODY_10_SECONDS");
+                       settingInfo[SETTING_INTERVAL_10].isSelected = true;
                }
+               break;
+
                case 20:
                {
-                       returnValue = 4;
-                       break;
+                       selectedInterval = ResourceManager::GetString(L"IDS_MEDIABR_BODY_20_SECONDS");
+                       settingInfo[SETTING_INTERVAL_20].isSelected = true;
                }
+               break;
+
                default:
-               {
-                       returnValue = 0;
                        break;
                }
-               }
+       }
 
-               AppLogDebug("SETTINGS : interval (%d)", returnValue);
+       r = __pPresentationModel->GetValue(SECTION_NAME_IMAGE_VIEWER,
+                       ENTRY_NAME_IMAGE_VIEWER_SLIDESHOW_TRANSITION_EFFECT, transitionValue);
 
-               break;
-       }
-       case SETTING_INFO_KEY_INDEX_SLIDESHOW_TRANSITION:
+       if (r == E_SUCCESS)
        {
-               __pPresentationModel->GetValue(SECTION_NAME_IMAGE_VIEWER, SETTING_INFO_KEY_INDEX_SLIDESHOW_TRANSITION,
-                               returnValue);
-
-               AppLogDebug("SETTINGS : transition(%d)", returnValue);
+               switch (transitionValue)
+               {
+               case 0:
+               {
+                       selectedTransition = ResourceManager::GetString(L"IDS_MEDIABR_OPT_SLIDE");
+                       settingInfo[SETTING_TRANSITION_SLIDE].isSelected = true;
+               }
+               break;
 
+               case 1:
+               {
+                       selectedTransition = ResourceManager::GetString(L"IDS_MEDIABR_BODY_DISSOLVE");
+                       settingInfo[SETTING_TRANSITION_DISSOLVE].isSelected = true;
+               }
                break;
-       }
-       default:
-       {
+
+               case 2:
+               {
+                       selectedTransition = ResourceManager::GetString(L"IDS_IV_OPT_ZOOM");
+                       settingInfo[SETTING_TRANSITION_ZOOM].isSelected = true;
+               }
                break;
+
+               default:
+                       break;
+               }
        }
-       }
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
 
-       return returnValue;
-}
+       settingInfo[SETTING_SLIDESHOW_INTERVAL_TITLE].titleText = ResourceManager::GetString(L"IDS_MEDIABR_BODY_SLIDESHOW_INTERVAL");
+       settingInfo[SETTING_SLIDESHOW_INTERVAL_TITLE].subText = selectedInterval ;
+       settingInfo[SETTING_SLIDESHOW_INTERVAL_TITLE].itemType = ITEM_TYPE_DROPDOWN;
 
-void
-SettingMainForm::ItemTypeTwoLine(Rectangle& main, Rectangle& sub, int fontSize)
-{
-       Rectangle clientRect = GetClientAreaBounds();
+       settingInfo[SETTING_INTERVAL_2].titleText = ResourceManager::GetString(L"IDS_MEDIABR_OPT_2_SECONDS");
+       settingInfo[SETTING_INTERVAL_2].subText = L"";
+       settingInfo[SETTING_INTERVAL_2].itemType = ITEM_TYPE_RADIO;
+
+       settingInfo[SETTING_INTERVAL_3].titleText = ResourceManager::GetString(L"IDS_MEDIABR_OPT_3_SECONDS");
+       settingInfo[SETTING_INTERVAL_3].subText = L"";
+       settingInfo[SETTING_INTERVAL_3].itemType = ITEM_TYPE_RADIO;
+
+       settingInfo[SETTING_INTERVAL_5].titleText = ResourceManager::GetString(L"IDS_MEDIABR_BODY_5_SECONDS");
+       settingInfo[SETTING_INTERVAL_5].subText = L"";
+       settingInfo[SETTING_INTERVAL_5].itemType = ITEM_TYPE_RADIO;
+
+       settingInfo[SETTING_INTERVAL_10].titleText = ResourceManager::GetString(L"IDS_MEDIABR_BODY_10_SECONDS");
+       settingInfo[SETTING_INTERVAL_10].subText = L"";
+       settingInfo[SETTING_INTERVAL_10].itemType = ITEM_TYPE_RADIO;
 
-       if (fontSize > FONT_MAIN_TEXT_SIZE_LARGE)
+       settingInfo[SETTING_INTERVAL_20].titleText = ResourceManager::GetString(L"IDS_MEDIABR_BODY_20_SECONDS");
+       settingInfo[SETTING_INTERVAL_20].subText = L"";
+       settingInfo[SETTING_INTERVAL_20].itemType = ITEM_TYPE_RADIO;
+
+       r = __pPresentationModel->GetValue(SECTION_NAME_IMAGE_VIEWER, ENTRY_NAME_IMAGE_VIEWER_REPEAT_VALUE, repeatValue);
+
+       settingInfo[SETTING_REPEAT].titleText = L"Repeat";
+       settingInfo[SETTING_REPEAT].itemType = ITEM_TYPE_TOGGLE;
+
+       if ( repeatValue == 0)
        {
-               main.x = X_ITEM_TYPE_2_LABEL_MAIN;
-               main.y = Y_ITEM_TYPE_2_LABEL_MAIN;
-               main.width = (clientRect.width - GAP_TWO_LINE_ITEM_WIDTH);
-               main.height = H_ITEM_TYPE_1_LABEL;
-
-               sub.x = X_ITEM_TYPE_2_LABEL_SUB;
-               sub.y = H_ITEM_TYPE_1_LABEL;
-               sub.width = (clientRect.width - GAP_TWO_LINE_ITEM_WIDTH);
-               sub.height = H_ITEM_TYPE_2_LABEL_SUB;
+               settingInfo[SETTING_REPEAT].isSelected = false ;
        }
        else
        {
-               main.x = X_ITEM_TYPE_2_LABEL_MAIN;
-               main.y = Y_ITEM_TYPE_2_LABEL_MAIN;
-               main.width = (clientRect.width - GAP_TWO_LINE_ITEM_WIDTH);
-               main.height = H_ITEM_TYPE_2_LABEL_MAIN;
-
-               sub.x = X_ITEM_TYPE_2_LABEL_SUB;
-               sub.y = Y_ITEM_TYPE_2_LABEL_SUB;
-               sub.width = (clientRect.width - GAP_TWO_LINE_ITEM_WIDTH);
-               sub.height = H_ITEM_TYPE_2_LABEL_SUB;
+               settingInfo[SETTING_REPEAT].isSelected = true ;
        }
+
+//     r = __pPresentationModel->GetValue(SECTION_NAME_IMAGE_VIEWER,
+//                     ENTRY_NAME_IMAGE_VIEWER_SHUFFLE_VALUE, shuffletValue);
+//
+//     settingInfo[SETTING_SHUFFLE].titleText = L"Shuffle";
+//     settingInfo[SETTING_SHUFFLE].itemType = ITEM_TYPE_TOGGLE;
+//
+//     if ( shuffletValue == 0)
+//     {
+//             settingInfo[SETTING_SHUFFLE].isSelected = false ;
+//     }
+//     else
+//     {
+//             settingInfo[SETTING_SHUFFLE].isSelected = true ;
+//     }
+
+       settingInfo[SETTING_TRANSITION_EFFECT_TITLE].titleText = ResourceManager::GetString(L"IDS_MEDIABR_BODY_TRANSITION_EFFECT");
+       settingInfo[SETTING_TRANSITION_EFFECT_TITLE].subText = selectedTransition;
+       settingInfo[SETTING_TRANSITION_EFFECT_TITLE].itemType = ITEM_TYPE_DROPDOWN;
+
+       settingInfo[SETTING_TRANSITION_SLIDE].titleText = ResourceManager::GetString(L"IDS_MEDIABR_OPT_SLIDE");
+       settingInfo[SETTING_TRANSITION_SLIDE].subText = L"";
+       settingInfo[SETTING_TRANSITION_SLIDE].itemType = ITEM_TYPE_RADIO;
+
+       settingInfo[SETTING_TRANSITION_DISSOLVE].titleText = ResourceManager::GetString(L"IDS_MEDIABR_BODY_DISSOLVE");
+       settingInfo[SETTING_TRANSITION_DISSOLVE].subText = L"";
+       settingInfo[SETTING_TRANSITION_DISSOLVE].itemType = ITEM_TYPE_RADIO;
+
+       settingInfo[SETTING_TRANSITION_ZOOM].titleText = ResourceManager::GetString(L"IDS_IV_OPT_ZOOM");
+       settingInfo[SETTING_TRANSITION_ZOOM].subText = L"";
+       settingInfo[SETTING_TRANSITION_ZOOM].itemType = ITEM_TYPE_RADIO;
+
 }
 
-void
-SettingMainForm::UpdateTableViewCheckButtonState(void)
+SettingMainForm::SettingItemInfo::SettingItemInfo(void)
 {
-       AppLogDebug("ENTER");
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
+       titleText = L"";
+       subText = L"";
+       childCount = 0;
+       isOpen = false;
+       isSelected = false ;
 }
index 0230200..74f94ce 100644 (file)
@@ -29,6 +29,8 @@ using namespace std;
 
 static const int DEFAULT_VALUE_EFFECT_SLIDE = 0;
 static const int DEFAULT_VALUE_INTERVAL = 3;
+static const int DEFAULT_VALUE_REPEAT = 0;
+static const int DEFAULT_VALUE_SHUFFLE = 0;
 
 const wchar_t* GALLERY_APP_ID = L"ijudt7w61q.Gallery";
 
@@ -42,12 +44,14 @@ const wchar_t* SECTION_VIDEO_PLAYER = L"VIDEO_PLAYER_SETTING";
 
 const wchar_t* SLIDESHOW_INTERVAL_VALUE = L"SLIDESHOW_INTERVAL_VALUE";
 const wchar_t* TRANSITION_EFFECT_VALUE = L"TRANSITION_EFFECT_VALUE";
+const wchar_t* REPEAT_VALUE = L"REPEAT_VALUE";
+const wchar_t* SHUFFLE_VALUE = L"SHUFFLE_VALUE";
 
 SettingPresentationModel* SettingPresentationModel::__pPresentationModelInstance = null;
 
 SettingPresentationModel::SettingPresentationModel(void)
-       :__pDefaultGalleryRegistry(null)
-       ,__pAppGalleryRegistry(null)
+       : __pDefaultGalleryRegistry(null)
+       , __pAppGalleryRegistry(null)
 {
        AppLogDebug("ENTER");
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
@@ -114,6 +118,18 @@ SettingPresentationModel::Construct(void)
                r = __pAppGalleryRegistry->AddValue(SECTION_IMAGE_VIEWER, TRANSITION_EFFECT_VALUE, valueRegistryString);
                TryCatch(r == E_SUCCESS, , "Registry::AddValue() failed[%s]", GetErrorMessage(r));
 
+               r = __pDefaultGalleryRegistry->GetValue(SECTION_IMAGE_VIEWER, REPEAT_VALUE,
+                               valueRegistryNumber);
+               TryCatch(r == E_SUCCESS, , "Registry::GetValue() failed[%s]", GetErrorMessage(r));
+               r = __pAppGalleryRegistry->AddValue(SECTION_IMAGE_VIEWER, REPEAT_VALUE, valueRegistryNumber);
+               TryCatch(r == E_SUCCESS, , "Registry::AddValue() failed[%s]", GetErrorMessage(r));
+
+               r = __pDefaultGalleryRegistry->GetValue(SECTION_IMAGE_VIEWER, SHUFFLE_VALUE,
+                               valueRegistryString);
+               TryCatch(r == E_SUCCESS, , "Registry::GetValue() failed[%s]", GetErrorMessage(r));
+               r = __pAppGalleryRegistry->AddValue(SECTION_IMAGE_VIEWER, SHUFFLE_VALUE, valueRegistryNumber);
+               TryCatch(r == E_SUCCESS, , "Registry::AddValue() failed[%s]", GetErrorMessage(r));
+
                r = __pAppGalleryRegistry->Flush();
                TryCatch(r == E_SUCCESS, , "Registry::Flush() failed[%s]", GetErrorMessage(r));
                r = __pDefaultGalleryRegistry->Flush();
@@ -123,7 +139,7 @@ SettingPresentationModel::Construct(void)
 
        return r;
 
-CATCH:
+       CATCH:
        delete __pDefaultGalleryRegistry;
        __pDefaultGalleryRegistry = null;
 
@@ -174,7 +190,7 @@ SettingPresentationModel::GetValue(const String& strSectionName, const String& e
 
        return r;
 
-CATCH:
+       CATCH:
        AppLogDebug("EXIT with exception(%s)", GetErrorMessage(GetLastResult()));
 
        return r;
@@ -190,7 +206,7 @@ SettingPresentationModel::GetValue(const String& strSectionName, const String& e
 
        return r;
 
-CATCH:
+       CATCH:
        AppLogDebug("EXIT with exception(%s)", GetErrorMessage(GetLastResult()));
 
        return r;
@@ -207,7 +223,7 @@ SettingPresentationModel::SetValue(const String& strSectionName, const String& e
 
        return r;
 
-CATCH:
+       CATCH:
        AppLogDebug("EXIT with exception(%s)", GetErrorMessage(GetLastResult()));
 
        return r;
@@ -224,7 +240,7 @@ SettingPresentationModel::SetValue(const String& strSectionName, const String& e
 
        return r;
 
-CATCH:
+       CATCH:
        AppLogDebug("EXIT with exception(%s)", GetErrorMessage(GetLastResult()));
 
        return r;
@@ -263,6 +279,14 @@ SettingPresentationModel::CreateDefaultRegistry(void)
                                DEFAULT_VALUE_EFFECT_SLIDE);
                TryCatch(r == E_SUCCESS, , "Registry::AddValue() failed[%s]", GetErrorMessage(r));
 
+               r = __pDefaultGalleryRegistry->AddValue(SECTION_IMAGE_VIEWER, REPEAT_VALUE,
+                               DEFAULT_VALUE_REPEAT);
+               TryCatch(r == E_SUCCESS, , "Registry::AddValue() failed[%s]", GetErrorMessage(r));
+
+               r = __pDefaultGalleryRegistry->AddValue(SECTION_IMAGE_VIEWER, SHUFFLE_VALUE,
+                               DEFAULT_VALUE_SHUFFLE);
+               TryCatch(r == E_SUCCESS, , "Registry::AddValue() failed[%s]", GetErrorMessage(r));
+
                r = __pDefaultGalleryRegistry->Flush();
                TryCatch(r == E_SUCCESS, , "Registry::Flush() failed[%s]", GetErrorMessage(r));
        }
@@ -270,7 +294,7 @@ SettingPresentationModel::CreateDefaultRegistry(void)
 
        return r;
 
-CATCH:
+       CATCH:
        AppLogDebug("EXIT with exception(%s)", GetErrorMessage(GetLastResult()));
 
        return r;
@@ -296,7 +320,7 @@ SettingPresentationModel::ResetGallerySettingsRegistry(void)
 
        return r;
 
-CATCH:
+       CATCH:
        AppLogDebug("EXIT with exception(%s)", GetErrorMessage(GetLastResult()));
 
        return r;
diff --git a/src/GlSettingToggleCustomItem.cpp b/src/GlSettingToggleCustomItem.cpp
new file mode 100644 (file)
index 0000000..6cf93d0
--- /dev/null
@@ -0,0 +1,83 @@
+//
+
+// Copyright (c) 2012 Samsung Electronics Co., Ltd.
+//
+// Licensed under the Flora License, Version 1.0 (the License);
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//     http://floralicense.org/license/
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an AS IS BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+
+//!Internet SettingToggleCustomItem class
+/*@file:        SettingToggleCustomItem.cpp
+ *@brief:       The SettingToggleCustomItem
+ *
+ */
+
+#include <FUiControls.h>
+
+#include "GlSettingToggleCustomItem.h"
+
+using namespace Tizen::App;
+using namespace Tizen::Base;
+using namespace Tizen::Graphics;
+using namespace Tizen::Ui::Controls;
+
+static const int IDA_FORMAT_STRING = 101;
+
+SettingToggleCustomItem::SettingToggleCustomItem(void)
+       : __width(0)
+       , __height(0)
+{
+}
+
+SettingToggleCustomItem::~SettingToggleCustomItem(void)
+{
+}
+
+result
+SettingToggleCustomItem::Construct(int width, int height)
+{
+       result r = E_FAILURE;
+
+       __width = width;
+       __height = height;
+       const Dimension dim(width, height);
+       r = CustomItem::Construct(dim, LIST_ANNEX_STYLE_ONOFF_SLIDING);
+
+       return r;
+}
+
+void
+SettingToggleCustomItem::SetText(Tizen::Base::String& text)
+{
+       __text = text;
+}
+
+String
+SettingToggleCustomItem::GetText(void)
+{
+       return __text;
+}
+
+result
+SettingToggleCustomItem::Make(void)
+{
+       const Color textColor = CUSTOM_COLOR_TRANSPARENT;
+       const Color pressedTextColor = CUSTOM_COLOR_TRANSPARENT;
+       const int X_Margin = 26;
+       const int Y_Margin = 26;
+       const int textSize = 40;
+
+       AddElement(Rectangle(X_Margin, Y_Margin, __width - 60, 60), IDA_FORMAT_STRING, __text, textSize, textColor, pressedTextColor, pressedTextColor, true);
+       SetElementSelectionEnabled(IDA_FORMAT_STRING, false);
+
+       return E_SUCCESS;
+}
diff --git a/src/GlSettingTransitionForm.cpp b/src/GlSettingTransitionForm.cpp
deleted file mode 100644 (file)
index 6526abe..0000000
+++ /dev/null
@@ -1,618 +0,0 @@
-//
-// Copyright (c) 2012 Samsung Electronics Co., Ltd.
-//
-// Licensed under the Flora License, Version 1.0 (the License);
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-//     http://floralicense.org/license/
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an AS IS BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-//
-
-/**
- * @file               GlSettingTransitionForm.cpp
- * @brief              This is the implementation file for SettingTransitionForm class.
- */
-
-#include "GlGalleryApp.h"
-#include "GlResourceManager.h"
-#include "GlSettingPresentationModel.h"
-#include "GlSettingTransitionForm.h"
-#include "GlTypes.h"
-
-using namespace Tizen::App;
-using namespace Tizen::Base;
-using namespace Tizen::Base::Collection;
-using namespace Tizen::Content;
-using namespace Tizen::Graphics;
-using namespace Tizen::System;
-using namespace Tizen::Ui;
-using namespace Tizen::Ui::Controls;
-using namespace Tizen::Ui::Scenes;
-
-static const int FONT_MAIN_TEXT_SIZE_GIANT = 100;
-static const int FONT_MAIN_TEXT_SIZE_HUGE = 70;
-static const int FONT_MAIN_TEXT_SIZE_LARGE = 55;
-static const int FONT_MAIN_TEXT_SIZE_NORMAL = 44;
-static const int FONT_MAIN_TEXT_SIZE_SMALL = 32;
-
-static const int X_GROUP_DEFAULT = 16;
-static const int Y_GROUP_DEFAULT = 0;
-static const int GAP_WIDTH = 2;
-
-static const int H_GROUP_ITEM_DEFAULT_LABEL = 114;
-static const int X_GROUP_ITEM_DEFAULT_LABEL = 16;
-
-static const int H_GROUP_INDEX_DEFAULT = 82;
-static const int H_GROUP_INDEX_TITLE_TEXT = 36;
-
-static const int X_ITEM_TYPE_3_ICON = 26;
-static const int Y_ITEM_TYPE_3_ICON = 21;
-static const int W_ITEM_TYPE_3_ICON = 0;
-static const int H_ITEM_TYPE_3_ICON = 74;
-
-static const int H_GROUP_ITEM_DEFAULT = 114;
-static const int W_GROUP_ITEM_DEFAULT = 720;
-
-static const int X_ITEM_TYPE_1_LABEL = 16;
-static const int W_ITEM_TYPE_1_LABEL = (720 - X_ITEM_TYPE_1_LABEL);
-static const int H_ITEM_TYPE_1_LABEL = 114;
-
-static const int W_ITEM_TYPE_2_LABEL_MAIN = W_ITEM_TYPE_1_LABEL;
-
-static const int X_ITEM_TYPE_3_LABEL = (X_ITEM_TYPE_3_ICON + W_ITEM_TYPE_3_ICON);
-static const int Y_ITEM_TYPE_3_LABEL = 0;
-static const int W_ITEM_TYPE_3_LABEL = (W_ITEM_TYPE_2_LABEL_MAIN - X_ITEM_TYPE_3_LABEL);
-static const int H_ITEM_TYPE_3_LABEL = H_ITEM_TYPE_1_LABEL;
-
-static const unsigned int COLOR_MAIN_TEXT = Color32<0, 0, 0>::Value;
-static const unsigned int COLOR_GROUP_TITLE_TEXT = Color32<93, 110, 141>::Value;
-static const unsigned int COLOR_BG_GROUP_INDEX_DEFAULT = Color32<249, 249, 249>::Value;
-static const unsigned int COLOR_BG_GROUP_ITEM_DEFAULT = Color32<236, 240, 242>::Value;
-static const int FONT_SIZE_GROUP_TITLE_TEXT = 32;
-
-static const int H_GROUP_INDEX_NO_TITLE_DEFAULT = 40;
-
-static const wchar_t* FONT_SIZE_SETTING_TYPE_GIANT = L"giant";
-static const wchar_t* FONT_SIZE_SETTING_TYPE_HUGE = L"huge";
-static const wchar_t* FONT_SIZE_SETTING_TYPE_LARGE = L"large";
-static const wchar_t* FONT_SIZE_SETTING_TYPE_MEDIUM = L"medium";
-
-static const int GROUP_TRANSITION = 0;
-
-static const int GROUP_COUNT = 1;
-static const int GROUP_INDEX_1 = 0;
-
-static const int TRANSITION_ITEM_COUNT = 4;
-
-static const int ITEM_SLIDESHOW_TRANSITION_EFFECT_SLIDE = 0;
-static const int ITEM_SLIDESHOW_TRANSITION_EFFECT_PAGE = 1;
-static const int ITEM_SLIDESHOW_TRANSITION_EFFECT_DISSOLVE = 2;
-static const int ITEM_SLIDESHOW_TRANSITION_EFFECT_ZOOM = 3;
-
-SettingTransitionForm::SettingTransitionForm(void)
-       : __pTableView(null)
-       , __pPresentationModel(null)
-{
-       AppLogDebug("ENTER");
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-}
-
-SettingTransitionForm::~SettingTransitionForm(void)
-{
-       AppLogDebug("ENTER");
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-}
-
-result
-SettingTransitionForm::Initialize(void)
-{
-       AppLogDebug("ENTER");
-       result r = Construct(FORM_STYLE_NORMAL | FORM_STYLE_INDICATOR | FORM_STYLE_HEADER | FORM_STYLE_FOOTER);
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-
-       return r;
-}
-result
-SettingTransitionForm::OnInitializing(void)
-{
-       AppLogDebug("ENTER");
-       __pPresentationModel = SettingPresentationModel::GetInstance();
-
-       Header* pHeader = GetHeader();
-       AppAssert(pHeader);
-       pHeader->SetStyle(HEADER_STYLE_TITLE);
-       pHeader->SetTitleText(ResourceManager::GetString(L"IDS_COM_BODY_GALLERY"));
-
-       Rectangle bounds = GetClientAreaBounds();
-       bounds.x = X_GROUP_DEFAULT;
-       bounds.y = Y_GROUP_DEFAULT;
-       bounds.width -= (bounds.x * GAP_WIDTH);
-
-       __pTableView = new (std::nothrow) GroupedTableView();
-
-       __pTableView->Construct(bounds, true, TABLE_VIEW_SCROLL_BAR_STYLE_NONE);
-       __pTableView->SetItemProvider(this);
-
-       AddControl(*__pTableView);
-       __pTableView->SetGroupedLookEnabled(true);
-       __pTableView->AddGroupedTableViewItemEventListener(*this);
-
-       InitializeFooter();
-       SetFormBackEventListener(this);
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-
-       return E_SUCCESS;
-}
-
-result
-SettingTransitionForm::OnTerminating(void)
-{
-       AppLogDebug("ENTER");
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-
-       return E_SUCCESS;
-}
-
-void
-SettingTransitionForm::OnActionPerformed(const Control& source, int actionId)
-{
-       AppLogDebug("ENTER");
-       SceneManager* pSceneManager = SceneManager::GetInstance();
-       AppAssert(pSceneManager);
-
-       switch (actionId)
-       {
-       default:
-       {
-               break;
-       }
-       }
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-}
-
-void
-SettingTransitionForm::OnFormBackRequested(Form& source)
-{
-       AppLogDebug("ENTER");
-       SceneManager* pSceneManager = SceneManager::GetInstance();
-       AppAssert(pSceneManager);
-       pSceneManager->GoBackward(BackwardSceneTransition(IDSCN_SETTING_MAIN));
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-}
-
-result
-SettingTransitionForm::InitializeFooter(void)
-{
-       AppLogDebug("ENTER");
-       result r = E_SUCCESS;
-       Footer* pFooter = GetFooter();
-       AppAssert(pFooter);
-       pFooter->RemoveAllItems();
-       pFooter->SetStyle(FOOTER_STYLE_BUTTON_ICON);
-
-       pFooter->SetBackButton();
-
-       pFooter->AddActionEventListener(*this);
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-
-       return r;
-}
-
-void
-SettingTransitionForm::OnSceneActivatedN(const SceneId& previousSceneId,
-                                                               const SceneId& currentSceneId, IList* pArgs)
-{
-       AppLogDebug("ENTER");
-       __pTableView->UpdateTableView();
-       UpdateTableViewRedioButtonState();
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-}
-
-void
-SettingTransitionForm::OnSceneDeactivated(const SceneId& currentSceneId,
-                                                               const SceneId& nextSceneId)
-{
-       AppLogDebug("ENTER");
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-}
-
-TableViewGroupItem*
-SettingTransitionForm::CreateGroupItem(int groupIndex, int itemWidth)
-{
-       AppLogDebug("ENTER");
-
-       int itemHeight = H_GROUP_INDEX_DEFAULT;
-       LabelTextStyle style = LABEL_TEXT_STYLE_BOLD;
-       Rectangle itemRectangle;
-       String groupText = ResourceManager::GetString(L"IDS_MEDIABR_POP_NO_NAME");
-       Label* pLabel = null;
-
-       switch (groupIndex)
-       {
-       case GROUP_TRANSITION:
-               {
-                       groupText = ResourceManager::GetString(L"IDS_MEDIABR_BODY_TRANSITION_EFFECT");
-               }
-               break;
-
-       default:
-               break;
-       }
-
-       TableViewGroupItem* pItem = new (std::nothrow) TableViewGroupItem();
-
-       itemRectangle.x = X_GROUP_ITEM_DEFAULT_LABEL;
-       itemRectangle.y = H_GROUP_INDEX_TITLE_TEXT;
-       itemRectangle.width = itemWidth;
-       itemRectangle.height = (itemHeight - H_GROUP_INDEX_TITLE_TEXT);
-
-       pItem->Construct(Dimension(itemWidth, itemHeight));
-       pItem->SetBackgroundColor(COLOR_BG_GROUP_INDEX_DEFAULT);
-
-       pLabel = new (std::nothrow) Label();
-       pLabel->Construct(itemRectangle, groupText);
-       pLabel->SetTextHorizontalAlignment(ALIGNMENT_LEFT);
-       pLabel->SetTextVerticalAlignment(ALIGNMENT_TOP);
-       pLabel->SetTextConfig(FONT_SIZE_GROUP_TITLE_TEXT, style);
-       pLabel->SetTextColor(COLOR_GROUP_TITLE_TEXT);
-
-       pItem->AddControl(*pLabel);
-       pItem->SetEnabled(false);
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-
-       return pItem;
-}
-
-TableViewItem*
-SettingTransitionForm::CreateItem(int groupIndex, int itemIndex, int itemWidth)
-{
-       AppLogDebug("ENTER");
-       AppLogDebug("group[%d] item[%d]", groupIndex, itemIndex);
-
-       int fontSize = GetFontSize();
-
-       unsigned int itemHeight = 0;
-       bool isDrawBitmapIcon = true;
-
-       Rectangle itemRectIcon;
-       Rectangle itemRectLabel;
-       Rectangle itemRectSecondLabel;
-       String itemText(L"");
-       String itemTextTwoLine(L"");
-       TableViewAnnexStyle style = TABLE_VIEW_ANNEX_STYLE_NORMAL;
-       Bitmap* pBitmap = null;
-       Label* pLabel = null;
-
-       itemHeight = H_GROUP_ITEM_DEFAULT_LABEL;
-       ItemTypeIconAndOneLine(itemRectIcon, itemRectLabel);
-
-       switch (groupIndex)
-       {
-       case GROUP_TRANSITION:
-               {
-                       switch (itemIndex)
-                       {
-                       case ITEM_SLIDESHOW_TRANSITION_EFFECT_SLIDE:
-                               {
-                                       style = TABLE_VIEW_ANNEX_STYLE_RADIO;
-                                       itemText = ResourceManager::GetString(L"IDS_MEDIABR_OPT_SLIDE");
-                               }
-                               break;
-                       case ITEM_SLIDESHOW_TRANSITION_EFFECT_PAGE:
-                               {
-                                       style = TABLE_VIEW_ANNEX_STYLE_RADIO;
-                                       itemText = ResourceManager::GetString(L"IDS_EBOOK_BODY_PAGE");
-                               }
-                               break;
-
-                       case ITEM_SLIDESHOW_TRANSITION_EFFECT_DISSOLVE:
-                               {
-                                       style = TABLE_VIEW_ANNEX_STYLE_RADIO;
-                                       itemText = ResourceManager::GetString(L"IDS_MEDIABR_BODY_DISSOLVE");
-                               }
-                               break;
-
-                       case ITEM_SLIDESHOW_TRANSITION_EFFECT_ZOOM:
-                               {
-                                       style = TABLE_VIEW_ANNEX_STYLE_RADIO;
-                                       itemText = ResourceManager::GetString(L"IDS_IV_OPT_ZOOM");
-                               }
-                               break;
-
-                       default:
-                               {
-                               }
-                               break;
-                       }
-               }
-               break;
-
-       default:
-               break;
-       }
-
-       TableViewItem* pItem = new (std::nothrow) TableViewItem();
-
-       if (pItem)
-       {
-               pItem->Construct(Dimension(W_GROUP_ITEM_DEFAULT, itemHeight), style);
-               pItem->SetBackgroundColor(COLOR_BG_GROUP_ITEM_DEFAULT);
-
-               if (isDrawBitmapIcon)
-               {
-                       pLabel = new (std::nothrow) Label();
-                       pLabel->Construct(itemRectIcon, L"");
-                       pLabel->SetTextHorizontalAlignment(ALIGNMENT_LEFT);
-                       pLabel->SetTextVerticalAlignment(ALIGNMENT_MIDDLE);
-                       pLabel->SetBackgroundBitmap(*pBitmap);
-
-                       pItem->AddControl(*pLabel);
-               }
-
-               pLabel = new (std::nothrow) Label();
-               pLabel->Construct(itemRectLabel, itemText);
-               pLabel->SetTextHorizontalAlignment(ALIGNMENT_LEFT);
-               pLabel->SetTextConfig(fontSize, LABEL_TEXT_STYLE_NORMAL);
-               pLabel->SetTextColor(COLOR_MAIN_TEXT);
-
-               pItem->AddControl(*pLabel);
-       }
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-
-       return pItem;
-}
-
-int
-SettingTransitionForm::GetDefaultGroupItemHeight(void)
-{
-       return H_GROUP_INDEX_NO_TITLE_DEFAULT;
-}
-
-int
-SettingTransitionForm::GetDefaultItemHeight(void)
-{
-       return H_GROUP_ITEM_DEFAULT;
-}
-
-bool
-SettingTransitionForm::DeleteGroupItem(int groupIndex, TableViewGroupItem* pItem)
-{
-       AppLogDebug("ENTER");
-
-       delete pItem;
-       pItem = null;
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-
-       return true;
-}
-
-bool
-SettingTransitionForm::DeleteItem(int groupIndex, int itemIndex, TableViewItem* pItem)
-{
-       AppLogDebug("ENTER");
-       delete pItem;
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-
-       return true;
-}
-
-int
-SettingTransitionForm::GetGroupCount(void)
-{
-       int groupItemCount = GROUP_COUNT;
-
-       return groupItemCount;
-}
-
-int
-SettingTransitionForm::GetItemCount(int groupIndex)
-{
-       AppLogDebug("ENTER");
-
-       int itemCount = 0;
-
-       switch (groupIndex)
-       {
-       case GROUP_INDEX_1:
-               {
-                       itemCount = TRANSITION_ITEM_COUNT ;
-               }
-               break;
-
-       default:
-               break;
-       }
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-
-       return itemCount;
-}
-
-void
-SettingTransitionForm::OnGroupedTableViewItemStateChanged(GroupedTableView& tableView, int groupIndex,
-               int itemIndex, TableViewItem* pItem, TableViewItemStatus status)
-{
-       AppLogDebug("ENTER");
-       SceneManager* pSceneManager = SceneManager::GetInstance();
-       AppAssert(pSceneManager);
-
-       AppLogDebug("Group(%d) index(%d)", groupIndex, itemIndex);
-
-       switch (groupIndex)
-       {
-       case GROUP_TRANSITION:
-               {
-                       switch (itemIndex)
-                       {
-                       case ITEM_SLIDESHOW_TRANSITION_EFFECT_SLIDE:
-                               {
-                                       int inputValue = ITEM_SLIDESHOW_TRANSITION_EFFECT_SLIDE;
-                                       __pPresentationModel->SetValue(SECTION_NAME_IMAGE_VIEWER,
-                                                       ENTRY_NAME_IMAGE_VIEWER_SLIDESHOW_TRANSITION_EFFECT, inputValue);
-                                       __pTableView->SetItemChecked(groupIndex, itemIndex, true);
-                                       AppLogDebug("SETTINGS : setvalue interval(%d)", inputValue);
-                               }
-                               break;
-                       case ITEM_SLIDESHOW_TRANSITION_EFFECT_PAGE:
-                               {
-                                       int inputValue = ITEM_SLIDESHOW_TRANSITION_EFFECT_PAGE;
-                                       __pPresentationModel->SetValue(SECTION_NAME_IMAGE_VIEWER,
-                                                       ENTRY_NAME_IMAGE_VIEWER_SLIDESHOW_TRANSITION_EFFECT, inputValue);
-                                       __pTableView->SetItemChecked(groupIndex, itemIndex, true);
-                                       AppLogDebug("SETTINGS : setvalue interval(%d)", inputValue);
-                               }
-                               break;
-
-                       case ITEM_SLIDESHOW_TRANSITION_EFFECT_DISSOLVE:
-                               {
-                                       int inputValue = ITEM_SLIDESHOW_TRANSITION_EFFECT_DISSOLVE;
-                                       __pPresentationModel->SetValue(SECTION_NAME_IMAGE_VIEWER,
-                                                       ENTRY_NAME_IMAGE_VIEWER_SLIDESHOW_TRANSITION_EFFECT, inputValue);
-                                       __pTableView->SetItemChecked(groupIndex, itemIndex, true);
-                                       AppLogDebug("SETTINGS : setvalue interval(%d)", inputValue);
-                               }
-                               break;
-
-                       case ITEM_SLIDESHOW_TRANSITION_EFFECT_ZOOM:
-                               {
-                                       int inputValue = ITEM_SLIDESHOW_TRANSITION_EFFECT_ZOOM;
-                                       __pPresentationModel->SetValue(SECTION_NAME_IMAGE_VIEWER,
-                                                       ENTRY_NAME_IMAGE_VIEWER_SLIDESHOW_TRANSITION_EFFECT, inputValue);
-                                       __pTableView->SetItemChecked(groupIndex, itemIndex, true);
-                                       AppLogDebug("SETTINGS : setvalue interval(%d)", inputValue);
-                               }
-                               break;
-
-                       default:
-                               {
-                               }
-                               break;
-                       }
-                       UpdateTableViewRedioButtonState(itemIndex);
-               }
-               break;
-
-       default:
-               {
-               }
-               break;
-       }
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-}
-
-void
-SettingTransitionForm::UpdateGroupItem(int groupIndex, TableViewGroupItem* pItem)
-{
-       AppLogDebug("ENTER");
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-}
-
-void
-SettingTransitionForm::UpdateItem(int groupIndex, int itemIndex, TableViewItem* pItem)
-{
-       AppLogDebug("ENTER");
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-}
-
-void
-SettingTransitionForm::OnGroupedTableViewContextItemActivationStateChanged(GroupedTableView& tableView,
-               int groupIndex, int itemIndex, TableViewContextItem* pContextItem, bool activated)
-{
-       AppLogDebug("ENTER");
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-}
-
-void
-SettingTransitionForm::OnGroupedTableViewGroupItemStateChanged(GroupedTableView& tableView, int groupIndex,
-               TableViewGroupItem* pItem, TableViewItemStatus status)
-{
-       AppLogDebug("ENTER");
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-}
-
-int
-SettingTransitionForm::GetFontSize(void)
-{
-       AppLogDebug("ENTER");
-       result r = E_SUCCESS;
-
-       int fontSize = FONT_MAIN_TEXT_SIZE_NORMAL;
-       String fontSizeValue(L"");
-
-       if ((r = SettingInfo::GetValue(FONT_SIZE_SETTING_INFO_KEY, fontSizeValue)) == E_SUCCESS)
-       {
-               AppLogDebug("GetValue Fail [%s]", GetErrorMessage(r));
-
-               if (fontSizeValue.Equals(FONT_SIZE_SETTING_TYPE_GIANT, false))
-               {
-                       fontSize = FONT_MAIN_TEXT_SIZE_GIANT;
-               }
-               else if (fontSizeValue.Equals(FONT_SIZE_SETTING_TYPE_HUGE, false))
-               {
-                       fontSize = FONT_MAIN_TEXT_SIZE_HUGE;
-               }
-               else if (fontSizeValue.Equals(FONT_SIZE_SETTING_TYPE_LARGE, false))
-               {
-                       fontSize = FONT_MAIN_TEXT_SIZE_LARGE;
-               }
-               else if (fontSizeValue.Equals(FONT_SIZE_SETTING_TYPE_MEDIUM, false))
-               {
-                       fontSize = FONT_MAIN_TEXT_SIZE_NORMAL;
-               }
-               else
-               {
-                       fontSize = FONT_MAIN_TEXT_SIZE_SMALL;
-               }
-       }
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-
-       return fontSize;
-}
-
-void
-SettingTransitionForm::ItemTypeIconAndOneLine(Rectangle& icon, Rectangle& main)
-{
-       AppLogDebug("ENTER");
-       icon.x = X_ITEM_TYPE_3_ICON;
-       icon.y = Y_ITEM_TYPE_3_ICON;
-       icon.width = W_ITEM_TYPE_3_ICON;
-       icon.height = H_ITEM_TYPE_3_ICON;
-
-       main.x = X_ITEM_TYPE_3_LABEL;
-       main.y = Y_ITEM_TYPE_3_LABEL;
-       main.width = W_ITEM_TYPE_3_LABEL;
-       main.height = H_ITEM_TYPE_3_LABEL;
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-}
-
-void
-SettingTransitionForm::UpdateTableViewRedioButtonState(int senderIndex)
-{
-       AppLogDebug("ENTER senderIndex(%d)", senderIndex);
-       int selectedIndex = 0;
-       __pPresentationModel->GetValue(SECTION_NAME_IMAGE_VIEWER, ENTRY_NAME_IMAGE_VIEWER_SLIDESHOW_TRANSITION_EFFECT,
-                       selectedIndex);
-       AppLogDebug("selectedIndex(%d)", selectedIndex);
-
-       for (int i = 0; i < TRANSITION_ITEM_COUNT; ++i)
-       {
-               if (senderIndex != i)
-               {
-                       if (selectedIndex == i)
-                       {
-                               __pTableView->SetItemChecked(GROUP_TRANSITION, i, true);
-                       }
-                       else
-                       {
-                               __pTableView->SetItemChecked(GROUP_TRANSITION, i, false);
-                       }
-                       __pTableView->RefreshItem(GROUP_TRANSITION, i, TABLE_VIEW_REFRESH_TYPE_ITEM_MODIFY);
-               }
-       }
-       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
-}
diff --git a/src/GlTimerBase.cpp b/src/GlTimerBase.cpp
new file mode 100644 (file)
index 0000000..8a86fc3
--- /dev/null
@@ -0,0 +1,150 @@
+//
+// Copyright (c) 2012 Samsung Electronics Co., Ltd.
+//
+// Licensed under the Flora License, Version 1.0 (the License);
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//     http://floralicense.org/license/
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an AS IS BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+
+/**
+ * @file               GlTimerBase.cpp
+ * @brief              This is the source file for GlTimerBase class.
+ */
+
+#include <FUi.h>
+
+#include "GlProgressBar.h"
+#include "GlTimerBase.h"
+#include "GlTypes.h"
+
+using namespace Tizen::Ui;
+
+GlTimerBase::GlTimerBase(IFileOpInvalidateListener* invalidateListener, enum FileActionMode actionId)
+       : __pInvalidate(invalidateListener)
+       , __actionId(actionId)
+{
+}
+
+GlTimerBase::~GlTimerBase(void)
+{
+       AppLogDebug("ENTER");
+       __pInvalidate = null;
+       __moveTimer.Cancel();
+       delete __pContentIdList;
+       AppLogDebug("ENTER");
+}
+
+bool GlTimerBase::StartTimer(void)
+{
+       AppLogDebug("ENTER");
+       __pContentIdList = TimerStart();
+       if (__pContentIdList != null && __pContentIdList->GetCount() > 0 )
+       {
+               AppLogDebug("Starting timer");
+               __pMoveProBar = new GlProgressBar(static_cast<IActionEventListener*>(this));
+               __pMoveProBar->ShowFileProgressingPopup( __pContentIdList->GetCount(), __actionId );
+               __moveToCount = 0;
+               __moveTimer.Construct(*this);
+               __moveTimer.Start(1);
+               AppLogDebug("Returned true");
+               return E_SUCCESS;
+       }
+       AppLogDebug("Returned false");
+       return E_FAILURE;
+}
+
+void GlTimerBase::CancelTimer(void)
+{
+       AppLogDebug("ENTER");
+       __moveTimer.Cancel();
+       OnOpCancelled();
+       __moveToCount = 0;
+       AppLogDebug("EXIT");
+}
+
+void GlTimerBase::OnTimerExpired(Timer& timer)
+{
+       AppLogDebug("ENTER");
+       if (&timer == &__moveTimer)
+       {
+               AppLogDebug("__pContentIdList count is %d", __pContentIdList->GetCount());
+               if (__moveToCount < __pContentIdList->GetCount())
+               {
+                       AppLogDebug("__pContentIdList count is %d", __pContentIdList->GetCount());
+                       ContentId* pContentId = static_cast<ContentId*>(__pContentIdList->GetAt(__moveToCount));
+                       if (pContentId != null)
+                       {
+                               TimerExpired(*pContentId);
+                       }
+                       __moveToCount++;
+                       __pMoveProBar->IncProgress( __moveToCount );
+                       if (__pInvalidate)
+                       {
+                               __pInvalidate->OnFileOpInvalidate(__actionId);
+                       }
+                       __moveTimer.Start(1);
+               }
+               else
+               {
+                       __moveTimer.Cancel();
+                       OnOpComplete();
+                       __moveToCount = 0;
+               }
+       }
+       AppLogDebug("EXIT");
+}
+
+void
+GlTimerBase::OnActionPerformed(const Control& source, int actionId)
+{
+       switch (actionId)
+       {
+       case ACTION_ID_PROGRESSBAR_CANCEL:
+       {
+               CancelTimer();
+               break;
+       }
+       default:
+               break;
+       }
+}
+
+void GlTimerBase::OnOpCancelled(void)
+{
+       AppLogDebug("ENTER");
+       if (__moveToCount > 0)
+       {
+               OnOpComplete();
+       }
+       else
+       {
+               __pMoveProBar->HideFileProgressingPopup();
+               if (__pInvalidate)
+               {
+                       __pInvalidate->OnFileOpInvalidate(__actionId);
+                       __pInvalidate->OnFileOpComplete(__actionId, true);
+               }
+       }
+       AppLogDebug("EXIT");
+}
+
+void GlTimerBase::OnOpComplete(void)
+{
+       AppLogDebug("ENTER");
+       __pMoveProBar->HideFileProgressingPopup();
+       if (__pInvalidate)
+       {
+               __pInvalidate->OnFileOpInvalidate(__actionId);
+               __pInvalidate->OnFileOpComplete(__actionId, true);
+       }
+       TimerComplete(__moveToCount);
+       AppLogDebug("EXIT");
+}
index f71e463..fb672d8 100644 (file)
 
 using namespace Tizen::Graphics;
 
-const wchar_t* IDC_FORM_ALBUM_LIST                     = L"AlbumListForm";
-const wchar_t* IDC_FORM_ALBUM_LIST_EDITOR      = L"AlbumListEditorForm";
-const wchar_t* IDC_FORM_ALBUM_NAME_EDITOR      = L"AlbumNameEditorForm";
-const wchar_t* IDC_FORM_FILE_LIST                      = L"FileListForm";
-const wchar_t* IDC_FORM_FILE_LIST_EDITOR       = L"FileListEditorForm";
-const wchar_t* IDC_FORM_SETTING_MAIN   = L"SettingMainForm";
-const wchar_t* IDC_FORM_SETTING_INTERVAL       = L"SettingIntervalForm";
-const wchar_t* IDC_FORM_SETTING_TRANSITION     = L"SettingTransitionForm";
+const wchar_t* IDL_FORM_ALBUM_LIST = L"IDL_FORM_ALBUM_LIST";
+const wchar_t* IDL_FORM_FILE_LIST = L"IDL_FORM_FILE_LIST";
+const wchar_t* IDL_FORM_SETTING_MAIN = L"IDL_FORM_SETTING_MAIN";
+const wchar_t* IDL_FORM_SETTING_INTERVAL = L"IDL_FORM_SETTING_INTERVAL";
+const wchar_t* IDL_FORM_SETTING_TRANSITION = L"IDL_FORM_SETTING_TRANSITION";
+
+const wchar_t* IDC_FORM_ALBUM_LIST = L"AlbumListForm";
+const wchar_t* IDC_FORM_ALBUM_LIST_EDITOR = L"AlbumListEditorForm";
+const wchar_t* IDC_FORM_ALBUM_NAME_EDITOR = L"AlbumNameEditorForm";
+const wchar_t* IDC_FORM_FILE_LIST = L"FileListForm";
+const wchar_t* IDC_FORM_FILE_LIST_EDITOR = L"FileListEditorForm";
+const wchar_t* IDC_FORM_SETTING_MAIN = L"SettingMainForm";
+const wchar_t* IDC_FORM_SETTING_INTERVAL = L"SettingIntervalForm";
+const wchar_t* IDC_FORM_SETTING_TRANSITION = L"SettingTransitionForm";
 
 const wchar_t* IDC_PANEL_BLANK = L"";
 const wchar_t* IDC_PANEL_ALL_LIST = L"AllListPanel";
@@ -83,6 +89,7 @@ const wchar_t* APPCONTROL_DATA_VIDEO = L"video";
 const wchar_t* APPCONTROL_DATA_SINGLE = L"single";
 const wchar_t* APPCONTROL_DATA_MULTIPLE = L"multiple";
 const wchar_t* APPCONTROL_DATA_SLIDE_SHOW = L"slideshow";
+const wchar_t* APPCONTROL_DATA_SELECTION_MODE = L"http://tizen.org/appcontrol/data/selection/mode";
 
 const wchar_t* APPCONTROL_RESULT_KEY_LEGACY_RESULT = L"http://tizen.org/appcontrol/data/legacyresult";
 
@@ -114,6 +121,8 @@ const wchar_t* SECTION_NAME_VIDEO_PLAYER = L"VIDEO_PLAYER_SETTING";
 const wchar_t* ENTRY_NAME_IMAGE_VIEWER_SLIDESHOW_INTERVAL = L"SLIDESHOW_INTERVAL_VALUE";
 const wchar_t* ENTRY_NAME_IMAGE_VIEWER_SLIDESHOW_TRANSITION_EFFECT = L"TRANSITION_EFFECT_VALUE";
 const wchar_t* ENTRY_NAME_IMAGE_VIEWER_SLIDESHOW_MUSIC = L"MUSIC_VALUE";
+const wchar_t* ENTRY_NAME_IMAGE_VIEWER_REPEAT_VALUE = L"REPEAT_VALUE";
+const wchar_t* ENTRY_NAME_IMAGE_VIEWER_SHUFFLE_VALUE = L"SHUFFLE_VALUE";
 
 const wchar_t* FONT_SIZE_SETTING_INFO_KEY = L"http://tizen.org/setting/font.size";
 
@@ -121,8 +130,10 @@ const wchar_t* IDB_BUTTON_CIRCLE_BACKGROUND = L"T01_button_circle_bg_normal.png"
 const wchar_t* IDB_BUTTON_RENAME = L"T01_button_rename.png";
 const wchar_t* IDB_CONTROLBAR_CAMERA = L"T01_controlbar_icon_camera.png";
 const wchar_t* IDB_CONTROLBAR_DELETE = L"T01_controlbar_icon_delete.png";
+const wchar_t* IDB_CONTROLBAR_DELETE_DIM = L"T01_toolbar_icon_delete_dim_web.png";
 const wchar_t* IDB_CONTROLBAR_MORE = L"T01_controlbar_icon_more.png";
 const wchar_t* IDB_CONTROLBAR_SHARE = L"T01_controlbar_icon_share02.png";
+const wchar_t* IDB_CONTROLBAR_SHARE_DIM = L"T01_toolbar_icon_share_dim_web.png";
 const wchar_t* IDB_LISTVIEW_EMPTY = L"T01_Nocontents_picture.png";
 const wchar_t* IDB_MAIN_FOLDER_BACKGROUND = L"T01_main_folder_bg.png";
 const wchar_t* IDB_VIDEOTHUMBNAIL_BG = L"T01_places_thumbnail_bg.png";
@@ -131,3 +142,7 @@ const wchar_t* IDB_VIDEOTHUMBNAIL_FAVORITE = L"T01_icon_thumbnail_favorite.png";
 const wchar_t* IDB_VIDEOTHUMBNAIL_PLAY = L"T01_btn_play.png";
 const wchar_t* IDB_BUTTON_MOVE_SELECTION = L"T01_button_reveal.png";
 const wchar_t* IDB_NO_CONTENTS_BROKEN = L"T01_Nocontents_broken.png";
+const wchar_t* IDB_LIST_EXPAND_CLOSED = L"00_circle_button_Expand_closed.png";
+const wchar_t* IDB_LIST_EXPAND_CLOSED_PRESS = L"00_list_expand_closed_press.png";
+const wchar_t* IDB_LIST_EXPAND_OPENED = L"00_circle_button_Expand_open.png";
+const wchar_t* IDB_LIST_EXPAND_OPENED_PRESS = L"00_list_expand_opened_press.png";
index 5ed5ebd..5bbcb2b 100644 (file)
@@ -28,6 +28,8 @@
 #include "GlResourceManager.h"
 #include "GlTypes.h"
 #include "GlVideoListEditorPanel.h"
+#include "GlFileListEditorForm.h"
+#include "GlFileDeleteTimer.h"
 
 using namespace Tizen::App;
 using namespace Tizen::Base;
@@ -68,6 +70,7 @@ VideoListEditorPanel::VideoListEditorPanel()
        , __pLabelSelectCnt(null)
        , __itemCount(0)
        , __pPresentationModel(null)
+       , __pFileDelete(null)
 {
        AppLogDebug("ENTER");
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
@@ -76,6 +79,7 @@ VideoListEditorPanel::VideoListEditorPanel()
 VideoListEditorPanel::~VideoListEditorPanel()
 {
        AppLogDebug("ENTER");
+       delete __pFileDelete;
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
 }
 
@@ -695,7 +699,7 @@ VideoListEditorPanel::GetItemCheckedIndexList(void) const
 }
 
 void
-VideoListEditorPanel::OnRequestDeleteAction(void)
+VideoListEditorPanel::OnRequestDelete(void)
 {
        AppLogDebug("ENTER");
        IList* pIndexList = GetItemCheckedIndexList();
@@ -707,14 +711,95 @@ VideoListEditorPanel::OnRequestDeleteAction(void)
 
                return;
        }
+       delete __pFileDelete;
+       __pFileDelete = new FileDeleteTimer(pIndexList,
+                       __pPresentationModel,
+                       this );
+       result r = __pFileDelete->StartTimer();
 
-       __pPresentationModel->DeleteContentFileList(*pIndexList);
-       delete pIndexList;
+       if (IsFailed(r))
+       {
+               delete __pFileDelete;
+               __pFileDelete = null;
+               return ;
+       }
+
+       AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
+}
+void VideoListEditorPanel::OnFileOpInvalidate(enum FileActionMode actionId)
+{
+       SceneManager* pSceneManager = SceneManager::GetInstance();
+       FileListEditorForm* pFileListEditorForm =
+                               dynamic_cast<FileListEditorForm*>(pSceneManager->GetCurrentScene()->GetForm());
+       TryReturnVoid(pFileListEditorForm != null, "[%s] fail to get SceneManager.",
+                       GetErrorMessage(GetLastResult()));
+       pFileListEditorForm->Invalidate(true);
+}
+
+void VideoListEditorPanel::OnFileOpComplete(enum FileActionMode actionId, result res)
+{
+       if ( actionId == FILE_DELETE_ACTION )
+       {
+               //Do nothing
+       }
+       else if ( actionId == FILE_MOVE_ACTION )
+       {
+
+       }
+}
+void
+VideoListEditorPanel::OnRequestMessage(void)
+{
+       AppLogDebug("ENTER");
+       IList* pIndexList = GetItemCheckedIndexList();
+       if (pIndexList->GetCount() <= 0)
+       {
+               AppLogDebug("EXIT 1(%s)", GetErrorMessage(GetLastResult()));
+
+               return;
+       }
+
+       String combineText;
+       String path;
+
+       int loopCount = pIndexList->GetCount();
+       for (int i = 0; i < loopCount; ++i)
+       {
+               path = __pPresentationModel->GetContentFilePath(i);
+
+               if (    path.EndsWith(CONTENT_EXT_PNG)
+                       || path.EndsWith(CONTENT_EXT_BMP)
+                       || path.EndsWith(CONTENT_EXT_JPG)
+                       || path.EndsWith(CONTENT_EXT_GIF)
+                       || path.EndsWith(CONTENT_EXT_TIF)
+                       || path.EndsWith(CONTENT_EXT_MP4)
+                       || path.EndsWith(CONTENT_EXT_3GP)
+                       || path.EndsWith(CONTENT_EXT_AVI)
+                       || path.EndsWith(CONTENT_EXT_RM)
+                       || path.EndsWith(CONTENT_EXT_WMV)
+                       || path.EndsWith(CONTENT_EXT_ASF)
+                       )
+               {
+                       if (combineText.CompareTo(EMPTY_SPACE) != 0)
+                       {
+                               combineText.Append(L";");
+                       }
+                       combineText.Append(path);
+               }
+       }
+
+       HashMap* pDataList = new (std::nothrow) HashMap(SingleObjectDeleter);
+       pDataList->Construct();
+       pDataList->Add(new (std::nothrow) String(APPCONTROL_KEY_ATTACHMENTS),
+                       new (std::nothrow) String(combineText));
+
+       __pPresentationModel->StartAppControl(APPCONTROL_PROVIDER_ID_MESSAGE, APPCONTROL_OPERATION_ID_COMPOSE,
+                       pDataList, null);
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
 }
 
 void
-VideoListEditorPanel::OnRequestEmailAction(void)
+VideoListEditorPanel::OnRequestEmail(void)
 {
        AppLogDebug("ENTER");
        IList* pIndexList = GetItemCheckedIndexList();
@@ -759,13 +844,13 @@ VideoListEditorPanel::OnRequestEmailAction(void)
        pDataList->Add(new (std::nothrow) String(APPCONTROL_KEY_ATTACHMENTS),
                        new (std::nothrow) String(combineText));
 
-       __pPresentationModel->StartAppControl(APPCONTROL_PROVIDER_ID_EMAIL,
-                       APPCONTROL_OPERATION_ID_COMPOSE, pDataList, null);
+       __pPresentationModel->StartAppControl(APPCONTROL_PROVIDER_ID_EMAIL,     APPCONTROL_OPERATION_ID_COMPOSE,
+                       pDataList, null);
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
 }
 
 void
-VideoListEditorPanel::OnRequestMoveToAction(String& destDirectory)
+VideoListEditorPanel::OnRequestMoveTo(String& destDirectory)
 {
        AppLogDebug("ENTER");
        if (&destDirectory == null || destDirectory.IsEmpty())
@@ -782,6 +867,7 @@ VideoListEditorPanel::OnRequestMoveToAction(String& destDirectory)
 
                return;
        }
+       //TODO TO rework this, update to use the FileMoveTimer, When this func is used..
        result r = __pPresentationModel->MoveToContentFileList(*pIndexList, destDirectory);
        delete pIndexList;
        pIndexList = null;