diff --git a/wp-app-kit/app/core/app.js b/wp-app-kit/app/core/app.js index 9317fd0..7d9c09a 100644 --- a/wp-app-kit/app/core/app.js +++ b/wp-app-kit/app/core/app.js @@ -919,7 +919,7 @@ define(function (require) { }; //-------------------------------------------------------------------------- - //Network : handle network state if the Network phonegap plugin is available + //Network : handle network state if the Network PhoneGap plugin is available app.onOnline = function(){ vent.trigger('network:online'); diff --git a/wp-app-kit/app/lang/theme-messages.js b/wp-app-kit/app/lang/theme-messages.js index b49e8a6..992233b 100644 --- a/wp-app-kit/app/lang/theme-messages.js +++ b/wp-app-kit/app/lang/theme-messages.js @@ -7,7 +7,7 @@ define( function ( require ) { return { error_remote_connexion_failed : 'Remote connection to website failed', - error_occured_undefined : 'Oops, an error occured...', + error_occured_undefined : 'Oops, an error occurred...', info_no_content : "The application couldn't retrieve any content, please check your internet connection!", info_network_online : "Internet connection ok", info_network_offline : "Internet connection lost", diff --git a/wp-app-kit/app/themes/bootstrap/layout.html b/wp-app-kit/app/themes/bootstrap/layout.html index c1fa6fc..c60bde8 100644 --- a/wp-app-kit/app/themes/bootstrap/layout.html +++ b/wp-app-kit/app/themes/bootstrap/layout.html @@ -9,7 +9,7 @@ - + <%= app_title %> diff --git a/wp-app-kit/lang/wp-app-kit-fr_FR.po b/wp-app-kit/lang/wp-app-kit-fr_FR.po index 08a3255..1fb9ec5 100644 --- a/wp-app-kit/lang/wp-app-kit-fr_FR.po +++ b/wp-app-kit/lang/wp-app-kit-fr_FR.po @@ -139,7 +139,7 @@ msgstr "Email de l'auteur" # @ wp-app-kit #: ../lib/apps/apps.php:164 -msgid "Phonegap plugins" +msgid "Phonegap Plugins" msgstr "Plugins Phonegap" # @ wp-app-kit @@ -929,7 +929,7 @@ msgid "Application title (displayed in app top bar)" msgstr "Titre de l'application (affiché dans la top bar)" #: ../lib/themes/upload-themes.php:18 -msgid "Upload themes" +msgid "Upload Themes" msgstr "Télécharger des thèmes" #: ../lib/themes/upload-themes.php:26 diff --git a/wp-app-kit/lang/wp-app-kit-fr_FR.pot b/wp-app-kit/lang/wp-app-kit-fr_FR.pot index 6460d18..f2d4d9d 100644 --- a/wp-app-kit/lang/wp-app-kit-fr_FR.pot +++ b/wp-app-kit/lang/wp-app-kit-fr_FR.pot @@ -83,7 +83,7 @@ msgstr "" #: ../lib/apps/apps.php:131 msgid "" "PhoneGap config.xml informations that are going to be displayed on App " -"Stores.
They are required when exporting the App to Phonegap, but are " +"Stores.
They are required when exporting the App to PhoneGap, but are " "not used for App debug and simulation in browsers." msgstr "" @@ -114,7 +114,7 @@ msgstr "" # @ wp-app-kit #: ../lib/apps/apps.php:148 -msgid "Phonegap version" +msgid "PhoneGap version" msgstr "" # @ wp-app-kit @@ -134,14 +134,14 @@ msgstr "" # @ wp-app-kit #: ../lib/apps/apps.php:160 -msgid "Phonegap plugins" +msgid "PhoneGap plugins" msgstr "" # @ wp-app-kit #: ../lib/apps/apps.php:162 msgid "" -"Write the phonegap plugins tags as defined in the PhoneGap documentation.
Example : to include the \"In App Browser\" plugin for a Phonegap Build " +"Write the PhoneGap plugins tags as defined in the PhoneGap documentation.
Example : to include the \"In App Browser\" plugin for a PhoneGap Build " "compilation, enter <gap:plugin name=\"org.apache.cordova.inappbrowser\" " "version=\"0.3.3\" /> directly in the textarea." msgstr "" @@ -212,7 +212,7 @@ msgstr "" # @ wp-app-kit #: ../lib/apps/build.php:28 -msgid "Phonegap ready App export" +msgid "PhoneGap ready App export" msgstr "" # @ wp-app-kit @@ -270,7 +270,7 @@ msgstr "" # @ wp-app-kit #: ../lib/apps/build.php:72 msgid "" -"Phonegap exports are Zip files created in the WordPress uploads directory" +"PhoneGap exports are Zip files created in the WordPress uploads directory" msgstr "" # @ wp-app-kit diff --git a/wp-app-kit/lib/apps/apps.php b/wp-app-kit/lib/apps/apps.php index 4bcbe3e..5c08b2d 100644 --- a/wp-app-kit/lib/apps/apps.php +++ b/wp-app-kit/lib/apps/apps.php @@ -44,7 +44,7 @@ public static function apps_custom_post_type() { 'add_new' => __( 'Add', WpAppKit::i18n_domain ), 'add_new_item' => __( 'Add an application', WpAppKit::i18n_domain ), 'edit' => __( 'Edit', WpAppKit::i18n_domain ), - 'edit_item' => __( 'Edit application', WpAppKit::i18n_domain ), + 'edit_item' => __( 'Edit Application', WpAppKit::i18n_domain ), 'new_item' => __( 'New application', WpAppKit::i18n_domain ), 'not_found' => __( 'No application found', WpAppKit::i18n_domain ), ) @@ -91,7 +91,7 @@ public static function add_phonegap_meta_box() { add_meta_box( 'wpak_app_phonegap_data', - __( 'Phonegap config.xml data', WpAppKit::i18n_domain ), + __( 'PhoneGap config.xml Data', WpAppKit::i18n_domain ), array( __CLASS__, 'inner_phonegap_infos_box' ), 'wpak_apps', 'normal', @@ -132,7 +132,7 @@ public static function inner_phonegap_infos_box( $post, $current_box ) { $main_infos = self::get_app_main_infos( $post->ID ); ?>
- They are required when exporting the App to Phonegap, but are not used for App debug and simulation in browsers.', WpAppKit::i18n_domain ) ?> + They are required when exporting the App to PhoneGap, but are not used for App debug and simulation in browsers.', WpAppKit::i18n_domain ) ?>

:
@@ -140,7 +140,7 @@ public static function inner_phonegap_infos_box( $post, $current_box ) { :


- :
+ :


:
@@ -149,7 +149,7 @@ public static function inner_phonegap_infos_box( $post, $current_box ) { :


- :
+ :


:
@@ -161,9 +161,9 @@ public static function inner_phonegap_infos_box( $post, $current_box ) { :


- :
+ :
- Example : to include the "In App Browser" plugin for a Phonegap Build compilation, enter <gap:plugin name="org.apache.cordova.inappbrowser" version="0.3.3" /> directly in the textarea.', WpAppKit::i18n_domain ) ?> + Example : to include the "In App Browser" plugin for a PhoneGap Build compilation, enter <gap:plugin name="org.apache.cordova.inappbrowser" version="0.3.3" /> directly in the textarea.', WpAppKit::i18n_domain ) ?>

:
diff --git a/wp-app-kit/lib/apps/build.php b/wp-app-kit/lib/apps/build.php index d99f41b..1723580 100644 --- a/wp-app-kit/lib/apps/build.php +++ b/wp-app-kit/lib/apps/build.php @@ -25,7 +25,7 @@ public static function add_meta_boxes() { add_meta_box( 'wpak_export_box', - __( 'Phonegap ready App export', WpAppKit::i18n_domain ), + __( 'PhoneGap ready App export', WpAppKit::i18n_domain ), array( __CLASS__, 'inner_export_box' ), 'wpak_apps', 'side', @@ -44,7 +44,7 @@ public static function inner_simulation_box( $post, $current_box ) { -
+


@@ -57,8 +57,7 @@ public static function inner_simulation_box( $post, $current_box ) {

-
- : +
ID, 'wpak-nonce-simulation-data' ) ?> - :
+ :




@@ -80,7 +79,7 @@ public static function inner_export_box( $post, $current_box ) { - ! +
@@ -91,7 +90,7 @@ public static function inner_export_box( $post, $current_box ) { - ! + ID, 'wpak-nonce-export-data' ) ?> diff --git a/wp-app-kit/lib/components/components-bo-settings.php b/wp-app-kit/lib/components/components-bo-settings.php index 6c47410..5c9b917 100644 --- a/wp-app-kit/lib/components/components-bo-settings.php +++ b/wp-app-kit/lib/components/components-bo-settings.php @@ -32,7 +32,7 @@ public static function admin_enqueue_scripts() { public static function add_meta_boxes() { add_meta_box( 'wpak_app_components', - __( 'App components', WpAppKit::i18n_domain ), + __( 'App Components', WpAppKit::i18n_domain ), array( __CLASS__, 'inner_components_box' ), 'wpak_apps', 'normal', diff --git a/wp-app-kit/lib/simulator/simulator.php b/wp-app-kit/lib/simulator/simulator.php index 613fdcb..73f7f55 100644 --- a/wp-app-kit/lib/simulator/simulator.php +++ b/wp-app-kit/lib/simulator/simulator.php @@ -82,7 +82,7 @@ public static function settings_panel() {



-

:

+

:

:
diff --git a/wp-app-kit/lib/themes/upload-themes.php b/wp-app-kit/lib/themes/upload-themes.php index cc9d4a2..ffe8616 100644 --- a/wp-app-kit/lib/themes/upload-themes.php +++ b/wp-app-kit/lib/themes/upload-themes.php @@ -15,7 +15,7 @@ public static function hooks() { public static function add_settings_panels() { $capability_required = current_user_can( 'wpak_edit_apps' ) ? 'wpak_edit_apps' : 'manage_options'; - add_submenu_page( WpakApps::menu_item, __( 'Upload themes', WpAppKit::i18n_domain ), __( 'Upload themes', WpAppKit::i18n_domain ), $capability_required, self::menu_item, array( __CLASS__, 'settings_panel' ) ); + add_submenu_page( WpakApps::menu_item, __( 'Upload Themes', WpAppKit::i18n_domain ), __( 'Upload themes', WpAppKit::i18n_domain ), $capability_required, self::menu_item, array( __CLASS__, 'settings_panel' ) ); } public static function settings_panel() { diff --git a/wp-app-kit/wp-app-kit.php b/wp-app-kit/wp-app-kit.php index c12605f..b0d49b3 100644 --- a/wp-app-kit/wp-app-kit.php +++ b/wp-app-kit/wp-app-kit.php @@ -2,7 +2,7 @@ /* Plugin Name: WP App Kit - Description: Build Phonegap Mobile apps based on your WordPress contents + Description: Build PhoneGap Mobile apps based on your WordPress contents Version: 0.1 */