diff options
| author | 2018-03-02 10:05:19 +0100 | |
|---|---|---|
| committer | 2018-03-02 10:05:19 +0100 | |
| commit | 56304d4a7c54c5a9b632076d3000a5201cff669b (patch) | |
| tree | 0d228d2b89dea492476f1668c1a540a401ff2f03 /app/i18n/kr/conf.php | |
| parent | 4d39c9cf17b20cb50a7b8cccef85f063bf0dbafd (diff) | |
Add tooltips on share configuration buttons (#1805)
Add a tooltip on the add and remove buttons in the share configuration page.
Diffstat (limited to 'app/i18n/kr/conf.php')
| -rw-r--r-- | app/i18n/kr/conf.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/i18n/kr/conf.php b/app/i18n/kr/conf.php index 31b042f57..c9e91a804 100644 --- a/app/i18n/kr/conf.php +++ b/app/i18n/kr/conf.php @@ -126,6 +126,7 @@ return array( ), 'sharing' => array( '_' => '공유', + 'add' => 'Add a sharing method', // TODO 'blogotext' => 'Blogotext', 'diaspora' => 'Diaspora*', 'email' => '메일', @@ -133,6 +134,7 @@ return array( 'g+' => 'Google+', 'more_information' => '자세한 정보', 'print' => '인쇄', + 'remove' => 'Remove sharing method', // TODO 'shaarli' => 'Shaarli', 'share_name' => '표시할 이름', 'share_url' => '사용할 공유 URL', |
