Adding comments to the translators.
[squirrelmail.git] / functions / template / abook_util.php
index df6d827e447c228a70f4015666193bf9dd26a42c..4c9119481a0ec3bf6fe4abdbe498ba4adc58f395 100644 (file)
@@ -143,6 +143,7 @@ function get_abook_paginator($abook_page_selector, $abook_page_selector_max,
                                                            $current_page_args)
                                . '][';
         else
+            // i18n: "<<" is for the first page in the paginator. "<" is for the previous page.
             $paginator_string .= _("<<") . '][' . _("<") . '][';
         if ($page_number < $total_pages)
             $paginator_string .= make_abook_paginator_link($page_number + 1,
@@ -154,6 +155,7 @@ function get_abook_paginator($abook_page_selector, $abook_page_selector_max,
                                                            $current_page_args)
                                . ']';
         else
+            // i18n: ">>" is for the last page in the paginator. ">" is for the next page.
             $paginator_string .= _(">") . '][' . _(">>") . ']';
     }