# This file was generated by WPML
# WPML is a WordPress plugin that can turn any WordPress or WordPressMU site into a full featured multilingual content management system.
# http://wpml.org
msgid ""
msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Project-Id-Version: \n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: Hassan\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"X-Generator: Poedit 1.5.5\n"

# 'action' => $retval[$module]['active'] ? __('activated', 'sh-extender') : __('deactivated', 'sh-extender'),
# 'type'   => __('Simple History Extender Module', 'sh-extender'),
# 'name'   => $field['title'],
msgid "Simple History Extender Module"
msgstr "زيادة التاريخ المبسط"

# public function modules_settings_intro(){
# echo '<p>'. __( 'Activate or deactivate the events you want to log. Read the Help tab if you want to know which actions are supported and which aren\'t.', 'sh-extender') .'</p>';
# }
msgid ""
"Activate or deactivate the events you want to log. Read the Help tab if you "
"want to know which actions are supported and which aren't."
msgstr ""
"قم بتنشيط أو تعطيل الأحداث التي تريد تسجيلها. إقرأ تبويبة مساعدة إذا أردت "
"معرفة الأحداث المدعومة وتلك غير المدعومة."

# public function register_settings(){
# add_settings_section( $this->modules_section, __('Simple History Extender Modules', 'sh-extender'), array( $this, 'modules_settings_intro' ), $this->page );
# register_setting( $this->opt_group, $this->modules_name, array( $this, 'modules_settings_sanitize' ) );
msgid "Simple History Extender Modules"
msgstr "زيادات التاريخ المبسط"

# 0 => __('The Simple History Extender plugin was deactivated because the Simple History plugin was not found installed or active.', 'sh-extender'),
# 1 => __('The Simple History Extender plugin was deactivated.', 'sh-extender')
# );
msgid "The Simple History Extender plugin was deactivated."
msgstr "إضافة زيادات التاريخ المبسط تم تعطيلها."

# $messages = array(
# 0 => __('The Simple History Extender plugin was deactivated because the Simple History plugin was not found installed or active.', 'sh-extender'),
# 1 => __('The Simple History Extender plugin was deactivated.', 'sh-extender')
msgid ""
"The Simple History Extender plugin was deactivated because the Simple "
"History plugin was not found installed or active."
msgstr ""
"إضافة زيادات التاريخ المبسط تم تعطيلها لأنه لم يتم إيجاد إضافة التاريخ "
"المبسط منصبة أو مفعلة."

#
# $content .= '</p><p><strong>'. sprintf( __('The %s module does not support the following events:', 'sh-extender'), $this->title ) .'</strong></p><p>';
#
msgid "The %s module does not support the following events:"
msgstr "زيادة %s لا تدعم الأحداث التالية:"

# // Build content string starting with supporting events
# $content = '<p><strong>'. sprintf( __('The %s module logs the following events:', 'sh-extender'), $this->title ) .'</strong></p><p>';
#
msgid "The %s module logs the following events:"
msgstr "زيادة %s تسجل الأحداث التالية:"

# ? sprintf( __('Log events for the %s plugin.', 'sh-extender'), $this->title )
# : sprintf( __('Log events for %s.', 'sh-extender'), $this->title )
# );
msgid "Log events for %s."
msgstr "سجل أحداث %s."

# else
# $action = __('added to sidebar %s', 'sh-extender');
#
msgid "added to sidebar %s"
msgstr "تمت الإضافة إلى مربع جانبي %s"

# elseif ( isset( $wp_registered_widgets[$_POST['widget-id']] ) )
# $action = __('updated in sidebar %s', 'sh-extender');
# else
msgid "updated in sidebar %s"
msgstr "تم التحديث في مربع جانبي %s"

# if ( isset( $_POST['delete_widget'] ) )
# $action = __('removed from sidebar %s', 'sh-extender');
# elseif ( isset( $wp_registered_widgets[$_POST['widget-id']] ) )
msgid "removed from sidebar %s"
msgstr "تم الحذف من مربع جانبي %s"

# $bbp_roles = bbp_get_dynamic_roles();
# $this->extend_user( $user_id, sprintf( __('changed forum role to %s', 'sh-extender'), !empty( $new_role ) ? translate_user_role( $bbp_roles[$new_role]['name'] ) : __('none') ) );
# }
msgid "changed forum role to %s"
msgstr "تم تغيير دور المنتدى إلى %s"

# public function user_register( $user_id ){
# $this->extend_user( $user_id, __('registered', 'sh-extender') );
# }
msgid "registered"
msgstr "تم التسجيل"

# public function profile_update( $user_id, $old_user_data ){
# $this->extend_user( $user_id, __('profile updated', 'sh-extender') );
# }
msgid "profile updated"
msgstr "تم تحديث الملف الشخصي"

# public function remove_user_subscription( $user_id, $topic_id ){
# $this->extend_topic( $topic_id, __('unsubscribed', 'sh-extender') );
# }
msgid "unsubscribed"
msgstr "تم إلغاء الاشتراك"

# public function add_user_subscription( $user_id, $topic_id ){
# $this->extend_topic( $topic_id, __('subscribed', 'sh-extender') );
# }
msgid "subscribed"
msgstr "تم الاشتراك"

# public function remove_user_favorite( $user_id, $topic_id ){
# $this->extend_topic( $topic_id, __('unfavorited', 'sh-extender') );
# }
msgid "unfavorited"
msgstr "تم إلغاء التفضيل"

# public function add_user_favorite( $user_id, $topic_id ){
# $this->extend_topic( $topic_id, __('favorited', 'sh-extender') );
# }
msgid "favorited"
msgstr "تم التفضيل"

# $topic_id,
# $this->events['edit'] .' '. sprintf( __('in forum %s', 'sh-extender'), bbp_get_forum_title( $forum_id ) )
# );
msgid "in forum %s"
msgstr "في منتدى %s"

# 'action' => sprintf( __('by %s', 'sh-extender'), $user->user_login ) .' '. $action,
# 'type'   => __('Reply', 'bbpress'),
# 'name'   => bbp_get_reply_title( $reply_id ),
msgid "Reply"
msgstr "رد"

# $this->extend( array(
# 'action' => sprintf( __('by %s', 'sh-extender'), $user->user_login ) .' '. $action,
# 'type'   => __('Reply', 'bbpress'),
msgid "by %s"
msgstr "عن طريق %s"

# 'action' => $action,
# 'type'   => __('Topic Tag', 'bbpress'),
# 'name'   => bbp_get_topic_tag_name( $tag ),
msgid "Topic Tag"
msgstr "وسم موضوع"

# 'action'  => $action,
# 'type'    => __('Topic', 'bbpress'),
# 'name'    => bbp_get_topic_title( $topic_id ),
msgid "Topic"
msgstr "موضوع"

# 'action' => $action,
# 'type'   => __('Forum', 'bbpress'),
# 'name'   => bbp_get_forum_title( $forum_id ),
msgid "Forum"
msgstr "منتدى"

# default:
# $action = __('changed status', 'sh-extender');
# }
msgid "changed status"
msgstr "تم تغيير الحالة"

# default :
# $action = __('restored', 'sh-extender');
# }
msgid "restored"
msgstr "تم الاستعادة"

# $form_id,
# sprintf( __('field %s deleted', 'sh-extender'), $field['label'] .' (ID: '. $field_id .')' )
# );
msgid "field %s deleted"
msgstr "تم حذف حقل %s"

# ? __('without entries deleted', 'sh-extender')
# : sprintf( __('with %d entries deleted', 'sh-extender'), $entries )
# );
msgid "with %d entries deleted"
msgstr "مع %d مدخل تم حذفه"

# 0 == $entries
# ? __('without entries deleted', 'sh-extender')
# : sprintf( __('with %d entries deleted', 'sh-extender'), $entries )
msgid "without entries deleted"
msgstr "بدون حذف مدخلات"

# 'action' => $created_by ? $this->created_by( $entry_id ) . $action : $action,
# 'type'   => __('Form entry', 'sh-extender'),
# 'name'   => $this->entry_form_title( $entry_id ),
msgid "Form entry"
msgstr "مدخل استمارة"

# 'action' => $action,
# 'type'   => __('Form', 'sh-extender'),
# 'name'   => $this->form_title( $form_id ),
msgid "Form"
msgstr "استمارة"

# } else
# $from = __('from unknown', 'sh-extender');
#
msgid "from unknown"
msgstr "بواسطة غير معروف"

# $user = get_userdata( $user_id );
# $from = sprintf( __('from %s', 'sh-extender'), $user->user_login );
# } else
msgid "from %s"
msgstr "بواسطة %s"

# echo "<div class='simple-history-settings-page-updated'><p>";
# _e("Created new secret RSS address", 'simple-history');
# echo "</p></div>";
msgid "Created new secret RSS address"
msgstr "تم إنشاء عنوان تغذية RSS سري جديد"

# $dummy = __("modified", "simple-history");
# $dummy = __("upgraded it\'s database", "simple-history");
# }
msgid "upgraded it's database"
msgstr "تم تحديث قاعدة بياناته"

# $dummy = __("added", "simple-history");
# $dummy = __("modified", "simple-history");
# $dummy = __("upgraded it\'s database", "simple-history");
msgid "modified"
msgstr "تم التعديل"

# $dummy = __("logged out", "simple-history");
# $dummy = __("added", "simple-history");
# $dummy = __("modified", "simple-history");
msgid "added"
msgstr "تمت الإضافة"

# __('Moving widgets between sidebars.', 'sh-extender'),
# __('Setting a widget to active/inactive.', 'sh-extender')
# )
msgid "Setting a widget to active/inactive."
msgstr "تعيين مربع جانبي كمفعل/معطل."

# 'lacks'    => array(
# __('Moving widgets between sidebars.', 'sh-extender'),
# __('Setting a widget to active/inactive.', 'sh-extender')
msgid "Moving widgets between sidebars."
msgstr "تحويل المربعات الجانبية من مكان إلى آخر."

# 'supports' => array(
# __('Adding, updating and deleting widgets in/from a sidebar.', 'sh-extender'),
# ),
msgid "Adding, updating and deleting widgets in/from a sidebar."
msgstr "إضافة، تحديث وحذف مربعات جانبية."

# 'plugin'      => false,
# 'description' => __('Log events for the Widgets section of your WP install.', 'sh-extender'),
# 'tabs'        => array(
msgid "Log events for the Widgets section of your WP install."
msgstr "قم بتسجيل الأحداث في قسم المربعات الجانبية في تنصيب ووردبريس الخاص بك."

# 'id'          => 'widgets',
# 'title'       => __('Widgets', 'sh-extender'),
# 'plugin'      => false,
msgid "Widgets"
msgstr "المربعات الجانبية"

# 'read'   => __('marked as read', 'sh-extender'),
# 'unread' => __('marked as unread', 'sh-extender'),
# );
msgid "marked as unread"
msgstr "تم التعيين كغير مقروء"

# 'unstar' => __('unstarred', 'sh-extender'),
# 'read'   => __('marked as read', 'sh-extender'),
# 'unread' => __('marked as unread', 'sh-extender'),
msgid "marked as read"
msgstr "تم التعيين كمقروء"

# 'star'   => __('starred', 'sh-extender'),
# 'unstar' => __('unstarred', 'sh-extender'),
# 'read'   => __('marked as read', 'sh-extender'),
msgid "unstarred"
msgstr "تم إلغاء التفضيل"

# $events = array(
# 'star'   => __('starred', 'sh-extender'),
# 'unstar' => __('unstarred', 'sh-extender'),
msgid "starred"
msgstr "تم التفضيل"

# __('Duplicating a form.', 'sh-extender'),
# __('Setting a form to active/inactive.', 'sh-extender')
# )
msgid "Setting a form to active/inactive."
msgstr "تعيين استمارة كمفعلة/معطلة."

# 'lacks'    => array(
# __('Duplicating a form.', 'sh-extender'),
# __('Setting a form to active/inactive.', 'sh-extender')
msgid "Duplicating a form."
msgstr "نسخ استمارة."

# __('Submitting, editing and deleting an entry.', 'sh-extender'),
# __('Changing the status of an entry, including read/unread and star/unstar.', 'sh-extender')
# ),
msgid "Changing the status of an entry, including read/unread and star/unstar."
msgstr "تغيير حالة مدخل، يتضمن ذلك مقروء/غير مقروء وتفضيل/إلغاء تفضيل."

# __('Deleting a field from an existing form.', 'sh-extender'),
# __('Submitting, editing and deleting an entry.', 'sh-extender'),
# __('Changing the status of an entry, including read/unread and star/unstar.', 'sh-extender')
msgid "Submitting, editing and deleting an entry."
msgstr "إرسال، تعديل وحذف مدخل."

# __('Creating, editing and deleting a form.', 'sh-extender'),
# __('Deleting a field from an existing form.', 'sh-extender'),
# __('Submitting, editing and deleting an entry.', 'sh-extender'),
msgid "Deleting a field from an existing form."
msgstr "حذف حقل من استمارة موجودة."

# 'supports' => array(
# __('Creating, editing and deleting a form.', 'sh-extender'),
# __('Deleting a field from an existing form.', 'sh-extender'),
msgid "Creating, editing and deleting a form."
msgstr "إنشاء، تعديل وحذف استمارة."

# 'id'     => 'gravityforms',
# 'title'  => __('Gravity Forms', 'sh-extender'),
# 'plugin' => 'gravityforms/gravityforms.php',
msgid "Gravity Forms"
msgstr "Gravity Forms"

# 'merge'       => __('in forum %s merged into %s', 'sh-extender'),
# 'split'       => __('in forum %s split from reply %s by %s into %s in forum %s', 'sh-extender')
# );
msgid "in forum %s split from reply %s by %s into %s in forum %s"
msgstr "في منتدى %s تم الفصل من رد %s بواسطة %s في %s في منتدى %s"

# 'hide'        => __('set to hidden', 'sh-extender'),
# 'merge'       => __('in forum %s merged into %s', 'sh-extender'),
# 'split'       => __('in forum %s split from reply %s by %s into %s in forum %s', 'sh-extender')
msgid "in forum %s merged into %s"
msgstr "في منتدى %s تم الدمج في %s"

# 'privatize'   => __('set to private', 'sh-extender'),
# 'hide'        => __('set to hidden', 'sh-extender'),
# 'merge'       => __('in forum %s merged into %s', 'sh-extender'),
msgid "set to hidden"
msgstr "تم التعيين كمخفي"

# 'publicize'   => __('set to public', 'sh-extender'),
# 'privatize'   => __('set to private', 'sh-extender'),
# 'hide'        => __('set to hidden', 'sh-extender'),
msgid "set to private"
msgstr "تم التعيين كخاص"

# 'normalize'   => __('set to forum type', 'sh-extender'),
# 'publicize'   => __('set to public', 'sh-extender'),
# 'privatize'   => __('set to private', 'sh-extender'),
msgid "set to public"
msgstr "تم التعيين كعام"

# 'categorize'  => __('set to category type', 'sh-extender'),
# 'normalize'   => __('set to forum type', 'sh-extender'),
# 'publicize'   => __('set to public', 'sh-extender'),
msgid "set to forum type"
msgstr "تعيين لنوع منتدي"

# 'unstick'     => __('unmarked as sticky', 'sh-extender'),
# 'categorize'  => __('set to category type', 'sh-extender'),
# 'normalize'   => __('set to forum type', 'sh-extender'),
msgid "set to category type"
msgstr "تعيين لنوع تصنيف"

# 'super-stick' => __('marked as super sticky', 'sh-extender'),
# 'unstick'     => __('unmarked as sticky', 'sh-extender'),
# 'categorize'  => __('set to category type', 'sh-extender'),
msgid "unmarked as sticky"
msgstr "تم حذف التعليم كمثبت"

# 'stick'       => __('marked as sticky', 'sh-extender'),
# 'super-stick' => __('marked as super sticky', 'sh-extender'),
# 'unstick'     => __('unmarked as sticky', 'sh-extender'),
msgid "marked as super sticky"
msgstr "تم التعليم كمثبت جداً"

# 'open'        => __('opened', 'sh-extender'),
# 'stick'       => __('marked as sticky', 'sh-extender'),
# 'super-stick' => __('marked as super sticky', 'sh-extender'),
msgid "marked as sticky"
msgstr "تم التعليم كمثبت"

# 'close'       => __('closed', 'sh-extender'),
# 'open'        => __('opened', 'sh-extender'),
# 'stick'       => __('marked as sticky', 'sh-extender'),
msgid "opened"
msgstr "تم الفتح"

# $events = array(
# 'close'       => __('closed', 'sh-extender'),
# 'open'        => __('opened', 'sh-extender'),
msgid "closed"
msgstr "تم الإغلاق"

# 'untrash' => __('untrashed', 'sh-extender'),
# 'submit'  => __('submitted', 'sh-extender')
# );
msgid "submitted"
msgstr "تم الإرسال"

# 'spam'    => __('marked as spam', 'sh-extender'),
# 'unspam'  => __('unmarked as spam', 'sh-extender'),
# 'trash'   => __('trashed', 'sh-extender'),
msgid "unmarked as spam"
msgstr "تم حذف التعليم كمزعج"

# : ( $this->plugin
# ? sprintf( __('Log events for the %s plugin.', 'sh-extender'), $this->title )
# : sprintf( __('Log events for %s.', 'sh-extender'), $this->title )
msgid "Log events for the %s plugin."
msgstr "سجل الأحداث للإضافة %s."

# __('A user (un)favoriting and (un)subscribing to a topic.', 'sh-extender'),
# __('A user saving his/her profile.', 'sh-extender')
# )
msgid "A user saving his/her profile."
msgstr "مستخدم يقوم بحفظ ملفه الشخصي"

# __('Updating, merging and deleting a topic tag.', 'sh-extender'),
# __('A user (un)favoriting and (un)subscribing to a topic.', 'sh-extender'),
# __('A user saving his/her profile.', 'sh-extender')
msgid "A user (un)favoriting and (un)subscribing to a topic."
msgstr "مستخدم يقوم بإلغاء تفضيل وإلغاء اشتراك في موضوع."

# __('Merging and splitting a topic.', 'sh-extender'),
# __('Updating, merging and deleting a topic tag.', 'sh-extender'),
# __('A user (un)favoriting and (un)subscribing to a topic.', 'sh-extender'),
msgid "Updating, merging and deleting a topic tag."
msgstr "تحديث، دمج وحذف وسم موضوع."

# __('Marking and unmarking a topic as sticky.', 'sh-extender'),
# __('Merging and splitting a topic.', 'sh-extender'),
# __('Updating, merging and deleting a topic tag.', 'sh-extender'),
msgid "Merging and splitting a topic."
msgstr "دمج وفصل موضوع."

# __('Marking and unmarking a topic, reply as spam.', 'sh-extender'),
# __('Marking and unmarking a topic as sticky.', 'sh-extender'),
# __('Merging and splitting a topic.', 'sh-extender'),
msgid "Marking and unmarking a topic as sticky."
msgstr "تعليم وإلغاء تعليم موضوع كمثبت."

# __('Trashing and untrashing a forum, topic, reply.', 'sh-extender'),
# __('Marking and unmarking a topic, reply as spam.', 'sh-extender'),
# __('Marking and unmarking a topic as sticky.', 'sh-extender'),
msgid "Marking and unmarking a topic, reply as spam."
msgstr "تعليم وإلغاء تعليم موضوع أو تعليق كمزعج."

# __('Setting the forum visibility to public, private or hidden.', 'sh-extender'),
# __('Trashing and untrashing a forum, topic, reply.', 'sh-extender'),
# __('Marking and unmarking a topic, reply as spam.', 'sh-extender'),
msgid "Trashing and untrashing a forum, topic, reply."
msgstr "مسح وإلغاء مسح منتدى، موضوع، رد."

# __('Setting the status of a forum, topic to open or closed.', 'sh-extender'),
# __('Setting the forum visibility to public, private or hidden.', 'sh-extender'),
# __('Trashing and untrashing a forum, topic, reply.', 'sh-extender'),
msgid "Setting the forum visibility to public, private or hidden."
msgstr "تعيين رؤية منتدى لعام، خاص أو مخفي."

# __('Setting the type of a forum to category or forum.', 'sh-extender'),
# __('Setting the status of a forum, topic to open or closed.', 'sh-extender'),
# __('Setting the forum visibility to public, private or hidden.', 'sh-extender'),
msgid "Setting the status of a forum, topic to open or closed."
msgstr "تعيين حالة منتدى أو موضوع كمفتوح أو مغلق."

# __('Creating, editing and deleting a forum, topic, reply.', 'sh-extender'),
# __('Setting the type of a forum to category or forum.', 'sh-extender'),
# __('Setting the status of a forum, topic to open or closed.', 'sh-extender'),
msgid "Setting the type of a forum to category or forum."
msgstr "تعيين نوع منتدى لتصنيف أو منتدى."

# 'supports' => array(
# __('Creating, editing and deleting a forum, topic, reply.', 'sh-extender'),
# __('Setting the type of a forum to category or forum.', 'sh-extender'),
msgid "Creating, editing and deleting a forum, topic, reply."
msgstr "إنشاء، تعديل أو حذف منتدى، موضوع، رد."

# 'id'     => 'bbpress',
# 'title'  => __('BBPress', 'sh-extender'),
# 'plugin' => 'bbpress/bbpress.php',
msgid "BBPress"
msgstr "BBPress"

# echo "<br />";
# _e("This is a secret RSS feed for Simple History. Only share the link with people you trust", 'simple-history');
# echo "<br />";
msgid ""
"This is a secret RSS feed for Simple History. Only share the link with "
"people you trust"
msgstr "هذه تغذية RSS سرّية خاصة بالتاريخ. شارك الرابط فقط مع أناس تثق بهم."

# <?php
# _e('
# Please
msgid ""
"\n"
"\t\t\tPlease\n"
"\t\t\t<a href=\"http://eskapism.se/sida/donate/?"
"utm_source=wordpress&utm_medium=settingpage&utm_campaign=simplehistory\">\n"
"\t\t\tdonate\n"
"\t\t\t</a> to support the development of this plugin and to keep it free.\n"
"\t\t\tThanks!\n"
"\t\t\t"
msgstr ""
"\n"
"\t\t\tرجاءً\n"
"\t\t\t<a href=\"http://eskapism.se/sida/donate/?"
"utm_source=wordpress&utm_medium=settingpage&utm_campaign=simplehistory\">\n"
"\t\t\tتبرّع\n"
"\t\t\t</a> لكي تدعم تطوير هذه الإضافة والإبقاء عليها مجانية\n"
"\t\t\tThanks!\n"
"\t\t\t"

#
# _e("Items in the database are automatically removed after 60 days.", 'simple-history');
# $update_link = add_query_arg("simple_history_clear_log", "1");
msgid "Items in the database are automatically removed after 60 days."
msgstr "العناصر في قاعدة البيانات يتم حذفها بصورة تلقائية بعد 60 يوم."

# echo "<div class='simple-history-settings-page-updated'><p>";
# _e("Cleared database", 'simple-history');
# echo "</p></div>";
msgid "Cleared database"
msgstr "نظف قاعدة البيانات"

# <input <?php echo $show_as_page ? "checked='checked'" : "" ?> type="checkbox" value="1" name="simple_history_show_as_page" id="simple_history_show_as_page" class="simple_history_show_as_page" />
# <label for="simple_history_show_as_page"><?php _e("as a page under the dashboard menu", 'simple-history') ?></label>
#
msgid "as a page under the dashboard menu"
msgstr "كصفحة تحت قائمة الرئيسية"

# <input <?php echo $show_on_dashboard ? "checked='checked'" : "" ?> type="checkbox" value="1" name="simple_history_show_on_dashboard" id="simple_history_show_on_dashboard" class="simple_history_show_on_dashboard" />
# <label for="simple_history_show_on_dashboard"><?php _e("on the dashboard", 'simple-history') ?></label>
#
msgid "on the dashboard"
msgstr "في صفحة الأدمين الرئيسية"

# <title><?php _e("Wrong RSS secret", 'simple-history')?></title>
# <description><?php _e("Your RSS secret for Simple History RSS feed is wrong. Please see WordPress settings for current link to the RSS feed.", 'simple-history')?></description>
# <pubDate><?php echo date("D, d M Y H:i:s", time()) ?> GMT</pubDate>
msgid ""
"Your RSS secret for Simple History RSS feed is wrong. Please see WordPress "
"settings for current link to the RSS feed."
msgstr ""
"سر RSS الخاص بالتاريخ المبسّط خاطيء. الرجاء النظر في إعداداات ووردبريس للرابط "
"الحالي لتغذية الـ RSS."

# <item>
# <title><?php _e("Wrong RSS secret", 'simple-history')?></title>
# <description><?php _e("Your RSS secret for Simple History RSS feed is wrong. Please see WordPress settings for current link to the RSS feed.", 'simple-history')?></description>
msgid "Wrong RSS secret"
msgstr "سر RSS خاطيء"

# $no_found = __("No history items found.", 'simple-history');
# $please_note = __("Please note that Simple History only records things that happen after this plugin have been installed.", 'simple-history');
# $output .= "<p>$no_found</p>";
msgid ""
"Please note that Simple History only records things that happen after this "
"plugin have been installed."
msgstr ""
"الرجاء الانتباه أن هذه الإضافة تقوم بتسجيل الأحداث التي حصلت فقط بعد تنصيب "
"الإضافة."

# } else {
# $no_found = __("No history items found.", 'simple-history');
# $please_note = __("Please note that Simple History only records things that happen after this plugin have been installed.", 'simple-history');
msgid "No history items found."
msgstr "لم يتم إيجاد عناصر في التاريخ."

# $view_rss_link = simple_history_get_rss_address();
# $str_show = __("Show", 'simple-history');
# $output .= "</ol>
msgid "Show"
msgstr "إظهار"

# $loading =  "<img src='".site_url("wp-admin/images/loading.gif")."' width=16 height=16>" . $loading;
# $no_found = __("No matching items found.", 'simple-history');
# $view_rss = __("RSS feed", 'simple-history');
msgid "No matching items found."
msgstr "لم يتم إبجاد عناصر مطابقة."

#
# $loading = __("Loading...", 'simple-history');
# $loading =  "<img src='".site_url("wp-admin/images/loading.gif")."' width=16 height=16>" . $loading;
msgid "Loading..."
msgstr "جاري التحميل..."

# $show_more .= sprintf('<option value=50 %2$s>%1$s</option>', __("Show 50 more", 'simple-history'), ($args["items"] == 50 ? " selected " : "") );
# $show_more .= sprintf('<option value=100 %2$s>%1$s</option>', __("Show 100 more", 'simple-history'), ($args["items"] == 100 ? " selected " : "") );
# $show_more .= "</select>";
msgid "Show 100 more"
msgstr "إظهار 100 إضافية"

# $show_more .= sprintf('<option value=15 %2$s>%1$s</option>', __("Show 15 more", 'simple-history'), ($args["items"] == 15 ? " selected " : "") );
# $show_more .= sprintf('<option value=50 %2$s>%1$s</option>', __("Show 50 more", 'simple-history'), ($args["items"] == 50 ? " selected " : "") );
# $show_more .= sprintf('<option value=100 %2$s>%1$s</option>', __("Show 100 more", 'simple-history'), ($args["items"] == 100 ? " selected " : "") );
msgid "Show 50 more"
msgstr "إظهار 50 إضافية"

# $show_more .= sprintf('<option value=5 %2$s>%1$s</option>', __("Show 5 more", 'simple-history'), ($args["items"] == 5 ? " selected " : "") );
# $show_more .= sprintf('<option value=15 %2$s>%1$s</option>', __("Show 15 more", 'simple-history'), ($args["items"] == 15 ? " selected " : "") );
# $show_more .= sprintf('<option value=50 %2$s>%1$s</option>', __("Show 50 more", 'simple-history'), ($args["items"] == 50 ? " selected " : "") );
msgid "Show 15 more"
msgstr "إظهار 15 إضافية"

# $show_more = "<select>";
# $show_more .= sprintf('<option value=5 %2$s>%1$s</option>', __("Show 5 more", 'simple-history'), ($args["items"] == 5 ? " selected " : "") );
# $show_more .= sprintf('<option value=15 %2$s>%1$s</option>', __("Show 15 more", 'simple-history'), ($args["items"] == 15 ? " selected " : "") );
msgid "Show 5 more"
msgstr "إظهار 5 إضافية"

# $date_i18n_time = date_i18n(get_option('time_format'), strtotime($one_occasion->date), $gmt=false);
# $output .= sprintf( __('%s ago (%s at %s)', "simple-history"), human_time_diff(strtotime($one_occasion->date), $now), $date_i18n_date, $date_i18n_time );
#
msgid "%s ago (%s at %s)"
msgstr "قبل %s (%s في %s)"

# } else {
# $many_occasion = sprintf(__("+ %d occasions", 'simple-history'), $num_occasions);
# $output .= "<a class='simple-history-occasion-show' href='#'>$many_occasion</a>";
msgid "+ %d occasions"
msgstr "+ %d حوادث"

# if ($num_occasions == 1) {
# $one_occasion = __("+ 1 occasion", 'simple-history');
# $output .= "<a class='simple-history-occasion-show' href='#'>$one_occasion</a>";
msgid "+ 1 occasion"
msgstr "+ 1 حدث"

# $output .= $diff_str;
# $output .= "<span class='when_detail'>".sprintf(__('%s at %s', 'simple-history'), $date_i18n_date, $date_i18n_time)."</span>";
# $output .= "</div>";
msgid "%s at %s"
msgstr "%s في %s"

# $now = strtotime(current_time("mysql"));
# $diff_str = sprintf( __('<span class="when">%1$s ago</span> by %2$s', "simple-history"), human_time_diff(strtotime($one_row->date), $now), $who );
# $output .= $diff_str;
msgid "<span class=\"when\">%1$s ago</span> by %2$s"
msgstr "<span class=\"when\">قبل %1$s</span> عن طريق %2$s"

# case "disabled":
# $unknown_action = __("disabled", 'simple-history');
# break;
msgid "disabled"
msgstr "تم التعطيل"

# case "enabled":
# $unknown_action = __("enabled", 'simple-history');
# break;
msgid "enabled"
msgstr "تم التفعيل"

# Simple_History_Extend::extend( array(
# 'action' => $retval[$module]['active'] ? __('activated', 'sh-extender') : __('deactivated', 'sh-extender'),
# 'type'   => __('Simple History Extender Module', 'sh-extender'),
msgid "deactivated"
msgstr "تم التعطيل"

# Simple_History_Extend::extend( array(
# 'action' => $retval[$module]['active'] ? __('activated', 'sh-extender') : __('deactivated', 'sh-extender'),
# 'type'   => __('Simple History Extender Module', 'sh-extender'),
msgid "activated"
msgstr "تم التنشيط"

# } else {
# $who .= "&lt;" . __("Unknown or deleted user", 'simple-history') ."&gt;";
# }
msgid "Unknown or deleted user"
msgstr "مستخدم غير معروف أو محذوف"

# // search
# $str_search = __("Search", 'simple-history');
# $search = "<p class='simple-history-filter simple-history-filter-search'>
msgid "Search"
msgstr "بحث"

# $link = esc_html(add_query_arg("simple_history_type_to_show", ""));
# $str_types_desc = __("All types", 'simple-history');
# $str_types .= "<li $css><a data-simple-history-filter-type='' href='$link'>" . esc_html($str_types_desc) . "</a> | </li>";
msgid "All types"
msgstr "كل الأنواع"

# $update_link = add_query_arg("simple_history_rss_update_secret", "1");
# printf(__("You can <a href='%s'>generate a new address</a> for the RSS feed. This is useful if you think that the address has fallen into the wrong hands.", 'simple-history'), $update_link);
# }
msgid ""
"You can <a href='%s'>generate a new address</a> for the RSS feed. This is "
"useful if you think that the address has fallen into the wrong hands."
msgstr ""
"بإمكانك <a href='%s'>إنشاء كلمة مرور جديدة</a> لتغذية الـ RSS هذه. هذا "
"الخيار مفيد إذا كنت تعتقد أن العنوان قد وقع في الأيدي الخاطئة."

# $update_link = add_query_arg("simple_history_clear_log", "1");
# printf(' <a href="%2$s">%1$s</a>', __('Clear it now.', 'simple-history'), $update_link);
# }
msgid "Clear it now."
msgstr "امسحها الآن."

# $user = $_POST["user"];
# if ($user == __( "By all users", 'simple-history' )) { $user = "";	}
#
msgid "By all users"
msgstr "عن طريق جميع الأعضاء"

# if ($one_item->occasions) {
# $description .= sprintf(__("%d occasions", 'simple-history'), sizeof($one_item->occasions));
# $description .= "<br />";
msgid "%d occasions"
msgstr "%d حوادث"

# if ($user_nicename) {
# $description .= sprintf(__("By %s", 'simple-history'), $user_nicename);
# $description .= "<br />";
msgid "By %s"
msgstr "عن طريق %s"

# <title><?php printf(__("History for %s", 'simple-history'), get_bloginfo("name")) ?></title>
# <description><?php printf(__("WordPress History for %s", 'simple-history'), get_bloginfo("name")) ?></description>
# <link><?php echo get_bloginfo("url") ?></link>
msgid "WordPress History for %s"
msgstr "تاريخ ووردبريس ل%s"

# <channel>
# <title><?php printf(__("History for %s", 'simple-history'), get_bloginfo("name")) ?></title>
# <description><?php printf(__("WordPress History for %s", 'simple-history'), get_bloginfo("name")) ?></description>
msgid "History for %s"
msgstr "التاريخ ل%s"

# add_settings_field("simple_history_settings_field_2", __("RSS feed", "simple-history"), 			"simple_history_settings_field_rss", 						"simple_history_settings_menu_slug", "simple_history_settings_section");
# add_settings_field("simple_history_settings_field_4", __("Clear log", "simple-history"), 			"simple_history_settings_field_clear_log",					"simple_history_settings_menu_slug", "simple_history_settings_section");
# add_settings_field("simple_history_settings_field_3", __("Donate", "simple-history"), 				"simple_history_settings_field_donate",						"simple_history_settings_menu_slug", "simple_history_settings_section");
msgid "Clear log"
msgstr "مسح السجل"

# add_settings_field("simple_history_settings_field_5", __("Number of items per page", "simple-history"), 		"simple_history_settings_field_number_of_items", 			"simple_history_settings_menu_slug", "simple_history_settings_section");
# add_settings_field("simple_history_settings_field_2", __("RSS feed", "simple-history"), 			"simple_history_settings_field_rss", 						"simple_history_settings_menu_slug", "simple_history_settings_section");
# add_settings_field("simple_history_settings_field_4", __("Clear log", "simple-history"), 			"simple_history_settings_field_clear_log",					"simple_history_settings_menu_slug", "simple_history_settings_section");
msgid "RSS feed"
msgstr "تغذية RSS"

# add_settings_field("simple_history_settings_field_1", __("Show Simple History", "simple-history"), 	"simple_history_settings_field", 							"simple_history_settings_menu_slug", "simple_history_settings_section");
# add_settings_field("simple_history_settings_field_5", __("Number of items per page", "simple-history"), 		"simple_history_settings_field_number_of_items", 			"simple_history_settings_menu_slug", "simple_history_settings_section");
# add_settings_field("simple_history_settings_field_2", __("RSS feed", "simple-history"), 			"simple_history_settings_field_rss", 						"simple_history_settings_menu_slug", "simple_history_settings_section");
msgid "Number of items per page"
msgstr "عدد العناصر لكل صفحة"

#
# add_settings_field("simple_history_settings_field_1", __("Show Simple History", "simple-history"), 	"simple_history_settings_field", 							"simple_history_settings_menu_slug", "simple_history_settings_section");
# add_settings_field("simple_history_settings_field_5", __("Number of items per page", "simple-history"), 		"simple_history_settings_field_number_of_items", 			"simple_history_settings_menu_slug", "simple_history_settings_section");
msgid "Show Simple History"
msgstr "إظهار التاريخ المبسط"

# if ($show_settings_page) {
# add_options_page(__('Simple History Settings', "simple-history"), SIMPLE_HISTORY_NAME, $this->view_history_capability, "simple_history_settings_menu_slug", array($this, 'settings_page'));
# }
msgid "Simple History Settings"
msgstr "إعدادات التاريخ المبسط"

# $links,
# array( sprintf( '<a href="http://eskapism.se/sida/donate/?utm_source=wordpress&utm_medium=pluginpage&utm_campaign=simplehistory">%1$s</a>', __('Donate', "simple-history") ) )
# );
msgid "Donate"
msgstr "تبرع"

# function action_core_updated($wp_version) {
# simple_history_add("action=updated&object_type=wordpress_core&object_id=wordpress_core&object_name=".sprintf(__('WordPress %1$s', 'simple-history'), $wp_version));
# }
msgid "WordPress %1$s"
msgstr "ووردبريس %1$s"

# if (current_user_can($this->view_history_capability)) {
# wp_add_dashboard_widget("simple_history_dashboard_widget", __("History", 'simple-history'), "simple_history_dashboard");
# }
msgid "History"
msgstr "التاريخ"

# $dummy = __("logged in", "simple-history");
# $dummy = __("logged out", "simple-history");
# $dummy = __("added", "simple-history");
msgid "logged out"
msgstr "سجّل الخروج"

# $dummy = __("comment", "simple-history");
# $dummy = __("logged in", "simple-history");
# $dummy = __("logged out", "simple-history");
msgid "logged in"
msgstr "سجّل الدخول"

# $dummy = __("edited", "simple-history");
# $dummy = __("comment", "simple-history");
# $dummy = __("logged in", "simple-history");
msgid "comment"
msgstr "تعليق"

# 'new'     => __('created', 'sh-extender'),
# 'edit'    => __('edited', 'sh-extender'),
# 'delete'  => __('deleted', 'sh-extender'),
msgid "edited"
msgstr "تم التحرير"

# $dummy = __("user", "simple-history");
# $dummy = __("settings page", "simple-history");
# $dummy = __("edited", "simple-history");
msgid "settings page"
msgstr "صفحة الإعدادات"

# 'action' => $action,
# 'type'   => __('User'),
# 'name'   => apply_filters( 'she_extend_user_name', $user->user_login ),
msgid "user"
msgstr "المستخدم"

# $dummy = __("nav_menu_item", "simple-history");
# $dummy = __("attachment", "simple-history");
# $dummy = __("user", "simple-history");
msgid "attachment"
msgstr "المرفق"

# $dummy = __("updated", "simple-history");
# $dummy = __("nav_menu_item", "simple-history");
# $dummy = __("attachment", "simple-history");
msgid "nav_menu_item"
msgstr "عنصر القائمة"

# $args = array(
# 'action'         => isset( $r['action']  ) ? $r['action']  : __('updated'),
# 'object_type'    => isset( $r['type']    ) ? $r['type']    : null,
msgid "updated"
msgstr "تم التحديث"

# 'edit'    => __('edited', 'sh-extender'),
# 'delete'  => __('deleted', 'sh-extender'),
# 'spam'    => __('marked as spam', 'sh-extender'),
msgid "deleted"
msgstr "تم الحذف"

# $events = array(
# 'new'     => __('created', 'sh-extender'),
# 'edit'    => __('edited', 'sh-extender'),
msgid "created"
msgstr "تم الإنشاء"

# 'trash'   => __('trashed', 'sh-extender'),
# 'untrash' => __('untrashed', 'sh-extender'),
# 'submit'  => __('submitted', 'sh-extender')
msgid "untrashed"
msgstr "تم إلغاء الحذف"

# 'unspam'  => __('unmarked as spam', 'sh-extender'),
# 'trash'   => __('trashed', 'sh-extender'),
# 'untrash' => __('untrashed', 'sh-extender'),
msgid "trashed"
msgstr "تم الحذف"

# 'delete'  => __('deleted', 'sh-extender'),
# 'spam'    => __('marked as spam', 'sh-extender'),
# 'unspam'  => __('unmarked as spam', 'sh-extender'),
msgid "marked as spam"
msgstr "تم التعليم كتعليق غير مرغوب فيه"

# $dummy = __("approved", "simple-history");
# $dummy = __("unapproved", "simple-history");
# $dummy = __("marked as spam", "simple-history");
msgid "unapproved"
msgstr "تم إلغاء التصديق"

# function add_types_for_translation() {
# $dummy = __("approved", "simple-history");
# $dummy = __("unapproved", "simple-history");
msgid "approved"
msgstr "تم التصديق"
