Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
76f0f7d
Update Gutenberg ref
May 6, 2020
7928a1c
Update strings
May 6, 2020
5c8772a
Update Gutenberg ref
May 6, 2020
0b3b0c4
Update Gutenberg ref
May 6, 2020
6683568
Update Release notes
May 6, 2020
c85697c
Update Gutenberg ref
May 6, 2020
6d6841b
Update Gutenberg ref
May 6, 2020
48cdfb6
Update Gutenberg ref
May 7, 2020
c2bd1b2
Build gutenberg-mobile locally, without JitPack
hypest May 6, 2020
0b4dea7
Rename flag to better reflect its purpose
hypest May 6, 2020
1999670
Perform git submodule checkout on CircleCI
hypest May 6, 2020
5ab10b6
Exclude gutenberg-mobile from checkstyle
hypest May 6, 2020
37cd608
Try lifting the parallel gradle execution flag
hypest May 6, 2020
7d4f79e
Update gb-mobile hash
hypest May 6, 2020
b313cd3
Have a dedicated CircleCI job to build JS bundle
hypest May 6, 2020
d4291eb
Fix config error
hypest May 6, 2020
2fdbc92
Move working_directory directive inside the commands
hypest May 6, 2020
58df58e
Remove unneeded command definition
hypest May 6, 2020
23286cf
Correct path to lock file for cache key computation
hypest May 6, 2020
11dabd8
Correct path to generated JS bundle
hypest May 6, 2020
514d673
Correct path to yarn install data to cache
hypest May 6, 2020
5c8ce70
Correct path to root path to persist
hypest May 6, 2020
19a16a0
Attach built JS artifact to all build jobs
hypest May 6, 2020
c0db18c
Update gb-mobile hash to fix styling issues
hypest May 7, 2020
3a7514f
Ignore gutenberg-mobile lint errors, not yet fixed
hypest May 7, 2020
f498448
Bump gb-mobile hash to suppress lint errors on react-native-aztec
hypest May 7, 2020
0277ce3
Fix erroneous local paths in lint-baseline
hypest May 7, 2020
cf972ee
The hermes binaries are picked up from the gb-mobile build now
hypest May 7, 2020
bc509b3
Default to building the JS bundle but not on CircleCI
hypest May 7, 2020
c4c9f8d
Try running the test job without gradle daemon
hypest May 7, 2020
376eca5
Manually add the suppression flag in the gradle command line
hypest May 7, 2020
4140cf8
Explicitly specify JVM arguments in gradle command for circle ci tests
mchowning May 7, 2020
144093d
Rely on the JVS settings in gradle.properties-example
hypest May 7, 2020
610239f
Reinstate parallel flag in gradle
hypest May 7, 2020
c05efbc
No need to pull nested gb-mobile submodules on CI
hypest May 7, 2020
e0f5444
Update gb-mobile hash, pointing to its master
hypest May 8, 2020
bb1e0a0
Bump gb-mobile hash with merged JS bundles
hypest May 8, 2020
8268e44
Update to the merged-to-master gb-mobile hash
hypest May 8, 2020
74851ea
Merge pull request #11833 from wordpress-mobile/gutenberg/embedded-bu…
hypest May 8, 2020
abfcdb6
Merge branch 'release/14.8' into gutenberg/integrate_release_1.27.1
May 8, 2020
3086dc2
Update Gutenberg ref
May 8, 2020
316e7ae
Update Gutenberg ref
May 8, 2020
7526686
Merge pull request #11827 from wordpress-mobile/gutenberg/integrate_r…
May 8, 2020
414f9e9
Bump version number
oguzkocer May 8, 2020
927cfad
Bump version number
oguzkocer May 12, 2020
3a38104
When upgrading from older version do not go through update script steps.
khaykov May 8, 2020
2074fae
Merge remote-tracking branch 'origin/release/14.8' into merge/14.7.1-…
oguzkocer May 12, 2020
3fa1e0c
Merge pull request #11901 from wordpress-mobile/merge/14.7.1-to-14.8
oguzkocer May 12, 2020
d10a7d6
Update version numbers for new beta after a 14.7.1 hotfix
oguzkocer May 12, 2020
9d18612
Remove unnecessary log - gravatar api timeout
malinajirka May 13, 2020
e9ed5c0
Updates translations
oguzkocer May 15, 2020
76b0244
Bump version number
oguzkocer May 15, 2020
e51f587
Update metadata translations for 14.8
oguzkocer May 15, 2020
b5a9978
Merge remote-tracking branch 'origin/develop' into merge/14.8-final-t…
oguzkocer May 15, 2020
0863281
Merge remote-tracking branch 'origin/develop' into merge/14.8-final-t…
mchowning May 16, 2020
c0ac240
Resolving merge conflicts
mchowning May 16, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 29 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
command: mv libs/gutenberg-mobile/bundle/android/App.js libs/gutenberg-mobile/react-native-gutenberg-bridge/android/build/assets/index.android.bundle
- save-gutenberg-bundle-cache
test:
executor:
executor:
name: android/default
api-version: "28"
steps:
Expand All @@ -103,6 +103,11 @@ jobs:
- android/restore-gradle-cache
- copy-gradle-properties
- restore-gutenberg-bundle-cache
- run:
name: Ensure assets folder exists
command: mkdir libs/gutenberg-mobile/react-native-gutenberg-bridge/android/src/main/assets
- attach_workspace:
at: libs/gutenberg-mobile/react-native-gutenberg-bridge/android/src/main/assets
- run:
name: Test WordPress
environment:
Expand All @@ -116,7 +121,7 @@ jobs:
- android/save-gradle-cache
- android/save-test-results
lint:
executor:
executor:
name: android/default
api-version: "28"
steps:
Expand All @@ -125,6 +130,11 @@ jobs:
- android/restore-gradle-cache
- copy-gradle-properties
- restore-gutenberg-bundle-cache
- run:
name: Ensure assets folder exists
command: mkdir libs/gutenberg-mobile/react-native-gutenberg-bridge/android/src/main/assets
- attach_workspace:
at: libs/gutenberg-mobile/react-native-gutenberg-bridge/android/src/main/assets
- run:
name: Checkstyle
environment:
Expand All @@ -150,7 +160,7 @@ jobs:
./gradlew --stacktrace violationCommentsToGitHub -DGITHUB_PULLREQUESTID=${CIRCLE_PULL_REQUEST##*/} -DGITHUB_OAUTH2TOKEN=$GITHUB_API_TOKEN
else
echo "Not posting lint errors to Github because \$GITHUB_API_TOKEN is not found"
fi
fi
- android/save-gradle-cache
- android/save-lint-results
Installable Build:
Expand All @@ -167,6 +177,11 @@ jobs:
command: bundle exec fastlane run configure_apply
- android/restore-gradle-cache
- restore-gutenberg-bundle-cache
- run:
name: Ensure assets folder exists
command: mkdir libs/gutenberg-mobile/react-native-gutenberg-bridge/android/src/main/assets
- attach_workspace:
at: libs/gutenberg-mobile/react-native-gutenberg-bridge/android/src/main/assets
- run:
name: Build APK
environment:
Expand Down Expand Up @@ -207,6 +222,11 @@ jobs:
- android/restore-gradle-cache
- copy-gradle-properties
- restore-gutenberg-bundle-cache
- run:
name: Ensure assets folder exists
command: mkdir libs/gutenberg-mobile/react-native-gutenberg-bridge/android/src/main/assets
- attach_workspace:
at: libs/gutenberg-mobile/react-native-gutenberg-bridge/android/src/main/assets
- run:
name: Build
environment:
Expand Down Expand Up @@ -245,6 +265,11 @@ jobs:
- android/restore-gradle-cache
- copy-gradle-properties
- restore-gutenberg-bundle-cache
- run:
name: Ensure assets folder exists
command: mkdir libs/gutenberg-mobile/react-native-gutenberg-bridge/android/src/main/assets
- attach_workspace:
at: libs/gutenberg-mobile/react-native-gutenberg-bridge/android/src/main/assets
- run:
name: Build
environment:
Expand All @@ -271,7 +296,7 @@ jobs:
- checkout-gutenberg-mobile-submodule-only
- run:
name: Install bundler
command: gem install bundler --version 2.0.2
command: gem install bundler --version 2.0.2
- bundle-install/bundle-install:
cache_key_prefix: strings-check
- run:
Expand Down
1 change: 1 addition & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* Block editor: Update quote block to visually reflect selected alignment
* Block editor: Fix bug where buttons in page templates were not rendering correctly on web
* Block editor: You can now crop, zoom in/out and rotate images from the device that are being inserted in a post.
* Block editor: Remove Subscription Button from the Blog template since it didn't have an initial functionality and it is hard to configure for users.
* Added reblog functionality

14.7
Expand Down
8 changes: 4 additions & 4 deletions WordPress/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ android {
if (project.hasProperty("versionName")) {
versionName project.property("versionName")
} else {
versionName "alpha-220"
versionName "alpha-222"
}
versionCode 860
versionCode 865
minSdkVersion rootProject.minSdkVersion
targetSdkVersion rootProject.targetSdkVersion

Expand Down Expand Up @@ -85,9 +85,9 @@ android {
dimension "buildType"
// Only set the release version if one isn't provided
if (!project.hasProperty("versionName")) {
versionName "14.8-rc-1"
versionName "14.8"
}
versionCode 859
versionCode 866
buildConfigField "boolean", "ME_ACTIVITY_AVAILABLE", "false"
buildConfigField "boolean", "TENOR_AVAILABLE", "false"
}
Expand Down
34 changes: 29 additions & 5 deletions WordPress/src/main/res/values-ar/strings.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Translation-Revision-Date: 2020-04-29 15:54:11+0000
Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;
Generator: GlotPress/2.4.0-alpha
Translation-Revision-Date: 2020-05-14 08:54:08+0000
Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ((n == 1) ? 1 : ((n == 2) ? 2 : ((n % 100 >= 3 && n % 100 <= 10) ? 3 : ((n % 100 >= 11 && n % 100 <= 99) ? 4 : 5))));
Generator: GlotPress/3.0.0-alpha
Language: ar
-->
<resources>
<string name="feature_announcement_find_out_mode">اكتشاف المزيد</string>
<string name="feature_announcement_dialog_label">ما الجديد في ووردبريس</string>
<string name="insert_label_with_count">إدراج%d</string>
<string name="crop">قص</string>
<string name="error_failed_to_load_into_file">فشل التحميل إلى الملف، يرجى المحاولة مرة أخرى.</string>
<string name="preview_image_thumbnail_description">معاينة الصورة المصغَّرة</string>
<string name="photo_picker_use_media">استخدام هذه الوسائط</string>
<string name="photo_picker_use_video">استخدام هذا الفيديو</string>
<string name="photo_picker_photo_or_video_title">اختيار الوسائط</string>
<string name="photo_picker_video_title">اختيار مقطع فيديو</string>
<string name="site_picker_ask_site_select">تعذر تحديد الموقع. يُرجى المحاولة مرة أخرى.</string>
<string name="sitepicker_continue_flow">المتابعة</string>
<string name="reader_reblog_error">فشلت إعادة التدوين</string>
<string name="reader_no_site_to_reblog_action">إدارة المواقع</string>
<string name="reader_no_site_to_reblog_detail">بمجرد إنشاء موقع ووردبريس.كوم، يمكنك إعادة تدوين المحتوى الذي أعجبك على موقعك الخاص.</string>
<string name="reader_no_site_to_reblog_title">لا تتوافر مواقع ووردبريس.كوم</string>
<string name="whats_new_in_version_title">الجديد</string>
<string name="comment_q_action_copied_url">تم نسخ عنوان الرابط</string>
<string name="copy_link_address">نسخ عنوان الرابط</string>
<string name="comment_share_link_via">مشاركة عبر</string>
<string name="comment_toast_err_share_intent">تعذرت المشاركة</string>
<string name="button_insert">إدراج</string>
<string name="continue_label">المتابعة</string>
<string name="copy_text">نسخ</string>
<string name="gutenberg_native_subscribe">اشترك</string>
<string name="gutenberg_native_number_of_columns">عدد الأعمدة</string>
<string name="gutenberg_native_move_block_right_from_position_1_s_to_position_2_s">نقل المكوِّن إلى اليمين من الموضع %1$s إلى الموضع%2$s</string>
Expand Down Expand Up @@ -40,7 +64,7 @@ Language: ar
<string name="media_accessing_failed">فشل الوصول إلى محتوى الموقع الخاص. قد تصبح بعض الوسائط غير متاحة</string>
<string name="media_accessing_progress">الوصول إلى محتوى الموقع الخاص</string>
<string name="error_failed_to_crop_and_save_image">فشل اقتصاص الصورة وحفظها، يرجى المحاولة مرة أخرى.</string>
<string name="failed_to_insert_image_tap_to_retry">فشلت عملية إدراج وسائط.\nيرجى النقر لإعادة المحاولة.</string>
<string name="failed_to_load_image_tap_to_retry">فشل تحميل الصورة.\nيرجى النقر لإعادة المحاولة.</string>
<string name="preview_image_description">صورة المعاينة</string>
<string name="error_unknown_page_type">تنسيق الصفحة غير معروف</string>
<string name="error_page_not_submitted">لم نتمكن من إكمال هذا الإجراء، ولم نرسل هذه الصفحة للمراجعة.</string>
Expand Down Expand Up @@ -1322,7 +1346,6 @@ Language: ar
<string name="media_edit_filename_caption">اسم الملف</string>
<string name="media_edit_url_caption">عنوان URL</string>
<string name="media_edit_alttext_text">النص البديل</string>
<string name="copy_text">نسخ</string>
<string name="connect_site">الاتصال بالموقع</string>
<string name="notification_settings_item_sights_and_sounds_blink_light">ضوء وميض</string>
<string name="notification_settings_item_sights_and_sounds_vibrate_device">جهاز الاهتزاز</string>
Expand Down Expand Up @@ -2187,6 +2210,7 @@ Language: ar
<string name="reader_btn_unfollow">متابع</string>
<string name="reader_btn_follow">تابع</string>
<string name="reader_btn_share">مشاركة</string>
<string name="reader_view_reblog">إعادة التدوين</string>
<string name="reader_untitled_post">( بدون اسم )</string>
<string name="comments_empty_list">لا توجد تعليقات حتى الآن</string>
<string name="empty_list_default">هذه القائمة فارغة.</string>
Expand Down
2 changes: 1 addition & 1 deletion WordPress/src/main/res/values-az/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
Translation-Revision-Date: 2015-12-08 01:00:08+0000
Plural-Forms: nplurals=2; plural=n != 1;
Generator: GlotPress/2.4.0-alpha
Generator: GlotPress/3.0.0-alpha
Language: az
-->
<resources>
Expand Down
2 changes: 1 addition & 1 deletion WordPress/src/main/res/values-bg/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
Translation-Revision-Date: 2018-12-10 19:56:03+0000
Plural-Forms: nplurals=2; plural=n != 1;
Generator: GlotPress/2.4.0-alpha
Generator: GlotPress/3.0.0-alpha
Language: bg
-->
<resources>
Expand Down
5 changes: 2 additions & 3 deletions WordPress/src/main/res/values-cs/strings.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Translation-Revision-Date: 2020-03-31 06:52:54+0000
Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;
Generator: GlotPress/2.4.0-alpha
Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n >= 2 && n <= 4) ? 1 : 2);
Generator: GlotPress/3.0.0-alpha
Language: cs_CZ
-->
<resources>
Expand Down Expand Up @@ -691,7 +691,6 @@ Language: cs_CZ
<string name="media_edit_filename_caption">Jméno souboru</string>
<string name="media_edit_url_caption">URL</string>
<string name="media_edit_alttext_text">Alternativní text</string>
<string name="copy_text">Kopírovat</string>
<string name="connect_site">Web pro připojení</string>
<string name="notification_settings_item_sights_and_sounds_blink_light">Blikat světlem</string>
<string name="notification_settings_item_sights_and_sounds_vibrate_device">Vibrovat zařízením</string>
Expand Down
2 changes: 1 addition & 1 deletion WordPress/src/main/res/values-cy/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
Translation-Revision-Date: 2017-03-25 17:35:05+0000
Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;
Generator: GlotPress/2.4.0-alpha
Generator: GlotPress/3.0.0-alpha
Language: cy_GB
-->
<resources>
Expand Down
2 changes: 1 addition & 1 deletion WordPress/src/main/res/values-da/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
Translation-Revision-Date: 2018-06-14 08:40:50+0000
Plural-Forms: nplurals=2; plural=n != 1;
Generator: GlotPress/2.4.0-alpha
Generator: GlotPress/3.0.0-alpha
Language: da_DK
-->
<resources>
Expand Down
34 changes: 29 additions & 5 deletions WordPress/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Translation-Revision-Date: 2020-04-23 17:17:27+0000
Translation-Revision-Date: 2020-05-06 13:52:25+0000
Plural-Forms: nplurals=2; plural=n != 1;
Generator: GlotPress/2.4.0-alpha
Generator: GlotPress/3.0.0-alpha
Language: de
-->
<resources>
<string name="feature_announcement_find_out_mode">Mehr erfahren</string>
<string name="feature_announcement_dialog_label">Was ist neu in WordPress?</string>
<string name="insert_label_with_count">%d einfügen</string>
<string name="crop">zuschneiden</string>
<string name="error_failed_to_load_into_file">Laden in die Datei fehlgeschlagen, bitte versuche es erneut. </string>
<string name="preview_image_thumbnail_description">Vorschau des Vorschaubilds</string>
<string name="photo_picker_use_media">Diese Medien verwenden</string>
<string name="photo_picker_use_video">Dieses Video verwenden</string>
<string name="photo_picker_photo_or_video_title">Medien auswählen</string>
<string name="photo_picker_video_title">Video auswählen</string>
<string name="site_picker_ask_site_select">Die Website konnte nicht ausgewählt werden. Bitte versuche es erneut.</string>
<string name="sitepicker_continue_flow">Weiter</string>
<string name="reader_reblog_error">Rebloggen ist fehlgeschlagen</string>
<string name="reader_no_site_to_reblog_action">Websites verwalten</string>
<string name="reader_no_site_to_reblog_detail">Sobald du eine Website bei WordPress.com erstellt hast, kannst du Inhalte, die dir gefallen, auf deiner eigenen Website rebloggen.</string>
<string name="reader_no_site_to_reblog_title">Keine verfügbaren Websites bei WordPress.com</string>
<string name="whats_new_in_version_title">Was ist neu?</string>
<string name="comment_q_action_copied_url">Link-Adresse wurde kopiert</string>
<string name="copy_link_address">Link-Adresse kopieren</string>
<string name="comment_share_link_via">Teilen über</string>
<string name="comment_toast_err_share_intent">Teilen nicht möglich</string>
<string name="button_insert">Einfügen</string>
<string name="continue_label">Weiter</string>
<string name="copy_text">Kopieren</string>
<string name="gutenberg_native_subscribe">Abonnieren</string>
<string name="gutenberg_native_number_of_columns">Anzahl an Spalten</string>
<string name="gutenberg_native_move_block_right_from_position_1_s_to_position_2_s">Bewege den Block von Position %1$s nach rechts zur Position %2$s</string>
Expand Down Expand Up @@ -40,7 +64,7 @@ Language: de
<string name="media_accessing_failed">Auf den Inhalt einer privaten Website konnte nicht zugegriffen werden. Einige Medien sind möglicherweise nicht verfügbar.</string>
<string name="media_accessing_progress">Auf den Inhalt einer privaten Website wird zugegriffen</string>
<string name="error_failed_to_crop_and_save_image">Das Bild konnte nicht zugeschnitten und gespeichert werden, bitte versuche es erneut.</string>
<string name="failed_to_insert_image_tap_to_retry">Das Einfügen von Medien ist fehlgeschlagen.\nBitte tippe, um es erneut zu versuchen.</string>
<string name="failed_to_load_image_tap_to_retry">Das Laden des Bildes ist fehlgeschlagen.\nBitte tippe, um es erneut zu versuchen.</string>
<string name="preview_image_description">Vorschaubild</string>
<string name="error_unknown_page_type">Unbekanntes Seitenformat</string>
<string name="error_page_not_submitted">Wir konnten diese Aktion nicht abschließen und haben diese Seite nicht zur Überprüfung gesendet.</string>
Expand Down Expand Up @@ -836,7 +860,7 @@ Language: de
<string name="reader_empty_followed_tags_subtitle">Füge hier Tags hinzu, um Beiträge zu deinen Lieblingsthemen zu finden</string>
<string name="login_to_to_connect_jetpack">Melde dich bei deinem WordPress.com-Konto an, das du für die Jetpack-Verbindung verwendet hast.</string>
<string name="install_jetpack_retry">Erneut versuchen</string>
<string name="install_jetpack_continue">Weiter</string>
<string name="install_jetpack_continue">Einrichten</string>
<string name="jetpack_installation_problem_message">Jetpack kann zurzeit nicht installiert werden</string>
<string name="jetpack_installation_problem">Es ist ein Problem aufgetreten</string>
<string name="jetpack_installed">Jetpack installiert</string>
Expand Down Expand Up @@ -1322,7 +1346,6 @@ Language: de
<string name="media_edit_filename_caption">Dateiname</string>
<string name="media_edit_url_caption">URL</string>
<string name="media_edit_alttext_text">Alternativtext</string>
<string name="copy_text">Kopieren</string>
<string name="connect_site">Website verbinden</string>
<string name="notification_settings_item_sights_and_sounds_blink_light">Blinklicht</string>
<string name="notification_settings_item_sights_and_sounds_vibrate_device">Gerät vibrieren lassen</string>
Expand Down Expand Up @@ -2187,6 +2210,7 @@ Language: de
<string name="reader_btn_unfollow">Folge ich</string>
<string name="reader_btn_follow">Folgen</string>
<string name="reader_btn_share">Teilen</string>
<string name="reader_view_reblog">Rebloggen</string>
<string name="reader_untitled_post">(Ohne Titel)</string>
<string name="comments_empty_list">Bisher keine Kommentare</string>
<string name="empty_list_default">Diese Liste ist leer</string>
Expand Down
3 changes: 1 addition & 2 deletions WordPress/src/main/res/values-el/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
Translation-Revision-Date: 2020-02-28 09:54:01+0000
Plural-Forms: nplurals=2; plural=n != 1;
Generator: GlotPress/2.4.0-alpha
Generator: GlotPress/3.0.0-alpha
Language: el_GR
-->
<resources>
Expand Down Expand Up @@ -438,7 +438,6 @@ Language: el_GR
<string name="media_edit_filename_caption">Όνομα Αρχείου</string>
<string name="media_edit_url_caption">URL</string>
<string name="media_edit_alttext_text">Ενναλακτικό κείμενο</string>
<string name="copy_text">Αντιγραφή</string>
<string name="connect_site">Σύνδεση ιστότοπου</string>
<string name="notification_settings_item_sights_and_sounds_vibrate_device">Δόνηση συσκευής</string>
<string name="notification_settings_item_sights_and_sounds_choose_sound">Επιλογή ήχου</string>
Expand Down
3 changes: 1 addition & 2 deletions WordPress/src/main/res/values-en-rAU/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
Translation-Revision-Date: 2019-11-20 03:34:20+0000
Plural-Forms: nplurals=2; plural=n != 1;
Generator: GlotPress/2.4.0-alpha
Generator: GlotPress/3.0.0-alpha
Language: en_AU
-->
<resources>
Expand Down Expand Up @@ -1015,7 +1015,6 @@ Language: en_AU
<string name="media_edit_filename_caption">File Name</string>
<string name="media_edit_url_caption">URL</string>
<string name="media_edit_alttext_text">Alt text</string>
<string name="copy_text">Copy</string>
<string name="connect_site">Connect Site</string>
<string name="notification_settings_item_sights_and_sounds_blink_light">Blink light</string>
<string name="notification_settings_item_sights_and_sounds_vibrate_device">Vibrate device</string>
Expand Down
3 changes: 1 addition & 2 deletions WordPress/src/main/res/values-en-rCA/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
Translation-Revision-Date: 2019-12-19 20:28:48+0000
Plural-Forms: nplurals=2; plural=n != 1;
Generator: GlotPress/2.4.0-alpha
Generator: GlotPress/3.0.0-alpha
Language: en_CA
-->
<resources>
Expand Down Expand Up @@ -1110,7 +1110,6 @@ Language: en_CA
<string name="media_edit_filename_caption">File Name</string>
<string name="media_edit_url_caption">URL</string>
<string name="media_edit_alttext_text">Alt text</string>
<string name="copy_text">Copy</string>
<string name="connect_site">Connect Site</string>
<string name="notification_settings_item_sights_and_sounds_blink_light">Blink light</string>
<string name="notification_settings_item_sights_and_sounds_vibrate_device">Vibrate device</string>
Expand Down
Loading